summaryrefslogtreecommitdiff
path: root/src/resources/dye
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-03 16:48:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-03 16:48:28 +0300
commita0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (patch)
tree4abf627bef146f4c26e36dd294899c9ab846232e /src/resources/dye
parent17928691c2893c535dba352160dd00bfc96221a9 (diff)
downloadplus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.gz
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.bz2
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.xz
plus-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.zip
Update copyright year.
Diffstat (limited to 'src/resources/dye')
-rw-r--r--src/resources/dye/dye.cpp2
-rw-r--r--src/resources/dye/dye.h2
-rw-r--r--src/resources/dye/dye_unittest.cc2
-rw-r--r--src/resources/dye/dyecolor.h2
-rw-r--r--src/resources/dye/dyepalette.cpp2
-rw-r--r--src/resources/dye/dyepalette.h2
-rw-r--r--src/resources/dye/dyepalette_replaceacolor.cpp2
-rw-r--r--src/resources/dye/dyepalette_replaceacolor_avx2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replaceacolor_default.hpp2
-rw-r--r--src/resources/dye/dyepalette_replaceacolor_sse2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replaceaoglcolor.cpp2
-rw-r--r--src/resources/dye/dyepalette_replaceaoglcolor_avx2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replaceaoglcolor_default.hpp2
-rw-r--r--src/resources/dye/dyepalette_replaceaoglcolor_sse2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacescolor.cpp2
-rw-r--r--src/resources/dye/dyepalette_replacescolor_avx2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacescolor_default.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacescolor_sse2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacesoglcolor.cpp2
-rw-r--r--src/resources/dye/dyepalette_replacesoglcolor_avx2.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacesoglcolor_default.hpp2
-rw-r--r--src/resources/dye/dyepalette_replacesoglcolor_sse2.hpp2
-rw-r--r--src/resources/dye/dyepalette_unittest.cc2
23 files changed, 23 insertions, 23 deletions
diff --git a/src/resources/dye/dye.cpp b/src/resources/dye/dye.cpp
index 789c711c4..b9c9e4cd8 100644
--- a/src/resources/dye/dye.cpp
+++ b/src/resources/dye/dye.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dye.h b/src/resources/dye/dye.h
index 6313fa255..1f8eb2fdd 100644
--- a/src/resources/dye/dye.h
+++ b/src/resources/dye/dye.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dye_unittest.cc b/src/resources/dye/dye_unittest.cc
index 0218c0e9a..29d39ff3e 100644
--- a/src/resources/dye/dye_unittest.cc
+++ b/src/resources/dye/dye_unittest.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2016 The ManaPlus Developers
+ * Copyright (C) 2013-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyecolor.h b/src/resources/dye/dyecolor.h
index a3558a4c3..3154802fd 100644
--- a/src/resources/dye/dyecolor.h
+++ b/src/resources/dye/dyecolor.h
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2016 The ManaPlus Developers
+ * Copyright (C) 2013-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette.cpp b/src/resources/dye/dyepalette.cpp
index 28efd76ba..dfe6e95a2 100644
--- a/src/resources/dye/dyepalette.cpp
+++ b/src/resources/dye/dyepalette.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h
index 3eefb4d2c..d869e39c6 100644
--- a/src/resources/dye/dyepalette.h
+++ b/src/resources/dye/dyepalette.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceacolor.cpp b/src/resources/dye/dyepalette_replaceacolor.cpp
index b5b77f770..51bd9e36f 100644
--- a/src/resources/dye/dyepalette_replaceacolor.cpp
+++ b/src/resources/dye/dyepalette_replaceacolor.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceacolor_avx2.hpp b/src/resources/dye/dyepalette_replaceacolor_avx2.hpp
index 4fdb403b8..7dc521f77 100644
--- a/src/resources/dye/dyepalette_replaceacolor_avx2.hpp
+++ b/src/resources/dye/dyepalette_replaceacolor_avx2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceacolor_default.hpp b/src/resources/dye/dyepalette_replaceacolor_default.hpp
index cbe01a50d..c5bf0075f 100644
--- a/src/resources/dye/dyepalette_replaceacolor_default.hpp
+++ b/src/resources/dye/dyepalette_replaceacolor_default.hpp
@@ -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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceacolor_sse2.hpp b/src/resources/dye/dyepalette_replaceacolor_sse2.hpp
index 98aadae57..82854f9d8 100644
--- a/src/resources/dye/dyepalette_replaceacolor_sse2.hpp
+++ b/src/resources/dye/dyepalette_replaceacolor_sse2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceaoglcolor.cpp b/src/resources/dye/dyepalette_replaceaoglcolor.cpp
index 837885d69..0b87d675b 100644
--- a/src/resources/dye/dyepalette_replaceaoglcolor.cpp
+++ b/src/resources/dye/dyepalette_replaceaoglcolor.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceaoglcolor_avx2.hpp b/src/resources/dye/dyepalette_replaceaoglcolor_avx2.hpp
index a4e83bc87..d16367c4b 100644
--- a/src/resources/dye/dyepalette_replaceaoglcolor_avx2.hpp
+++ b/src/resources/dye/dyepalette_replaceaoglcolor_avx2.hpp
@@ -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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceaoglcolor_default.hpp b/src/resources/dye/dyepalette_replaceaoglcolor_default.hpp
index 71bdf23ae..75604c608 100644
--- a/src/resources/dye/dyepalette_replaceaoglcolor_default.hpp
+++ b/src/resources/dye/dyepalette_replaceaoglcolor_default.hpp
@@ -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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replaceaoglcolor_sse2.hpp b/src/resources/dye/dyepalette_replaceaoglcolor_sse2.hpp
index 24c15b506..6186d9ffd 100644
--- a/src/resources/dye/dyepalette_replaceaoglcolor_sse2.hpp
+++ b/src/resources/dye/dyepalette_replaceaoglcolor_sse2.hpp
@@ -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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacescolor.cpp b/src/resources/dye/dyepalette_replacescolor.cpp
index 0dc78185b..89f58b855 100644
--- a/src/resources/dye/dyepalette_replacescolor.cpp
+++ b/src/resources/dye/dyepalette_replacescolor.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacescolor_avx2.hpp b/src/resources/dye/dyepalette_replacescolor_avx2.hpp
index aeed065f3..632bf2ca5 100644
--- a/src/resources/dye/dyepalette_replacescolor_avx2.hpp
+++ b/src/resources/dye/dyepalette_replacescolor_avx2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacescolor_default.hpp b/src/resources/dye/dyepalette_replacescolor_default.hpp
index 7f1e0fbc3..43c6cc0d1 100644
--- a/src/resources/dye/dyepalette_replacescolor_default.hpp
+++ b/src/resources/dye/dyepalette_replacescolor_default.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacescolor_sse2.hpp b/src/resources/dye/dyepalette_replacescolor_sse2.hpp
index 437a05ff3..9e4772ac2 100644
--- a/src/resources/dye/dyepalette_replacescolor_sse2.hpp
+++ b/src/resources/dye/dyepalette_replacescolor_sse2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacesoglcolor.cpp b/src/resources/dye/dyepalette_replacesoglcolor.cpp
index 9d9d8e6bc..57ffd6b50 100644
--- a/src/resources/dye/dyepalette_replacesoglcolor.cpp
+++ b/src/resources/dye/dyepalette_replacesoglcolor.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-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacesoglcolor_avx2.hpp b/src/resources/dye/dyepalette_replacesoglcolor_avx2.hpp
index 01eb97d51..6e45f807c 100644
--- a/src/resources/dye/dyepalette_replacesoglcolor_avx2.hpp
+++ b/src/resources/dye/dyepalette_replacesoglcolor_avx2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacesoglcolor_default.hpp b/src/resources/dye/dyepalette_replacesoglcolor_default.hpp
index c74475a19..7669b99bf 100644
--- a/src/resources/dye/dyepalette_replacesoglcolor_default.hpp
+++ b/src/resources/dye/dyepalette_replacesoglcolor_default.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_replacesoglcolor_sse2.hpp b/src/resources/dye/dyepalette_replacesoglcolor_sse2.hpp
index 27be27c16..a59c53979 100644
--- a/src/resources/dye/dyepalette_replacesoglcolor_sse2.hpp
+++ b/src/resources/dye/dyepalette_replacesoglcolor_sse2.hpp
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2016 The ManaPlus Developers
+ * Copyright (C) 2011-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/resources/dye/dyepalette_unittest.cc b/src/resources/dye/dyepalette_unittest.cc
index d42e98b2e..a7af3c6a6 100644
--- a/src/resources/dye/dyepalette_unittest.cc
+++ b/src/resources/dye/dyepalette_unittest.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2016 The ManaPlus Developers
+ * Copyright (C) 2013-2017 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*