summaryrefslogtreecommitdiff
path: root/src/unittests
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 16:04:48 +0100
committerJesusaves <cpntb1@ymail.com>2024-02-08 21:49:11 -0300
commitd5d3f5818366b78f22793bf3fd89cd603c4dd63e (patch)
treea59fb3d2c4bbac5b629a72a0274c956e3c7c3720 /src/unittests
parent1d56e8f96def89ebcdd59ae85932353b52a973ec (diff)
downloadmv-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.gz
mv-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.bz2
mv-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.tar.xz
mv-d5d3f5818366b78f22793bf3fd89cd603c4dd63e.zip
added manaverse' copyright line to src/
Diffstat (limited to 'src/unittests')
-rw-r--r--src/unittests/configuration.cc1
-rw-r--r--src/unittests/endian.cc1
-rw-r--r--src/unittests/enums/enums.cc1
-rw-r--r--src/unittests/enums/render/mockdrawtype.h1
-rw-r--r--src/unittests/fs/files.cc1
-rw-r--r--src/unittests/fs/virtfs/throw.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_basic.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_enumerate.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_exists.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_getrealdir.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_mountdir1.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_mountdir2.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_mountzip1.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_mountzip2.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs1_unmount.cc1
-rw-r--r--src/unittests/fs/virtfs/virtfs2.cc1
-rw-r--r--src/unittests/fs/virtfs/zip.cc1
-rw-r--r--src/unittests/gui/fonts/textchunklist.cc1
-rw-r--r--src/unittests/gui/widgets/browserbox.cc1
-rw-r--r--src/unittests/gui/widgets/staticbrowserbox.cc1
-rw-r--r--src/unittests/gui/windowmanager.cc1
-rw-r--r--src/unittests/integrity.cc1
-rw-r--r--src/unittests/render/mockdrawitem.h1
-rw-r--r--src/unittests/render/mockgraphics.cc1
-rw-r--r--src/unittests/render/mockgraphics.h1
-rw-r--r--src/unittests/resources/dye/dye.cc1
-rw-r--r--src/unittests/resources/dye/dyepalette.cc1
-rw-r--r--src/unittests/resources/map/maplayer/draw.cc1
-rw-r--r--src/unittests/resources/map/maplayer/drawfringenormal.cc1
-rw-r--r--src/unittests/resources/map/maplayer/drawfringesimple.cc1
-rw-r--r--src/unittests/resources/map/maplayer/drawspeciallayer1.cc1
-rw-r--r--src/unittests/resources/map/maplayer/drawspeciallayer2.cc1
-rw-r--r--src/unittests/resources/map/maplayer/getemptytiledrawwidth.cc1
-rw-r--r--src/unittests/resources/map/maplayer/gettiledrawwidth.cc1
-rw-r--r--src/unittests/resources/map/maplayer/updatecache.cc1
-rw-r--r--src/unittests/resources/map/maplayer/updateconditiontiles.cc1
-rw-r--r--src/unittests/resources/map/speciallayer.cc1
-rw-r--r--src/unittests/resources/mstack.cc1
-rw-r--r--src/unittests/resources/resourcemanager/resourcemanager.cc1
-rw-r--r--src/unittests/resources/sdlimagehelper.cc1
-rw-r--r--src/unittests/resources/sprite/animatedsprite.cc1
-rw-r--r--src/unittests/sdl.cc1
-rw-r--r--src/unittests/unittests.h1
-rw-r--r--src/unittests/utils/chatutils.cc1
-rw-r--r--src/unittests/utils/checkutils.cc1
-rw-r--r--src/unittests/utils/dumplibs.cc1
-rw-r--r--src/unittests/utils/itemxmlutils.cc1
-rw-r--r--src/unittests/utils/langs.cc1
-rw-r--r--src/unittests/utils/mathutils.cc1
-rw-r--r--src/unittests/utils/parameters.cc1
-rw-r--r--src/unittests/utils/stringutils.cc1
-rw-r--r--src/unittests/utils/timer.cc1
-rw-r--r--src/unittests/utils/translation/poparser.cc1
-rw-r--r--src/unittests/utils/xml.cc1
-rw-r--r--src/unittests/utils/xmlutils.cc1
56 files changed, 56 insertions, 0 deletions
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.
*