summaryrefslogtreecommitdiff
path: root/src/resources/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db')
-rw-r--r--src/resources/db/avatardb.cpp2
-rw-r--r--src/resources/db/avatardb.h2
-rw-r--r--src/resources/db/badgesdb.cpp2
-rw-r--r--src/resources/db/badgesdb.h2
-rw-r--r--src/resources/db/chardb.cpp2
-rw-r--r--src/resources/db/chardb.h2
-rw-r--r--src/resources/db/clandb.cpp2
-rw-r--r--src/resources/db/clandb.h2
-rw-r--r--src/resources/db/colordb.cpp2
-rw-r--r--src/resources/db/colordb.h2
-rw-r--r--src/resources/db/commandsdb.cpp2
-rw-r--r--src/resources/db/commandsdb.h2
-rw-r--r--src/resources/db/deaddb.cpp2
-rw-r--r--src/resources/db/deaddb.h2
-rw-r--r--src/resources/db/elementaldb.cpp2
-rw-r--r--src/resources/db/elementaldb.h2
-rw-r--r--src/resources/db/emotedb.cpp8
-rw-r--r--src/resources/db/emotedb.h2
-rw-r--r--src/resources/db/groupdb.cpp2
-rw-r--r--src/resources/db/groupdb.h2
-rw-r--r--src/resources/db/homunculusdb.cpp2
-rw-r--r--src/resources/db/homunculusdb.h2
-rw-r--r--src/resources/db/horsedb.cpp2
-rw-r--r--src/resources/db/horsedb.h2
-rw-r--r--src/resources/db/itemdb.cpp2
-rw-r--r--src/resources/db/itemdb.h2
-rw-r--r--src/resources/db/itemfielddb.cpp2
-rw-r--r--src/resources/db/itemfielddb.h2
-rw-r--r--src/resources/db/itemoptiondb.cpp2
-rw-r--r--src/resources/db/itemoptiondb.h2
-rw-r--r--src/resources/db/languagedb.cpp2
-rw-r--r--src/resources/db/languagedb.h2
-rw-r--r--src/resources/db/mapdb.cpp2
-rw-r--r--src/resources/db/mapdb.h2
-rw-r--r--src/resources/db/mercenarydb.cpp2
-rw-r--r--src/resources/db/mercenarydb.h2
-rw-r--r--src/resources/db/moddb.cpp2
-rw-r--r--src/resources/db/moddb.h2
-rw-r--r--src/resources/db/monsterdb.cpp2
-rw-r--r--src/resources/db/monsterdb.h2
-rw-r--r--src/resources/db/networkdb.cpp2
-rw-r--r--src/resources/db/networkdb.h2
-rw-r--r--src/resources/db/npcdb.cpp2
-rw-r--r--src/resources/db/npcdb.h2
-rw-r--r--src/resources/db/npcdialogdb.cpp2
-rw-r--r--src/resources/db/npcdialogdb.h2
-rw-r--r--src/resources/db/palettedb.cpp2
-rw-r--r--src/resources/db/palettedb.h2
-rw-r--r--src/resources/db/petdb.cpp2
-rw-r--r--src/resources/db/petdb.h2
-rw-r--r--src/resources/db/questdb.cpp2
-rw-r--r--src/resources/db/questdb.h2
-rw-r--r--src/resources/db/skillunitdb.cpp2
-rw-r--r--src/resources/db/skillunitdb.h2
-rw-r--r--src/resources/db/sounddb.cpp2
-rw-r--r--src/resources/db/sounddb.h2
-rw-r--r--src/resources/db/statdb.cpp2
-rw-r--r--src/resources/db/statdb.h2
-rw-r--r--src/resources/db/statuseffectdb.cpp2
-rw-r--r--src/resources/db/statuseffectdb.h2
-rw-r--r--src/resources/db/textdb.cpp2
-rw-r--r--src/resources/db/textdb.h2
-rw-r--r--src/resources/db/unitsdb.cpp2
-rw-r--r--src/resources/db/unitsdb.h2
-rw-r--r--src/resources/db/weaponsdb.cpp2
-rw-r--r--src/resources/db/weaponsdb.h2
66 files changed, 69 insertions, 69 deletions
diff --git a/src/resources/db/avatardb.cpp b/src/resources/db/avatardb.cpp
index 0b30cfa7b..f8f7ee4d8 100644
--- a/src/resources/db/avatardb.cpp
+++ b/src/resources/db/avatardb.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/resources/db/avatardb.h b/src/resources/db/avatardb.h
index 6f8c64920..e3d544035 100644
--- a/src/resources/db/avatardb.h
+++ b/src/resources/db/avatardb.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/resources/db/badgesdb.cpp b/src/resources/db/badgesdb.cpp
index 0051a5808..77f6ce1d5 100644
--- a/src/resources/db/badgesdb.cpp
+++ b/src/resources/db/badgesdb.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/resources/db/badgesdb.h b/src/resources/db/badgesdb.h
index dadd92078..9f31a55b4 100644
--- a/src/resources/db/badgesdb.h
+++ b/src/resources/db/badgesdb.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/resources/db/chardb.cpp b/src/resources/db/chardb.cpp
index ca256e4f3..4d710b0a7 100644
--- a/src/resources/db/chardb.cpp
+++ b/src/resources/db/chardb.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/chardb.h b/src/resources/db/chardb.h
index cc60bd954..376529780 100644
--- a/src/resources/db/chardb.h
+++ b/src/resources/db/chardb.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/clandb.cpp b/src/resources/db/clandb.cpp
index 6b08eada4..754eef7f2 100644
--- a/src/resources/db/clandb.cpp
+++ b/src/resources/db/clandb.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/resources/db/clandb.h b/src/resources/db/clandb.h
index b0fae74a4..ca9a96ea3 100644
--- a/src/resources/db/clandb.h
+++ b/src/resources/db/clandb.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/resources/db/colordb.cpp b/src/resources/db/colordb.cpp
index 6c24bb9de..ccf7614f2 100644
--- a/src/resources/db/colordb.cpp
+++ b/src/resources/db/colordb.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/colordb.h b/src/resources/db/colordb.h
index e77b8d412..b6866296d 100644
--- a/src/resources/db/colordb.h
+++ b/src/resources/db/colordb.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/commandsdb.cpp b/src/resources/db/commandsdb.cpp
index ef4da42d9..b8fb7bfbc 100644
--- a/src/resources/db/commandsdb.cpp
+++ b/src/resources/db/commandsdb.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/resources/db/commandsdb.h b/src/resources/db/commandsdb.h
index 4f43e2bd1..d04e6f811 100644
--- a/src/resources/db/commandsdb.h
+++ b/src/resources/db/commandsdb.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/resources/db/deaddb.cpp b/src/resources/db/deaddb.cpp
index 3852a0982..bfd4bf1c9 100644
--- a/src/resources/db/deaddb.cpp
+++ b/src/resources/db/deaddb.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/resources/db/deaddb.h b/src/resources/db/deaddb.h
index 9c0755738..69d637e46 100644
--- a/src/resources/db/deaddb.h
+++ b/src/resources/db/deaddb.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/resources/db/elementaldb.cpp b/src/resources/db/elementaldb.cpp
index 69b8de05c..284e3b256 100644
--- a/src/resources/db/elementaldb.cpp
+++ b/src/resources/db/elementaldb.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/resources/db/elementaldb.h b/src/resources/db/elementaldb.h
index c8a7b603a..738ab438f 100644
--- a/src/resources/db/elementaldb.h
+++ b/src/resources/db/elementaldb.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/resources/db/emotedb.cpp b/src/resources/db/emotedb.cpp
index 25501eaa1..868ac914b 100644
--- a/src/resources/db/emotedb.cpp
+++ b/src/resources/db/emotedb.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2009 Aethyra Development Team
- * Copyright (C) 2011-2019 The ManaPlus Developers
+ * Copyright (C) 2011-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
@@ -64,7 +64,7 @@ void EmoteDB::load()
loadXmlFile(paths.getStringValue("emotesFile"), SkipError_false);
loadXmlFile(paths.getStringValue("emotesPatchFile"), SkipError_true);
loadXmlDir("emotesPatchDir", loadXmlFile)
- loadSpecialXmlFile("graphics/sprites/manaplus_emotes.xml",
+ loadSpecialXmlFile("graphics/sprites/manaverse_emotes.xml",
SkipError_false);
mLoaded = true;
@@ -156,7 +156,7 @@ void EmoteDB::loadSpecialXmlFile(const std::string &fileName,
if ((rootNode == nullptr) || !xmlNameEqual(rootNode, "emotes"))
{
logger->log1("Emote Database: Error while loading"
- " manaplus_emotes.xml!");
+ " manaverse_emotes.xml!");
return;
}
@@ -179,7 +179,7 @@ void EmoteDB::loadSpecialXmlFile(const std::string &fileName,
if (id == -1)
{
reportAlways("Emote Database: Emote with missing ID in "
- "manaplus_emotes.xml!")
+ "manaverse_emotes.xml!")
continue;
}
const int altId = XML::getProperty(emoteNode, "altid", -1);
diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h
index 6aa9391d2..9e10faf01 100644
--- a/src/resources/db/emotedb.h
+++ b/src/resources/db/emotedb.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2009 Aethyra Development 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/resources/db/groupdb.cpp b/src/resources/db/groupdb.cpp
index 8675e22eb..6b9c4053a 100644
--- a/src/resources/db/groupdb.cpp
+++ b/src/resources/db/groupdb.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/resources/db/groupdb.h b/src/resources/db/groupdb.h
index 768d47292..b81e0a508 100644
--- a/src/resources/db/groupdb.h
+++ b/src/resources/db/groupdb.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/resources/db/homunculusdb.cpp b/src/resources/db/homunculusdb.cpp
index 895a3d31e..51e9a0218 100644
--- a/src/resources/db/homunculusdb.cpp
+++ b/src/resources/db/homunculusdb.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/resources/db/homunculusdb.h b/src/resources/db/homunculusdb.h
index d63a0f0ff..edff9b247 100644
--- a/src/resources/db/homunculusdb.h
+++ b/src/resources/db/homunculusdb.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/resources/db/horsedb.cpp b/src/resources/db/horsedb.cpp
index a963c9081..d23fc425c 100644
--- a/src/resources/db/horsedb.cpp
+++ b/src/resources/db/horsedb.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2009 Aethyra Development 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/resources/db/horsedb.h b/src/resources/db/horsedb.h
index 0e03a8ba9..50e7dee3d 100644
--- a/src/resources/db/horsedb.h
+++ b/src/resources/db/horsedb.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2009 Aethyra Development 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/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp
index e6e3cc323..97d276b2b 100644
--- a/src/resources/db/itemdb.cpp
+++ b/src/resources/db/itemdb.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/resources/db/itemdb.h b/src/resources/db/itemdb.h
index c888d8595..e450c6779 100644
--- a/src/resources/db/itemdb.h
+++ b/src/resources/db/itemdb.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/resources/db/itemfielddb.cpp b/src/resources/db/itemfielddb.cpp
index ad9c4964f..8e0e2d6a1 100644
--- a/src/resources/db/itemfielddb.cpp
+++ b/src/resources/db/itemfielddb.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/resources/db/itemfielddb.h b/src/resources/db/itemfielddb.h
index 83727d944..f657109b0 100644
--- a/src/resources/db/itemfielddb.h
+++ b/src/resources/db/itemfielddb.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/resources/db/itemoptiondb.cpp b/src/resources/db/itemoptiondb.cpp
index aec881f58..263dfd6b6 100644
--- a/src/resources/db/itemoptiondb.cpp
+++ b/src/resources/db/itemoptiondb.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/resources/db/itemoptiondb.h b/src/resources/db/itemoptiondb.h
index da5067750..ac8bf25f4 100644
--- a/src/resources/db/itemoptiondb.h
+++ b/src/resources/db/itemoptiondb.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/resources/db/languagedb.cpp b/src/resources/db/languagedb.cpp
index f70087777..0aea42f89 100644
--- a/src/resources/db/languagedb.cpp
+++ b/src/resources/db/languagedb.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/resources/db/languagedb.h b/src/resources/db/languagedb.h
index b9ef07472..ad5106811 100644
--- a/src/resources/db/languagedb.h
+++ b/src/resources/db/languagedb.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/resources/db/mapdb.cpp b/src/resources/db/mapdb.cpp
index 0059eceea..49a66bf9f 100644
--- a/src/resources/db/mapdb.cpp
+++ b/src/resources/db/mapdb.cpp
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/mapdb.h b/src/resources/db/mapdb.h
index 203a247ad..3c2ad4163 100644
--- a/src/resources/db/mapdb.h
+++ b/src/resources/db/mapdb.h
@@ -1,7 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2008 Aethyra Development 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/resources/db/mercenarydb.cpp b/src/resources/db/mercenarydb.cpp
index 18ac75bf9..6dc85d6a0 100644
--- a/src/resources/db/mercenarydb.cpp
+++ b/src/resources/db/mercenarydb.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/resources/db/mercenarydb.h b/src/resources/db/mercenarydb.h
index 55218fe7a..356a2b698 100644
--- a/src/resources/db/mercenarydb.h
+++ b/src/resources/db/mercenarydb.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/resources/db/moddb.cpp b/src/resources/db/moddb.cpp
index 4442d7d54..682fdecff 100644
--- a/src/resources/db/moddb.cpp
+++ b/src/resources/db/moddb.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/resources/db/moddb.h b/src/resources/db/moddb.h
index 561cef279..891157b2a 100644
--- a/src/resources/db/moddb.h
+++ b/src/resources/db/moddb.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/resources/db/monsterdb.cpp b/src/resources/db/monsterdb.cpp
index d71ccf056..c54cf341e 100644
--- a/src/resources/db/monsterdb.cpp
+++ b/src/resources/db/monsterdb.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/resources/db/monsterdb.h b/src/resources/db/monsterdb.h
index 38ea5d72a..700c8cb0c 100644
--- a/src/resources/db/monsterdb.h
+++ b/src/resources/db/monsterdb.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/resources/db/networkdb.cpp b/src/resources/db/networkdb.cpp
index 83007ea02..942377b7a 100644
--- a/src/resources/db/networkdb.cpp
+++ b/src/resources/db/networkdb.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/resources/db/networkdb.h b/src/resources/db/networkdb.h
index f7b6b69a5..84e6adabc 100644
--- a/src/resources/db/networkdb.h
+++ b/src/resources/db/networkdb.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/resources/db/npcdb.cpp b/src/resources/db/npcdb.cpp
index d73501ede..cf0017802 100644
--- a/src/resources/db/npcdb.cpp
+++ b/src/resources/db/npcdb.cpp
@@ -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/resources/db/npcdb.h b/src/resources/db/npcdb.h
index b3cf976f7..39a30d19e 100644
--- a/src/resources/db/npcdb.h
+++ b/src/resources/db/npcdb.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/resources/db/npcdialogdb.cpp b/src/resources/db/npcdialogdb.cpp
index a1bdfb4dd..3e89402b9 100644
--- a/src/resources/db/npcdialogdb.cpp
+++ b/src/resources/db/npcdialogdb.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/resources/db/npcdialogdb.h b/src/resources/db/npcdialogdb.h
index c64c2df4f..b22792cfd 100644
--- a/src/resources/db/npcdialogdb.h
+++ b/src/resources/db/npcdialogdb.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/resources/db/palettedb.cpp b/src/resources/db/palettedb.cpp
index 335e4483b..4d455c52c 100644
--- a/src/resources/db/palettedb.cpp
+++ b/src/resources/db/palettedb.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/resources/db/palettedb.h b/src/resources/db/palettedb.h
index e63167f23..6f5b43bae 100644
--- a/src/resources/db/palettedb.h
+++ b/src/resources/db/palettedb.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/resources/db/petdb.cpp b/src/resources/db/petdb.cpp
index 0aef0c47e..19ad6bba5 100644
--- a/src/resources/db/petdb.cpp
+++ b/src/resources/db/petdb.cpp
@@ -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/resources/db/petdb.h b/src/resources/db/petdb.h
index fe9e7fba7..1ccb2009a 100644
--- a/src/resources/db/petdb.h
+++ b/src/resources/db/petdb.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/resources/db/questdb.cpp b/src/resources/db/questdb.cpp
index 65909db5b..476092f3e 100644
--- a/src/resources/db/questdb.cpp
+++ b/src/resources/db/questdb.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/resources/db/questdb.h b/src/resources/db/questdb.h
index 3e58c45e3..13023ed34 100644
--- a/src/resources/db/questdb.h
+++ b/src/resources/db/questdb.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/resources/db/skillunitdb.cpp b/src/resources/db/skillunitdb.cpp
index 251ec86c3..86e57a42a 100644
--- a/src/resources/db/skillunitdb.cpp
+++ b/src/resources/db/skillunitdb.cpp
@@ -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/resources/db/skillunitdb.h b/src/resources/db/skillunitdb.h
index 4d2c983a2..5d2cd1530 100644
--- a/src/resources/db/skillunitdb.h
+++ b/src/resources/db/skillunitdb.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/resources/db/sounddb.cpp b/src/resources/db/sounddb.cpp
index acf505f47..e75df7dd0 100644
--- a/src/resources/db/sounddb.cpp
+++ b/src/resources/db/sounddb.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/resources/db/sounddb.h b/src/resources/db/sounddb.h
index 7d7c02080..5e595b426 100644
--- a/src/resources/db/sounddb.h
+++ b/src/resources/db/sounddb.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/resources/db/statdb.cpp b/src/resources/db/statdb.cpp
index d6f022fb3..862e019af 100644
--- a/src/resources/db/statdb.cpp
+++ b/src/resources/db/statdb.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/resources/db/statdb.h b/src/resources/db/statdb.h
index a7777aca0..7abc75533 100644
--- a/src/resources/db/statdb.h
+++ b/src/resources/db/statdb.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/resources/db/statuseffectdb.cpp b/src/resources/db/statuseffectdb.cpp
index 90c56b8b9..102a46fac 100644
--- a/src/resources/db/statuseffectdb.cpp
+++ b/src/resources/db/statuseffectdb.cpp
@@ -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/resources/db/statuseffectdb.h b/src/resources/db/statuseffectdb.h
index 078716bc6..f76bddae6 100644
--- a/src/resources/db/statuseffectdb.h
+++ b/src/resources/db/statuseffectdb.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/resources/db/textdb.cpp b/src/resources/db/textdb.cpp
index 0458085bb..9e77dc13b 100644
--- a/src/resources/db/textdb.cpp
+++ b/src/resources/db/textdb.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/resources/db/textdb.h b/src/resources/db/textdb.h
index 47a64831c..9ff865135 100644
--- a/src/resources/db/textdb.h
+++ b/src/resources/db/textdb.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/resources/db/unitsdb.cpp b/src/resources/db/unitsdb.cpp
index 73952db8d..e75b86102 100644
--- a/src/resources/db/unitsdb.cpp
+++ b/src/resources/db/unitsdb.cpp
@@ -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/resources/db/unitsdb.h b/src/resources/db/unitsdb.h
index 1c66b3774..681b9665a 100644
--- a/src/resources/db/unitsdb.h
+++ b/src/resources/db/unitsdb.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/resources/db/weaponsdb.cpp b/src/resources/db/weaponsdb.cpp
index 6bfc239e8..7b4e8fc48 100644
--- a/src/resources/db/weaponsdb.cpp
+++ b/src/resources/db/weaponsdb.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/resources/db/weaponsdb.h b/src/resources/db/weaponsdb.h
index c931b7e08..5dc65897f 100644
--- a/src/resources/db/weaponsdb.h
+++ b/src/resources/db/weaponsdb.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.
*