diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 16:04:48 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-02-24 00:27:22 +0100 |
commit | 1a0a23243c408e056a439bd5ee7cb5491b5348d8 (patch) | |
tree | a4e03d23252b4f7345c8e673afaecb943d33ca5a /src/progs | |
parent | 9c0caf7bfa311b08994a8e949ff390d1bf21fdd6 (diff) | |
download | plus-1a0a23243c408e056a439bd5ee7cb5491b5348d8.tar.gz plus-1a0a23243c408e056a439bd5ee7cb5491b5348d8.tar.bz2 plus-1a0a23243c408e056a439bd5ee7cb5491b5348d8.tar.xz plus-1a0a23243c408e056a439bd5ee7cb5491b5348d8.zip |
added manaverse' copyright line to src/
Split from mana/plus!28 and rebased on master by specing.
****
mana/plus!131
Diffstat (limited to 'src/progs')
-rw-r--r-- | src/progs/dyecmd/client.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/actions.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/chat.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/commands.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/move.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/pets.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/statusbar.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/tabs.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/target.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/actions/windows.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/client.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/client.h | 1 | ||||
-rw-r--r-- | src/progs/manaplus/gui/viewport.cpp | 1 | ||||
-rw-r--r-- | src/progs/manaplus/gui/viewport.h | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/src/progs/dyecmd/client.cpp b/src/progs/dyecmd/client.cpp index e126335bc..e34f9b52a 100644 --- a/src/progs/dyecmd/client.cpp +++ b/src/progs/dyecmd/client.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/progs/manaplus/actions/actions.cpp b/src/progs/manaplus/actions/actions.cpp index 15253cbca..8e997cb2a 100644 --- a/src/progs/manaplus/actions/actions.cpp +++ b/src/progs/manaplus/actions/actions.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/progs/manaplus/actions/chat.cpp b/src/progs/manaplus/actions/chat.cpp index af082a1f9..27963a75f 100644 --- a/src/progs/manaplus/actions/chat.cpp +++ b/src/progs/manaplus/actions/chat.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/progs/manaplus/actions/commands.cpp b/src/progs/manaplus/actions/commands.cpp index 6241e692d..087b96491 100644 --- a/src/progs/manaplus/actions/commands.cpp +++ b/src/progs/manaplus/actions/commands.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/progs/manaplus/actions/move.cpp b/src/progs/manaplus/actions/move.cpp index ed2cdcd93..38eff9403 100644 --- a/src/progs/manaplus/actions/move.cpp +++ b/src/progs/manaplus/actions/move.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/progs/manaplus/actions/pets.cpp b/src/progs/manaplus/actions/pets.cpp index f663d3717..f4c3823a3 100644 --- a/src/progs/manaplus/actions/pets.cpp +++ b/src/progs/manaplus/actions/pets.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/progs/manaplus/actions/statusbar.cpp b/src/progs/manaplus/actions/statusbar.cpp index b346f4ab1..062d42a53 100644 --- a/src/progs/manaplus/actions/statusbar.cpp +++ b/src/progs/manaplus/actions/statusbar.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/progs/manaplus/actions/tabs.cpp b/src/progs/manaplus/actions/tabs.cpp index a5d4ac8b5..b5140a2e9 100644 --- a/src/progs/manaplus/actions/tabs.cpp +++ b/src/progs/manaplus/actions/tabs.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/progs/manaplus/actions/target.cpp b/src/progs/manaplus/actions/target.cpp index 0a78db4a3..9b97cf576 100644 --- a/src/progs/manaplus/actions/target.cpp +++ b/src/progs/manaplus/actions/target.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/progs/manaplus/actions/windows.cpp b/src/progs/manaplus/actions/windows.cpp index 05307ead1..9f8a68faa 100644 --- a/src/progs/manaplus/actions/windows.cpp +++ b/src/progs/manaplus/actions/windows.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/progs/manaplus/client.cpp b/src/progs/manaplus/client.cpp index c3d326cc8..d0149d8b3 100644 --- a/src/progs/manaplus/client.cpp +++ b/src/progs/manaplus/client.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/progs/manaplus/client.h b/src/progs/manaplus/client.h index 7a1324d2b..99f314fc7 100644 --- a/src/progs/manaplus/client.h +++ b/src/progs/manaplus/client.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/progs/manaplus/gui/viewport.cpp b/src/progs/manaplus/gui/viewport.cpp index 1706bcb82..f5a9a2155 100644 --- a/src/progs/manaplus/gui/viewport.cpp +++ b/src/progs/manaplus/gui/viewport.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/progs/manaplus/gui/viewport.h b/src/progs/manaplus/gui/viewport.h index 015344c86..67c4c870a 100644 --- a/src/progs/manaplus/gui/viewport.h +++ b/src/progs/manaplus/gui/viewport.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. * |