diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
commit | a58d101f8b261313bc95c96ade691073aee1ffca (patch) | |
tree | beae1e8cdc0ad688bcc6aed72a660e0453435c83 /src/utils | |
parent | 252ab4b6bcc73c4a798ed4fce5768daf4eac779a (diff) | |
download | manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.gz manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.bz2 manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.tar.xz manaplus-a58d101f8b261313bc95c96ade691073aee1ffca.zip |
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players
removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends)
updated copyright -2020 for manaplus
Diffstat (limited to 'src/utils')
101 files changed, 101 insertions, 101 deletions
diff --git a/src/utils/booleanoptions.h b/src/utils/booleanoptions.h index 6f98ac4a5..ccc055746 100644 --- a/src/utils/booleanoptions.h +++ b/src/utils/booleanoptions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/browserboxtools.cpp b/src/utils/browserboxtools.cpp index 771b4e4e7..f27438f7c 100644 --- a/src/utils/browserboxtools.cpp +++ b/src/utils/browserboxtools.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/browserboxtools.h b/src/utils/browserboxtools.h index 6058c7c52..ced9077bd 100644 --- a/src/utils/browserboxtools.h +++ b/src/utils/browserboxtools.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/buildhex.h b/src/utils/buildhex.h index 41926a481..cb649ed8d 100644 --- a/src/utils/buildhex.h +++ b/src/utils/buildhex.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/cast.h b/src/utils/cast.h index c08a1ca25..1834a7c83 100644 --- a/src/utils/cast.h +++ b/src/utils/cast.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/chatutils.cpp b/src/utils/chatutils.cpp index 680f3fa00..916a1d191 100644 --- a/src/utils/chatutils.cpp +++ b/src/utils/chatutils.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/chatutils.h b/src/utils/chatutils.h index 215941f38..64ef8d3e4 100644 --- a/src/utils/chatutils.h +++ b/src/utils/chatutils.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/checkutils.cpp b/src/utils/checkutils.cpp index 2bcd60037..80a5d9033 100644 --- a/src/utils/checkutils.cpp +++ b/src/utils/checkutils.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/checkutils.h b/src/utils/checkutils.h index 36e84bf12..b85fd3d18 100644 --- a/src/utils/checkutils.h +++ b/src/utils/checkutils.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index d255853f2..e497a35c7 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h index 20eee4f70..066127427 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/cpu.cpp b/src/utils/cpu.cpp index d7ef74aaf..29bfc3098 100644 --- a/src/utils/cpu.cpp +++ b/src/utils/cpu.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/cpu.h b/src/utils/cpu.h index 5b07f36f3..c3287ce5d 100644 --- a/src/utils/cpu.h +++ b/src/utils/cpu.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/delete2.h b/src/utils/delete2.h index 16100374b..ba02b0d72 100644 --- a/src/utils/delete2.h +++ b/src/utils/delete2.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 368aa5ed9..807b48366 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/dumplibs.cpp b/src/utils/dumplibs.cpp index c221329ab..b093d337e 100644 --- a/src/utils/dumplibs.cpp +++ b/src/utils/dumplibs.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/dumplibs.h b/src/utils/dumplibs.h index ce02275dd..094348cf8 100644 --- a/src/utils/dumplibs.h +++ b/src/utils/dumplibs.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/dumpsizes.cpp b/src/utils/dumpsizes.cpp index 4b142cf11..ea085f5d0 100644 --- a/src/utils/dumpsizes.cpp +++ b/src/utils/dumpsizes.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/dumpsizes.h b/src/utils/dumpsizes.h index 025a1726c..ed1db8e22 100644 --- a/src/utils/dumpsizes.h +++ b/src/utils/dumpsizes.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/env.cpp b/src/utils/env.cpp index 7a87e0e38..d52712ca9 100644 --- a/src/utils/env.cpp +++ b/src/utils/env.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/env.h b/src/utils/env.h index 55c210e6f..91bfa0872 100644 --- a/src/utils/env.h +++ b/src/utils/env.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/foreach.h b/src/utils/foreach.h index bc6a95b16..8ddfacdba 100644 --- a/src/utils/foreach.h +++ b/src/utils/foreach.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/fuzzer.cpp b/src/utils/fuzzer.cpp index 9a0d37c33..b31f03e4c 100644 --- a/src/utils/fuzzer.cpp +++ b/src/utils/fuzzer.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/fuzzer.h b/src/utils/fuzzer.h index 5aaa427ff..f0723e7a2 100644 --- a/src/utils/fuzzer.h +++ b/src/utils/fuzzer.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/gettext.h b/src/utils/gettext.h index e984016d9..1830b494b 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 66ebcb469..ff4d42ad4 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/gettexthelper.h b/src/utils/gettexthelper.h index 1a48d3512..69b0136cf 100644 --- a/src/utils/gettexthelper.h +++ b/src/utils/gettexthelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp index 3bd130a65..7b5317adb 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/glxhelper.h b/src/utils/glxhelper.h index 4aef96e58..29662999b 100644 --- a/src/utils/glxhelper.h +++ b/src/utils/glxhelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/gmfunctions.cpp b/src/utils/gmfunctions.cpp index 01688dc3e..5135766f9 100644 --- a/src/utils/gmfunctions.cpp +++ b/src/utils/gmfunctions.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/gmfunctions.h b/src/utils/gmfunctions.h index 9f7446853..677f18f38 100644 --- a/src/utils/gmfunctions.h +++ b/src/utils/gmfunctions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/intmap.h b/src/utils/intmap.h index 9ab4025e8..031e1ed29 100644 --- a/src/utils/intmap.h +++ b/src/utils/intmap.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/itemxmlutils.cpp b/src/utils/itemxmlutils.cpp index 0b78c13d3..01f0a7971 100644 --- a/src/utils/itemxmlutils.cpp +++ b/src/utils/itemxmlutils.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/itemxmlutils.h b/src/utils/itemxmlutils.h index 7bf01caba..4792d8030 100644 --- a/src/utils/itemxmlutils.h +++ b/src/utils/itemxmlutils.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/langs.cpp b/src/utils/langs.cpp index 20b1a72a1..369676944 100644 --- a/src/utils/langs.cpp +++ b/src/utils/langs.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/langs.h b/src/utils/langs.h index ffcdd6306..a3ec33094 100644 --- a/src/utils/langs.h +++ b/src/utils/langs.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/likely.h b/src/utils/likely.h index 209849084..a8c894f6a 100644 --- a/src/utils/likely.h +++ b/src/utils/likely.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h index 36991f91a..5ddfed6f7 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/mrand.cpp b/src/utils/mrand.cpp index f39983330..c0f332adf 100644 --- a/src/utils/mrand.cpp +++ b/src/utils/mrand.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/mrand.h b/src/utils/mrand.h index e051d3aed..3d8b05aad 100644 --- a/src/utils/mrand.h +++ b/src/utils/mrand.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/mutex.h b/src/utils/mutex.h index 1d464bdff..4d73ce491 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/naclmessages.cpp b/src/utils/naclmessages.cpp index 82e608743..a7473cbf3 100644 --- a/src/utils/naclmessages.cpp +++ b/src/utils/naclmessages.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2019 The ManaPlus Developers + * Copyright (C) 2015-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/naclmessages.h b/src/utils/naclmessages.h index cbae34810..d6ca5680e 100644 --- a/src/utils/naclmessages.h +++ b/src/utils/naclmessages.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2019 The ManaPlus Developers + * Copyright (C) 2015-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/parameters.cpp b/src/utils/parameters.cpp index 2dae3d065..9b6ca3166 100644 --- a/src/utils/parameters.cpp +++ b/src/utils/parameters.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/parameters.h b/src/utils/parameters.h index 36b84a06d..061765e60 100644 --- a/src/utils/parameters.h +++ b/src/utils/parameters.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2016-2019 The ManaPlus Developers + * Copyright (C) 2016-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/perfomance.cpp b/src/utils/perfomance.cpp index 58d4493ec..62b4d13e4 100644 --- a/src/utils/perfomance.cpp +++ b/src/utils/perfomance.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/perfomance.h b/src/utils/perfomance.h index b25fa2aa7..ffe65ce56 100644 --- a/src/utils/perfomance.h +++ b/src/utils/perfomance.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/perfstat.cpp b/src/utils/perfstat.cpp index 53c795be1..b8053c082 100644 --- a/src/utils/perfstat.cpp +++ b/src/utils/perfstat.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2018-2019 The ManaPlus Developers + * Copyright (C) 2018-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/perfstat.h b/src/utils/perfstat.h index b6c387bd1..c19dd4eb2 100644 --- a/src/utils/perfstat.h +++ b/src/utils/perfstat.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2018-2019 The ManaPlus Developers + * Copyright (C) 2018-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/pnglib.cpp b/src/utils/pnglib.cpp index c0895c394..bb9c05f3a 100644 --- a/src/utils/pnglib.cpp +++ b/src/utils/pnglib.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/pnglib.h b/src/utils/pnglib.h index 92d6977fc..fa642199a 100644 --- a/src/utils/pnglib.h +++ b/src/utils/pnglib.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/process.cpp b/src/utils/process.cpp index 239132b8a..7e7d937b3 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/process.h b/src/utils/process.h index adb61819f..17ef0eff7 100644 --- a/src/utils/process.h +++ b/src/utils/process.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp index f9d080eff..527df1d8c 100644 --- a/src/utils/sdl2helper.cpp +++ b/src/utils/sdl2helper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index bab9d971e..165be81d5 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2logger.cpp b/src/utils/sdl2logger.cpp index 91fa71ad9..3d08bc18a 100644 --- a/src/utils/sdl2logger.cpp +++ b/src/utils/sdl2logger.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2logger.h b/src/utils/sdl2logger.h index 0f2edf50b..b5936f9d4 100644 --- a/src/utils/sdl2logger.h +++ b/src/utils/sdl2logger.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2musichelper.cpp b/src/utils/sdl2musichelper.cpp index 3f5b9905e..5122986d1 100644 --- a/src/utils/sdl2musichelper.cpp +++ b/src/utils/sdl2musichelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdl2musichelper.h b/src/utils/sdl2musichelper.h index 52a4a4510..7fbdbe027 100644 --- a/src/utils/sdl2musichelper.h +++ b/src/utils/sdl2musichelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlcheckutils.cpp b/src/utils/sdlcheckutils.cpp index 13ab523ca..f1e65273b 100644 --- a/src/utils/sdlcheckutils.cpp +++ b/src/utils/sdlcheckutils.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h index 38465ec0f..cb9fd941d 100644 --- a/src/utils/sdlcheckutils.h +++ b/src/utils/sdlcheckutils.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp index c2563ed3a..05c430f70 100644 --- a/src/utils/sdlhelper.cpp +++ b/src/utils/sdlhelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h index e13d889c5..e47f6d3e4 100644 --- a/src/utils/sdlhelper.h +++ b/src/utils/sdlhelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlmemoryobject.h b/src/utils/sdlmemoryobject.h index b84b43f7e..0c194f16b 100644 --- a/src/utils/sdlmemoryobject.h +++ b/src/utils/sdlmemoryobject.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlmusichelper.cpp b/src/utils/sdlmusichelper.cpp index dea1f2b6e..19d06e1fd 100644 --- a/src/utils/sdlmusichelper.cpp +++ b/src/utils/sdlmusichelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlmusichelper.h b/src/utils/sdlmusichelper.h index 2ea15acd8..f9344e5c8 100644 --- a/src/utils/sdlmusichelper.h +++ b/src/utils/sdlmusichelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlpixel.h b/src/utils/sdlpixel.h index b7817f216..f14c09101 100644 --- a/src/utils/sdlpixel.h +++ b/src/utils/sdlpixel.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlsharedhelper.cpp b/src/utils/sdlsharedhelper.cpp index a79c33783..9ac326b60 100644 --- a/src/utils/sdlsharedhelper.cpp +++ b/src/utils/sdlsharedhelper.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/sdlsharedhelper.h b/src/utils/sdlsharedhelper.h index fa2198129..f0ac60cd1 100644 --- a/src/utils/sdlsharedhelper.h +++ b/src/utils/sdlsharedhelper.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2019 The ManaPlus Developers + * Copyright (C) 2013-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/stdmove.h b/src/utils/stdmove.h index 7b9f9c663..3593d5a95 100644 --- a/src/utils/stdmove.h +++ b/src/utils/stdmove.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/stringmap.h b/src/utils/stringmap.h index c98310efd..e24470948 100644 --- a/src/utils/stringmap.h +++ b/src/utils/stringmap.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/stringutils.cpp b/src/utils/stringutils.cpp index f8b1da46d..0510a8c6d 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h index 8cd714dd3..82450bdf7 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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/stringvector.h b/src/utils/stringvector.h index b51c6b5a3..dc60e6ab6 100644 --- a/src/utils/stringvector.h +++ b/src/utils/stringvector.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp index b047c2882..56f0e37e9 100644 --- a/src/utils/timer.cpp +++ b/src/utils/timer.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/timer.h b/src/utils/timer.h index d2d99d62a..906ce93e1 100644 --- a/src/utils/timer.h +++ b/src/utils/timer.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 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 dde92d2fb..2ca37d0f8 100644 --- a/src/utils/translation/podict.cpp +++ b/src/utils/translation/podict.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 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 99522a050..3284fd9bd 100644 --- a/src/utils/translation/podict.h +++ b/src/utils/translation/podict.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 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 63d934f79..2c98a4d45 100644 --- a/src/utils/translation/poparser.cpp +++ b/src/utils/translation/poparser.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 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 007cb00cf..599f12ecd 100644 --- a/src/utils/translation/poparser.h +++ b/src/utils/translation/poparser.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 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 c5bad1a55..8b3fdcffe 100644 --- a/src/utils/translation/translationmanager.cpp +++ b/src/utils/translation/translationmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 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 df914c988..73c7bc4d4 100644 --- a/src/utils/translation/translationmanager.h +++ b/src/utils/translation/translationmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2019 The ManaPlus Developers + * Copyright (C) 2012-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/vector.h b/src/utils/vector.h index ee6378b1d..7d9b2a8db 100644 --- a/src/utils/vector.h +++ b/src/utils/vector.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/x11logger.cpp b/src/utils/x11logger.cpp index e63e777fd..445a9eaf7 100644 --- a/src/utils/x11logger.cpp +++ b/src/utils/x11logger.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/x11logger.h b/src/utils/x11logger.h index ff3d04a68..f61edea77 100644 --- a/src/utils/x11logger.h +++ b/src/utils/x11logger.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2017-2019 The ManaPlus Developers + * Copyright (C) 2017-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml.h b/src/utils/xml.h index 078db8709..6438b2539 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml.inc b/src/utils/xml.inc index 04cfd053c..ff0984548 100644 --- a/src/utils/xml.inc +++ b/src/utils/xml.inc @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp index 8e37183d9..aa4fad872 100644 --- a/src/utils/xml/libxml.cpp +++ b/src/utils/xml/libxml.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/libxml.h b/src/utils/xml/libxml.h index 45e8ce0f1..b6e805fe3 100644 --- a/src/utils/xml/libxml.h +++ b/src/utils/xml/libxml.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/libxml.inc b/src/utils/xml/libxml.inc index 7402173e5..a2763af7c 100644 --- a/src/utils/xml/libxml.inc +++ b/src/utils/xml/libxml.inc @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp index 96f7dd1da..8ac124d8b 100644 --- a/src/utils/xml/pugixml.cpp +++ b/src/utils/xml/pugixml.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/pugixml.h b/src/utils/xml/pugixml.h index 5e3ef8349..75c20d25c 100644 --- a/src/utils/xml/pugixml.h +++ b/src/utils/xml/pugixml.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/pugixml.inc b/src/utils/xml/pugixml.inc index 358603e5a..3232b73e3 100644 --- a/src/utils/xml/pugixml.inc +++ b/src/utils/xml/pugixml.inc @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/pugixmlwriter.cpp b/src/utils/xml/pugixmlwriter.cpp index edd1a4d20..99f951834 100644 --- a/src/utils/xml/pugixmlwriter.cpp +++ b/src/utils/xml/pugixmlwriter.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/pugixmlwriter.h b/src/utils/xml/pugixmlwriter.h index a7ed9da32..f6cf2ee42 100644 --- a/src/utils/xml/pugixmlwriter.h +++ b/src/utils/xml/pugixmlwriter.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/tinyxml2.cpp b/src/utils/xml/tinyxml2.cpp index a48b9ecaf..fc6742cc7 100644 --- a/src/utils/xml/tinyxml2.cpp +++ b/src/utils/xml/tinyxml2.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/tinyxml2.h b/src/utils/xml/tinyxml2.h index 0e1086f75..5658ee20c 100644 --- a/src/utils/xml/tinyxml2.h +++ b/src/utils/xml/tinyxml2.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-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xml/tinyxml2.inc b/src/utils/xml/tinyxml2.inc index d972a37cf..b237de9fb 100644 --- a/src/utils/xml/tinyxml2.inc +++ b/src/utils/xml/tinyxml2.inc @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xmlutils.cpp b/src/utils/xmlutils.cpp index 295526de2..73f7f813f 100644 --- a/src/utils/xmlutils.cpp +++ b/src/utils/xmlutils.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xmlutils.h b/src/utils/xmlutils.h index 2a65fed8d..a055cb9e4 100644 --- a/src/utils/xmlutils.h +++ b/src/utils/xmlutils.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2019 The ManaPlus Developers + * Copyright (C) 2014-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/utils/xmlwriter.h b/src/utils/xmlwriter.h index 564f651d2..c60ed6f3c 100644 --- a/src/utils/xmlwriter.h +++ b/src/utils/xmlwriter.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * |