From 4332a501d9a8a1d37913e1236dc1e60702f4b573 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 1 Jan 2015 17:41:51 +0300 Subject: Update copyrights year. --- src/input/inputaction.h | 2 +- src/input/inputactiondata.h | 2 +- src/input/inputactionmap.h | 2 +- src/input/inputactionsortfunctor.h | 2 +- src/input/inputcondition.h | 2 +- src/input/inputfunction.h | 2 +- src/input/inputitem.h | 2 +- src/input/inputmanager.cpp | 2 +- src/input/inputmanager.h | 2 +- src/input/inputtype.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/multitouchmanager.cpp | 2 +- src/input/multitouchmanager.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/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 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 59134de0f..f94af67c8 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2007 Joshua Langley * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index cbb924070..0c3c2c2e1 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index ae69a7ebb..103bede52 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputactionsortfunctor.h b/src/input/inputactionsortfunctor.h index 1e79cc27e..9582d70e0 100644 --- a/src/input/inputactionsortfunctor.h +++ b/src/input/inputactionsortfunctor.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputcondition.h b/src/input/inputcondition.h index 87be3e957..353393dd6 100644 --- a/src/input/inputcondition.h +++ b/src/input/inputcondition.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputfunction.h b/src/input/inputfunction.h index 6345e875d..c49da9f89 100644 --- a/src/input/inputfunction.h +++ b/src/input/inputfunction.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputitem.h b/src/input/inputitem.h index ce1f7973f..5abe34ad1 100644 --- a/src/input/inputitem.h +++ b/src/input/inputitem.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputmanager.cpp b/src/input/inputmanager.cpp index ecf2aac3e..48bf1b083 100644 --- a/src/input/inputmanager.cpp +++ b/src/input/inputmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputmanager.h b/src/input/inputmanager.h index 5f4b7ad6b..cb483e684 100644 --- a/src/input/inputmanager.h +++ b/src/input/inputmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/inputtype.h b/src/input/inputtype.h index 883137071..021b8de46 100644 --- a/src/input/inputtype.h +++ b/src/input/inputtype.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/joystick.cpp b/src/input/joystick.cpp index 2170bdc48..e54347907 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/joystick.h b/src/input/joystick.h index 8693d0d75..2276006a7 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/key.cpp b/src/input/key.cpp index 13d2a301d..7f7965a4a 100644 --- a/src/input/key.cpp +++ b/src/input/key.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/key.h b/src/input/key.h index 97bc7113d..5ed721702 100644 --- a/src/input/key.h +++ b/src/input/key.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyboardconfig.cpp b/src/input/keyboardconfig.cpp index b989b2d30..319d6d8ed 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h index 2c6ca5ee5..7465de669 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/keyinput.h b/src/input/keyinput.h index 89a3b71d2..d80001c33 100644 --- a/src/input/keyinput.h +++ b/src/input/keyinput.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h index 7f89da06c..1795b33fb 100644 --- a/src/input/mouseinput.h +++ b/src/input/mouseinput.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2014 The ManaPlus Developers + * Copyright (C) 2012-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/multitouchmanager.cpp b/src/input/multitouchmanager.cpp index a05e51709..1fd6d4012 100644 --- a/src/input/multitouchmanager.cpp +++ b/src/input/multitouchmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/input/multitouchmanager.h b/src/input/multitouchmanager.h index d3cfdc81c..ef98a046b 100644 --- a/src/input/multitouchmanager.h +++ b/src/input/multitouchmanager.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2014 The ManaPlus Developers + * Copyright (C) 2013-2015 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 5840e92c3..4cfc1c614 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 af6bd8b44..ea35140e7 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 3f95703bd..a9db1cf4f 100644 --- a/src/input/pages/chat.cpp +++ b/src/input/pages/chat.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 4aa84d56d..ac51ccce7 100644 --- a/src/input/pages/chat.h +++ b/src/input/pages/chat.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 e329fd74e..c5b648ce6 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 b833855cf..47ead4d7e 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 03ded1376..c9f3c2926 100644 --- a/src/input/pages/gui.cpp +++ b/src/input/pages/gui.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 ec063a89c..6c0ddf123 100644 --- a/src/input/pages/gui.h +++ b/src/input/pages/gui.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 91997ddbe..f8feb14dd 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 935164792..657abbda2 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 f8327f3b6..92de50f58 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 b79bda62d..e07b8e77b 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 a9ca346ed..c554b5e28 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 1824e151f..b82847512 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 5ca94cae4..f6745ca36 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 53510a3ae..1c02c4397 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 0bde9cb9e..ff646ded0 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 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 fdac9614c..ea1f9c25e 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-2014 The ManaPlus Developers + * Copyright (C) 2011-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-60-g2f50