summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-02 18:44:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-02 18:44:18 +0300
commita65d9da124346f6cec0ac679c689bf6dd0ce34e8 (patch)
tree773780630722f44aba14cc783c218a390243a849 /src/utils
parent1affb49abf69dc43e38219577c6ae54371f21e0e (diff)
downloadplus-a65d9da124346f6cec0ac679c689bf6dd0ce34e8.tar.gz
plus-a65d9da124346f6cec0ac679c689bf6dd0ce34e8.tar.bz2
plus-a65d9da124346f6cec0ac679c689bf6dd0ce34e8.tar.xz
plus-a65d9da124346f6cec0ac679c689bf6dd0ce34e8.zip
Update copyrights year.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/booleanoptions.h2
-rw-r--r--src/utils/chatutils.cpp2
-rw-r--r--src/utils/chatutils.h2
-rw-r--r--src/utils/checkutils.cpp2
-rw-r--r--src/utils/checkutils.h2
-rw-r--r--src/utils/copynpaste.cpp2
-rw-r--r--src/utils/copynpaste.h2
-rw-r--r--src/utils/cpu.cpp2
-rw-r--r--src/utils/cpu.h2
-rw-r--r--src/utils/delete2.h2
-rw-r--r--src/utils/dtor.h2
-rw-r--r--src/utils/env.cpp2
-rw-r--r--src/utils/env.h2
-rw-r--r--src/utils/files.cpp2
-rw-r--r--src/utils/files.h2
-rw-r--r--src/utils/fuzzer.cpp2
-rw-r--r--src/utils/fuzzer.h2
-rw-r--r--src/utils/gettext.h2
-rw-r--r--src/utils/gettexthelper.cpp2
-rw-r--r--src/utils/gettexthelper.h2
-rw-r--r--src/utils/glxhelper.cpp2
-rw-r--r--src/utils/glxhelper.h2
-rw-r--r--src/utils/intmap.h2
-rw-r--r--src/utils/langs.cpp2
-rw-r--r--src/utils/langs.h2
-rw-r--r--src/utils/mathutils.h2
-rw-r--r--src/utils/mkdir.cpp2
-rw-r--r--src/utils/mkdir.h2
-rw-r--r--src/utils/mutex.h2
-rw-r--r--src/utils/naclmessages.cpp2
-rw-r--r--src/utils/naclmessages.h2
-rw-r--r--src/utils/paths.cpp2
-rw-r--r--src/utils/paths.h2
-rw-r--r--src/utils/perfomance.cpp2
-rw-r--r--src/utils/perfomance.h2
-rw-r--r--src/utils/physfscheckutils.cpp2
-rw-r--r--src/utils/physfscheckutils.h2
-rw-r--r--src/utils/physfsmemoryobject.h2
-rw-r--r--src/utils/physfsrwops.cpp2
-rw-r--r--src/utils/physfsrwops.h2
-rw-r--r--src/utils/physfstools.cpp2
-rw-r--r--src/utils/physfstools.h2
-rw-r--r--src/utils/process.cpp2
-rw-r--r--src/utils/process.h2
-rw-r--r--src/utils/sdl2helper.cpp2
-rw-r--r--src/utils/sdl2helper.h2
-rw-r--r--src/utils/sdlcheckutils.cpp2
-rw-r--r--src/utils/sdlcheckutils.h2
-rw-r--r--src/utils/sdlhelper.cpp2
-rw-r--r--src/utils/sdlhelper.h2
-rw-r--r--src/utils/sdlmemoryobject.h2
-rw-r--r--src/utils/sdlpixel.h2
-rw-r--r--src/utils/sdlsharedhelper.cpp2
-rw-r--r--src/utils/sdlsharedhelper.h2
-rw-r--r--src/utils/specialfolder.cpp2
-rw-r--r--src/utils/specialfolder.h2
-rw-r--r--src/utils/stringmap.h2
-rw-r--r--src/utils/stringutils.cpp2
-rw-r--r--src/utils/stringutils.h2
-rw-r--r--src/utils/stringvector.h2
-rw-r--r--src/utils/timer.cpp2
-rw-r--r--src/utils/timer.h2
-rw-r--r--src/utils/translation/podict.cpp2
-rw-r--r--src/utils/translation/podict.h2
-rw-r--r--src/utils/translation/poparser.cpp2
-rw-r--r--src/utils/translation/poparser.h2
-rw-r--r--src/utils/translation/translationmanager.cpp2
-rw-r--r--src/utils/translation/translationmanager.h2
-rw-r--r--src/utils/xml.cpp2
-rw-r--r--src/utils/xml.h2
-rw-r--r--src/utils/xmlutils.cpp2
-rw-r--r--src/utils/xmlutils.h2
72 files changed, 72 insertions, 72 deletions
diff --git a/src/utils/booleanoptions.h b/src/utils/booleanoptions.h
index 9d8412bcb..9b54eee58 100644
--- a/src/utils/booleanoptions.h
+++ b/src/utils/booleanoptions.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/chatutils.cpp b/src/utils/chatutils.cpp
index abd8b4db7..0d2c5cdd9 100644
--- a/src/utils/chatutils.cpp
+++ b/src/utils/chatutils.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/chatutils.h b/src/utils/chatutils.h
index ad623f472..a4bc2100c 100644
--- a/src/utils/chatutils.h
+++ b/src/utils/chatutils.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/checkutils.cpp b/src/utils/checkutils.cpp
index 4c7abd7f9..7b30b347a 100644
--- a/src/utils/checkutils.cpp
+++ b/src/utils/checkutils.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/checkutils.h b/src/utils/checkutils.h
index 0ac647f1f..8cd9a3ad5 100644
--- a/src/utils/checkutils.h
+++ b/src/utils/checkutils.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index fc8441dff..1bec05699 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2001-2010 Wormux Team
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h
index 827cbfe5d..4d30f61d0 100644
--- a/src/utils/copynpaste.h
+++ b/src/utils/copynpaste.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2001-2010 Wormux Team
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/cpu.cpp b/src/utils/cpu.cpp
index 1fe89a4f1..047ae97da 100644
--- a/src/utils/cpu.cpp
+++ b/src/utils/cpu.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/cpu.h b/src/utils/cpu.h
index 5017b4c32..afad20e5b 100644
--- a/src/utils/cpu.h
+++ b/src/utils/cpu.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/delete2.h b/src/utils/delete2.h
index f9fbb7f02..44147aac0 100644
--- a/src/utils/delete2.h
+++ b/src/utils/delete2.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2015 The ManaPlus Developers
+ * Copyright (C) 2014-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/dtor.h b/src/utils/dtor.h
index ad86253a2..2513792e0 100644
--- a/src/utils/dtor.h
+++ b/src/utils/dtor.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-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/env.cpp b/src/utils/env.cpp
index 9ef3d67d0..ea53cb2ef 100644
--- a/src/utils/env.cpp
+++ b/src/utils/env.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/env.h b/src/utils/env.h
index 8619ee375..481bcdb9d 100644
--- a/src/utils/env.h
+++ b/src/utils/env.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/files.cpp b/src/utils/files.cpp
index f3155757c..e694a2b9e 100644
--- a/src/utils/files.cpp
+++ b/src/utils/files.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/files.h b/src/utils/files.h
index 42af06874..80ecb9a43 100644
--- a/src/utils/files.h
+++ b/src/utils/files.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/fuzzer.cpp b/src/utils/fuzzer.cpp
index 8c4ff8a3a..c9dbad952 100644
--- a/src/utils/fuzzer.cpp
+++ b/src/utils/fuzzer.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/fuzzer.h b/src/utils/fuzzer.h
index 2a0395b38..6b7d3bebd 100644
--- a/src/utils/fuzzer.h
+++ b/src/utils/fuzzer.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/gettext.h b/src/utils/gettext.h
index c8f406a1a..392980fe8 100644
--- a/src/utils/gettext.h
+++ b/src/utils/gettext.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2007-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp
index b4cb8af57..c93e0d97d 100644
--- a/src/utils/gettexthelper.cpp
+++ b/src/utils/gettexthelper.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/gettexthelper.h b/src/utils/gettexthelper.h
index 49d45c55b..5480371ab 100644
--- a/src/utils/gettexthelper.h
+++ b/src/utils/gettexthelper.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index c5fb54d86..65cca1166 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2015 The ManaPlus Developers
+ * Copyright (C) 2014-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/glxhelper.h b/src/utils/glxhelper.h
index 737354ab9..5ac35af96 100644
--- a/src/utils/glxhelper.h
+++ b/src/utils/glxhelper.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2015 The ManaPlus Developers
+ * Copyright (C) 2014-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/intmap.h b/src/utils/intmap.h
index 1657181c1..8264b1c6a 100644
--- a/src/utils/intmap.h
+++ b/src/utils/intmap.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/langs.cpp b/src/utils/langs.cpp
index 72c6d249a..c8101930c 100644
--- a/src/utils/langs.cpp
+++ b/src/utils/langs.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/langs.h b/src/utils/langs.h
index bb2bdfb3d..bc994cc5b 100644
--- a/src/utils/langs.h
+++ b/src/utils/langs.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h
index 36889306d..c5b6a515d 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/mkdir.cpp b/src/utils/mkdir.cpp
index 86ba8d137..0ecd7fc31 100644
--- a/src/utils/mkdir.cpp
+++ b/src/utils/mkdir.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/mkdir.h b/src/utils/mkdir.h
index e247a3f58..4cf62aefa 100644
--- a/src/utils/mkdir.h
+++ b/src/utils/mkdir.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index d715dddad..1de94c12b 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2008-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/naclmessages.cpp b/src/utils/naclmessages.cpp
index de7227eae..63cb621ed 100644
--- a/src/utils/naclmessages.cpp
+++ b/src/utils/naclmessages.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015 The ManaPlus Developers
+ * Copyright (C) 2015-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/naclmessages.h b/src/utils/naclmessages.h
index d5edf4759..e9ffc3d3f 100644
--- a/src/utils/naclmessages.h
+++ b/src/utils/naclmessages.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015 The ManaPlus Developers
+ * Copyright (C) 2015-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp
index b23264d0d..a219346b2 100644
--- a/src/utils/paths.cpp
+++ b/src/utils/paths.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/paths.h b/src/utils/paths.h
index 4a5d9c1ee..6d1cf150d 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/perfomance.cpp b/src/utils/perfomance.cpp
index 2c8e886bd..42ab6aaaf 100644
--- a/src/utils/perfomance.cpp
+++ b/src/utils/perfomance.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/perfomance.h b/src/utils/perfomance.h
index 2038bcafd..2d50d6900 100644
--- a/src/utils/perfomance.h
+++ b/src/utils/perfomance.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/physfscheckutils.cpp b/src/utils/physfscheckutils.cpp
index 7a5c88318..0c6cf2ed2 100644
--- a/src/utils/physfscheckutils.cpp
+++ b/src/utils/physfscheckutils.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/physfscheckutils.h b/src/utils/physfscheckutils.h
index 630cc8664..0dd2a73b1 100644
--- a/src/utils/physfscheckutils.h
+++ b/src/utils/physfscheckutils.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/physfsmemoryobject.h b/src/utils/physfsmemoryobject.h
index 3feea7dba..77cd44056 100644
--- a/src/utils/physfsmemoryobject.h
+++ b/src/utils/physfsmemoryobject.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/physfsrwops.cpp b/src/utils/physfsrwops.cpp
index bc78d09cb..3599f7f31 100644
--- a/src/utils/physfsrwops.cpp
+++ b/src/utils/physfsrwops.cpp
@@ -19,7 +19,7 @@
*
* This file was written by Ryan C. Gordon. (icculus@icculus.org).
*
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*/
#include "utils/physfsrwops.h"
diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h
index 2144fe401..4c3c05988 100644
--- a/src/utils/physfsrwops.h
+++ b/src/utils/physfsrwops.h
@@ -19,7 +19,7 @@
*
* This file was written by Ryan C. Gordon. (icculus@icculus.org).
*
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*/
#ifndef UTILS_PHYSFSRWOPS_H
diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp
index ec93919f4..6e2332709 100644
--- a/src/utils/physfstools.cpp
+++ b/src/utils/physfstools.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h
index 2f792e1b7..e73cff6eb 100644
--- a/src/utils/physfstools.h
+++ b/src/utils/physfstools.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/process.cpp b/src/utils/process.cpp
index a037baef8..a12fb4301 100644
--- a/src/utils/process.cpp
+++ b/src/utils/process.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/process.h b/src/utils/process.h
index 5ceddd032..b6ea488a1 100644
--- a/src/utils/process.h
+++ b/src/utils/process.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp
index ee793b8bb..6505b70f0 100644
--- a/src/utils/sdl2helper.cpp
+++ b/src/utils/sdl2helper.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h
index 776f2b46a..d1b918b51 100644
--- a/src/utils/sdl2helper.h
+++ b/src/utils/sdl2helper.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlcheckutils.cpp b/src/utils/sdlcheckutils.cpp
index ed970b7c8..8c2f77dbd 100644
--- a/src/utils/sdlcheckutils.cpp
+++ b/src/utils/sdlcheckutils.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h
index d1d5e5aea..7ebbb4db2 100644
--- a/src/utils/sdlcheckutils.h
+++ b/src/utils/sdlcheckutils.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp
index 2a6a1969f..73157f15c 100644
--- a/src/utils/sdlhelper.cpp
+++ b/src/utils/sdlhelper.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h
index 3b3069ca7..081494953 100644
--- a/src/utils/sdlhelper.h
+++ b/src/utils/sdlhelper.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlmemoryobject.h b/src/utils/sdlmemoryobject.h
index 60f4b9399..07b231e2c 100644
--- a/src/utils/sdlmemoryobject.h
+++ b/src/utils/sdlmemoryobject.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlpixel.h b/src/utils/sdlpixel.h
index 6e78c184b..bc7236334 100644
--- a/src/utils/sdlpixel.h
+++ b/src/utils/sdlpixel.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlsharedhelper.cpp b/src/utils/sdlsharedhelper.cpp
index 7f37f989a..0f8e0a0d9 100644
--- a/src/utils/sdlsharedhelper.cpp
+++ b/src/utils/sdlsharedhelper.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/sdlsharedhelper.h b/src/utils/sdlsharedhelper.h
index 3963969ea..73612c761 100644
--- a/src/utils/sdlsharedhelper.h
+++ b/src/utils/sdlsharedhelper.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2015 The ManaPlus Developers
+ * Copyright (C) 2013-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/specialfolder.cpp b/src/utils/specialfolder.cpp
index dc8304738..99df90645 100644
--- a/src/utils/specialfolder.cpp
+++ b/src/utils/specialfolder.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/specialfolder.h b/src/utils/specialfolder.h
index 4bb46658e..6b8f1bd43 100644
--- a/src/utils/specialfolder.h
+++ b/src/utils/specialfolder.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/stringmap.h b/src/utils/stringmap.h
index e76515e18..3fb50e528 100644
--- a/src/utils/stringmap.h
+++ b/src/utils/stringmap.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/stringutils.cpp b/src/utils/stringutils.cpp
index ee6b6fb07..3e656330b 100644
--- a/src/utils/stringutils.cpp
+++ b/src/utils/stringutils.cpp
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2007-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h
index e35cacca4..2f192c98c 100644
--- a/src/utils/stringutils.h
+++ b/src/utils/stringutils.h
@@ -2,7 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2007-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/stringvector.h b/src/utils/stringvector.h
index 324b8d430..9960be1af 100644
--- a/src/utils/stringvector.h
+++ b/src/utils/stringvector.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp
index 7b2411687..fdb4a0c5a 100644
--- a/src/utils/timer.cpp
+++ b/src/utils/timer.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/timer.h b/src/utils/timer.h
index fa2dd2459..2e58fe508 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/podict.cpp b/src/utils/translation/podict.cpp
index ce9bc8aac..8aca50880 100644
--- a/src/utils/translation/podict.cpp
+++ b/src/utils/translation/podict.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/podict.h b/src/utils/translation/podict.h
index 991a6934c..dfb0f39ab 100644
--- a/src/utils/translation/podict.h
+++ b/src/utils/translation/podict.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/poparser.cpp b/src/utils/translation/poparser.cpp
index 3866322f5..ba07a490a 100644
--- a/src/utils/translation/poparser.cpp
+++ b/src/utils/translation/poparser.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h
index 7dcde6fe9..436996d78 100644
--- a/src/utils/translation/poparser.h
+++ b/src/utils/translation/poparser.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/translationmanager.cpp b/src/utils/translation/translationmanager.cpp
index 4ba618cbe..01f38e57f 100644
--- a/src/utils/translation/translationmanager.cpp
+++ b/src/utils/translation/translationmanager.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/translation/translationmanager.h b/src/utils/translation/translationmanager.h
index d824a6752..e6e56dd4a 100644
--- a/src/utils/translation/translationmanager.h
+++ b/src/utils/translation/translationmanager.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2015 The ManaPlus Developers
+ * Copyright (C) 2012-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index 16888fae4..4dc331c4f 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.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-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 81d9bf2fa..778159d86 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.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-2015 The ManaPlus Developers
+ * Copyright (C) 2011-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/xmlutils.cpp b/src/utils/xmlutils.cpp
index 68ed3adb7..001e46919 100644
--- a/src/utils/xmlutils.cpp
+++ b/src/utils/xmlutils.cpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2015 The ManaPlus Developers
+ * Copyright (C) 2014-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/utils/xmlutils.h b/src/utils/xmlutils.h
index e5ac40f5c..95ae1e562 100644
--- a/src/utils/xmlutils.h
+++ b/src/utils/xmlutils.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2015 The ManaPlus Developers
+ * Copyright (C) 2014-2016 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*