From a0451aa4e93b10ad2e50d5c4d59116f888aeacd5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Jan 2017 16:48:28 +0300 Subject: Update copyright year. --- src/input/inputactiondata.h | 2 +- src/input/inputactionmap.h | 2 +- src/input/inputactionoperators.cpp | 2 +- src/input/inputactionoperators.h | 2 +- src/input/inputactionsortfunctor.h | 2 +- src/input/inputfunction.h | 2 +- src/input/inputitem.h | 2 +- src/input/inputmanager.cpp | 2 +- src/input/inputmanager.h | 2 +- src/input/joystick.cpp | 2 +- src/input/joystick.h | 2 +- src/input/key.cpp | 2 +- src/input/key.h | 2 +- src/input/keyboardconfig.cpp | 2 +- src/input/keyboardconfig.h | 2 +- src/input/keyinput.h | 2 +- src/input/mouseinput.h | 2 +- src/input/pages/basic.cpp | 2 +- src/input/pages/basic.h | 2 +- src/input/pages/chat.cpp | 2 +- src/input/pages/chat.h | 2 +- src/input/pages/craft.cpp | 2 +- src/input/pages/craft.h | 2 +- src/input/pages/emotes.cpp | 2 +- src/input/pages/emotes.h | 2 +- src/input/pages/gui.cpp | 2 +- src/input/pages/gui.h | 2 +- src/input/pages/move.cpp | 2 +- src/input/pages/move.h | 2 +- src/input/pages/other.cpp | 2 +- src/input/pages/other.h | 2 +- src/input/pages/outfits.cpp | 2 +- src/input/pages/outfits.h | 2 +- src/input/pages/shortcuts.cpp | 2 +- src/input/pages/shortcuts.h | 2 +- src/input/pages/windows.cpp | 2 +- src/input/pages/windows.h | 2 +- src/input/touch/multitouchmanager.cpp | 2 +- src/input/touch/multitouchmanager.h | 2 +- src/input/touch/touchactions.cpp | 2 +- src/input/touch/touchactions.h | 2 +- src/input/touch/touchmanager.cpp | 2 +- src/input/touch/touchmanager.h | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) (limited to 'src/input') diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index a1969a91a..d627d77f3 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 44cc82845..2301c1728 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionoperators.cpp b/src/input/inputactionoperators.cpp index 39de5b782..911cf2e7b 100644 --- a/src/input/inputactionoperators.cpp +++ b/src/input/inputactionoperators.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2016 The ManaPlus Developers + * Copyright (C) 2015-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionoperators.h b/src/input/inputactionoperators.h index bee40f6ec..02f98d1eb 100644 --- a/src/input/inputactionoperators.h +++ b/src/input/inputactionoperators.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2015-2016 The ManaPlus Developers + * Copyright (C) 2015-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionsortfunctor.h b/src/input/inputactionsortfunctor.h index 595d67537..0a9b7f312 100644 --- a/src/input/inputactionsortfunctor.h +++ b/src/input/inputactionsortfunctor.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputfunction.h b/src/input/inputfunction.h index 1a785d098..a676c365e 100644 --- a/src/input/inputfunction.h +++ b/src/input/inputfunction.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputitem.h b/src/input/inputitem.h index f00a9c33c..54677b849 100644 --- a/src/input/inputitem.h +++ b/src/input/inputitem.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index f54855316..eda8ba7b1 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h index 0db51a7d7..94e85b7d2 100644 --- a/src/input/inputmanager.h +++ b/src/input/inputmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/joystick.cpp b/src/input/joystick.cpp index 5c91edd43..480d2b493 100644 --- a/src/input/joystick.cpp +++ b/src/input/joystick.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/joystick.h b/src/input/joystick.h index f63f70c39..0238285aa 100644 --- a/src/input/joystick.h +++ b/src/input/joystick.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/key.cpp b/src/input/key.cpp index 4803f086e..97019e67e 100644 --- a/src/input/key.cpp +++ b/src/input/key.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/key.h b/src/input/key.h index 42440721f..53ed4d985 100644 --- a/src/input/key.h +++ b/src/input/key.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyboardconfig.cpp b/src/input/keyboardconfig.cpp index 3405ad5c4..9ed3d2a58 100644 --- a/src/input/keyboardconfig.cpp +++ b/src/input/keyboardconfig.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h index 3bb974553..454b19b3f 100644 --- a/src/input/keyboardconfig.h +++ b/src/input/keyboardconfig.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyinput.h b/src/input/keyinput.h index 3affc6312..7c2bb4040 100644 --- a/src/input/keyinput.h +++ b/src/input/keyinput.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h index e5121d93c..cd6799132 100644 --- a/src/input/mouseinput.h +++ b/src/input/mouseinput.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index 3817e34ac..ad4ad2c6f 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/basic.h b/src/input/pages/basic.h index ade4a16df..5cfe3af53 100644 --- a/src/input/pages/basic.h +++ b/src/input/pages/basic.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/chat.cpp b/src/input/pages/chat.cpp index 85f7707ea..c8abfc9ca 100644 --- a/src/input/pages/chat.cpp +++ b/src/input/pages/chat.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/chat.h b/src/input/pages/chat.h index 52dd3bf62..2f4cf147b 100644 --- a/src/input/pages/chat.h +++ b/src/input/pages/chat.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/craft.cpp b/src/input/pages/craft.cpp index 5b5bf0466..fe93a0c1e 100644 --- a/src/input/pages/craft.cpp +++ b/src/input/pages/craft.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/craft.h b/src/input/pages/craft.h index ef797f7a5..d69425c63 100644 --- a/src/input/pages/craft.h +++ b/src/input/pages/craft.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/emotes.cpp b/src/input/pages/emotes.cpp index fc70560da..84537771d 100644 --- a/src/input/pages/emotes.cpp +++ b/src/input/pages/emotes.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/emotes.h b/src/input/pages/emotes.h index 6d2f25c43..e0a5ee452 100644 --- a/src/input/pages/emotes.h +++ b/src/input/pages/emotes.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/gui.cpp b/src/input/pages/gui.cpp index 573dbd15b..d09aa6f35 100644 --- a/src/input/pages/gui.cpp +++ b/src/input/pages/gui.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/gui.h b/src/input/pages/gui.h index 9b1da37d3..5c72fca13 100644 --- a/src/input/pages/gui.h +++ b/src/input/pages/gui.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/move.cpp b/src/input/pages/move.cpp index fb9c4e048..bbee36954 100644 --- a/src/input/pages/move.cpp +++ b/src/input/pages/move.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/move.h b/src/input/pages/move.h index ae1408ea8..33ec08c2b 100644 --- a/src/input/pages/move.h +++ b/src/input/pages/move.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp index 997bec32a..47312c3c5 100644 --- a/src/input/pages/other.cpp +++ b/src/input/pages/other.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/other.h b/src/input/pages/other.h index 2e8a06d80..86b024f9f 100644 --- a/src/input/pages/other.h +++ b/src/input/pages/other.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/outfits.cpp b/src/input/pages/outfits.cpp index 9fd6af90c..5a938217d 100644 --- a/src/input/pages/outfits.cpp +++ b/src/input/pages/outfits.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/outfits.h b/src/input/pages/outfits.h index 5398b5137..5bc1cf4a9 100644 --- a/src/input/pages/outfits.h +++ b/src/input/pages/outfits.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/shortcuts.cpp b/src/input/pages/shortcuts.cpp index 71e438890..e4c57dbff 100644 --- a/src/input/pages/shortcuts.cpp +++ b/src/input/pages/shortcuts.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/shortcuts.h b/src/input/pages/shortcuts.h index 5232a2650..56e0db05f 100644 --- a/src/input/pages/shortcuts.h +++ b/src/input/pages/shortcuts.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 13e549bd5..b9d64acbc 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/pages/windows.h b/src/input/pages/windows.h index 328ccbdc2..388a9b84d 100644 --- a/src/input/pages/windows.h +++ b/src/input/pages/windows.h @@ -3,7 +3,7 @@ * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/multitouchmanager.cpp b/src/input/touch/multitouchmanager.cpp index b268df0e5..aaee3410f 100644 --- a/src/input/touch/multitouchmanager.cpp +++ b/src/input/touch/multitouchmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2016 The ManaPlus Developers + * Copyright (C) 2013-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/multitouchmanager.h b/src/input/touch/multitouchmanager.h index a9323991c..1eff2d7aa 100644 --- a/src/input/touch/multitouchmanager.h +++ b/src/input/touch/multitouchmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2016 The ManaPlus Developers + * Copyright (C) 2013-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/touchactions.cpp b/src/input/touch/touchactions.cpp index 400c87da5..40fa8bf3d 100644 --- a/src/input/touch/touchactions.cpp +++ b/src/input/touch/touchactions.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/touchactions.h b/src/input/touch/touchactions.h index bdcabbff8..1d0017275 100644 --- a/src/input/touch/touchactions.h +++ b/src/input/touch/touchactions.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/touchmanager.cpp b/src/input/touch/touchmanager.cpp index 28929db19..add16a929 100644 --- a/src/input/touch/touchmanager.cpp +++ b/src/input/touch/touchmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2016 The ManaPlus Developers + * Copyright (C) 2012-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/touch/touchmanager.h b/src/input/touch/touchmanager.h index 676167e13..b5aea56f0 100644 --- a/src/input/touch/touchmanager.h +++ b/src/input/touch/touchmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-60-g2f50