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/net/eathena/adminhandler.cpp | 2 +- src/net/eathena/adminhandler.h | 2 +- src/net/eathena/auctionhandler.cpp | 2 +- src/net/eathena/auctionhandler.h | 2 +- src/net/eathena/bankhandler.cpp | 2 +- src/net/eathena/bankhandler.h | 2 +- src/net/eathena/beinghandler.cpp | 2 +- src/net/eathena/beinghandler.h | 2 +- src/net/eathena/beingtype.h | 2 +- src/net/eathena/buyingstorehandler.cpp | 2 +- src/net/eathena/buyingstorehandler.h | 2 +- src/net/eathena/buysellhandler.cpp | 2 +- src/net/eathena/buysellhandler.h | 2 +- src/net/eathena/cashshophandler.cpp | 2 +- src/net/eathena/cashshophandler.h | 2 +- src/net/eathena/charserverhandler.cpp | 2 +- src/net/eathena/charserverhandler.h | 2 +- src/net/eathena/chathandler.cpp | 2 +- src/net/eathena/chathandler.h | 2 +- src/net/eathena/elementalhandler.cpp | 2 +- src/net/eathena/elementalhandler.h | 2 +- src/net/eathena/familyhandler.cpp | 2 +- src/net/eathena/familyhandler.h | 2 +- src/net/eathena/friendshandler.cpp | 2 +- src/net/eathena/friendshandler.h | 2 +- src/net/eathena/gamehandler.cpp | 2 +- src/net/eathena/gamehandler.h | 2 +- src/net/eathena/generalhandler.cpp | 2 +- src/net/eathena/generalhandler.h | 2 +- src/net/eathena/guildhandler.cpp | 2 +- src/net/eathena/guildhandler.h | 2 +- src/net/eathena/homunculushandler.cpp | 2 +- src/net/eathena/homunculushandler.h | 2 +- src/net/eathena/inventoryhandler.cpp | 2 +- src/net/eathena/inventoryhandler.h | 2 +- src/net/eathena/itemflags.h | 2 +- src/net/eathena/itemhandler.cpp | 2 +- src/net/eathena/itemhandler.h | 2 +- src/net/eathena/loginhandler.cpp | 2 +- src/net/eathena/loginhandler.h | 2 +- src/net/eathena/mailhandler.cpp | 2 +- src/net/eathena/mailhandler.h | 2 +- src/net/eathena/markethandler.cpp | 2 +- src/net/eathena/markethandler.h | 2 +- src/net/eathena/menu.cpp | 2 +- src/net/eathena/menu.h | 2 +- src/net/eathena/menutype.h | 2 +- src/net/eathena/mercenaryhandler.cpp | 2 +- src/net/eathena/mercenaryhandler.h | 2 +- src/net/eathena/messagehandler.cpp | 2 +- src/net/eathena/messagehandler.h | 2 +- src/net/eathena/messagein.cpp | 2 +- src/net/eathena/messagein.h | 2 +- src/net/eathena/messageout.cpp | 2 +- src/net/eathena/messageout.h | 2 +- src/net/eathena/network.cpp | 2 +- src/net/eathena/network.h | 2 +- src/net/eathena/npchandler.cpp | 2 +- src/net/eathena/npchandler.h | 2 +- src/net/eathena/packets.h | 2 +- src/net/eathena/partyhandler.cpp | 2 +- src/net/eathena/partyhandler.h | 2 +- src/net/eathena/pethandler.cpp | 2 +- src/net/eathena/pethandler.h | 2 +- src/net/eathena/playerhandler.cpp | 2 +- src/net/eathena/playerhandler.h | 2 +- src/net/eathena/protocol.h | 2 +- src/net/eathena/questhandler.cpp | 2 +- src/net/eathena/questhandler.h | 2 +- src/net/eathena/serverfeatures.cpp | 2 +- src/net/eathena/serverfeatures.h | 2 +- src/net/eathena/skillhandler.cpp | 2 +- src/net/eathena/skillhandler.h | 2 +- src/net/eathena/sprite.h | 2 +- src/net/eathena/tradehandler.cpp | 2 +- src/net/eathena/tradehandler.h | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) (limited to 'src/net/eathena') diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index e83605edd..8f04cc748 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.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/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h index 5f9c85462..363e6aceb 100644 --- a/src/net/eathena/adminhandler.h +++ b/src/net/eathena/adminhandler.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/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 3f24121df..bd449bb64 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.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/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index 46a647f61..aa0cdaca6 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.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/net/eathena/bankhandler.cpp b/src/net/eathena/bankhandler.cpp index 7eb3961b1..8a6bad3ce 100644 --- a/src/net/eathena/bankhandler.cpp +++ b/src/net/eathena/bankhandler.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/net/eathena/bankhandler.h b/src/net/eathena/bankhandler.h index 88305df71..64574dc88 100644 --- a/src/net/eathena/bankhandler.h +++ b/src/net/eathena/bankhandler.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/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index 18cf7d8a6..f8d0c8954 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.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/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h index 2c11bc15f..54b2e8059 100644 --- a/src/net/eathena/beinghandler.h +++ b/src/net/eathena/beinghandler.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/net/eathena/beingtype.h b/src/net/eathena/beingtype.h index 7b45f1e8b..a8957edd6 100644 --- a/src/net/eathena/beingtype.h +++ b/src/net/eathena/beingtype.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/eathena/buyingstorehandler.cpp b/src/net/eathena/buyingstorehandler.cpp index 6206ead4e..0067fa78b 100644 --- a/src/net/eathena/buyingstorehandler.cpp +++ b/src/net/eathena/buyingstorehandler.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/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index caa40235c..a5e0a85b5 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.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/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 9f879e53b..769160894 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.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/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h index 4db51b751..4b151c2b1 100644 --- a/src/net/eathena/buysellhandler.h +++ b/src/net/eathena/buysellhandler.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/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp index b04eec445..ba6a5455f 100644 --- a/src/net/eathena/cashshophandler.cpp +++ b/src/net/eathena/cashshophandler.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/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h index 2c7f0b56e..24f8d7f1a 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.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/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp index e8e2ea077..4bb2c6533 100644 --- a/src/net/eathena/charserverhandler.cpp +++ b/src/net/eathena/charserverhandler.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/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h index 0e029e076..364c1d694 100644 --- a/src/net/eathena/charserverhandler.h +++ b/src/net/eathena/charserverhandler.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/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 37f63fbcb..3def53afd 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.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/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 1d2b03e73..9f6237302 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.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/net/eathena/elementalhandler.cpp b/src/net/eathena/elementalhandler.cpp index 8dc8b6684..cb45ef6ab 100644 --- a/src/net/eathena/elementalhandler.cpp +++ b/src/net/eathena/elementalhandler.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/net/eathena/elementalhandler.h b/src/net/eathena/elementalhandler.h index b4b709ea5..207b8aedc 100644 --- a/src/net/eathena/elementalhandler.h +++ b/src/net/eathena/elementalhandler.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/net/eathena/familyhandler.cpp b/src/net/eathena/familyhandler.cpp index 8c1526556..9a8307d90 100644 --- a/src/net/eathena/familyhandler.cpp +++ b/src/net/eathena/familyhandler.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/net/eathena/familyhandler.h b/src/net/eathena/familyhandler.h index 8fe4716d0..df53482b1 100644 --- a/src/net/eathena/familyhandler.h +++ b/src/net/eathena/familyhandler.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/net/eathena/friendshandler.cpp b/src/net/eathena/friendshandler.cpp index 783ad1109..fd73a8154 100644 --- a/src/net/eathena/friendshandler.cpp +++ b/src/net/eathena/friendshandler.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/net/eathena/friendshandler.h b/src/net/eathena/friendshandler.h index 8ed163365..635a57fe0 100644 --- a/src/net/eathena/friendshandler.h +++ b/src/net/eathena/friendshandler.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/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp index d19cec06b..6132ecadb 100644 --- a/src/net/eathena/gamehandler.cpp +++ b/src/net/eathena/gamehandler.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * 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/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h index ef257e016..180195186 100644 --- a/src/net/eathena/gamehandler.h +++ b/src/net/eathena/gamehandler.h @@ -2,7 +2,7 @@ * The ManaPlus Client * 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/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp index f8d15ac16..9d0ad4797 100644 --- a/src/net/eathena/generalhandler.cpp +++ b/src/net/eathena/generalhandler.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * 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/net/eathena/generalhandler.h b/src/net/eathena/generalhandler.h index d11e33be6..b19a3aeaa 100644 --- a/src/net/eathena/generalhandler.h +++ b/src/net/eathena/generalhandler.h @@ -2,7 +2,7 @@ * The ManaPlus Client * 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/net/eathena/guildhandler.cpp b/src/net/eathena/guildhandler.cpp index b39b87b75..86a0b2d03 100644 --- a/src/net/eathena/guildhandler.cpp +++ b/src/net/eathena/guildhandler.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * 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/net/eathena/guildhandler.h b/src/net/eathena/guildhandler.h index 92ef20612..5925352f3 100644 --- a/src/net/eathena/guildhandler.h +++ b/src/net/eathena/guildhandler.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * 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/net/eathena/homunculushandler.cpp b/src/net/eathena/homunculushandler.cpp index 4cefb8899..6a8c42efa 100644 --- a/src/net/eathena/homunculushandler.cpp +++ b/src/net/eathena/homunculushandler.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/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index d8f9b2154..55b6aa165 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.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/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp index 0a5f49966..4f0f833b0 100644 --- a/src/net/eathena/inventoryhandler.cpp +++ b/src/net/eathena/inventoryhandler.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/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h index 7ab8bb42e..cf7f9e7d8 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.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/net/eathena/itemflags.h b/src/net/eathena/itemflags.h index 81a22ecb4..4aa1f1038 100644 --- a/src/net/eathena/itemflags.h +++ b/src/net/eathena/itemflags.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/eathena/itemhandler.cpp b/src/net/eathena/itemhandler.cpp index 438a4c146..e5a8f5100 100644 --- a/src/net/eathena/itemhandler.cpp +++ b/src/net/eathena/itemhandler.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/net/eathena/itemhandler.h b/src/net/eathena/itemhandler.h index 77b7a6da2..003677790 100644 --- a/src/net/eathena/itemhandler.h +++ b/src/net/eathena/itemhandler.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/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index 696b1eed5..8a36a616b 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.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/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index ae5f63677..fb76605ac 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.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/net/eathena/mailhandler.cpp b/src/net/eathena/mailhandler.cpp index b61291486..3008f3bb7 100644 --- a/src/net/eathena/mailhandler.cpp +++ b/src/net/eathena/mailhandler.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/net/eathena/mailhandler.h b/src/net/eathena/mailhandler.h index e279e0f26..7c178d57f 100644 --- a/src/net/eathena/mailhandler.h +++ b/src/net/eathena/mailhandler.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/net/eathena/markethandler.cpp b/src/net/eathena/markethandler.cpp index 4e2dfc5cf..7785a1d8f 100644 --- a/src/net/eathena/markethandler.cpp +++ b/src/net/eathena/markethandler.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/net/eathena/markethandler.h b/src/net/eathena/markethandler.h index ee69d73aa..c910d6fdc 100644 --- a/src/net/eathena/markethandler.h +++ b/src/net/eathena/markethandler.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/net/eathena/menu.cpp b/src/net/eathena/menu.cpp index d80c8743f..40865044e 100644 --- a/src/net/eathena/menu.cpp +++ b/src/net/eathena/menu.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/eathena/menu.h b/src/net/eathena/menu.h index 0fc2690eb..2b2a3d2d8 100644 --- a/src/net/eathena/menu.h +++ b/src/net/eathena/menu.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/eathena/menutype.h b/src/net/eathena/menutype.h index 1481642fd..2ddaa78e9 100644 --- a/src/net/eathena/menutype.h +++ b/src/net/eathena/menutype.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014 The ManaPlus Developers + * Copyright (C) 2014-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/net/eathena/mercenaryhandler.cpp b/src/net/eathena/mercenaryhandler.cpp index 46a9c2246..165f0b37a 100644 --- a/src/net/eathena/mercenaryhandler.cpp +++ b/src/net/eathena/mercenaryhandler.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/net/eathena/mercenaryhandler.h b/src/net/eathena/mercenaryhandler.h index 5eaf53014..c0eca551d 100644 --- a/src/net/eathena/mercenaryhandler.h +++ b/src/net/eathena/mercenaryhandler.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/net/eathena/messagehandler.cpp b/src/net/eathena/messagehandler.cpp index 83145a23d..bdfbe49e6 100644 --- a/src/net/eathena/messagehandler.cpp +++ b/src/net/eathena/messagehandler.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/net/eathena/messagehandler.h b/src/net/eathena/messagehandler.h index 841c10db9..10bd228a6 100644 --- a/src/net/eathena/messagehandler.h +++ b/src/net/eathena/messagehandler.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/net/eathena/messagein.cpp b/src/net/eathena/messagein.cpp index fd406a79a..fda86254a 100644 --- a/src/net/eathena/messagein.cpp +++ b/src/net/eathena/messagein.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/net/eathena/messagein.h b/src/net/eathena/messagein.h index e4d9cf09c..b1aacb59d 100644 --- a/src/net/eathena/messagein.h +++ b/src/net/eathena/messagein.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/net/eathena/messageout.cpp b/src/net/eathena/messageout.cpp index e980f1254..be3fb7172 100644 --- a/src/net/eathena/messageout.cpp +++ b/src/net/eathena/messageout.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/net/eathena/messageout.h b/src/net/eathena/messageout.h index ee1078db6..fbdbc21e0 100644 --- a/src/net/eathena/messageout.h +++ b/src/net/eathena/messageout.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/net/eathena/network.cpp b/src/net/eathena/network.cpp index d47166d78..1eed8b439 100644 --- a/src/net/eathena/network.cpp +++ b/src/net/eathena/network.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/net/eathena/network.h b/src/net/eathena/network.h index f7caeef33..333089986 100644 --- a/src/net/eathena/network.h +++ b/src/net/eathena/network.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/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp index c4fd98dd9..0bb2e2587 100644 --- a/src/net/eathena/npchandler.cpp +++ b/src/net/eathena/npchandler.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/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index 529d397ef..dc6eb8f97 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.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/net/eathena/packets.h b/src/net/eathena/packets.h index 8b88eeb8c..3cf0b4f18 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.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/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index 49d6105c0..cfb838913 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant - * 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/net/eathena/partyhandler.h b/src/net/eathena/partyhandler.h index 81127f8c8..614307954 100644 --- a/src/net/eathena/partyhandler.h +++ b/src/net/eathena/partyhandler.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Lloyd Bryant - * 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/net/eathena/pethandler.cpp b/src/net/eathena/pethandler.cpp index c2e4d2b32..29e48ba04 100644 --- a/src/net/eathena/pethandler.cpp +++ b/src/net/eathena/pethandler.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/net/eathena/pethandler.h b/src/net/eathena/pethandler.h index 687884251..016b622e6 100644 --- a/src/net/eathena/pethandler.h +++ b/src/net/eathena/pethandler.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/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index e845884c8..2d6d5604f 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.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/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index 2a125703b..9c0f34564 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.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/net/eathena/protocol.h b/src/net/eathena/protocol.h index c7237187d..543eb7cc0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.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/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp index cd1521d6d..8be58f90c 100644 --- a/src/net/eathena/questhandler.cpp +++ b/src/net/eathena/questhandler.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/net/eathena/questhandler.h b/src/net/eathena/questhandler.h index 7185d0700..971ba6cc1 100644 --- a/src/net/eathena/questhandler.h +++ b/src/net/eathena/questhandler.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/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp index 6b83835cd..f787c638f 100644 --- a/src/net/eathena/serverfeatures.cpp +++ b/src/net/eathena/serverfeatures.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/net/eathena/serverfeatures.h b/src/net/eathena/serverfeatures.h index b1b6980a9..9965d2271 100644 --- a/src/net/eathena/serverfeatures.h +++ b/src/net/eathena/serverfeatures.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/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp index b62f04440..ba2fc8f8b 100644 --- a/src/net/eathena/skillhandler.cpp +++ b/src/net/eathena/skillhandler.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/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h index 2f3e7f95c..4c6394348 100644 --- a/src/net/eathena/skillhandler.h +++ b/src/net/eathena/skillhandler.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/net/eathena/sprite.h b/src/net/eathena/sprite.h index 53863f53a..97e533cc8 100644 --- a/src/net/eathena/sprite.h +++ b/src/net/eathena/sprite.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/net/eathena/tradehandler.cpp b/src/net/eathena/tradehandler.cpp index 457bb0fe4..5e1a95986 100644 --- a/src/net/eathena/tradehandler.cpp +++ b/src/net/eathena/tradehandler.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/net/eathena/tradehandler.h b/src/net/eathena/tradehandler.h index c2ae2d4f9..111b47547 100644 --- a/src/net/eathena/tradehandler.h +++ b/src/net/eathena/tradehandler.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. * -- cgit v1.2.3-60-g2f50