diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 16:04:48 +0100 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-01-08 16:05:53 +0100 |
commit | bc745ae9b9f623b53f176a63077e192c4586e8f7 (patch) | |
tree | 68063c8ac54d7c904bedf1ef22091e3b8a51f845 /src/resources/sprite | |
parent | a58d101f8b261313bc95c96ade691073aee1ffca (diff) | |
download | manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.gz manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.bz2 manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.tar.xz manaplus-bc745ae9b9f623b53f176a63077e192c4586e8f7.zip |
added manaverse' copyright line to src/
Diffstat (limited to 'src/resources/sprite')
-rw-r--r-- | src/resources/sprite/animatedsprite.cpp | 1 | ||||
-rw-r--r-- | src/resources/sprite/animatedsprite.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/animationdelayload.cpp | 1 | ||||
-rw-r--r-- | src/resources/sprite/animationdelayload.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/imagesprite.cpp | 1 | ||||
-rw-r--r-- | src/resources/sprite/imagesprite.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/sprite.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/spritedef.cpp | 1 | ||||
-rw-r--r-- | src/resources/sprite/spritedef.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/spritedisplay.h | 1 | ||||
-rw-r--r-- | src/resources/sprite/spritereference.h | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/src/resources/sprite/animatedsprite.cpp b/src/resources/sprite/animatedsprite.cpp index 1bdf650bc..75ed877d3 100644 --- a/src/resources/sprite/animatedsprite.cpp +++ b/src/resources/sprite/animatedsprite.cpp @@ -3,6 +3,7 @@ * Copyright (C) 2004-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/resources/sprite/animatedsprite.h b/src/resources/sprite/animatedsprite.h index ea23ca909..e7bee2e1c 100644 --- a/src/resources/sprite/animatedsprite.h +++ b/src/resources/sprite/animatedsprite.h @@ -3,6 +3,7 @@ * Copyright (C) 2004-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/resources/sprite/animationdelayload.cpp b/src/resources/sprite/animationdelayload.cpp index 0ea2c9c75..ea231f2b5 100644 --- a/src/resources/sprite/animationdelayload.cpp +++ b/src/resources/sprite/animationdelayload.cpp @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2012-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/sprite/animationdelayload.h b/src/resources/sprite/animationdelayload.h index 3183fef28..168c609eb 100644 --- a/src/resources/sprite/animationdelayload.h +++ b/src/resources/sprite/animationdelayload.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2012-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/sprite/imagesprite.cpp b/src/resources/sprite/imagesprite.cpp index 40717bc3c..9a1455c6b 100644 --- a/src/resources/sprite/imagesprite.cpp +++ b/src/resources/sprite/imagesprite.cpp @@ -2,6 +2,7 @@ * The ManaPlus Client * Copyright (C) 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/resources/sprite/imagesprite.h b/src/resources/sprite/imagesprite.h index d46c2fd94..e54a83573 100644 --- a/src/resources/sprite/imagesprite.h +++ b/src/resources/sprite/imagesprite.h @@ -2,6 +2,7 @@ * The ManaPlus Client * Copyright (C) 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/resources/sprite/sprite.h b/src/resources/sprite/sprite.h index a0f103195..aa729acee 100644 --- a/src/resources/sprite/sprite.h +++ b/src/resources/sprite/sprite.h @@ -2,6 +2,7 @@ * The ManaPlus Client * Copyright (C) 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/resources/sprite/spritedef.cpp b/src/resources/sprite/spritedef.cpp index 5bf61ec4a..d47ce7b23 100644 --- a/src/resources/sprite/spritedef.cpp +++ b/src/resources/sprite/spritedef.cpp @@ -3,6 +3,7 @@ * Copyright (C) 2004-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/resources/sprite/spritedef.h b/src/resources/sprite/spritedef.h index 4f6171120..6bfe93f6b 100644 --- a/src/resources/sprite/spritedef.h +++ b/src/resources/sprite/spritedef.h @@ -3,6 +3,7 @@ * Copyright (C) 2004-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/resources/sprite/spritedisplay.h b/src/resources/sprite/spritedisplay.h index 3af589a69..bcb7d6e8f 100644 --- a/src/resources/sprite/spritedisplay.h +++ b/src/resources/sprite/spritedisplay.h @@ -3,6 +3,7 @@ * Copyright (C) 2004-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/resources/sprite/spritereference.h b/src/resources/sprite/spritereference.h index 39252c4f6..b48f999c0 100644 --- a/src/resources/sprite/spritereference.h +++ b/src/resources/sprite/spritereference.h @@ -3,6 +3,7 @@ * Copyright (C) 2004-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. * |