diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 16:48:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 16:48:28 +0300 |
commit | a0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (patch) | |
tree | 4abf627bef146f4c26e36dd294899c9ab846232e /src/gui/fonts | |
parent | 17928691c2893c535dba352160dd00bfc96221a9 (diff) | |
download | mv-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.gz mv-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.bz2 mv-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.tar.xz mv-a0451aa4e93b10ad2e50d5c4d59116f888aeacd5.zip |
Update copyright year.
Diffstat (limited to 'src/gui/fonts')
-rw-r--r-- | src/gui/fonts/font.cpp | 2 | ||||
-rw-r--r-- | src/gui/fonts/font.h | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunk.cpp | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunk.h | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunklist.cpp | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunklist.h | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunklist_unittest.cc | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunksmall.cpp | 2 | ||||
-rw-r--r-- | src/gui/fonts/textchunksmall.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/gui/fonts/font.cpp b/src/gui/fonts/font.cpp index 93356fefd..cca641d03 100644 --- a/src/gui/fonts/font.cpp +++ b/src/gui/fonts/font.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2009 Aethyra Development Team - * 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/gui/fonts/font.h b/src/gui/fonts/font.h index 302980b93..a96d29a32 100644 --- a/src/gui/fonts/font.h +++ b/src/gui/fonts/font.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 * Copyright (C) 2009 Aethyra Development Team * * This file is part of The ManaPlus Client. diff --git a/src/gui/fonts/textchunk.cpp b/src/gui/fonts/textchunk.cpp index 3025305fd..de2c58084 100644 --- a/src/gui/fonts/textchunk.cpp +++ b/src/gui/fonts/textchunk.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2009 Aethyra Development Team - * 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/gui/fonts/textchunk.h b/src/gui/fonts/textchunk.h index 8cb1df9f2..7d0a9b2e4 100644 --- a/src/gui/fonts/textchunk.h +++ b/src/gui/fonts/textchunk.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 * Copyright (C) 2009 Aethyra Development Team * * This file is part of The ManaPlus Client. diff --git a/src/gui/fonts/textchunklist.cpp b/src/gui/fonts/textchunklist.cpp index 0b50bde87..df791f5f9 100644 --- a/src/gui/fonts/textchunklist.cpp +++ b/src/gui/fonts/textchunklist.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/gui/fonts/textchunklist.h b/src/gui/fonts/textchunklist.h index ab055ca0f..fff198445 100644 --- a/src/gui/fonts/textchunklist.h +++ b/src/gui/fonts/textchunklist.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/gui/fonts/textchunklist_unittest.cc b/src/gui/fonts/textchunklist_unittest.cc index a9778fa4b..44dbec297 100644 --- a/src/gui/fonts/textchunklist_unittest.cc +++ b/src/gui/fonts/textchunklist_unittest.cc @@ -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/gui/fonts/textchunksmall.cpp b/src/gui/fonts/textchunksmall.cpp index a8012522e..c7fbf6051 100644 --- a/src/gui/fonts/textchunksmall.cpp +++ b/src/gui/fonts/textchunksmall.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/gui/fonts/textchunksmall.h b/src/gui/fonts/textchunksmall.h index 64a265da4..486437247 100644 --- a/src/gui/fonts/textchunksmall.h +++ b/src/gui/fonts/textchunksmall.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. * |