From 969de84c135ed73db31aa96ef12fe1d589460aed Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 14 Feb 2015 23:14:34 +0100 Subject: Update license years --- src/control/EventBus.hpp | 2 +- src/control/InputHandler.hpp | 2 +- src/control/MapContext.cpp | 2 +- src/control/MapContext.hpp | 2 +- src/control/RPGEdit.cpp | 2 +- src/control/RPGEdit.hpp | 2 +- src/control/ScriptContext.cpp | 2 +- src/control/ScriptContext.hpp | 2 +- src/control/TimeProvider.hpp | 2 +- src/model/CollisionType.hpp | 2 +- src/model/Direction.hpp | 2 +- src/model/Entity.hpp | 2 +- src/model/Map.cpp | 2 +- src/model/Map.hpp | 2 +- src/model/Position.hpp | 2 +- src/model/ScriptValue.hpp | 2 +- src/model/Scriptable.cpp | 2 +- src/model/Scriptable.hpp | 2 +- src/rpgedit.cpp | 2 +- src/view/MapView.cpp | 2 +- src/view/MapView.hpp | 2 +- src/view/SpriteCache.cpp | 2 +- src/view/SpriteCache.hpp | 2 +- src/view/Window.hpp | 2 +- 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer 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 + Copyright (c) 2014-2015, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3