diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
commit | cab0cf80f75d890b908c4526c9c83abd1e9017c1 (patch) | |
tree | 6bdcd738f5f9fefa8f28a7d08ada2a2249fa4c05 /src/resources/animation | |
parent | b47e02f1e70a1f303bee370110448d92bc0a3684 (diff) | |
download | plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.gz plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.bz2 plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.xz plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.zip |
Initial attempt at mass renaming
Diffstat (limited to 'src/resources/animation')
-rw-r--r-- | src/resources/animation/animation.cpp | 4 | ||||
-rw-r--r-- | src/resources/animation/animation.h | 4 | ||||
-rw-r--r-- | src/resources/animation/simpleanimation.cpp | 4 | ||||
-rw-r--r-- | src/resources/animation/simpleanimation.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/resources/animation/animation.cpp b/src/resources/animation/animation.cpp index a56fb1f7a..00033f13b 100644 --- a/src/resources/animation/animation.cpp +++ b/src/resources/animation/animation.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-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/resources/animation/animation.h b/src/resources/animation/animation.h index d38ab943d..372fde119 100644 --- a/src/resources/animation/animation.h +++ b/src/resources/animation/animation.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-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/resources/animation/simpleanimation.cpp b/src/resources/animation/simpleanimation.cpp index 1d135cae1..fde9d4dea 100644 --- a/src/resources/animation/simpleanimation.cpp +++ b/src/resources/animation/simpleanimation.cpp @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-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/resources/animation/simpleanimation.h b/src/resources/animation/simpleanimation.h index 96589799c..aff6df63b 100644 --- a/src/resources/animation/simpleanimation.h +++ b/src/resources/animation/simpleanimation.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2004-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 |