From d5d3f5818366b78f22793bf3fd89cd603c4dd63e Mon Sep 17 00:00:00 2001 From: jak1 Date: Sun, 8 Jan 2023 16:04:48 +0100 Subject: added manaverse' copyright line to src/ --- src/unittests/configuration.cc | 1 + src/unittests/endian.cc | 1 + src/unittests/enums/enums.cc | 1 + src/unittests/enums/render/mockdrawtype.h | 1 + src/unittests/fs/files.cc | 1 + src/unittests/fs/virtfs/throw.cc | 1 + src/unittests/fs/virtfs/virtfs.cc | 1 + src/unittests/fs/virtfs/virtfs1_basic.cc | 1 + src/unittests/fs/virtfs/virtfs1_enumerate.cc | 1 + src/unittests/fs/virtfs/virtfs1_exists.cc | 1 + src/unittests/fs/virtfs/virtfs1_getrealdir.cc | 1 + src/unittests/fs/virtfs/virtfs1_mountdir1.cc | 1 + src/unittests/fs/virtfs/virtfs1_mountdir2.cc | 1 + src/unittests/fs/virtfs/virtfs1_mountzip1.cc | 1 + src/unittests/fs/virtfs/virtfs1_mountzip2.cc | 1 + src/unittests/fs/virtfs/virtfs1_unmount.cc | 1 + src/unittests/fs/virtfs/virtfs2.cc | 1 + src/unittests/fs/virtfs/zip.cc | 1 + src/unittests/gui/fonts/textchunklist.cc | 1 + src/unittests/gui/widgets/browserbox.cc | 1 + src/unittests/gui/widgets/staticbrowserbox.cc | 1 + src/unittests/gui/windowmanager.cc | 1 + src/unittests/integrity.cc | 1 + src/unittests/render/mockdrawitem.h | 1 + src/unittests/render/mockgraphics.cc | 1 + src/unittests/render/mockgraphics.h | 1 + src/unittests/resources/dye/dye.cc | 1 + src/unittests/resources/dye/dyepalette.cc | 1 + src/unittests/resources/map/maplayer/draw.cc | 1 + src/unittests/resources/map/maplayer/drawfringenormal.cc | 1 + src/unittests/resources/map/maplayer/drawfringesimple.cc | 1 + src/unittests/resources/map/maplayer/drawspeciallayer1.cc | 1 + src/unittests/resources/map/maplayer/drawspeciallayer2.cc | 1 + src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc | 1 + src/unittests/resources/map/maplayer/gettiledrawwidth.cc | 1 + src/unittests/resources/map/maplayer/updatecache.cc | 1 + src/unittests/resources/map/maplayer/updateconditiontiles.cc | 1 + src/unittests/resources/map/speciallayer.cc | 1 + src/unittests/resources/mstack.cc | 1 + src/unittests/resources/resourcemanager/resourcemanager.cc | 1 + src/unittests/resources/sdlimagehelper.cc | 1 + src/unittests/resources/sprite/animatedsprite.cc | 1 + src/unittests/sdl.cc | 1 + src/unittests/unittests.h | 1 + src/unittests/utils/chatutils.cc | 1 + src/unittests/utils/checkutils.cc | 1 + src/unittests/utils/dumplibs.cc | 1 + src/unittests/utils/itemxmlutils.cc | 1 + src/unittests/utils/langs.cc | 1 + src/unittests/utils/mathutils.cc | 1 + src/unittests/utils/parameters.cc | 1 + src/unittests/utils/stringutils.cc | 1 + src/unittests/utils/timer.cc | 1 + src/unittests/utils/translation/poparser.cc | 1 + src/unittests/utils/xml.cc | 1 + src/unittests/utils/xmlutils.cc | 1 + 56 files changed, 56 insertions(+) (limited to 'src/unittests') diff --git a/src/unittests/configuration.cc b/src/unittests/configuration.cc index 9322903a4..56f10d1f6 100644 --- a/src/unittests/configuration.cc +++ b/src/unittests/configuration.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/endian.cc b/src/unittests/endian.cc index 6c50b395a..a8c7f95d4 100644 --- a/src/unittests/endian.cc +++ b/src/unittests/endian.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/enums/enums.cc b/src/unittests/enums/enums.cc index ac58cd752..e5e1ac481 100644 --- a/src/unittests/enums/enums.cc +++ b/src/unittests/enums/enums.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/enums/render/mockdrawtype.h b/src/unittests/enums/render/mockdrawtype.h index effb51857..e4534037e 100644 --- a/src/unittests/enums/render/mockdrawtype.h +++ b/src/unittests/enums/render/mockdrawtype.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2017-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/files.cc b/src/unittests/fs/files.cc index 265c6f95e..79f9910b8 100644 --- a/src/unittests/fs/files.cc +++ b/src/unittests/fs/files.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/fs/virtfs/throw.cc b/src/unittests/fs/virtfs/throw.cc index 9e9f14084..64a6a22f1 100644 --- a/src/unittests/fs/virtfs/throw.cc +++ b/src/unittests/fs/virtfs/throw.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs.cc b/src/unittests/fs/virtfs/virtfs.cc index 130ddd571..c516ea823 100644 --- a/src/unittests/fs/virtfs/virtfs.cc +++ b/src/unittests/fs/virtfs/virtfs.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_basic.cc b/src/unittests/fs/virtfs/virtfs1_basic.cc index f1d0ae3a2..78ea43698 100644 --- a/src/unittests/fs/virtfs/virtfs1_basic.cc +++ b/src/unittests/fs/virtfs/virtfs1_basic.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_enumerate.cc b/src/unittests/fs/virtfs/virtfs1_enumerate.cc index e1300e02a..c4e54d7c9 100644 --- a/src/unittests/fs/virtfs/virtfs1_enumerate.cc +++ b/src/unittests/fs/virtfs/virtfs1_enumerate.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_exists.cc b/src/unittests/fs/virtfs/virtfs1_exists.cc index 7d4835297..31b42b689 100644 --- a/src/unittests/fs/virtfs/virtfs1_exists.cc +++ b/src/unittests/fs/virtfs/virtfs1_exists.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_getrealdir.cc b/src/unittests/fs/virtfs/virtfs1_getrealdir.cc index 5749e72c4..3229cc72e 100644 --- a/src/unittests/fs/virtfs/virtfs1_getrealdir.cc +++ b/src/unittests/fs/virtfs/virtfs1_getrealdir.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_mountdir1.cc b/src/unittests/fs/virtfs/virtfs1_mountdir1.cc index 8af77fd6c..26f32fae0 100644 --- a/src/unittests/fs/virtfs/virtfs1_mountdir1.cc +++ b/src/unittests/fs/virtfs/virtfs1_mountdir1.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_mountdir2.cc b/src/unittests/fs/virtfs/virtfs1_mountdir2.cc index 3f4db2e14..0c0538178 100644 --- a/src/unittests/fs/virtfs/virtfs1_mountdir2.cc +++ b/src/unittests/fs/virtfs/virtfs1_mountdir2.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_mountzip1.cc b/src/unittests/fs/virtfs/virtfs1_mountzip1.cc index d1edf8818..2e1deda06 100644 --- a/src/unittests/fs/virtfs/virtfs1_mountzip1.cc +++ b/src/unittests/fs/virtfs/virtfs1_mountzip1.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_mountzip2.cc b/src/unittests/fs/virtfs/virtfs1_mountzip2.cc index 09a609a3e..d583c2a8d 100644 --- a/src/unittests/fs/virtfs/virtfs1_mountzip2.cc +++ b/src/unittests/fs/virtfs/virtfs1_mountzip2.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs1_unmount.cc b/src/unittests/fs/virtfs/virtfs1_unmount.cc index 5696d1b32..573b4690d 100644 --- a/src/unittests/fs/virtfs/virtfs1_unmount.cc +++ b/src/unittests/fs/virtfs/virtfs1_unmount.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/virtfs2.cc b/src/unittests/fs/virtfs/virtfs2.cc index bc9969b9c..759cb48cc 100644 --- a/src/unittests/fs/virtfs/virtfs2.cc +++ b/src/unittests/fs/virtfs/virtfs2.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/fs/virtfs/zip.cc b/src/unittests/fs/virtfs/zip.cc index be91e68de..4db5acdb5 100644 --- a/src/unittests/fs/virtfs/zip.cc +++ b/src/unittests/fs/virtfs/zip.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2017-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/gui/fonts/textchunklist.cc b/src/unittests/gui/fonts/textchunklist.cc index 488054417..3f365578e 100644 --- a/src/unittests/gui/fonts/textchunklist.cc +++ b/src/unittests/gui/fonts/textchunklist.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/gui/widgets/browserbox.cc b/src/unittests/gui/widgets/browserbox.cc index 13a2aebd3..e87ff9786 100644 --- a/src/unittests/gui/widgets/browserbox.cc +++ b/src/unittests/gui/widgets/browserbox.cc @@ -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/unittests/gui/widgets/staticbrowserbox.cc b/src/unittests/gui/widgets/staticbrowserbox.cc index ca8218780..a598edbde 100644 --- a/src/unittests/gui/widgets/staticbrowserbox.cc +++ b/src/unittests/gui/widgets/staticbrowserbox.cc @@ -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/unittests/gui/windowmanager.cc b/src/unittests/gui/windowmanager.cc index 1b6e98b47..394b78cb9 100644 --- a/src/unittests/gui/windowmanager.cc +++ b/src/unittests/gui/windowmanager.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/integrity.cc b/src/unittests/integrity.cc index 5865afc36..a2d07f4a5 100644 --- a/src/unittests/integrity.cc +++ b/src/unittests/integrity.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/render/mockdrawitem.h b/src/unittests/render/mockdrawitem.h index bbde04095..77b1adf81 100644 --- a/src/unittests/render/mockdrawitem.h +++ b/src/unittests/render/mockdrawitem.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2017-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/render/mockgraphics.cc b/src/unittests/render/mockgraphics.cc index 42800edeb..4f6501fa4 100644 --- a/src/unittests/render/mockgraphics.cc +++ b/src/unittests/render/mockgraphics.cc @@ -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/unittests/render/mockgraphics.h b/src/unittests/render/mockgraphics.h index 4f96d0db5..953240ffc 100644 --- a/src/unittests/render/mockgraphics.h +++ b/src/unittests/render/mockgraphics.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/unittests/resources/dye/dye.cc b/src/unittests/resources/dye/dye.cc index 832db6553..38c6ea8fb 100644 --- a/src/unittests/resources/dye/dye.cc +++ b/src/unittests/resources/dye/dye.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/resources/dye/dyepalette.cc b/src/unittests/resources/dye/dyepalette.cc index 18d67e5a6..d5301ae31 100644 --- a/src/unittests/resources/dye/dyepalette.cc +++ b/src/unittests/resources/dye/dyepalette.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/resources/map/maplayer/draw.cc b/src/unittests/resources/map/maplayer/draw.cc index 4446aaf00..b9c3a24ce 100644 --- a/src/unittests/resources/map/maplayer/draw.cc +++ b/src/unittests/resources/map/maplayer/draw.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/drawfringenormal.cc b/src/unittests/resources/map/maplayer/drawfringenormal.cc index 13e63fae4..2c0cfb4dd 100644 --- a/src/unittests/resources/map/maplayer/drawfringenormal.cc +++ b/src/unittests/resources/map/maplayer/drawfringenormal.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/drawfringesimple.cc b/src/unittests/resources/map/maplayer/drawfringesimple.cc index 1a0aba968..64581970c 100644 --- a/src/unittests/resources/map/maplayer/drawfringesimple.cc +++ b/src/unittests/resources/map/maplayer/drawfringesimple.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/drawspeciallayer1.cc b/src/unittests/resources/map/maplayer/drawspeciallayer1.cc index 3e7761658..ddee7eebf 100644 --- a/src/unittests/resources/map/maplayer/drawspeciallayer1.cc +++ b/src/unittests/resources/map/maplayer/drawspeciallayer1.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/drawspeciallayer2.cc b/src/unittests/resources/map/maplayer/drawspeciallayer2.cc index 075213f0c..5ce9463b9 100644 --- a/src/unittests/resources/map/maplayer/drawspeciallayer2.cc +++ b/src/unittests/resources/map/maplayer/drawspeciallayer2.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc b/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc index 63a2ba038..de355abca 100644 --- a/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc +++ b/src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/gettiledrawwidth.cc b/src/unittests/resources/map/maplayer/gettiledrawwidth.cc index 48a392f5f..4dc0802f1 100644 --- a/src/unittests/resources/map/maplayer/gettiledrawwidth.cc +++ b/src/unittests/resources/map/maplayer/gettiledrawwidth.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/updatecache.cc b/src/unittests/resources/map/maplayer/updatecache.cc index b3ad83b80..15b21384f 100644 --- a/src/unittests/resources/map/maplayer/updatecache.cc +++ b/src/unittests/resources/map/maplayer/updatecache.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/maplayer/updateconditiontiles.cc b/src/unittests/resources/map/maplayer/updateconditiontiles.cc index 1f58f24c5..c80580769 100644 --- a/src/unittests/resources/map/maplayer/updateconditiontiles.cc +++ b/src/unittests/resources/map/maplayer/updateconditiontiles.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/map/speciallayer.cc b/src/unittests/resources/map/speciallayer.cc index 49708206d..13de6d144 100644 --- a/src/unittests/resources/map/speciallayer.cc +++ b/src/unittests/resources/map/speciallayer.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/mstack.cc b/src/unittests/resources/mstack.cc index 494abe31e..36d5d5693 100644 --- a/src/unittests/resources/mstack.cc +++ b/src/unittests/resources/mstack.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/resources/resourcemanager/resourcemanager.cc b/src/unittests/resources/resourcemanager/resourcemanager.cc index 8b41ac5b4..3411775b2 100644 --- a/src/unittests/resources/resourcemanager/resourcemanager.cc +++ b/src/unittests/resources/resourcemanager/resourcemanager.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/resources/sdlimagehelper.cc b/src/unittests/resources/sdlimagehelper.cc index 37fde0a93..5a75b8fa3 100644 --- a/src/unittests/resources/sdlimagehelper.cc +++ b/src/unittests/resources/sdlimagehelper.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2014-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/resources/sprite/animatedsprite.cc b/src/unittests/resources/sprite/animatedsprite.cc index 3ce9a58e3..5995a1874 100644 --- a/src/unittests/resources/sprite/animatedsprite.cc +++ b/src/unittests/resources/sprite/animatedsprite.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/sdl.cc b/src/unittests/sdl.cc index f4c095414..7847a27eb 100644 --- a/src/unittests/sdl.cc +++ b/src/unittests/sdl.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/unittests.h b/src/unittests/unittests.h index 6b9b24d7b..67df3c5c4 100644 --- a/src/unittests/unittests.h +++ b/src/unittests/unittests.h @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2017-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/chatutils.cc b/src/unittests/utils/chatutils.cc index fc58adea8..e85a3e45e 100644 --- a/src/unittests/utils/chatutils.cc +++ b/src/unittests/utils/chatutils.cc @@ -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/unittests/utils/checkutils.cc b/src/unittests/utils/checkutils.cc index 44f42ad87..6b9d9dc79 100644 --- a/src/unittests/utils/checkutils.cc +++ b/src/unittests/utils/checkutils.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/dumplibs.cc b/src/unittests/utils/dumplibs.cc index 3080d0763..be9527a87 100644 --- a/src/unittests/utils/dumplibs.cc +++ b/src/unittests/utils/dumplibs.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2017-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/itemxmlutils.cc b/src/unittests/utils/itemxmlutils.cc index a95298a11..c17db0d9f 100644 --- a/src/unittests/utils/itemxmlutils.cc +++ b/src/unittests/utils/itemxmlutils.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2014-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/langs.cc b/src/unittests/utils/langs.cc index 5fd6417d7..9d86c401d 100644 --- a/src/unittests/utils/langs.cc +++ b/src/unittests/utils/langs.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/utils/mathutils.cc b/src/unittests/utils/mathutils.cc index d091f1cf4..3f36c3f0c 100644 --- a/src/unittests/utils/mathutils.cc +++ b/src/unittests/utils/mathutils.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * 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/unittests/utils/parameters.cc b/src/unittests/utils/parameters.cc index 73996bbf8..975a207ed 100644 --- a/src/unittests/utils/parameters.cc +++ b/src/unittests/utils/parameters.cc @@ -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/unittests/utils/stringutils.cc b/src/unittests/utils/stringutils.cc index 145866bfd..b9a1d6f78 100644 --- a/src/unittests/utils/stringutils.cc +++ b/src/unittests/utils/stringutils.cc @@ -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/unittests/utils/timer.cc b/src/unittests/utils/timer.cc index ca691de16..52f0e9252 100644 --- a/src/unittests/utils/timer.cc +++ b/src/unittests/utils/timer.cc @@ -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/unittests/utils/translation/poparser.cc b/src/unittests/utils/translation/poparser.cc index f4148a7e8..1b4a2f366 100644 --- a/src/unittests/utils/translation/poparser.cc +++ b/src/unittests/utils/translation/poparser.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2016-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/xml.cc b/src/unittests/utils/xml.cc index 631ed74cc..8bc75aef2 100644 --- a/src/unittests/utils/xml.cc +++ b/src/unittests/utils/xml.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2014-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * diff --git a/src/unittests/utils/xmlutils.cc b/src/unittests/utils/xmlutils.cc index 9268c5901..64ca7e41f 100644 --- a/src/unittests/utils/xmlutils.cc +++ b/src/unittests/utils/xmlutils.cc @@ -1,6 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2014-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-70-g09d2