diff options
Diffstat (limited to 'src/particle')
-rw-r--r-- | src/particle/animationparticle.cpp | 4 | ||||
-rw-r--r-- | src/particle/animationparticle.h | 4 | ||||
-rw-r--r-- | src/particle/imageparticle.cpp | 4 | ||||
-rw-r--r-- | src/particle/imageparticle.h | 4 | ||||
-rw-r--r-- | src/particle/particle.cpp | 4 | ||||
-rw-r--r-- | src/particle/particle.h | 4 | ||||
-rw-r--r-- | src/particle/particlecontainer.cpp | 4 | ||||
-rw-r--r-- | src/particle/particlecontainer.h | 4 | ||||
-rw-r--r-- | src/particle/particleemitter.cpp | 4 | ||||
-rw-r--r-- | src/particle/particleemitter.h | 4 | ||||
-rw-r--r-- | src/particle/particleemitterprop.h | 4 | ||||
-rw-r--r-- | src/particle/particleengine.cpp | 4 | ||||
-rw-r--r-- | src/particle/particleengine.h | 4 | ||||
-rw-r--r-- | src/particle/particleinfo.h | 4 | ||||
-rw-r--r-- | src/particle/particlelist.cpp | 4 | ||||
-rw-r--r-- | src/particle/particlelist.h | 4 | ||||
-rw-r--r-- | src/particle/particletimer.h | 4 | ||||
-rw-r--r-- | src/particle/particlevector.cpp | 4 | ||||
-rw-r--r-- | src/particle/particlevector.h | 4 | ||||
-rw-r--r-- | src/particle/rotationalparticle.cpp | 4 | ||||
-rw-r--r-- | src/particle/rotationalparticle.h | 4 | ||||
-rw-r--r-- | src/particle/textparticle.cpp | 4 | ||||
-rw-r--r-- | src/particle/textparticle.h | 4 |
23 files changed, 46 insertions, 46 deletions
diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp index 31c4f7f2f..998b97439 100644 --- a/src/particle/animationparticle.cpp +++ b/src/particle/animationparticle.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h index 2dae61082..21b8f24ca 100644 --- a/src/particle/animationparticle.h +++ b/src/particle/animationparticle.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/imageparticle.cpp b/src/particle/imageparticle.cpp index 6f039fb5f..a30baf50d 100644 --- a/src/particle/imageparticle.cpp +++ b/src/particle/imageparticle.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/imageparticle.h b/src/particle/imageparticle.h index 969e178d7..f157d7ee4 100644 --- a/src/particle/imageparticle.h +++ b/src/particle/imageparticle.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particle.cpp b/src/particle/particle.cpp index 10f1c89f9..41aef3ab9 100644 --- a/src/particle/particle.cpp +++ b/src/particle/particle.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particle.h b/src/particle/particle.h index 645dfd152..8ebbcfa24 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlecontainer.cpp b/src/particle/particlecontainer.cpp index cdbc59c2d..9928977a5 100644 --- a/src/particle/particlecontainer.cpp +++ b/src/particle/particlecontainer.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlecontainer.h b/src/particle/particlecontainer.h index 4afd60281..eeba11ae8 100644 --- a/src/particle/particlecontainer.h +++ b/src/particle/particlecontainer.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleemitter.cpp b/src/particle/particleemitter.cpp index 8e61cadf3..f140913e6 100644 --- a/src/particle/particleemitter.cpp +++ b/src/particle/particleemitter.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleemitter.h b/src/particle/particleemitter.h index 822ce1dcf..da959fe7d 100644 --- a/src/particle/particleemitter.h +++ b/src/particle/particleemitter.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleemitterprop.h b/src/particle/particleemitterprop.h index 3704f0e2e..33b8101c9 100644 --- a/src/particle/particleemitterprop.h +++ b/src/particle/particleemitterprop.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleengine.cpp b/src/particle/particleengine.cpp index 628e43b6a..d082143e0 100644 --- a/src/particle/particleengine.cpp +++ b/src/particle/particleengine.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h index 5020a5ffa..a638ede9d 100644 --- a/src/particle/particleengine.h +++ b/src/particle/particleengine.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particleinfo.h b/src/particle/particleinfo.h index f61dfe5aa..ecda6270b 100644 --- a/src/particle/particleinfo.h +++ b/src/particle/particleinfo.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2013-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlelist.cpp b/src/particle/particlelist.cpp index 435f91843..4047e0d61 100644 --- a/src/particle/particlelist.cpp +++ b/src/particle/particlelist.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlelist.h b/src/particle/particlelist.h index d87e9d8ad..07dee0e1a 100644 --- a/src/particle/particlelist.h +++ b/src/particle/particlelist.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particletimer.h b/src/particle/particletimer.h index 528f0c3bd..e957896f8 100644 --- a/src/particle/particletimer.h +++ b/src/particle/particletimer.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2015-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlevector.cpp b/src/particle/particlevector.cpp index 201192859..98091e47f 100644 --- a/src/particle/particlevector.cpp +++ b/src/particle/particlevector.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/particlevector.h b/src/particle/particlevector.h index 5ecc72651..ef55d1ac0 100644 --- a/src/particle/particlevector.h +++ b/src/particle/particlevector.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/rotationalparticle.cpp b/src/particle/rotationalparticle.cpp index 38123ce0c..b1797eee4 100644 --- a/src/particle/rotationalparticle.cpp +++ b/src/particle/rotationalparticle.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/rotationalparticle.h b/src/particle/rotationalparticle.h index efc4b3dd6..83ccd6e09 100644 --- a/src/particle/rotationalparticle.h +++ b/src/particle/rotationalparticle.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/textparticle.cpp b/src/particle/textparticle.cpp index 9935f6332..f025f38cc 100644 --- a/src/particle/textparticle.cpp +++ b/src/particle/textparticle.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/particle/textparticle.h b/src/particle/textparticle.h index a306d7c54..805d39705 100644 --- a/src/particle/textparticle.h +++ b/src/particle/textparticle.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2006-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |