diff options
Diffstat (limited to 'src/particle')
-rw-r--r-- | src/particle/animationparticle.cpp | 3 | ||||
-rw-r--r-- | src/particle/animationparticle.h | 3 | ||||
-rw-r--r-- | src/particle/imageparticle.cpp | 3 | ||||
-rw-r--r-- | src/particle/imageparticle.h | 3 | ||||
-rw-r--r-- | src/particle/particle.cpp | 3 | ||||
-rw-r--r-- | src/particle/particle.h | 3 | ||||
-rw-r--r-- | src/particle/particlecontainer.cpp | 3 | ||||
-rw-r--r-- | src/particle/particlecontainer.h | 3 | ||||
-rw-r--r-- | src/particle/particleemitter.cpp | 3 | ||||
-rw-r--r-- | src/particle/particleemitter.h | 3 | ||||
-rw-r--r-- | src/particle/particleemitterprop.h | 3 | ||||
-rw-r--r-- | src/particle/particleengine.cpp | 3 | ||||
-rw-r--r-- | src/particle/particleengine.h | 3 | ||||
-rw-r--r-- | src/particle/particleinfo.h | 3 | ||||
-rw-r--r-- | src/particle/particlelist.cpp | 3 | ||||
-rw-r--r-- | src/particle/particlelist.h | 3 | ||||
-rw-r--r-- | src/particle/particletimer.h | 3 | ||||
-rw-r--r-- | src/particle/particlevector.cpp | 3 | ||||
-rw-r--r-- | src/particle/particlevector.h | 3 | ||||
-rw-r--r-- | src/particle/rotationalparticle.cpp | 3 | ||||
-rw-r--r-- | src/particle/rotationalparticle.h | 3 | ||||
-rw-r--r-- | src/particle/textparticle.cpp | 3 | ||||
-rw-r--r-- | src/particle/textparticle.h | 3 |
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. * |