summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 16:04:48 +0100
committerJesusaves <cpntb1@ymail.com>2024-02-08 21:49:11 -0300
commitd5d3f5818366b78f22793bf3fd89cd603c4dd63e (patch)
treea59fb3d2c4bbac5b629a72a0274c956e3c7c3720 /src/particle
parent1d56e8f96def89ebcdd59ae85932353b52a973ec (diff)
downloadManaVerse-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.gz
ManaVerse-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.bz2
ManaVerse-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.xz
ManaVerse-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.zip
added manaverse' copyright line to src/
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/animationparticle.cpp1
-rw-r--r--src/particle/animationparticle.h1
-rw-r--r--src/particle/imageparticle.cpp1
-rw-r--r--src/particle/imageparticle.h1
-rw-r--r--src/particle/particle.cpp1
-rw-r--r--src/particle/particle.h1
-rw-r--r--src/particle/particlecontainer.cpp1
-rw-r--r--src/particle/particlecontainer.h1
-rw-r--r--src/particle/particleemitter.cpp1
-rw-r--r--src/particle/particleemitter.h1
-rw-r--r--src/particle/particleemitterprop.h1
-rw-r--r--src/particle/particleengine.cpp1
-rw-r--r--src/particle/particleengine.h1
-rw-r--r--src/particle/particleinfo.h1
-rw-r--r--src/particle/particlelist.cpp1
-rw-r--r--src/particle/particlelist.h1
-rw-r--r--src/particle/particletimer.h1
-rw-r--r--src/particle/particlevector.cpp1
-rw-r--r--src/particle/particlevector.h1
-rw-r--r--src/particle/rotationalparticle.cpp1
-rw-r--r--src/particle/rotationalparticle.h1
-rw-r--r--src/particle/textparticle.cpp1
-rw-r--r--src/particle/textparticle.h1
23 files changed, 23 insertions, 0 deletions
diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp
index c5eae47af..fe79b004e 100644
--- a/src/particle/animationparticle.cpp
+++ b/src/particle/animationparticle.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/animationparticle.h b/src/particle/animationparticle.h
index 6455e12ed..f03b6508e 100644
--- a/src/particle/animationparticle.h
+++ b/src/particle/animationparticle.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/imageparticle.cpp b/src/particle/imageparticle.cpp
index 59a6660dc..c350b2e90 100644
--- a/src/particle/imageparticle.cpp
+++ b/src/particle/imageparticle.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/imageparticle.h b/src/particle/imageparticle.h
index bf5b9852c..37949c706 100644
--- a/src/particle/imageparticle.h
+++ b/src/particle/imageparticle.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particle.cpp b/src/particle/particle.cpp
index 8346f3277..4e5e038f0 100644
--- a/src/particle/particle.cpp
+++ b/src/particle/particle.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particle.h b/src/particle/particle.h
index 7b9b21d91..a7ef630bc 100644
--- a/src/particle/particle.h
+++ b/src/particle/particle.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particlecontainer.cpp b/src/particle/particlecontainer.cpp
index d0513ceed..1e7b115d1 100644
--- a/src/particle/particlecontainer.cpp
+++ b/src/particle/particlecontainer.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/particle/particlecontainer.h b/src/particle/particlecontainer.h
index 8ff235227..0fa22ba3e 100644
--- a/src/particle/particlecontainer.h
+++ b/src/particle/particlecontainer.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/particle/particleemitter.cpp b/src/particle/particleemitter.cpp
index 429aeaacf..9ec2eab36 100644
--- a/src/particle/particleemitter.cpp
+++ b/src/particle/particleemitter.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particleemitter.h b/src/particle/particleemitter.h
index 35f7a2867..baabaae69 100644
--- a/src/particle/particleemitter.h
+++ b/src/particle/particleemitter.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particleemitterprop.h b/src/particle/particleemitterprop.h
index 14b899212..6ef360d8e 100644
--- a/src/particle/particleemitterprop.h
+++ b/src/particle/particleemitterprop.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particleengine.cpp b/src/particle/particleengine.cpp
index 3a09f34ae..c8436a53b 100644
--- a/src/particle/particleengine.cpp
+++ b/src/particle/particleengine.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particleengine.h b/src/particle/particleengine.h
index 0daf2f34d..fc1bd19de 100644
--- a/src/particle/particleengine.h
+++ b/src/particle/particleengine.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/particleinfo.h b/src/particle/particleinfo.h
index c3b73e6fd..4aef420a8 100644
--- a/src/particle/particleinfo.h
+++ b/src/particle/particleinfo.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/particle/particlelist.cpp b/src/particle/particlelist.cpp
index 85485bc4a..6c2e92b0e 100644
--- a/src/particle/particlelist.cpp
+++ b/src/particle/particlelist.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/particle/particlelist.h b/src/particle/particlelist.h
index 15a4819d1..f0d7ce47f 100644
--- a/src/particle/particlelist.h
+++ b/src/particle/particlelist.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/particle/particletimer.h b/src/particle/particletimer.h
index 9894235e5..c038a1cba 100644
--- a/src/particle/particletimer.h
+++ b/src/particle/particletimer.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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 a1fca43ea..08bf473b2 100644
--- a/src/particle/particlevector.cpp
+++ b/src/particle/particlevector.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/particle/particlevector.h b/src/particle/particlevector.h
index 077340b5c..87436d7ef 100644
--- a/src/particle/particlevector.h
+++ b/src/particle/particlevector.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/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp
index 546e6a777..33c859729 100644
--- a/src/particle/rotationalparticle.cpp
+++ b/src/particle/rotationalparticle.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/rotationalparticle.h b/src/particle/rotationalparticle.h
index 2f10a7c94..96e01ad3e 100644
--- a/src/particle/rotationalparticle.h
+++ b/src/particle/rotationalparticle.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/textparticle.cpp b/src/particle/textparticle.cpp
index b598726c5..f48740920 100644
--- a/src/particle/textparticle.cpp
+++ b/src/particle/textparticle.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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/particle/textparticle.h b/src/particle/textparticle.h
index 3f636ce39..532674f76 100644
--- a/src/particle/textparticle.h
+++ b/src/particle/textparticle.h
@@ -3,6 +3,7 @@
* Copyright (C) 2006-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.
*