summaryrefslogtreecommitdiff
path: root/src/being
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/being
parenta58d101f8b261313bc95c96ade691073aee1ffca (diff)
downloadplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.gz
plus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.bz2
plus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.xz
plus-bc745ae9b9f623b53f176a63077e192c4586e8f7.zip
added manaverse' copyright line to src/
Diffstat (limited to 'src/being')
-rw-r--r--src/being/actor.cpp1
-rw-r--r--src/being/actor.h1
-rw-r--r--src/being/actorsprite.cpp1
-rw-r--r--src/being/actorsprite.h1
-rw-r--r--src/being/being.cpp1
-rw-r--r--src/being/being.h1
-rw-r--r--src/being/beingcacheentry.h1
-rw-r--r--src/being/beingflag.h1
-rw-r--r--src/being/beingspeech.h1
-rw-r--r--src/being/castingeffect.cpp1
-rw-r--r--src/being/castingeffect.h1
-rw-r--r--src/being/compounditem.h1
-rw-r--r--src/being/compoundsprite.cpp1
-rw-r--r--src/being/compoundsprite.h1
-rw-r--r--src/being/crazymoves.cpp1
-rw-r--r--src/being/crazymoves.h1
-rw-r--r--src/being/flooritem.cpp1
-rw-r--r--src/being/flooritem.h1
-rw-r--r--src/being/homunculusinfo.h1
-rw-r--r--src/being/localclan.cpp1
-rw-r--r--src/being/localclan.h1
-rw-r--r--src/being/localplayer.cpp1
-rw-r--r--src/being/localplayer.h1
-rw-r--r--src/being/mercenaryinfo.h1
-rw-r--r--src/being/petinfo.h1
-rw-r--r--src/being/playerignorestrategy.h1
-rw-r--r--src/being/playerinfo.cpp1
-rw-r--r--src/being/playerinfo.h1
-rw-r--r--src/being/playerrelation.cpp1
-rw-r--r--src/being/playerrelation.h1
-rw-r--r--src/being/playerrelations.cpp1
-rw-r--r--src/being/playerrelations.h1
32 files changed, 32 insertions, 0 deletions
diff --git a/src/being/actor.cpp b/src/being/actor.cpp
index 4d804c5b0..9b850d100 100644
--- a/src/being/actor.cpp
+++ b/src/being/actor.cpp
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/actor.h b/src/being/actor.h
index 205621ff4..11e15c969 100644
--- a/src/being/actor.h
+++ b/src/being/actor.h
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/actorsprite.cpp b/src/being/actorsprite.cpp
index 53dae79aa..7bfb95df4 100644
--- a/src/being/actorsprite.cpp
+++ b/src/being/actorsprite.cpp
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/actorsprite.h b/src/being/actorsprite.h
index 500c9eeda..5b5b513ba 100644
--- a/src/being/actorsprite.h
+++ b/src/being/actorsprite.h
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/being.cpp b/src/being/being.cpp
index 0dd90c8ad..97990f020 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -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/being/being.h b/src/being/being.h
index 741d844b9..678ea0c2a 100644
--- a/src/being/being.h
+++ b/src/being/being.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/being/beingcacheentry.h b/src/being/beingcacheentry.h
index 4267b4f6f..5a584deea 100644
--- a/src/being/beingcacheentry.h
+++ b/src/being/beingcacheentry.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/being/beingflag.h b/src/being/beingflag.h
index 88b3fe01e..f662ef6ab 100644
--- a/src/being/beingflag.h
+++ b/src/being/beingflag.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/being/beingspeech.h b/src/being/beingspeech.h
index 5aff8ce47..8d72f6f6d 100644
--- a/src/being/beingspeech.h
+++ b/src/being/beingspeech.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/being/castingeffect.cpp b/src/being/castingeffect.cpp
index cb914fdf6..88af882dd 100644
--- a/src/being/castingeffect.cpp
+++ b/src/being/castingeffect.cpp
@@ -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/being/castingeffect.h b/src/being/castingeffect.h
index ccd294610..a417e1069 100644
--- a/src/being/castingeffect.h
+++ b/src/being/castingeffect.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/being/compounditem.h b/src/being/compounditem.h
index 6eff71d61..82be9a499 100644
--- a/src/being/compounditem.h
+++ b/src/being/compounditem.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/being/compoundsprite.cpp b/src/being/compoundsprite.cpp
index f70f80dfb..da8d497a3 100644
--- a/src/being/compoundsprite.cpp
+++ b/src/being/compoundsprite.cpp
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/compoundsprite.h b/src/being/compoundsprite.h
index 4be84ec18..eee99a6a4 100644
--- a/src/being/compoundsprite.h
+++ b/src/being/compoundsprite.h
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/crazymoves.cpp b/src/being/crazymoves.cpp
index f6c4d1e34..d757b1f8c 100644
--- a/src/being/crazymoves.cpp
+++ b/src/being/crazymoves.cpp
@@ -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/being/crazymoves.h b/src/being/crazymoves.h
index 4b17b5679..e7a3ec37e 100644
--- a/src/being/crazymoves.h
+++ b/src/being/crazymoves.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/being/flooritem.cpp b/src/being/flooritem.cpp
index f39e3c27e..c618660f1 100644
--- a/src/being/flooritem.cpp
+++ b/src/being/flooritem.cpp
@@ -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/being/flooritem.h b/src/being/flooritem.h
index 01f16dbb0..b63a02103 100644
--- a/src/being/flooritem.h
+++ b/src/being/flooritem.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/being/homunculusinfo.h b/src/being/homunculusinfo.h
index e21a5cf2c..8f23ec430 100644
--- a/src/being/homunculusinfo.h
+++ b/src/being/homunculusinfo.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/being/localclan.cpp b/src/being/localclan.cpp
index 67d9dbc9b..b8744e6ec 100644
--- a/src/being/localclan.cpp
+++ b/src/being/localclan.cpp
@@ -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/being/localclan.h b/src/being/localclan.h
index c4df331b4..9ad3628d4 100644
--- a/src/being/localclan.h
+++ b/src/being/localclan.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/being/localplayer.cpp b/src/being/localplayer.cpp
index 1558a68cb..ceb0f5baa 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -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/being/localplayer.h b/src/being/localplayer.h
index f7eadfd78..05724a14a 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.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/being/mercenaryinfo.h b/src/being/mercenaryinfo.h
index aec379de8..7671fadf3 100644
--- a/src/being/mercenaryinfo.h
+++ b/src/being/mercenaryinfo.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/being/petinfo.h b/src/being/petinfo.h
index f356d1d83..6109776ba 100644
--- a/src/being/petinfo.h
+++ b/src/being/petinfo.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/being/playerignorestrategy.h b/src/being/playerignorestrategy.h
index 950086cc6..9bd732f29 100644
--- a/src/being/playerignorestrategy.h
+++ b/src/being/playerignorestrategy.h
@@ -3,6 +3,7 @@
* Copyright (C) 2008-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/being/playerinfo.cpp b/src/being/playerinfo.cpp
index f0bffae10..d99e6bd56 100644
--- a/src/being/playerinfo.cpp
+++ b/src/being/playerinfo.cpp
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/playerinfo.h b/src/being/playerinfo.h
index a98aa431d..ff1da6495 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -2,6 +2,7 @@
* The ManaPlus Client
* Copyright (C) 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/being/playerrelation.cpp b/src/being/playerrelation.cpp
index 4b2db5bd7..b2cef86ee 100644
--- a/src/being/playerrelation.cpp
+++ b/src/being/playerrelation.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2008-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/being/playerrelation.h b/src/being/playerrelation.h
index fcf55cdb4..4c9b5d31d 100644
--- a/src/being/playerrelation.h
+++ b/src/being/playerrelation.h
@@ -3,6 +3,7 @@
* Copyright (C) 2008-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/being/playerrelations.cpp b/src/being/playerrelations.cpp
index 3b5a9502f..4fc4020d1 100644
--- a/src/being/playerrelations.cpp
+++ b/src/being/playerrelations.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2008-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/being/playerrelations.h b/src/being/playerrelations.h
index b7da309a6..773f21bb3 100644
--- a/src/being/playerrelations.h
+++ b/src/being/playerrelations.h
@@ -3,6 +3,7 @@
* Copyright (C) 2008-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.
*