summaryrefslogtreecommitdiff
path: root/src/input
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/input
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/input')
-rw-r--r--src/input/inputactiondata.h1
-rw-r--r--src/input/inputactionmap.h1
-rw-r--r--src/input/inputactionoperators.cpp1
-rw-r--r--src/input/inputactionoperators.h1
-rw-r--r--src/input/inputactionsortfunctor.h1
-rw-r--r--src/input/inputfunction.h1
-rw-r--r--src/input/inputitem.h1
-rw-r--r--src/input/inputmanager.cpp1
-rw-r--r--src/input/inputmanager.h1
-rw-r--r--src/input/joystick.cpp1
-rw-r--r--src/input/joystick.h1
-rw-r--r--src/input/key.cpp1
-rw-r--r--src/input/key.h1
-rw-r--r--src/input/keyboardconfig.cpp1
-rw-r--r--src/input/keyboardconfig.h1
-rw-r--r--src/input/keyinput.h1
-rw-r--r--src/input/mouseinput.h1
-rw-r--r--src/input/pages/basic.cpp1
-rw-r--r--src/input/pages/basic.h1
-rw-r--r--src/input/pages/chat.cpp1
-rw-r--r--src/input/pages/chat.h1
-rw-r--r--src/input/pages/craft.cpp1
-rw-r--r--src/input/pages/craft.h1
-rw-r--r--src/input/pages/emotes.cpp1
-rw-r--r--src/input/pages/emotes.h1
-rw-r--r--src/input/pages/gui.cpp1
-rw-r--r--src/input/pages/gui.h1
-rw-r--r--src/input/pages/move.cpp1
-rw-r--r--src/input/pages/move.h1
-rw-r--r--src/input/pages/other.cpp1
-rw-r--r--src/input/pages/other.h1
-rw-r--r--src/input/pages/outfits.cpp1
-rw-r--r--src/input/pages/outfits.h1
-rw-r--r--src/input/pages/shortcuts.cpp1
-rw-r--r--src/input/pages/shortcuts.h1
-rw-r--r--src/input/pages/windows.cpp1
-rw-r--r--src/input/pages/windows.h1
-rw-r--r--src/input/touch/multitouchmanager.cpp1
-rw-r--r--src/input/touch/multitouchmanager.h1
-rw-r--r--src/input/touch/touchactions.cpp1
-rw-r--r--src/input/touch/touchactions.h1
-rw-r--r--src/input/touch/touchmanager.cpp1
-rw-r--r--src/input/touch/touchmanager.h1
43 files changed, 43 insertions, 0 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h
index a746e3810..71fafbaaf 100644
--- a/src/input/inputactiondata.h
+++ b/src/input/inputactiondata.h
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* 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/input/inputactionmap.h b/src/input/inputactionmap.h
index 076035284..fd5448be2 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* 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/input/inputactionoperators.cpp b/src/input/inputactionoperators.cpp
index e443cc956..08baa8566 100644
--- a/src/input/inputactionoperators.cpp
+++ b/src/input/inputactionoperators.cpp
@@ -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/input/inputactionoperators.h b/src/input/inputactionoperators.h
index 91509513a..9778481fb 100644
--- a/src/input/inputactionoperators.h
+++ b/src/input/inputactionoperators.h
@@ -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/input/inputactionsortfunctor.h b/src/input/inputactionsortfunctor.h
index fe1b0728d..f80b2ab79 100644
--- a/src/input/inputactionsortfunctor.h
+++ b/src/input/inputactionsortfunctor.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/input/inputfunction.h b/src/input/inputfunction.h
index 65b2dc714..d20d9a7e7 100644
--- a/src/input/inputfunction.h
+++ b/src/input/inputfunction.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/input/inputitem.h b/src/input/inputitem.h
index 04ffda69d..dd2470cc3 100644
--- a/src/input/inputitem.h
+++ b/src/input/inputitem.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/input/inputmanager.cpp b/src/input/inputmanager.cpp
index c0e171ddd..a379e0e86 100644
--- a/src/input/inputmanager.cpp
+++ b/src/input/inputmanager.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/input/inputmanager.h b/src/input/inputmanager.h
index 31f7a1f2a..bfe5a2bdd 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.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/input/joystick.cpp b/src/input/joystick.cpp
index 3303c8354..9c45b1e63 100644
--- a/src/input/joystick.cpp
+++ b/src/input/joystick.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/input/joystick.h b/src/input/joystick.h
index 326e830ae..35c114d82 100644
--- a/src/input/joystick.h
+++ b/src/input/joystick.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/input/key.cpp b/src/input/key.cpp
index 16408a39a..6875f2430 100644
--- a/src/input/key.cpp
+++ b/src/input/key.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/key.h b/src/input/key.h
index f3ee7b160..eaaddff5b 100644
--- a/src/input/key.h
+++ b/src/input/key.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/keyboardconfig.cpp b/src/input/keyboardconfig.cpp
index 5545537f4..514b8a654 100644
--- a/src/input/keyboardconfig.cpp
+++ b/src/input/keyboardconfig.cpp
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* 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/input/keyboardconfig.h b/src/input/keyboardconfig.h
index 2d73664bb..d2e9b8bd3 100644
--- a/src/input/keyboardconfig.h
+++ b/src/input/keyboardconfig.h
@@ -3,6 +3,7 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* 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/input/keyinput.h b/src/input/keyinput.h
index 1a763e1e3..2e5b2e669 100644
--- a/src/input/keyinput.h
+++ b/src/input/keyinput.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/input/mouseinput.h b/src/input/mouseinput.h
index 9ac0a4f17..26ea5b01a 100644
--- a/src/input/mouseinput.h
+++ b/src/input/mouseinput.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/input/pages/basic.cpp b/src/input/pages/basic.cpp
index f7cb7bc04..9631c3705 100644
--- a/src/input/pages/basic.cpp
+++ b/src/input/pages/basic.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/basic.h b/src/input/pages/basic.h
index 735fccda5..d0396d170 100644
--- a/src/input/pages/basic.h
+++ b/src/input/pages/basic.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/chat.cpp b/src/input/pages/chat.cpp
index 9eb827646..a92a547e0 100644
--- a/src/input/pages/chat.cpp
+++ b/src/input/pages/chat.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/chat.h b/src/input/pages/chat.h
index fd633ace1..2d3f14ac2 100644
--- a/src/input/pages/chat.h
+++ b/src/input/pages/chat.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/craft.cpp b/src/input/pages/craft.cpp
index ec480d36f..93d232b4b 100644
--- a/src/input/pages/craft.cpp
+++ b/src/input/pages/craft.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/craft.h b/src/input/pages/craft.h
index 82680f59c..e8f61483e 100644
--- a/src/input/pages/craft.h
+++ b/src/input/pages/craft.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/emotes.cpp b/src/input/pages/emotes.cpp
index c246f928c..394ca971d 100644
--- a/src/input/pages/emotes.cpp
+++ b/src/input/pages/emotes.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/emotes.h b/src/input/pages/emotes.h
index b88a0e71f..b33f764b4 100644
--- a/src/input/pages/emotes.h
+++ b/src/input/pages/emotes.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/gui.cpp b/src/input/pages/gui.cpp
index aed483120..acf42817e 100644
--- a/src/input/pages/gui.cpp
+++ b/src/input/pages/gui.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/gui.h b/src/input/pages/gui.h
index f1b9f5175..ea2fe3eb8 100644
--- a/src/input/pages/gui.h
+++ b/src/input/pages/gui.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/pages/move.cpp b/src/input/pages/move.cpp
index 05a7a15c4..ebf8eea48 100644
--- a/src/input/pages/move.cpp
+++ b/src/input/pages/move.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/move.h b/src/input/pages/move.h
index dc2c75745..411638ecd 100644
--- a/src/input/pages/move.h
+++ b/src/input/pages/move.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/other.cpp b/src/input/pages/other.cpp
index 4dbbbf361..02bd88d79 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/other.h b/src/input/pages/other.h
index 5675ec9cd..baf614e3d 100644
--- a/src/input/pages/other.h
+++ b/src/input/pages/other.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/outfits.cpp b/src/input/pages/outfits.cpp
index 4ddba00ca..b69e4bd1a 100644
--- a/src/input/pages/outfits.cpp
+++ b/src/input/pages/outfits.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/outfits.h b/src/input/pages/outfits.h
index f798a0344..7e72935af 100644
--- a/src/input/pages/outfits.h
+++ b/src/input/pages/outfits.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/shortcuts.cpp b/src/input/pages/shortcuts.cpp
index e234fcfe3..b8543702a 100644
--- a/src/input/pages/shortcuts.cpp
+++ b/src/input/pages/shortcuts.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/shortcuts.h b/src/input/pages/shortcuts.h
index 7d0028bcc..2400646aa 100644
--- a/src/input/pages/shortcuts.h
+++ b/src/input/pages/shortcuts.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/windows.cpp b/src/input/pages/windows.cpp
index 6c1ecd90b..efd2a7223 100644
--- a/src/input/pages/windows.cpp
+++ b/src/input/pages/windows.cpp
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/pages/windows.h b/src/input/pages/windows.h
index 3511af071..43d9c72de 100644
--- a/src/input/pages/windows.h
+++ b/src/input/pages/windows.h
@@ -4,6 +4,7 @@
* Copyright (C) 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/input/touch/multitouchmanager.cpp b/src/input/touch/multitouchmanager.cpp
index 500e0e9fb..502d5bca8 100644
--- a/src/input/touch/multitouchmanager.cpp
+++ b/src/input/touch/multitouchmanager.cpp
@@ -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/input/touch/multitouchmanager.h b/src/input/touch/multitouchmanager.h
index 61995f7e9..1c0c89bf3 100644
--- a/src/input/touch/multitouchmanager.h
+++ b/src/input/touch/multitouchmanager.h
@@ -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/input/touch/touchactions.cpp b/src/input/touch/touchactions.cpp
index 6e80d13b9..0442d8e63 100644
--- a/src/input/touch/touchactions.cpp
+++ b/src/input/touch/touchactions.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/input/touch/touchactions.h b/src/input/touch/touchactions.h
index ec6059dee..bb862a5ca 100644
--- a/src/input/touch/touchactions.h
+++ b/src/input/touch/touchactions.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* 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/input/touch/touchmanager.cpp b/src/input/touch/touchmanager.cpp
index aac03c134..bcae1e5fb 100644
--- a/src/input/touch/touchmanager.cpp
+++ b/src/input/touch/touchmanager.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/input/touch/touchmanager.h b/src/input/touch/touchmanager.h
index 18204ab9e..d8c14a941 100644
--- a/src/input/touch/touchmanager.h
+++ b/src/input/touch/touchmanager.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
* Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*