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/being/actor.cpp | 2 +- src/being/actor.h | 2 +- src/being/actorsprite.cpp | 2 +- src/being/actorsprite.h | 2 +- src/being/being.cpp | 2 +- src/being/being.h | 2 +- src/being/beingcacheentry.h | 2 +- src/being/beingflag.h | 2 +- src/being/beingspeech.h | 2 +- src/being/castingeffect.cpp | 2 +- src/being/castingeffect.h | 2 +- src/being/compounditem.h | 2 +- src/being/compoundsprite.cpp | 2 +- src/being/compoundsprite.h | 2 +- src/being/crazymoves.cpp | 2 +- src/being/crazymoves.h | 2 +- src/being/flooritem.cpp | 2 +- src/being/flooritem.h | 2 +- src/being/homunculusinfo.h | 2 +- src/being/localplayer.cpp | 2 +- src/being/localplayer.h | 2 +- src/being/mercenaryinfo.h | 2 +- src/being/petinfo.h | 2 +- src/being/playerignorestrategy.h | 2 +- src/being/playerinfo.cpp | 2 +- src/being/playerinfo.h | 2 +- src/being/playerrelation.cpp | 2 +- src/being/playerrelation.h | 2 +- src/being/playerrelations.cpp | 2 +- src/being/playerrelations.h | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) (limited to 'src/being') diff --git a/src/being/actor.cpp b/src/being/actor.cpp index aebf00adb..9039c0128 100644 --- a/src/being/actor.cpp +++ b/src/being/actor.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/actor.h b/src/being/actor.h index 17029fbc5..8b3e09260 100644 --- a/src/being/actor.h +++ b/src/being/actor.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/actorsprite.cpp b/src/being/actorsprite.cpp index cd8867194..575744d77 100644 --- a/src/being/actorsprite.cpp +++ b/src/being/actorsprite.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/actorsprite.h b/src/being/actorsprite.h index f01a3eb43..f6f1156d5 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/being.cpp b/src/being/being.cpp index b71a0be92..bacae584d 100644 --- a/src/being/being.cpp +++ b/src/being/being.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/being/being.h b/src/being/being.h index 121618880..9e623cbad 100644 --- a/src/being/being.h +++ b/src/being/being.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/being/beingcacheentry.h b/src/being/beingcacheentry.h index c1a45120a..4cfc6f64b 100644 --- a/src/being/beingcacheentry.h +++ b/src/being/beingcacheentry.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/being/beingflag.h b/src/being/beingflag.h index 68ffbcf74..0669f78bf 100644 --- a/src/being/beingflag.h +++ b/src/being/beingflag.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/being/beingspeech.h b/src/being/beingspeech.h index 668e2ef9f..c8b01618a 100644 --- a/src/being/beingspeech.h +++ b/src/being/beingspeech.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/being/castingeffect.cpp b/src/being/castingeffect.cpp index d879c5ab6..0d80f7ce2 100644 --- a/src/being/castingeffect.cpp +++ b/src/being/castingeffect.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/being/castingeffect.h b/src/being/castingeffect.h index 6a2b4bf1a..3a1d1a6b7 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.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/being/compounditem.h b/src/being/compounditem.h index b718bd0aa..541623ceb 100644 --- a/src/being/compounditem.h +++ b/src/being/compounditem.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/being/compoundsprite.cpp b/src/being/compoundsprite.cpp index 178e5858a..72f3943fe 100644 --- a/src/being/compoundsprite.cpp +++ b/src/being/compoundsprite.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/compoundsprite.h b/src/being/compoundsprite.h index 252372c05..d8d954977 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/crazymoves.cpp b/src/being/crazymoves.cpp index 9f5471973..d40690d18 100644 --- a/src/being/crazymoves.cpp +++ b/src/being/crazymoves.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/being/crazymoves.h b/src/being/crazymoves.h index bb96814ad..4c812c5f0 100644 --- a/src/being/crazymoves.h +++ b/src/being/crazymoves.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/being/flooritem.cpp b/src/being/flooritem.cpp index 586fb044a..04be493f0 100644 --- a/src/being/flooritem.cpp +++ b/src/being/flooritem.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/being/flooritem.h b/src/being/flooritem.h index 248a8b351..700ce7d15 100644 --- a/src/being/flooritem.h +++ b/src/being/flooritem.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/being/homunculusinfo.h b/src/being/homunculusinfo.h index 8160afa0c..1488af9e8 100644 --- a/src/being/homunculusinfo.h +++ b/src/being/homunculusinfo.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/being/localplayer.cpp b/src/being/localplayer.cpp index 8bb049489..90a2e9efa 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.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/being/localplayer.h b/src/being/localplayer.h index 1b97e3a18..b177b9b48 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.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/being/mercenaryinfo.h b/src/being/mercenaryinfo.h index 5188e2d85..c25eeef49 100644 --- a/src/being/mercenaryinfo.h +++ b/src/being/mercenaryinfo.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/being/petinfo.h b/src/being/petinfo.h index 239b599b4..5ede2cfb2 100644 --- a/src/being/petinfo.h +++ b/src/being/petinfo.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/being/playerignorestrategy.h b/src/being/playerignorestrategy.h index e9c9be0fa..fb5dd5ebb 100644 --- a/src/being/playerignorestrategy.h +++ b/src/being/playerignorestrategy.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-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index 0c11b4171..14cc909df 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/playerinfo.h b/src/being/playerinfo.h index e46af76a5..5b512eb05 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 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/being/playerrelation.cpp b/src/being/playerrelation.cpp index 345ba37b7..0b4627089 100644 --- a/src/being/playerrelation.cpp +++ b/src/being/playerrelation.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-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelation.h b/src/being/playerrelation.h index 3d7080509..bc96c9bcd 100644 --- a/src/being/playerrelation.h +++ b/src/being/playerrelation.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-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp index 4896776ab..264f5c3a0 100644 --- a/src/being/playerrelations.cpp +++ b/src/being/playerrelations.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-2016 The ManaPlus Developers + * Copyright (C) 2011-2017 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/being/playerrelations.h b/src/being/playerrelations.h index 31a007637..ae2e08dae 100644 --- a/src/being/playerrelations.h +++ b/src/being/playerrelations.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-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