summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-14 23:14:34 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-14 23:14:34 +0100
commit969de84c135ed73db31aa96ef12fe1d589460aed (patch)
treef719da40c5823f6d52c0dc2ba5f77534d82111af
parent0b3e29dea9863c4b5ca0c77958bbcb32a05867ca (diff)
downloadrpgedit-969de84c135ed73db31aa96ef12fe1d589460aed.tar
rpgedit-969de84c135ed73db31aa96ef12fe1d589460aed.zip
Update license years
-rw-r--r--src/control/EventBus.hpp2
-rw-r--r--src/control/InputHandler.hpp2
-rw-r--r--src/control/MapContext.cpp2
-rw-r--r--src/control/MapContext.hpp2
-rw-r--r--src/control/RPGEdit.cpp2
-rw-r--r--src/control/RPGEdit.hpp2
-rw-r--r--src/control/ScriptContext.cpp2
-rw-r--r--src/control/ScriptContext.hpp2
-rw-r--r--src/control/TimeProvider.hpp2
-rw-r--r--src/model/CollisionType.hpp2
-rw-r--r--src/model/Direction.hpp2
-rw-r--r--src/model/Entity.hpp2
-rw-r--r--src/model/Map.cpp2
-rw-r--r--src/model/Map.hpp2
-rw-r--r--src/model/Position.hpp2
-rw-r--r--src/model/ScriptValue.hpp2
-rw-r--r--src/model/Scriptable.cpp2
-rw-r--r--src/model/Scriptable.hpp2
-rw-r--r--src/rpgedit.cpp2
-rw-r--r--src/view/MapView.cpp2
-rw-r--r--src/view/MapView.hpp2
-rw-r--r--src/view/SpriteCache.cpp2
-rw-r--r--src/view/SpriteCache.hpp2
-rw-r--r--src/view/Window.hpp2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/control/EventBus.hpp b/src/control/EventBus.hpp
index 7284883..e94c494 100644
--- a/src/control/EventBus.hpp
+++ b/src/control/EventBus.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/control/InputHandler.hpp b/src/control/InputHandler.hpp
index 7eb98a9..ecb7876 100644
--- a/src/control/InputHandler.hpp
+++ b/src/control/InputHandler.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/control/MapContext.cpp b/src/control/MapContext.cpp
index f7ad2fe..8065b04 100644
--- a/src/control/MapContext.cpp
+++ b/src/control/MapContext.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/control/MapContext.hpp b/src/control/MapContext.hpp
index 5e17a42..316f70b 100644
--- a/src/control/MapContext.hpp
+++ b/src/control/MapContext.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/control/RPGEdit.cpp b/src/control/RPGEdit.cpp
index 6068236..71f7dcf 100644
--- a/src/control/RPGEdit.cpp
+++ b/src/control/RPGEdit.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/control/RPGEdit.hpp b/src/control/RPGEdit.hpp
index 6c6c743..e1f1731 100644
--- a/src/control/RPGEdit.hpp
+++ b/src/control/RPGEdit.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/control/ScriptContext.cpp b/src/control/ScriptContext.cpp
index cc10f74..b92c8e5 100644
--- a/src/control/ScriptContext.cpp
+++ b/src/control/ScriptContext.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/control/ScriptContext.hpp b/src/control/ScriptContext.hpp
index f9f8445..9416d0e 100644
--- a/src/control/ScriptContext.hpp
+++ b/src/control/ScriptContext.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/control/TimeProvider.hpp b/src/control/TimeProvider.hpp
index 1880f7b..2278114 100644
--- a/src/control/TimeProvider.hpp
+++ b/src/control/TimeProvider.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/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
diff --git a/src/rpgedit.cpp b/src/rpgedit.cpp
index fc3fe5f..54c34fc 100644
--- a/src/rpgedit.cpp
+++ b/src/rpgedit.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/view/MapView.cpp b/src/view/MapView.cpp
index 20d5af5..b8bc25b 100644
--- a/src/view/MapView.cpp
+++ b/src/view/MapView.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/view/MapView.hpp b/src/view/MapView.hpp
index c5867cc..fdd30aa 100644
--- a/src/view/MapView.hpp
+++ b/src/view/MapView.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/view/SpriteCache.cpp b/src/view/SpriteCache.cpp
index bd67346..206aa1c 100644
--- a/src/view/SpriteCache.cpp
+++ b/src/view/SpriteCache.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/view/SpriteCache.hpp b/src/view/SpriteCache.hpp
index ae01887..151fe19 100644
--- a/src/view/SpriteCache.hpp
+++ b/src/view/SpriteCache.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/view/Window.hpp b/src/view/Window.hpp
index 8c4c7a7..9bfcbb4 100644
--- a/src/view/Window.hpp
+++ b/src/view/Window.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