diff options
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/CollisionType.hpp | 2 | ||||
-rw-r--r-- | src/model/Direction.hpp | 2 | ||||
-rw-r--r-- | src/model/Entity.hpp | 2 | ||||
-rw-r--r-- | src/model/Map.cpp | 2 | ||||
-rw-r--r-- | src/model/Map.hpp | 2 | ||||
-rw-r--r-- | src/model/Position.hpp | 2 | ||||
-rw-r--r-- | src/model/ScriptValue.hpp | 2 | ||||
-rw-r--r-- | src/model/Scriptable.cpp | 2 | ||||
-rw-r--r-- | src/model/Scriptable.hpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/model/CollisionType.hpp b/src/model/CollisionType.hpp index 50bb608..d44c2dc 100644 --- a/src/model/CollisionType.hpp +++ b/src/model/CollisionType.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Direction.hpp b/src/model/Direction.hpp index e817170..a9c4776 100644 --- a/src/model/Direction.hpp +++ b/src/model/Direction.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Entity.hpp b/src/model/Entity.hpp index b14e122..169b54d 100644 --- a/src/model/Entity.hpp +++ b/src/model/Entity.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Map.cpp b/src/model/Map.cpp index 2df54b7..191297a 100644 --- a/src/model/Map.cpp +++ b/src/model/Map.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Map.hpp b/src/model/Map.hpp index 20b13a3..3786d1d 100644 --- a/src/model/Map.hpp +++ b/src/model/Map.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Position.hpp b/src/model/Position.hpp index c8fc477..a2f5c6f 100644 --- a/src/model/Position.hpp +++ b/src/model/Position.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/ScriptValue.hpp b/src/model/ScriptValue.hpp index 04c4e55..7a2e0b4 100644 --- a/src/model/ScriptValue.hpp +++ b/src/model/ScriptValue.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Scriptable.cpp b/src/model/Scriptable.cpp index 5bec739..f2deee2 100644 --- a/src/model/Scriptable.cpp +++ b/src/model/Scriptable.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/model/Scriptable.hpp b/src/model/Scriptable.hpp index 20ae7ff..473a50a 100644 --- a/src/model/Scriptable.hpp +++ b/src/model/Scriptable.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2014-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without |