From 4d2e202ee0954f130c8533af3a8dd0fa571e5150 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Jan 2018 07:12:38 +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/mobileopengl2graphics.cpp | 2 +- src/render/mobileopengl2graphics.h | 2 +- src/render/mobileopenglgraphics.cpp | 2 +- src/render/mobileopenglgraphics.h | 2 +- src/render/modernopenglgraphics.cpp | 2 +- src/render/modernopenglgraphics.h | 2 +- src/render/nacl/naclfunctions.h | 2 +- src/render/nacl/naclgles.cpp | 2 +- src/render/nacl/naclgles.h | 2 +- src/render/normalopenglgraphics.cpp | 2 +- src/render/normalopenglgraphics.h | 2 +- src/render/nullopenglgraphics.cpp | 2 +- src/render/nullopenglgraphics.h | 2 +- src/render/opengl/mgl.cpp | 2 +- src/render/opengl/mgl.h | 2 +- src/render/opengl/mgl.hpp | 2 +- src/render/opengl/mglcheck.h | 2 +- src/render/opengl/mgldefines.h | 2 +- src/render/opengl/mglemu.cpp | 2 +- src/render/opengl/mglemu.h | 2 +- src/render/opengl/mglfunctions.h | 2 +- src/render/opengl/mgltypes.h | 2 +- src/render/opengl/naclglfunctions.h | 2 +- src/render/opengl/opengldebug.h | 2 +- src/render/openglgraphicsdef.hpp | 2 +- src/render/openglgraphicsdef1.hpp | 2 +- src/render/openglgraphicsdefadvanced.hpp | 2 +- src/render/openglx/mglx.cpp | 2 +- src/render/openglx/mglx.h | 2 +- src/render/openglx/mglx.hpp | 2 +- src/render/openglx/mglxinit.cpp | 2 +- src/render/openglx/mglxinit.h | 2 +- src/render/openglx/mglxtypes.h | 2 +- src/render/renderers.cpp | 2 +- src/render/renderers.h | 2 +- src/render/rendererslistsdl.h | 2 +- src/render/rendererslistsdl2.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 +- src/render/vertexes/imagecollection.cpp | 2 +- src/render/vertexes/imagecollection.h | 2 +- src/render/vertexes/imagevertexes.cpp | 2 +- src/render/vertexes/imagevertexes.h | 2 +- src/render/vertexes/openglgraphicsvertexes.cpp | 2 +- src/render/vertexes/openglgraphicsvertexes.h | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) (limited to 'src/render') diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index 09a21fff1..9b584f9bb 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphics.h b/src/render/graphics.h index 87f2f1429..c34f6e333 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 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 ea04a95cc..d330c6982 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 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 1f3c5a38d..e747a1ac2 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 8f8cf93ed..63c204f0e 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/imagegraphics.cpp b/src/render/imagegraphics.cpp index 02a1f460d..e4d406281 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 331332704..d8d572477 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopengl2graphics.cpp b/src/render/mobileopengl2graphics.cpp index 03fe5d016..028dc3b28 100644 --- a/src/render/mobileopengl2graphics.cpp +++ b/src/render/mobileopengl2graphics.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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 9df54a425..d3e688b47 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index 0f3ce09ea..cf5d7b83a 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index b008d00a0..a33799b98 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp index be1ec4f73..c792021ef 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index aed4a8415..dbc697390 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nacl/naclfunctions.h b/src/render/nacl/naclfunctions.h index c7b24f10d..800c766c6 100644 --- a/src/render/nacl/naclfunctions.h +++ b/src/render/nacl/naclfunctions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2017 The ManaPlus Developers + * Copyright (C) 2015-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nacl/naclgles.cpp b/src/render/nacl/naclgles.cpp index 98e863594..c7f684d02 100644 --- a/src/render/nacl/naclgles.cpp +++ b/src/render/nacl/naclgles.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2017 The ManaPlus Developers + * Copyright (C) 2015-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nacl/naclgles.h b/src/render/nacl/naclgles.h index 6d7683190..2350cd285 100644 --- a/src/render/nacl/naclgles.h +++ b/src/render/nacl/naclgles.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/normalopenglgraphics.cpp b/src/render/normalopenglgraphics.cpp index 96aca6f15..20b39cd99 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 2a61538ff..b62eb5ad9 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 265ac92f1..42d669126 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 292684ed8..0acd6dd28 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mgl.cpp b/src/render/opengl/mgl.cpp index b2fd24c83..e38c20704 100644 --- a/src/render/opengl/mgl.cpp +++ b/src/render/opengl/mgl.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mgl.h b/src/render/opengl/mgl.h index c761c2131..29e6b9f46 100644 --- a/src/render/opengl/mgl.h +++ b/src/render/opengl/mgl.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mgl.hpp b/src/render/opengl/mgl.hpp index 980746edd..2e4393353 100644 --- a/src/render/opengl/mgl.hpp +++ b/src/render/opengl/mgl.hpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mglcheck.h b/src/render/opengl/mglcheck.h index 0fa2e4ba6..0110f3295 100644 --- a/src/render/opengl/mglcheck.h +++ b/src/render/opengl/mglcheck.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mgldefines.h b/src/render/opengl/mgldefines.h index 7f3a09334..952ef65a4 100644 --- a/src/render/opengl/mgldefines.h +++ b/src/render/opengl/mgldefines.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mglemu.cpp b/src/render/opengl/mglemu.cpp index 864b130ef..2bcbb1809 100644 --- a/src/render/opengl/mglemu.cpp +++ b/src/render/opengl/mglemu.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mglemu.h b/src/render/opengl/mglemu.h index cb31eaef2..a46778512 100644 --- a/src/render/opengl/mglemu.h +++ b/src/render/opengl/mglemu.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mglfunctions.h b/src/render/opengl/mglfunctions.h index 2323283d2..443d6fa7f 100644 --- a/src/render/opengl/mglfunctions.h +++ b/src/render/opengl/mglfunctions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/mgltypes.h b/src/render/opengl/mgltypes.h index d6ad9fee5..8dd753187 100644 --- a/src/render/opengl/mgltypes.h +++ b/src/render/opengl/mgltypes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/naclglfunctions.h b/src/render/opengl/naclglfunctions.h index 4dc8424eb..a3e7d069b 100644 --- a/src/render/opengl/naclglfunctions.h +++ b/src/render/opengl/naclglfunctions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/opengl/opengldebug.h b/src/render/opengl/opengldebug.h index 4afe25491..a09a2ecf0 100644 --- a/src/render/opengl/opengldebug.h +++ b/src/render/opengl/opengldebug.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 7a4fd4e1e..603c17ec3 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdef1.hpp b/src/render/openglgraphicsdef1.hpp index ba921494d..0b1dde57b 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglgraphicsdefadvanced.hpp b/src/render/openglgraphicsdefadvanced.hpp index 4205b525f..dac366c73 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglx.cpp b/src/render/openglx/mglx.cpp index a02c8e326..32fbe9882 100644 --- a/src/render/openglx/mglx.cpp +++ b/src/render/openglx/mglx.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglx.h b/src/render/openglx/mglx.h index 3f591f26f..63c06fb73 100644 --- a/src/render/openglx/mglx.h +++ b/src/render/openglx/mglx.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglx.hpp b/src/render/openglx/mglx.hpp index 0e3e2b9ac..aaac95c01 100644 --- a/src/render/openglx/mglx.hpp +++ b/src/render/openglx/mglx.hpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglxinit.cpp b/src/render/openglx/mglxinit.cpp index 10eb93567..74c378ed4 100644 --- a/src/render/openglx/mglxinit.cpp +++ b/src/render/openglx/mglxinit.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglxinit.h b/src/render/openglx/mglxinit.h index 96704821e..4261a2512 100644 --- a/src/render/openglx/mglxinit.h +++ b/src/render/openglx/mglxinit.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/openglx/mglxtypes.h b/src/render/openglx/mglxtypes.h index b9aa0a55d..94d72c45d 100644 --- a/src/render/openglx/mglxtypes.h +++ b/src/render/openglx/mglxtypes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/renderers.cpp b/src/render/renderers.cpp index 0f8baf6e4..bdf563ce6 100644 --- a/src/render/renderers.cpp +++ b/src/render/renderers.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2017 The ManaPlus Developers + * Copyright (C) 2013-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/renderers.h b/src/render/renderers.h index f2f5d3928..6987ee4a1 100644 --- a/src/render/renderers.h +++ b/src/render/renderers.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2017 The ManaPlus Developers + * Copyright (C) 2013-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/rendererslistsdl.h b/src/render/rendererslistsdl.h index 8fc833247..e1dbffff5 100644 --- a/src/render/rendererslistsdl.h +++ b/src/render/rendererslistsdl.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2017 The ManaPlus Developers + * Copyright (C) 2013-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/rendererslistsdl2.h b/src/render/rendererslistsdl2.h index 22a975cfa..ec4c09fd4 100644 --- a/src/render/rendererslistsdl2.h +++ b/src/render/rendererslistsdl2.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2017 The ManaPlus Developers + * Copyright (C) 2013-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/safeopenglgraphics.cpp b/src/render/safeopenglgraphics.cpp index e65ff94b0..53b31f8c4 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index a051f088a..0fe9409ca 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2graphics.cpp b/src/render/sdl2graphics.cpp index baa69ca69..b988738d6 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h index dd86dd5d9..c3e2c7d54 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2softwaregraphics.cpp b/src/render/sdl2softwaregraphics.cpp index 808f7c601..faad8d6bb 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 6b3cbba31..90a2a3c2b 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index b67e23d8e..4671a2042 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 3d00c93f5..123664289 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 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 f3cb54833..38238a189 100644 --- a/src/render/shaders/shader.cpp +++ b/src/render/shaders/shader.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 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 ea5429e3c..83fa261e7 100644 --- a/src/render/shaders/shader.h +++ b/src/render/shaders/shader.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 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 52cb025d7..42f0b725c 100644 --- a/src/render/shaders/shaderprogram.cpp +++ b/src/render/shaders/shaderprogram.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 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 ba3c9775a..53f821570 100644 --- a/src/render/shaders/shaderprogram.h +++ b/src/render/shaders/shaderprogram.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 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 8c4cd79e6..86ede490e 100644 --- a/src/render/shaders/shadersmanager.cpp +++ b/src/render/shaders/shadersmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 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 8e45290c4..6ae7e5426 100644 --- a/src/render/shaders/shadersmanager.h +++ b/src/render/shaders/shadersmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2017 The ManaPlus Developers + * Copyright (C) 2014-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/softwaregraphicsdef.hpp b/src/render/softwaregraphicsdef.hpp index b630a0657..7e925ef23 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/surfacegraphics.cpp b/src/render/surfacegraphics.cpp index 52d0db57f..7ad9ca33f 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/surfacegraphics.h b/src/render/surfacegraphics.h index 13169fc08..6785ec8a1 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-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/imagecollection.cpp b/src/render/vertexes/imagecollection.cpp index 2c626e03d..1233fa073 100644 --- a/src/render/vertexes/imagecollection.cpp +++ b/src/render/vertexes/imagecollection.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/imagecollection.h b/src/render/vertexes/imagecollection.h index c5b9dfe55..ad8233126 100644 --- a/src/render/vertexes/imagecollection.h +++ b/src/render/vertexes/imagecollection.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/imagevertexes.cpp b/src/render/vertexes/imagevertexes.cpp index 3aff57636..904c89ae6 100644 --- a/src/render/vertexes/imagevertexes.cpp +++ b/src/render/vertexes/imagevertexes.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/imagevertexes.h b/src/render/vertexes/imagevertexes.h index 01390c450..fb60b3a85 100644 --- a/src/render/vertexes/imagevertexes.h +++ b/src/render/vertexes/imagevertexes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/openglgraphicsvertexes.cpp b/src/render/vertexes/openglgraphicsvertexes.cpp index a65f0e2b9..4acde987b 100644 --- a/src/render/vertexes/openglgraphicsvertexes.cpp +++ b/src/render/vertexes/openglgraphicsvertexes.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/render/vertexes/openglgraphicsvertexes.h b/src/render/vertexes/openglgraphicsvertexes.h index 023abf139..d141051ca 100644 --- a/src/render/vertexes/openglgraphicsvertexes.h +++ b/src/render/vertexes/openglgraphicsvertexes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-70-g09d2