summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputactiondata.h3
-rw-r--r--src/input/inputactionmap.h3
-rw-r--r--src/input/inputactionoperators.cpp3
-rw-r--r--src/input/inputactionoperators.h3
-rw-r--r--src/input/inputactionsortfunctor.h3
-rw-r--r--src/input/inputfunction.h3
-rw-r--r--src/input/inputitem.h3
-rw-r--r--src/input/inputmanager.cpp3
-rw-r--r--src/input/inputmanager.h3
-rw-r--r--src/input/joystick.cpp3
-rw-r--r--src/input/joystick.h3
-rw-r--r--src/input/key.cpp3
-rw-r--r--src/input/key.h3
-rw-r--r--src/input/keyboardconfig.cpp3
-rw-r--r--src/input/keyboardconfig.h3
-rw-r--r--src/input/keyinput.h3
-rw-r--r--src/input/mouseinput.h3
-rw-r--r--src/input/pages/basic.cpp3
-rw-r--r--src/input/pages/basic.h3
-rw-r--r--src/input/pages/chat.cpp3
-rw-r--r--src/input/pages/chat.h3
-rw-r--r--src/input/pages/craft.cpp3
-rw-r--r--src/input/pages/craft.h3
-rw-r--r--src/input/pages/emotes.cpp3
-rw-r--r--src/input/pages/emotes.h3
-rw-r--r--src/input/pages/gui.cpp3
-rw-r--r--src/input/pages/gui.h3
-rw-r--r--src/input/pages/move.cpp3
-rw-r--r--src/input/pages/move.h3
-rw-r--r--src/input/pages/other.cpp3
-rw-r--r--src/input/pages/other.h3
-rw-r--r--src/input/pages/outfits.cpp3
-rw-r--r--src/input/pages/outfits.h3
-rw-r--r--src/input/pages/shortcuts.cpp3
-rw-r--r--src/input/pages/shortcuts.h3
-rw-r--r--src/input/pages/windows.cpp3
-rw-r--r--src/input/pages/windows.h3
-rw-r--r--src/input/touch/multitouchmanager.cpp3
-rw-r--r--src/input/touch/multitouchmanager.h3
-rw-r--r--src/input/touch/touchactions.cpp3
-rw-r--r--src/input/touch/touchactions.h3
-rw-r--r--src/input/touch/touchmanager.cpp3
-rw-r--r--src/input/touch/touchmanager.h3
43 files changed, 86 insertions, 43 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h
index 8e3e7ef4a..71fafbaaf 100644
--- a/src/input/inputactiondata.h
+++ b/src/input/inputactiondata.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 318f70db1..fd5448be2 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 df37f739a..08baa8566 100644
--- a/src/input/inputactionoperators.cpp
+++ b/src/input/inputactionoperators.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015-2019 The ManaPlus Developers
+ * 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 81e2b0615..9778481fb 100644
--- a/src/input/inputactionoperators.h
+++ b/src/input/inputactionoperators.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2015-2019 The ManaPlus Developers
+ * 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 c8a3d2b6c..f80b2ab79 100644
--- a/src/input/inputactionsortfunctor.h
+++ b/src/input/inputactionsortfunctor.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 ba0eef3a4..d20d9a7e7 100644
--- a/src/input/inputfunction.h
+++ b/src/input/inputfunction.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 f558366d0..dd2470cc3 100644
--- a/src/input/inputitem.h
+++ b/src/input/inputitem.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 4d167589e..a379e0e86 100644
--- a/src/input/inputmanager.cpp
+++ b/src/input/inputmanager.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 f1eda8aae..bfe5a2bdd 100644
--- a/src/input/inputmanager.h
+++ b/src/input/inputmanager.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 7b2eb7d7b..9c45b1e63 100644
--- a/src/input/joystick.cpp
+++ b/src/input/joystick.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 7991da5c3..35c114d82 100644
--- a/src/input/joystick.h
+++ b/src/input/joystick.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 c04849230..6875f2430 100644
--- a/src/input/key.cpp
+++ b/src/input/key.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.h b/src/input/key.h
index 5e012f2f6..eaaddff5b 100644
--- a/src/input/key.h
+++ b/src/input/key.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.cpp b/src/input/keyboardconfig.cpp
index 24deb32ee..514b8a654 100644
--- a/src/input/keyboardconfig.cpp
+++ b/src/input/keyboardconfig.cpp
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 fab940407..d2e9b8bd3 100644
--- a/src/input/keyboardconfig.h
+++ b/src/input/keyboardconfig.h
@@ -2,7 +2,8 @@
* The ManaPlus Client
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 85a809ed4..2e5b2e669 100644
--- a/src/input/keyinput.h
+++ b/src/input/keyinput.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 ed991acc8..26ea5b01a 100644
--- a/src/input/mouseinput.h
+++ b/src/input/mouseinput.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 858981d51..9631c3705 100644
--- a/src/input/pages/basic.cpp
+++ b/src/input/pages/basic.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 e7c59df23..d0396d170 100644
--- a/src/input/pages/basic.h
+++ b/src/input/pages/basic.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 1e1c1a087..a92a547e0 100644
--- a/src/input/pages/chat.cpp
+++ b/src/input/pages/chat.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.h b/src/input/pages/chat.h
index e53ec5f5f..2d3f14ac2 100644
--- a/src/input/pages/chat.h
+++ b/src/input/pages/chat.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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/craft.cpp b/src/input/pages/craft.cpp
index 51f5bd9e1..93d232b4b 100644
--- a/src/input/pages/craft.cpp
+++ b/src/input/pages/craft.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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/craft.h b/src/input/pages/craft.h
index 7e49a1d51..e8f61483e 100644
--- a/src/input/pages/craft.h
+++ b/src/input/pages/craft.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.cpp b/src/input/pages/emotes.cpp
index adccc4d9c..394ca971d 100644
--- a/src/input/pages/emotes.cpp
+++ b/src/input/pages/emotes.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 a18b69fd4..b33f764b4 100644
--- a/src/input/pages/emotes.h
+++ b/src/input/pages/emotes.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 40463bca1..acf42817e 100644
--- a/src/input/pages/gui.cpp
+++ b/src/input/pages/gui.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.h b/src/input/pages/gui.h
index 6f065570b..ea2fe3eb8 100644
--- a/src/input/pages/gui.h
+++ b/src/input/pages/gui.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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.cpp b/src/input/pages/move.cpp
index ce39649aa..ebf8eea48 100644
--- a/src/input/pages/move.cpp
+++ b/src/input/pages/move.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 ffb3e1720..411638ecd 100644
--- a/src/input/pages/move.h
+++ b/src/input/pages/move.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 a68b6d1f3..02bd88d79 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 3ecf254ac..baf614e3d 100644
--- a/src/input/pages/other.h
+++ b/src/input/pages/other.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 961f92cee..b69e4bd1a 100644
--- a/src/input/pages/outfits.cpp
+++ b/src/input/pages/outfits.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 51b02ed58..7e72935af 100644
--- a/src/input/pages/outfits.h
+++ b/src/input/pages/outfits.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 8254c2c2b..b8543702a 100644
--- a/src/input/pages/shortcuts.cpp
+++ b/src/input/pages/shortcuts.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 183d130a6..2400646aa 100644
--- a/src/input/pages/shortcuts.h
+++ b/src/input/pages/shortcuts.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 9555efbdb..efd2a7223 100644
--- a/src/input/pages/windows.cpp
+++ b/src/input/pages/windows.cpp
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 fa6a9fdf6..43d9c72de 100644
--- a/src/input/pages/windows.h
+++ b/src/input/pages/windows.h
@@ -3,7 +3,8 @@
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
* Copyright (C) 2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2019 The ManaPlus 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 59cb9d35e..502d5bca8 100644
--- a/src/input/touch/multitouchmanager.cpp
+++ b/src/input/touch/multitouchmanager.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2019 The ManaPlus Developers
+ * 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 feb957bb2..1c0c89bf3 100644
--- a/src/input/touch/multitouchmanager.h
+++ b/src/input/touch/multitouchmanager.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2019 The ManaPlus Developers
+ * 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 85f3e6344..0442d8e63 100644
--- a/src/input/touch/touchactions.cpp
+++ b/src/input/touch/touchactions.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 d2e6f73e2..bb862a5ca 100644
--- a/src/input/touch/touchactions.h
+++ b/src/input/touch/touchactions.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus 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/touchmanager.cpp b/src/input/touch/touchmanager.cpp
index fe70a0685..bcae1e5fb 100644
--- a/src/input/touch/touchmanager.cpp
+++ b/src/input/touch/touchmanager.cpp
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * 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 f4ce4b59e..d8c14a941 100644
--- a/src/input/touch/touchmanager.h
+++ b/src/input/touch/touchmanager.h
@@ -1,6 +1,7 @@
/*
* The ManaPlus Client
- * Copyright (C) 2011-2019 The ManaPlus Developers
+ * Copyright (C) 2011-2020 The ManaPlus Developers
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*