From 4332a501d9a8a1d37913e1236dc1e60702f4b573 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Jan 2015 17:41:51 +0300 Subject: Update copyrights year. --- src/render/graphics.cpp | 2 +- src/render/graphics.h | 2 +- src/render/graphics_calcImageRect.hpp | 2 +- src/render/graphics_drawImageRect.hpp | 2 +- src/render/graphicsdef.hpp | 2 +- src/render/imagegraphics.cpp | 2 +- src/render/imagegraphics.h | 2 +- src/render/mgl.cpp | 2 +- src/render/mgl.h | 2 +- src/render/mgl.hpp | 2 +- src/render/mglcheck.h | 2 +- src/render/mgldefines.h | 2 +- src/render/mglemu.cpp | 2 +- src/render/mglemu.h | 2 +- src/render/mglfunctions.h | 2 +- src/render/mgltypes.h | 2 +- src/render/mglx.cpp | 2 +- src/render/mglx.h | 2 +- src/render/mglx.hpp | 2 +- src/render/mglxinit.cpp | 2 +- src/render/mglxinit.h | 2 +- src/render/mglxtypes.h | 2 +- src/render/mobileopenglgraphics.cpp | 2 +- src/render/mobileopenglgraphics.h | 2 +- src/render/modernopenglgraphics.cpp | 2 +- src/render/modernopenglgraphics.h | 2 +- src/render/normalopenglgraphics.cpp | 2 +- src/render/normalopenglgraphics.h | 2 +- src/render/nullopenglgraphics.cpp | 2 +- src/render/nullopenglgraphics.h | 2 +- src/render/opengldebug.h | 2 +- src/render/openglgraphicsdef.hpp | 2 +- src/render/openglgraphicsdef1.hpp | 2 +- src/render/openglgraphicsdefadvanced.hpp | 2 +- src/render/renderers.cpp | 2 +- src/render/renderers.h | 2 +- src/render/rendererslistsdl.h | 2 +- src/render/rendererslistsdl2.h | 2 +- src/render/rendertype.h | 2 +- src/render/safeopenglgraphics.cpp | 2 +- src/render/safeopenglgraphics.h | 2 +- src/render/sdl2graphics.cpp | 2 +- src/render/sdl2graphics.h | 2 +- src/render/sdl2softwaregraphics.cpp | 2 +- src/render/sdl2softwaregraphics.h | 2 +- src/render/sdlgraphics.cpp | 2 +- src/render/sdlgraphics.h | 2 +- src/render/shaders/shader.cpp | 2 +- src/render/shaders/shader.h | 2 +- src/render/shaders/shaderprogram.cpp | 2 +- src/render/shaders/shaderprogram.h | 2 +- src/render/shaders/shadersmanager.cpp | 2 +- src/render/shaders/shadersmanager.h | 2 +- src/render/softwaregraphicsdef.hpp | 2 +- src/render/surfacegraphics.cpp | 2 +- src/render/surfacegraphics.h | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) (limited to 'src/render') diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index 2a835aeeb..921e8334f 100644 --- a/src/render/graphics.cpp +++ b/src/render/graphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphics.h b/src/render/graphics.h index ac917a61b..a0612cef9 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphics_calcImageRect.hpp b/src/render/graphics_calcImageRect.hpp index 07ee34d34..5571cf468 100644 --- a/src/render/graphics_calcImageRect.hpp +++ b/src/render/graphics_calcImageRect.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphics_drawImageRect.hpp b/src/render/graphics_drawImageRect.hpp index faaa2d1a7..6027d40c5 100644 --- a/src/render/graphics_drawImageRect.hpp +++ b/src/render/graphics_drawImageRect.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index b02c7201f..ffa6d12c0 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/imagegraphics.cpp b/src/render/imagegraphics.cpp index d85c68a18..2ae368d76 100644 --- a/src/render/imagegraphics.cpp +++ b/src/render/imagegraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 2f15a9e51..a208d675f 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mgl.cpp b/src/render/mgl.cpp index 2c132bbb1..ccc646092 100644 --- a/src/render/mgl.cpp +++ b/src/render/mgl.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mgl.h b/src/render/mgl.h index 7bd7190d6..8ae0d9f67 100644 --- a/src/render/mgl.h +++ b/src/render/mgl.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mgl.hpp b/src/render/mgl.hpp index ed0b72a64..c97dcfe59 100644 --- a/src/render/mgl.hpp +++ b/src/render/mgl.hpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglcheck.h b/src/render/mglcheck.h index 8355d8ab9..a5804b5e1 100644 --- a/src/render/mglcheck.h +++ b/src/render/mglcheck.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mgldefines.h b/src/render/mgldefines.h index 5b3497131..1af8acbba 100644 --- a/src/render/mgldefines.h +++ b/src/render/mgldefines.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglemu.cpp b/src/render/mglemu.cpp index e8e3eca1c..30330d9a5 100644 --- a/src/render/mglemu.cpp +++ b/src/render/mglemu.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglemu.h b/src/render/mglemu.h index 2be8dfa5b..f22877939 100644 --- a/src/render/mglemu.h +++ b/src/render/mglemu.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglfunctions.h b/src/render/mglfunctions.h index 23e3bea6d..8be722b98 100644 --- a/src/render/mglfunctions.h +++ b/src/render/mglfunctions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mgltypes.h b/src/render/mgltypes.h index 48ffbc34d..510e77354 100644 --- a/src/render/mgltypes.h +++ b/src/render/mgltypes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglx.cpp b/src/render/mglx.cpp index 558081a6f..38821152a 100644 --- a/src/render/mglx.cpp +++ b/src/render/mglx.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglx.h b/src/render/mglx.h index 72777489c..094520e76 100644 --- a/src/render/mglx.h +++ b/src/render/mglx.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglx.hpp b/src/render/mglx.hpp index abc06d9a1..b62dd25f4 100644 --- a/src/render/mglx.hpp +++ b/src/render/mglx.hpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglxinit.cpp b/src/render/mglxinit.cpp index 23c592d8d..d08700192 100644 --- a/src/render/mglxinit.cpp +++ b/src/render/mglxinit.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglxinit.h b/src/render/mglxinit.h index 47622e7cc..7d9503299 100644 --- a/src/render/mglxinit.h +++ b/src/render/mglxinit.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mglxtypes.h b/src/render/mglxtypes.h index 52da8dcf5..427c0f202 100644 --- a/src/render/mglxtypes.h +++ b/src/render/mglxtypes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index 339632f34..a0543a2ea 100644 --- a/src/render/mobileopenglgraphics.cpp +++ b/src/render/mobileopenglgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 8f8fae9dc..304481a39 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp index 5d87d415f..e4e9b7f5b 100644 --- a/src/render/modernopenglgraphics.cpp +++ b/src/render/modernopenglgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index f32e1f74d..e395afb9c 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 81ed5ea71..4ba78bb58 100644 --- a/src/render/normalopenglgraphics.cpp +++ b/src/render/normalopenglgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 2e258c238..29145115d 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 7cd6456ec..cb952eab4 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 9667a483b..5a5137f3d 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengldebug.h b/src/render/opengldebug.h index 82b151cc8..4067e051e 100644 --- a/src/render/opengldebug.h +++ b/src/render/opengldebug.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 31bb798b4..90f65af06 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdef1.hpp b/src/render/openglgraphicsdef1.hpp index c37b4331f..368f09f49 100644 --- a/src/render/openglgraphicsdef1.hpp +++ b/src/render/openglgraphicsdef1.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdefadvanced.hpp b/src/render/openglgraphicsdefadvanced.hpp index 321fcdb69..16afb9c81 100644 --- a/src/render/openglgraphicsdefadvanced.hpp +++ b/src/render/openglgraphicsdefadvanced.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/renderers.cpp b/src/render/renderers.cpp index 76aef6468..9c0834e85 100644 --- a/src/render/renderers.cpp +++ b/src/render/renderers.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/renderers.h b/src/render/renderers.h index 56277766c..36dec11de 100644 --- a/src/render/renderers.h +++ b/src/render/renderers.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/rendererslistsdl.h b/src/render/rendererslistsdl.h index 18960beda..6f4154b6c 100644 --- a/src/render/rendererslistsdl.h +++ b/src/render/rendererslistsdl.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/rendererslistsdl2.h b/src/render/rendererslistsdl2.h index 2bb309f91..15e307dba 100644 --- a/src/render/rendererslistsdl2.h +++ b/src/render/rendererslistsdl2.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/rendertype.h b/src/render/rendertype.h index cf8160c52..c20a1171c 100644 --- a/src/render/rendertype.h +++ b/src/render/rendertype.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index c40637f68..415f7f9b4 100644 --- a/src/render/safeopenglgraphics.cpp +++ b/src/render/safeopenglgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index e5292538e..fbb359002 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp index b585d8467..c9f661d30 100644 --- a/src/render/sdl2graphics.cpp +++ b/src/render/sdl2graphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h index 9d341aca8..7c4b883d6 100644 --- a/src/render/sdl2graphics.h +++ b/src/render/sdl2graphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2softwaregraphics.cpp b/src/render/sdl2softwaregraphics.cpp index 936c5a249..1c0958e6e 100644 --- a/src/render/sdl2softwaregraphics.cpp +++ b/src/render/sdl2softwaregraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index caf8517be..91aff7329 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index a54087864..19e85b7bd 100644 --- a/src/render/sdlgraphics.cpp +++ b/src/render/sdlgraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 9d023e199..4e8e4d41e 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shader.cpp b/src/render/shaders/shader.cpp index 242a9fbdc..08a2282b4 100644 --- a/src/render/shaders/shader.cpp +++ b/src/render/shaders/shader.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shader.h b/src/render/shaders/shader.h index c5bd2d490..4c4ea4a13 100644 --- a/src/render/shaders/shader.h +++ b/src/render/shaders/shader.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shaderprogram.cpp b/src/render/shaders/shaderprogram.cpp index fd2db9ba8..e910be3d3 100644 --- a/src/render/shaders/shaderprogram.cpp +++ b/src/render/shaders/shaderprogram.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shaderprogram.h b/src/render/shaders/shaderprogram.h index 5289567aa..bec2cb3b7 100644 --- a/src/render/shaders/shaderprogram.h +++ b/src/render/shaders/shaderprogram.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shadersmanager.cpp b/src/render/shaders/shadersmanager.cpp index 98c54012c..ac1ecb9e0 100644 --- a/src/render/shaders/shadersmanager.cpp +++ b/src/render/shaders/shadersmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/shaders/shadersmanager.h b/src/render/shaders/shadersmanager.h index 841f3f072..6c71dba17 100644 --- a/src/render/shaders/shadersmanager.h +++ b/src/render/shaders/shadersmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/softwaregraphicsdef.hpp b/src/render/softwaregraphicsdef.hpp index db0014635..5f9cfad28 100644 --- a/src/render/softwaregraphicsdef.hpp +++ b/src/render/softwaregraphicsdef.hpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/surfacegraphics.cpp b/src/render/surfacegraphics.cpp index 31b9ddb7d..ba2d69f1b 100644 --- a/src/render/surfacegraphics.cpp +++ b/src/render/surfacegraphics.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 72833bd55..f03392448 100644 --- a/src/render/surfacegraphics.h +++ b/src/render/surfacegraphics.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-60-g2f50