From a65d9da124346f6cec0ac679c689bf6dd0ce34e8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 2 Jan 2016 18:44:18 +0300 Subject: Update copyrights year. --- src/resources/db/avatardb.cpp | 2 +- src/resources/db/avatardb.h | 2 +- src/resources/db/badgesdb.cpp | 2 +- src/resources/db/badgesdb.h | 2 +- src/resources/db/chardb.cpp | 2 +- src/resources/db/chardb.h | 2 +- src/resources/db/colordb.cpp | 2 +- src/resources/db/colordb.h | 2 +- src/resources/db/commandsdb.cpp | 2 +- src/resources/db/commandsdb.h | 2 +- src/resources/db/deaddb.cpp | 2 +- src/resources/db/deaddb.h | 2 +- src/resources/db/emotedb.cpp | 2 +- src/resources/db/emotedb.h | 2 +- src/resources/db/homunculusdb.cpp | 2 +- src/resources/db/homunculusdb.h | 2 +- src/resources/db/horsedb.cpp | 2 +- src/resources/db/horsedb.h | 2 +- src/resources/db/itemdb.cpp | 2 +- src/resources/db/itemdb.h | 2 +- src/resources/db/itemdbstat.h | 2 +- src/resources/db/mapdb.cpp | 2 +- src/resources/db/mapdb.h | 2 +- src/resources/db/mercenarydb.cpp | 2 +- src/resources/db/mercenarydb.h | 2 +- src/resources/db/moddb.cpp | 2 +- src/resources/db/moddb.h | 2 +- src/resources/db/monsterdb.cpp | 2 +- src/resources/db/monsterdb.h | 2 +- src/resources/db/npcdb.cpp | 2 +- src/resources/db/npcdb.h | 2 +- src/resources/db/npcdialogdb.cpp | 2 +- src/resources/db/npcdialogdb.h | 2 +- src/resources/db/palettedb.cpp | 2 +- src/resources/db/palettedb.h | 2 +- src/resources/db/petdb.cpp | 2 +- src/resources/db/petdb.h | 2 +- src/resources/db/skillunitdb.cpp | 2 +- src/resources/db/skillunitdb.h | 2 +- src/resources/db/sounddb.cpp | 2 +- src/resources/db/sounddb.h | 2 +- src/resources/db/weaponsdb.cpp | 2 +- src/resources/db/weaponsdb.h | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) (limited to 'src/resources/db') diff --git a/src/resources/db/avatardb.cpp b/src/resources/db/avatardb.cpp index 302697a80..783954006 100644 --- a/src/resources/db/avatardb.cpp +++ b/src/resources/db/avatardb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/avatardb.h b/src/resources/db/avatardb.h index db2df2672..48a4e7290 100644 --- a/src/resources/db/avatardb.h +++ b/src/resources/db/avatardb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/badgesdb.cpp b/src/resources/db/badgesdb.cpp index 9efd57d82..ccaa1dc3d 100644 --- a/src/resources/db/badgesdb.cpp +++ b/src/resources/db/badgesdb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2015 The ManaPlus Developers + * Copyright (C) 2014-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/badgesdb.h b/src/resources/db/badgesdb.h index 324eac6c0..838faf7f2 100644 --- a/src/resources/db/badgesdb.h +++ b/src/resources/db/badgesdb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2015 The ManaPlus Developers + * Copyright (C) 2014-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/chardb.cpp b/src/resources/db/chardb.cpp index 84cdd6327..d085f690c 100644 --- a/src/resources/db/chardb.cpp +++ b/src/resources/db/chardb.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/chardb.h b/src/resources/db/chardb.h index 653b5ff83..d6653547c 100644 --- a/src/resources/db/chardb.h +++ b/src/resources/db/chardb.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/colordb.cpp b/src/resources/db/colordb.cpp index 8913dab9f..6b4ae2cd1 100644 --- a/src/resources/db/colordb.cpp +++ b/src/resources/db/colordb.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/colordb.h b/src/resources/db/colordb.h index 6468b76e3..5c311a08d 100644 --- a/src/resources/db/colordb.h +++ b/src/resources/db/colordb.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/commandsdb.cpp b/src/resources/db/commandsdb.cpp index 992d194df..335627c53 100644 --- a/src/resources/db/commandsdb.cpp +++ b/src/resources/db/commandsdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/commandsdb.h b/src/resources/db/commandsdb.h index 669cf7051..d3be770d7 100644 --- a/src/resources/db/commandsdb.h +++ b/src/resources/db/commandsdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/deaddb.cpp b/src/resources/db/deaddb.cpp index 24d62a796..dcd658f0e 100644 --- a/src/resources/db/deaddb.cpp +++ b/src/resources/db/deaddb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/deaddb.h b/src/resources/db/deaddb.h index fb263cbb1..67afcf39c 100644 --- a/src/resources/db/deaddb.h +++ b/src/resources/db/deaddb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/emotedb.cpp b/src/resources/db/emotedb.cpp index 688df188b..eeaaaf0a2 100644 --- a/src/resources/db/emotedb.cpp +++ b/src/resources/db/emotedb.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2009 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index ec2c78dbb..09401103c 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2009 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/homunculusdb.cpp b/src/resources/db/homunculusdb.cpp index 67be7502d..e8d2f723e 100644 --- a/src/resources/db/homunculusdb.cpp +++ b/src/resources/db/homunculusdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/homunculusdb.h b/src/resources/db/homunculusdb.h index 6ddcfc5da..01aafcdc1 100644 --- a/src/resources/db/homunculusdb.h +++ b/src/resources/db/homunculusdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/horsedb.cpp b/src/resources/db/horsedb.cpp index f4c5bf8c0..011548b1f 100644 --- a/src/resources/db/horsedb.cpp +++ b/src/resources/db/horsedb.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2009 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/horsedb.h b/src/resources/db/horsedb.h index 832f02c3c..53855c767 100644 --- a/src/resources/db/horsedb.h +++ b/src/resources/db/horsedb.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2009 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 7de8347fb..b8e49a2db 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h index ee73b7e0e..0436f604c 100644 --- a/src/resources/db/itemdb.h +++ b/src/resources/db/itemdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/itemdbstat.h b/src/resources/db/itemdbstat.h index 5f2c4fdfa..94e12f987 100644 --- a/src/resources/db/itemdbstat.h +++ b/src/resources/db/itemdbstat.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/mapdb.cpp b/src/resources/db/mapdb.cpp index 44c37771b..6d31c69f2 100644 --- a/src/resources/db/mapdb.cpp +++ b/src/resources/db/mapdb.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/mapdb.h b/src/resources/db/mapdb.h index e44c3e651..b25e1ea52 100644 --- a/src/resources/db/mapdb.h +++ b/src/resources/db/mapdb.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2008 Aethyra Development Team - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/mercenarydb.cpp b/src/resources/db/mercenarydb.cpp index 59165f29c..26476892d 100644 --- a/src/resources/db/mercenarydb.cpp +++ b/src/resources/db/mercenarydb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/mercenarydb.h b/src/resources/db/mercenarydb.h index bfc41733d..66b27548a 100644 --- a/src/resources/db/mercenarydb.h +++ b/src/resources/db/mercenarydb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/moddb.cpp b/src/resources/db/moddb.cpp index 49e9b48f5..3a803a9af 100644 --- a/src/resources/db/moddb.cpp +++ b/src/resources/db/moddb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/moddb.h b/src/resources/db/moddb.h index 3af47255d..cbf6e2a0c 100644 --- a/src/resources/db/moddb.h +++ b/src/resources/db/moddb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/monsterdb.cpp b/src/resources/db/monsterdb.cpp index 47af5b557..133b2545d 100644 --- a/src/resources/db/monsterdb.cpp +++ b/src/resources/db/monsterdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/monsterdb.h b/src/resources/db/monsterdb.h index 09d70c80d..c51549760 100644 --- a/src/resources/db/monsterdb.h +++ b/src/resources/db/monsterdb.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-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/npcdb.cpp b/src/resources/db/npcdb.cpp index 057d9bc2c..80828ae37 100644 --- a/src/resources/db/npcdb.cpp +++ b/src/resources/db/npcdb.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/npcdb.h b/src/resources/db/npcdb.h index 90b50b1cc..a53239683 100644 --- a/src/resources/db/npcdb.h +++ b/src/resources/db/npcdb.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/npcdialogdb.cpp b/src/resources/db/npcdialogdb.cpp index 4c25b9744..772a64a45 100644 --- a/src/resources/db/npcdialogdb.cpp +++ b/src/resources/db/npcdialogdb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/npcdialogdb.h b/src/resources/db/npcdialogdb.h index f0c190021..b99c7173c 100644 --- a/src/resources/db/npcdialogdb.h +++ b/src/resources/db/npcdialogdb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/palettedb.cpp b/src/resources/db/palettedb.cpp index 12a807fc2..4da058d2a 100644 --- a/src/resources/db/palettedb.cpp +++ b/src/resources/db/palettedb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2015 The ManaPlus Developers + * Copyright (C) 2013-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/palettedb.h b/src/resources/db/palettedb.h index e6b90de5d..6043d14b7 100644 --- a/src/resources/db/palettedb.h +++ b/src/resources/db/palettedb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2015 The ManaPlus Developers + * Copyright (C) 2013-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/petdb.cpp b/src/resources/db/petdb.cpp index ee5a398a9..53f34fae8 100644 --- a/src/resources/db/petdb.cpp +++ b/src/resources/db/petdb.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/petdb.h b/src/resources/db/petdb.h index ebe1fce5d..3bfa5d929 100644 --- a/src/resources/db/petdb.h +++ b/src/resources/db/petdb.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/skillunitdb.cpp b/src/resources/db/skillunitdb.cpp index ffd693b7b..d89eca896 100644 --- a/src/resources/db/skillunitdb.cpp +++ b/src/resources/db/skillunitdb.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/skillunitdb.h b/src/resources/db/skillunitdb.h index 8c6ce61c2..4498d4e62 100644 --- a/src/resources/db/skillunitdb.h +++ b/src/resources/db/skillunitdb.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2008-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2015 The ManaPlus Developers + * Copyright (C) 2011-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/sounddb.cpp b/src/resources/db/sounddb.cpp index bdab15f2f..238e17b51 100644 --- a/src/resources/db/sounddb.cpp +++ b/src/resources/db/sounddb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2015 The ManaPlus Developers + * Copyright (C) 2013-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h index 5464543d6..a0710d688 100644 --- a/src/resources/db/sounddb.h +++ b/src/resources/db/sounddb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2015 The ManaPlus Developers + * Copyright (C) 2013-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/weaponsdb.cpp b/src/resources/db/weaponsdb.cpp index 17ca96c9f..3b7860ffd 100644 --- a/src/resources/db/weaponsdb.cpp +++ b/src/resources/db/weaponsdb.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2015 The ManaPlus Developers + * Copyright (C) 2014-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/resources/db/weaponsdb.h b/src/resources/db/weaponsdb.h index ef959bd34..b16b5a96b 100644 --- a/src/resources/db/weaponsdb.h +++ b/src/resources/db/weaponsdb.h @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2014-2015 The ManaPlus Developers + * Copyright (C) 2014-2016 The ManaPlus Developers * * This file is part of The ManaPlus Client. * -- cgit v1.2.3-60-g2f50