summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-09 13:36:22 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-09 13:36:22 +0000
commitce718ac5886932e13e8c2698e426953d23f07a88 (patch)
treeab07e8bc30db17ae0bf48dd48812b44970f11e88 /src/particle
parent44c5afd424619e53ea168666d2977834d9c09e85 (diff)
downloadManaVerse-ce718ac5886932e13e8c2698e426953d23f07a88.tar.gz
ManaVerse-ce718ac5886932e13e8c2698e426953d23f07a88.tar.bz2
ManaVerse-ce718ac5886932e13e8c2698e426953d23f07a88.tar.xz
ManaVerse-ce718ac5886932e13e8c2698e426953d23f07a88.zip
Update copyright headers up to 2023
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/animationparticle.cpp3
-rw-r--r--src/particle/animationparticle.h3
-rw-r--r--src/particle/imageparticle.cpp3
-rw-r--r--src/particle/imageparticle.h3
-rw-r--r--src/particle/particle.cpp3
-rw-r--r--src/particle/particle.h3
-rw-r--r--src/particle/particlecontainer.cpp3
-rw-r--r--src/particle/particlecontainer.h3
-rw-r--r--src/particle/particleemitter.cpp3
-rw-r--r--src/particle/particleemitter.h3
-rw-r--r--src/particle/particleemitterprop.h3
-rw-r--r--src/particle/particleengine.cpp3
-rw-r--r--src/particle/particleengine.h3
-rw-r--r--src/particle/particleinfo.h3
-rw-r--r--src/particle/particlelist.cpp3
-rw-r--r--src/particle/particlelist.h3
-rw-r--r--src/particle/particletimer.h3
-rw-r--r--src/particle/particlevector.cpp3
-rw-r--r--src/particle/particlevector.h3
-rw-r--r--src/particle/rotationalparticle.cpp3
-rw-r--r--src/particle/rotationalparticle.h3
-rw-r--r--src/particle/textparticle.cpp3
-rw-r--r--src/particle/textparticle.h3
23 files changed, 46 insertions, 23 deletions
diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp
index 31c4f7f2f..fe79b004e 100644
--- a/src/particle/animationparticle.cpp
+++ b/src/particle/animationparticle.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h
index 2dae61082..f03b6508e 100644
--- a/src/particle/animationparticle.h
+++ b/src/particle/animationparticle.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/imageparticle.cpp b/src/particle/imageparticle.cpp
index 6f039fb5f..c350b2e90 100644
--- a/src/particle/imageparticle.cpp
+++ b/src/particle/imageparticle.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h
index 969e178d7..37949c706 100644
--- a/src/particle/imageparticle.h
+++ b/src/particle/imageparticle.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particle.cpp b/src/particle/particle.cpp
index 10f1c89f9..4e5e038f0 100644
--- a/src/particle/particle.cpp
+++ b/src/particle/particle.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particle.h b/src/particle/particle.h
index 645dfd152..a7ef630bc 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlecontainer.cpp b/src/particle/particlecontainer.cpp
index cdbc59c2d..1e7b115d1 100644
--- a/src/particle/particlecontainer.cpp
+++ b/src/particle/particlecontainer.cpp
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlecontainer.h b/src/particle/particlecontainer.h
index 4afd60281..0fa22ba3e 100644
--- a/src/particle/particlecontainer.h
+++ b/src/particle/particlecontainer.h
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitter.cpp b/src/particle/particleemitter.cpp
index 8e61cadf3..9ec2eab36 100644
--- a/src/particle/particleemitter.cpp
+++ b/src/particle/particleemitter.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitter.h b/src/particle/particleemitter.h
index 822ce1dcf..baabaae69 100644
--- a/src/particle/particleemitter.h
+++ b/src/particle/particleemitter.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleemitterprop.h b/src/particle/particleemitterprop.h
index 3704f0e2e..6ef360d8e 100644
--- a/src/particle/particleemitterprop.h
+++ b/src/particle/particleemitterprop.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleengine.cpp b/src/particle/particleengine.cpp
index 628e43b6a..c8436a53b 100644
--- a/src/particle/particleengine.cpp
+++ b/src/particle/particleengine.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h
index 5020a5ffa..fc1bd19de 100644
--- a/src/particle/particleengine.h
+++ b/src/particle/particleengine.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particleinfo.h b/src/particle/particleinfo.h
index f61dfe5aa..4aef420a8 100644
--- a/src/particle/particleinfo.h
+++ b/src/particle/particleinfo.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2019 The ManaPlus Developers
+ * 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/particle/particlelist.cpp b/src/particle/particlelist.cpp
index 435f91843..6c2e92b0e 100644
--- a/src/particle/particlelist.cpp
+++ b/src/particle/particlelist.cpp
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlelist.h b/src/particle/particlelist.h
index d87e9d8ad..f0d7ce47f 100644
--- a/src/particle/particlelist.h
+++ b/src/particle/particlelist.h
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particletimer.h b/src/particle/particletimer.h
index 528f0c3bd..c038a1cba 100644
--- a/src/particle/particletimer.h
+++ b/src/particle/particletimer.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015-2019 The ManaPlus Developers
+ * Copyright (C) 2015-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlevector.cpp b/src/particle/particlevector.cpp
index 201192859..08bf473b2 100644
--- a/src/particle/particlevector.cpp
+++ b/src/particle/particlevector.cpp
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/particlevector.h b/src/particle/particlevector.h
index 5ecc72651..87436d7ef 100644
--- a/src/particle/particlevector.h
+++ b/src/particle/particlevector.h
@@ -2,7 +2,8 @@
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp
index 38123ce0c..33c859729 100644
--- a/src/particle/rotationalparticle.cpp
+++ b/src/particle/rotationalparticle.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/rotationalparticle.h b/src/particle/rotationalparticle.h
index efc4b3dd6..96e01ad3e 100644
--- a/src/particle/rotationalparticle.h
+++ b/src/particle/rotationalparticle.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/textparticle.cpp b/src/particle/textparticle.cpp
index 9935f6332..f48740920 100644
--- a/src/particle/textparticle.cpp
+++ b/src/particle/textparticle.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/particle/textparticle.h b/src/particle/textparticle.h
index a306d7c54..532674f76 100644
--- a/src/particle/textparticle.h
+++ b/src/particle/textparticle.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2006-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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*