summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 16:04:48 +0100
committerjak1 <jak1@themanaworld.org>2023-01-08 16:05:53 +0100
commitbc745ae9b9f623b53f176a63077e192c4586e8f7 (patch)
tree68063c8ac54d7c904bedf1ef22091e3b8a51f845 /src/const
parenta58d101f8b261313bc95c96ade691073aee1ffca (diff)
downloadmanaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.gz
manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.bz2
manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.xz
manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.zip
added manaverse' copyright line to src/
Diffstat (limited to 'src/const')
-rw-r--r--src/const/emoteshortcut.h1
-rw-r--r--src/const/equipment.h1
-rw-r--r--src/const/gui/chat.h1
-rw-r--r--src/const/gui/pages.h1
-rw-r--r--src/const/gui/theme.h1
-rw-r--r--src/const/itemshortcut.h1
-rw-r--r--src/const/net/inventory.h1
-rw-r--r--src/const/net/maxpacketversion.h1
-rw-r--r--src/const/net/net.h1
-rw-r--r--src/const/net/nostat.h1
-rw-r--r--src/const/net/skill.h1
-rw-r--r--src/const/render/graphics.h1
-rw-r--r--src/const/resources/currency.h1
-rw-r--r--src/const/resources/item/cards.h1
-rw-r--r--src/const/resources/item/itemoptions.h1
-rw-r--r--src/const/resources/map/map.h1
-rw-r--r--src/const/resources/skill.h1
-rw-r--r--src/const/resources/spriteaction.h1
-rw-r--r--src/const/sound.h1
-rw-r--r--src/const/spells.h1
-rw-r--r--src/const/utils/perfstat.h1
-rw-r--r--src/const/utils/timer.h1
-rw-r--r--src/const/utils/utf8.h1
23 files changed, 23 insertions, 0 deletions
diff --git a/src/const/emoteshortcut.h b/src/const/emoteshortcut.h
index a2646ef39..dd4e7962c 100644
--- a/src/const/emoteshortcut.h
+++ b/src/const/emoteshortcut.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/equipment.h b/src/const/equipment.h
index 6bc827233..2ecdd09cc 100644
--- a/src/const/equipment.h
+++ b/src/const/equipment.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/gui/chat.h b/src/const/gui/chat.h
index eb9073e5f..689cece03 100644
--- a/src/const/gui/chat.h
+++ b/src/const/gui/chat.h
@@ -3,6 +3,7 @@
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/gui/pages.h b/src/const/gui/pages.h
index 4963f496f..06a87ed29 100644
--- a/src/const/gui/pages.h
+++ b/src/const/gui/pages.h
@@ -3,6 +3,7 @@
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/gui/theme.h b/src/const/gui/theme.h
index c38673e38..ce327d40a 100644
--- a/src/const/gui/theme.h
+++ b/src/const/gui/theme.h
@@ -5,6 +5,7 @@
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/itemshortcut.h b/src/const/itemshortcut.h
index c52d0d23c..82050c433 100644
--- a/src/const/itemshortcut.h
+++ b/src/const/itemshortcut.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/net/inventory.h b/src/const/net/inventory.h
index 8b2bfbb19..491c9ba40 100644
--- a/src/const/net/inventory.h
+++ b/src/const/net/inventory.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h
index a6c7fb163..104fe80b2 100644
--- a/src/const/net/maxpacketversion.h
+++ b/src/const/net/maxpacketversion.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2013-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/net/net.h b/src/const/net/net.h
index 9a01b5a29..fba4720cf 100644
--- a/src/const/net/net.h
+++ b/src/const/net/net.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2013-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/net/nostat.h b/src/const/net/nostat.h
index 0942eafb0..f8025fbbf 100644
--- a/src/const/net/nostat.h
+++ b/src/const/net/nostat.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/net/skill.h b/src/const/net/skill.h
index f266d0021..157ea6662 100644
--- a/src/const/net/skill.h
+++ b/src/const/net/skill.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/render/graphics.h b/src/const/render/graphics.h
index 181960c64..df0730c0c 100644
--- a/src/const/render/graphics.h
+++ b/src/const/render/graphics.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/currency.h b/src/const/resources/currency.h
index 0230f718a..b14e92e20 100644
--- a/src/const/resources/currency.h
+++ b/src/const/resources/currency.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/item/cards.h b/src/const/resources/item/cards.h
index 6bc618c19..6948e546d 100644
--- a/src/const/resources/item/cards.h
+++ b/src/const/resources/item/cards.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/item/itemoptions.h b/src/const/resources/item/itemoptions.h
index 19ca28a87..79b442380 100644
--- a/src/const/resources/item/itemoptions.h
+++ b/src/const/resources/item/itemoptions.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/map/map.h b/src/const/resources/map/map.h
index cfdf517b9..dfb3f0d1a 100644
--- a/src/const/resources/map/map.h
+++ b/src/const/resources/map/map.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/skill.h b/src/const/resources/skill.h
index 258593aba..eb4ba6047 100644
--- a/src/const/resources/skill.h
+++ b/src/const/resources/skill.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/resources/spriteaction.h b/src/const/resources/spriteaction.h
index d6ec3645e..c93393b74 100644
--- a/src/const/resources/spriteaction.h
+++ b/src/const/resources/spriteaction.h
@@ -3,6 +3,7 @@
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/sound.h b/src/const/sound.h
index 52c2db8b3..f3d053121 100644
--- a/src/const/sound.h
+++ b/src/const/sound.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/spells.h b/src/const/spells.h
index c2024434c..395dc2802 100644
--- a/src/const/spells.h
+++ b/src/const/spells.h
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2009-2010 Andrei Karas
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h
index fcae47d46..0ad871e84 100644
--- a/src/const/utils/perfstat.h
+++ b/src/const/utils/perfstat.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2018-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/utils/timer.h b/src/const/utils/timer.h
index 751de9642..e5ef10d3b 100644
--- a/src/const/utils/timer.h
+++ b/src/const/utils/timer.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/const/utils/utf8.h b/src/const/utils/utf8.h
index a4d604d16..64fb0359a 100644
--- a/src/const/utils/utf8.h
+++ b/src/const/utils/utf8.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*