← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/update_copyright_year_2019 into lp:widelands

 

GunChleoc has proposed merging lp:~widelands-dev/widelands/update_copyright_year_2019 into lp:widelands.

Commit message:
Update copyright year to 2019

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/update_copyright_year_2019/+merge/363579

@bunnybot merge
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/update_copyright_year_2019 into lp:widelands.
=== modified file 'data/txts/LICENSE.lua'
--- data/txts/LICENSE.lua	2018-02-28 09:53:42 +0000
+++ data/txts/LICENSE.lua	2019-02-23 13:03:12 +0000
@@ -6,7 +6,8 @@
    title = _"License",
    text = rt(
       p_font("align=center", "size=28 color=2F9131", _"Licensing information for Widelands") ..
-      p_font("align=center", "size=14 italic=1 color=D1D1D1", _"Copyright 2002 - 2018 by the Widelands Development Team.") ..
+      -- TRANSLATORS: Placeholder is copyright end year
+      p_font("align=center", "size=14 italic=1 color=D1D1D1", _"Copyright 2002 - %1% by the Widelands Development Team."):bformat(2019) ..
 
       h2(_"This game is Free and Open Source (FOSS), licensed under the GNU General Public License (GPL) V2.0.") ..
 

=== modified file 'debian/copyright'
--- debian/copyright	2018-11-25 12:10:24 +0000
+++ debian/copyright	2019-02-23 13:03:12 +0000
@@ -3,7 +3,7 @@
 Source: http://www.widelands.org/
 
 Files: *
-Copyright: 2002-2018 by the Widelands Development Team
+Copyright: 2002-2019 by the Widelands Development Team
 License: GPL-2+
 
 Files: src/third_party/eris/*
@@ -229,7 +229,7 @@
 License: SIL-Open-Font-License
 
 Files: data/tribes/*/*.png
-Copyright: 2002-2018 by the Widelands Development Team
+Copyright: 2002-2019 by the Widelands Development Team
 License: GPL-2+
  The media files of Widelands are distributed under the same license
  than the game itself. The blender source files are not included in the same
@@ -239,7 +239,7 @@
  reimplemented (see https://bugs.launchpad.net/widelands-media/+bug/677337).
 
 Files: debian/*
-Copyright: 2004-2013 Martin Quinson <mquinson@xxxxxxxxxx>
+Copyright: 2004-2019 Martin Quinson <mquinson@xxxxxxxxxx>
 License: GPL-2+
 
 License: GPL-2+

=== modified file 'src/ai/ai_help_structs.cc'
--- src/ai/ai_help_structs.cc	2018-06-11 21:05:03 +0000
+++ src/ai/ai_help_structs.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/ai_help_structs.h'
--- src/ai/ai_help_structs.h	2018-06-11 21:05:03 +0000
+++ src/ai/ai_help_structs.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/ai_hints.cc'
--- src/ai/ai_hints.cc	2018-12-14 14:54:50 +0000
+++ src/ai/ai_hints.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/ai_hints.h'
--- src/ai/ai_hints.h	2018-05-24 10:19:21 +0000
+++ src/ai/ai_hints.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/computer_player.cc'
--- src/ai/computer_player.cc	2018-04-07 16:59:00 +0000
+++ src/ai/computer_player.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/computer_player.h'
--- src/ai/computer_player.h	2018-04-07 16:59:00 +0000
+++ src/ai/computer_player.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/defaultai.cc'
--- src/ai/defaultai.cc	2018-12-13 07:24:01 +0000
+++ src/ai/defaultai.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/defaultai.h'
--- src/ai/defaultai.h	2018-05-09 08:13:40 +0000
+++ src/ai/defaultai.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/defaultai_seafaring.cc'
--- src/ai/defaultai_seafaring.cc	2019-01-20 23:20:32 +0000
+++ src/ai/defaultai_seafaring.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ai/defaultai_warfare.cc'
--- src/ai/defaultai_warfare.cc	2018-04-18 12:11:16 +0000
+++ src/ai/defaultai_warfare.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/exceptions.cc'
--- src/base/exceptions.cc	2018-04-07 16:59:00 +0000
+++ src/base/exceptions.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/i18n.cc'
--- src/base/i18n.cc	2018-12-13 07:24:01 +0000
+++ src/base/i18n.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/i18n.h'
--- src/base/i18n.h	2018-12-13 07:24:01 +0000
+++ src/base/i18n.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/log.cc'
--- src/base/log.cc	2018-09-10 05:49:47 +0000
+++ src/base/log.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/log.h'
--- src/base/log.h	2018-12-13 07:24:01 +0000
+++ src/base/log.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/macros.cc'
--- src/base/macros.cc	2018-04-07 16:59:00 +0000
+++ src/base/macros.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/macros.h'
--- src/base/macros.h	2018-04-07 16:59:00 +0000
+++ src/base/macros.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/math.cc'
--- src/base/math.cc	2018-04-07 16:59:00 +0000
+++ src/base/math.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/math.h'
--- src/base/math.h	2018-04-07 16:59:00 +0000
+++ src/base/math.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/md5.cc'
--- src/base/md5.cc	2018-12-13 07:24:01 +0000
+++ src/base/md5.cc	2019-02-23 13:03:12 +0000
@@ -3,7 +3,7 @@
  *
  * Thanks to Ulrich Drepper for the md5sum example code
  *
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/md5.h'
--- src/base/md5.h	2018-04-07 16:59:00 +0000
+++ src/base/md5.h	2019-02-23 13:03:12 +0000
@@ -1,7 +1,7 @@
 /*
  * Thanks to Ulrich Drepper for the md5sum example code
  *
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/rect.h'
--- src/base/rect.h	2018-04-07 16:59:00 +0000
+++ src/base/rect.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/scoped_timer.cc'
--- src/base/scoped_timer.cc	2018-04-07 16:59:00 +0000
+++ src/base/scoped_timer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/scoped_timer.h'
--- src/base/scoped_timer.h	2018-04-07 16:59:00 +0000
+++ src/base/scoped_timer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/time_string.cc'
--- src/base/time_string.cc	2018-04-07 16:59:00 +0000
+++ src/base/time_string.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/time_string.h'
--- src/base/time_string.h	2018-04-07 16:59:00 +0000
+++ src/base/time_string.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/utf8.h'
--- src/base/utf8.h	2018-04-07 16:59:00 +0000
+++ src/base/utf8.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/vector.cc'
--- src/base/vector.cc	2018-04-07 16:59:00 +0000
+++ src/base/vector.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/vector.h'
--- src/base/vector.h	2018-04-07 16:59:00 +0000
+++ src/base/vector.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/warning.h'
--- src/base/warning.h	2018-04-07 16:59:00 +0000
+++ src/base/warning.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/base/wexception.h'
--- src/base/wexception.h	2018-04-07 16:59:00 +0000
+++ src/base/wexception.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/build_info.h'
--- src/build_info.h	2018-04-07 16:59:00 +0000
+++ src/build_info.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -25,7 +25,7 @@
 constexpr uint16_t kWidelandsCopyrightStart = 2002;
 // If the following line is changed, the corresponding regex in 'utils/update_copyright.py' will
 // also need updating.
-constexpr uint16_t kWidelandsCopyrightEnd = 2018;
+constexpr uint16_t kWidelandsCopyrightEnd = 2019;
 
 /// \return the build id which is automagically created from the revision number
 /// or the VERSION file

=== modified file 'src/chat/chat.cc'
--- src/chat/chat.cc	2018-04-07 16:59:00 +0000
+++ src/chat/chat.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/chat/chat.h'
--- src/chat/chat.h	2018-04-07 16:59:00 +0000
+++ src/chat/chat.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/cmd_call_economy_balance.cc'
--- src/economy/cmd_call_economy_balance.cc	2018-12-13 07:24:01 +0000
+++ src/economy/cmd_call_economy_balance.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/cmd_call_economy_balance.h'
--- src/economy/cmd_call_economy_balance.h	2018-12-13 07:24:01 +0000
+++ src/economy/cmd_call_economy_balance.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/economy.cc'
--- src/economy/economy.cc	2019-02-12 08:02:22 +0000
+++ src/economy/economy.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/economy.h'
--- src/economy/economy.h	2019-02-09 08:42:15 +0000
+++ src/economy/economy.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/economy_data_packet.cc'
--- src/economy/economy_data_packet.cc	2018-12-13 07:24:01 +0000
+++ src/economy/economy_data_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/economy_data_packet.h'
--- src/economy/economy_data_packet.h	2018-12-13 07:24:01 +0000
+++ src/economy/economy_data_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/expedition_bootstrap.cc'
--- src/economy/expedition_bootstrap.cc	2018-07-08 15:16:16 +0000
+++ src/economy/expedition_bootstrap.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/expedition_bootstrap.h'
--- src/economy/expedition_bootstrap.h	2018-04-07 16:59:00 +0000
+++ src/economy/expedition_bootstrap.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/flag.cc'
--- src/economy/flag.cc	2018-12-13 07:24:01 +0000
+++ src/economy/flag.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/flag.h'
--- src/economy/flag.h	2018-12-13 07:24:01 +0000
+++ src/economy/flag.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/fleet.cc'
--- src/economy/fleet.cc	2018-10-24 09:17:02 +0000
+++ src/economy/fleet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/fleet.h'
--- src/economy/fleet.h	2018-09-04 15:48:47 +0000
+++ src/economy/fleet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/idleworkersupply.cc'
--- src/economy/idleworkersupply.cc	2018-12-13 07:24:01 +0000
+++ src/economy/idleworkersupply.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/idleworkersupply.h'
--- src/economy/idleworkersupply.h	2018-12-13 07:24:01 +0000
+++ src/economy/idleworkersupply.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/input_queue.cc'
--- src/economy/input_queue.cc	2018-12-13 07:24:01 +0000
+++ src/economy/input_queue.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/input_queue.h'
--- src/economy/input_queue.h	2018-12-13 07:24:01 +0000
+++ src/economy/input_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/iroute.h'
--- src/economy/iroute.h	2018-12-13 07:24:01 +0000
+++ src/economy/iroute.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/itransport_cost_calculator.h'
--- src/economy/itransport_cost_calculator.h	2018-12-13 07:24:01 +0000
+++ src/economy/itransport_cost_calculator.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/portdock.cc'
--- src/economy/portdock.cc	2018-09-14 08:46:36 +0000
+++ src/economy/portdock.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/portdock.h'
--- src/economy/portdock.h	2018-09-25 06:32:35 +0000
+++ src/economy/portdock.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/request.cc'
--- src/economy/request.cc	2019-02-09 16:54:51 +0000
+++ src/economy/request.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/request.h'
--- src/economy/request.h	2018-12-13 07:24:01 +0000
+++ src/economy/request.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/road.cc'
--- src/economy/road.cc	2018-11-23 16:26:51 +0000
+++ src/economy/road.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/road.h'
--- src/economy/road.h	2018-12-13 07:24:01 +0000
+++ src/economy/road.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/route.cc'
--- src/economy/route.cc	2018-12-13 07:24:01 +0000
+++ src/economy/route.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/route.h'
--- src/economy/route.h	2018-12-13 07:24:01 +0000
+++ src/economy/route.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/routeastar.cc'
--- src/economy/routeastar.cc	2018-04-07 16:59:00 +0000
+++ src/economy/routeastar.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/routeastar.h'
--- src/economy/routeastar.h	2018-04-07 16:59:00 +0000
+++ src/economy/routeastar.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/router.cc'
--- src/economy/router.cc	2018-04-07 16:59:00 +0000
+++ src/economy/router.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/router.h'
--- src/economy/router.h	2018-12-13 07:24:01 +0000
+++ src/economy/router.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/routing_node.h'
--- src/economy/routing_node.h	2018-12-13 07:24:01 +0000
+++ src/economy/routing_node.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/shippingitem.cc'
--- src/economy/shippingitem.cc	2018-04-07 16:59:00 +0000
+++ src/economy/shippingitem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/shippingitem.h'
--- src/economy/shippingitem.h	2018-04-07 16:59:00 +0000
+++ src/economy/shippingitem.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/supply.h'
--- src/economy/supply.h	2018-12-13 07:24:01 +0000
+++ src/economy/supply.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/supply_list.cc'
--- src/economy/supply_list.cc	2018-12-13 07:24:01 +0000
+++ src/economy/supply_list.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/supply_list.h'
--- src/economy/supply_list.h	2018-12-13 07:24:01 +0000
+++ src/economy/supply_list.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/test/economy_test_main.cc'
--- src/economy/test/economy_test_main.cc	2018-04-07 16:59:00 +0000
+++ src/economy/test/economy_test_main.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/test/test_road.cc'
--- src/economy/test/test_road.cc	2018-09-06 09:06:55 +0000
+++ src/economy/test/test_road.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/test/test_routing.cc'
--- src/economy/test/test_routing.cc	2018-12-13 07:24:01 +0000
+++ src/economy/test/test_routing.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/trackptr.h'
--- src/economy/trackptr.h	2018-04-07 16:59:00 +0000
+++ src/economy/trackptr.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/transfer.cc'
--- src/economy/transfer.cc	2018-12-13 07:24:01 +0000
+++ src/economy/transfer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/transfer.h'
--- src/economy/transfer.h	2018-12-13 07:24:01 +0000
+++ src/economy/transfer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/ware_instance.cc'
--- src/economy/ware_instance.cc	2018-12-13 07:24:01 +0000
+++ src/economy/ware_instance.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/ware_instance.h'
--- src/economy/ware_instance.h	2018-12-13 07:24:01 +0000
+++ src/economy/ware_instance.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/warehousesupply.h'
--- src/economy/warehousesupply.h	2018-12-13 07:24:01 +0000
+++ src/economy/warehousesupply.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/wares_queue.cc'
--- src/economy/wares_queue.cc	2018-12-13 07:24:01 +0000
+++ src/economy/wares_queue.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/wares_queue.h'
--- src/economy/wares_queue.h	2018-12-13 07:24:01 +0000
+++ src/economy/wares_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/workers_queue.cc'
--- src/economy/workers_queue.cc	2018-12-13 07:24:01 +0000
+++ src/economy/workers_queue.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/economy/workers_queue.h'
--- src/economy/workers_queue.h	2018-12-13 07:24:01 +0000
+++ src/economy/workers_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/editorinteractive.cc'
--- src/editor/editorinteractive.cc	2018-12-13 07:24:01 +0000
+++ src/editor/editorinteractive.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/editorinteractive.h'
--- src/editor/editorinteractive.h	2018-04-07 16:59:00 +0000
+++ src/editor/editorinteractive.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/map_generator.cc'
--- src/editor/map_generator.cc	2018-12-13 07:24:01 +0000
+++ src/editor/map_generator.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/map_generator.h'
--- src/editor/map_generator.h	2018-12-13 07:24:01 +0000
+++ src/editor/map_generator.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/action_args.h'
--- src/editor/tools/action_args.h	2018-12-13 07:24:01 +0000
+++ src/editor/tools/action_args.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/decrease_height_tool.cc'
--- src/editor/tools/decrease_height_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/decrease_height_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/decrease_height_tool.h'
--- src/editor/tools/decrease_height_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/decrease_height_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/decrease_resources_tool.cc'
--- src/editor/tools/decrease_resources_tool.cc	2018-12-13 07:24:01 +0000
+++ src/editor/tools/decrease_resources_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/decrease_resources_tool.h'
--- src/editor/tools/decrease_resources_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/decrease_resources_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/delete_critter_tool.cc'
--- src/editor/tools/delete_critter_tool.cc	2018-12-13 07:24:01 +0000
+++ src/editor/tools/delete_critter_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/delete_critter_tool.h'
--- src/editor/tools/delete_critter_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/delete_critter_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/delete_immovable_tool.cc'
--- src/editor/tools/delete_immovable_tool.cc	2018-12-13 07:24:01 +0000
+++ src/editor/tools/delete_immovable_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/delete_immovable_tool.h'
--- src/editor/tools/delete_immovable_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/delete_immovable_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/draw_tool.cc'
--- src/editor/tools/draw_tool.cc	2018-04-07 16:59:00 +0000
+++ src/editor/tools/draw_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/draw_tool.h'
--- src/editor/tools/draw_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/draw_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/history.cc'
--- src/editor/tools/history.cc	2018-04-07 16:59:00 +0000
+++ src/editor/tools/history.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/history.h'
--- src/editor/tools/history.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/history.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/increase_height_tool.cc'
--- src/editor/tools/increase_height_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/increase_height_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/increase_height_tool.h'
--- src/editor/tools/increase_height_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/increase_height_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/increase_resources_tool.cc'
--- src/editor/tools/increase_resources_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/increase_resources_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/increase_resources_tool.h'
--- src/editor/tools/increase_resources_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/increase_resources_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/info_tool.cc'
--- src/editor/tools/info_tool.cc	2018-07-23 15:02:08 +0000
+++ src/editor/tools/info_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/info_tool.h'
--- src/editor/tools/info_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/info_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/multi_select.h'
--- src/editor/tools/multi_select.h	2018-12-13 07:24:01 +0000
+++ src/editor/tools/multi_select.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/noise_height_tool.cc'
--- src/editor/tools/noise_height_tool.cc	2018-04-07 16:59:00 +0000
+++ src/editor/tools/noise_height_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/noise_height_tool.h'
--- src/editor/tools/noise_height_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/noise_height_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/place_critter_tool.cc'
--- src/editor/tools/place_critter_tool.cc	2018-12-13 07:24:01 +0000
+++ src/editor/tools/place_critter_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/place_critter_tool.h'
--- src/editor/tools/place_critter_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/place_critter_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/place_immovable_tool.cc'
--- src/editor/tools/place_immovable_tool.cc	2018-12-13 07:24:01 +0000
+++ src/editor/tools/place_immovable_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/place_immovable_tool.h'
--- src/editor/tools/place_immovable_tool.h	2018-12-13 07:24:01 +0000
+++ src/editor/tools/place_immovable_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_height_tool.cc'
--- src/editor/tools/set_height_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/set_height_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_height_tool.h'
--- src/editor/tools/set_height_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_height_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_origin_tool.cc'
--- src/editor/tools/set_origin_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/set_origin_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_origin_tool.h'
--- src/editor/tools/set_origin_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_origin_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_port_space_tool.cc'
--- src/editor/tools/set_port_space_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/set_port_space_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_port_space_tool.h'
--- src/editor/tools/set_port_space_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_port_space_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_resources_tool.cc'
--- src/editor/tools/set_resources_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/set_resources_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_resources_tool.h'
--- src/editor/tools/set_resources_tool.h	2018-12-13 07:24:01 +0000
+++ src/editor/tools/set_resources_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_starting_pos_tool.cc'
--- src/editor/tools/set_starting_pos_tool.cc	2018-04-27 06:11:05 +0000
+++ src/editor/tools/set_starting_pos_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_starting_pos_tool.h'
--- src/editor/tools/set_starting_pos_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_starting_pos_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_terrain_tool.cc'
--- src/editor/tools/set_terrain_tool.cc	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_terrain_tool.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/set_terrain_tool.h'
--- src/editor/tools/set_terrain_tool.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/set_terrain_tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/tool.h'
--- src/editor/tools/tool.h	2018-04-27 06:11:05 +0000
+++ src/editor/tools/tool.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/tools/tool_action.h'
--- src/editor/tools/tool_action.h	2018-04-07 16:59:00 +0000
+++ src/editor/tools/tool_action.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/categorized_item_selection_menu.h'
--- src/editor/ui_menus/categorized_item_selection_menu.h	2018-04-27 06:11:05 +0000
+++ src/editor/ui_menus/categorized_item_selection_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/help.cc'
--- src/editor/ui_menus/help.cc	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/help.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/help.h'
--- src/editor/ui_menus/help.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/help.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu.cc'
--- src/editor/ui_menus/main_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu.h'
--- src/editor/ui_menus/main_menu.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_load_map.cc'
--- src/editor/ui_menus/main_menu_load_map.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_load_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_load_map.h'
--- src/editor/ui_menus/main_menu_load_map.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_load_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_load_or_save_map.cc'
--- src/editor/ui_menus/main_menu_load_or_save_map.cc	2018-07-28 07:02:25 +0000
+++ src/editor/ui_menus/main_menu_load_or_save_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_load_or_save_map.h'
--- src/editor/ui_menus/main_menu_load_or_save_map.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_load_or_save_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_map_options.cc'
--- src/editor/ui_menus/main_menu_map_options.cc	2018-12-19 20:59:55 +0000
+++ src/editor/ui_menus/main_menu_map_options.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_map_options.h'
--- src/editor/ui_menus/main_menu_map_options.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_map_options.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_new_map.cc'
--- src/editor/ui_menus/main_menu_new_map.cc	2018-07-08 13:53:45 +0000
+++ src/editor/ui_menus/main_menu_new_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_new_map.h'
--- src/editor/ui_menus/main_menu_new_map.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_new_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_random_map.cc'
--- src/editor/ui_menus/main_menu_random_map.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_random_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_random_map.h'
--- src/editor/ui_menus/main_menu_random_map.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_random_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_save_map.cc'
--- src/editor/ui_menus/main_menu_save_map.cc	2019-02-23 08:39:11 +0000
+++ src/editor/ui_menus/main_menu_save_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_save_map.h'
--- src/editor/ui_menus/main_menu_save_map.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/main_menu_save_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_save_map_make_directory.cc'
--- src/editor/ui_menus/main_menu_save_map_make_directory.cc	2018-11-23 08:20:36 +0000
+++ src/editor/ui_menus/main_menu_save_map_make_directory.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/main_menu_save_map_make_directory.h'
--- src/editor/ui_menus/main_menu_save_map_make_directory.h	2018-11-19 19:53:17 +0000
+++ src/editor/ui_menus/main_menu_save_map_make_directory.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/player_menu.cc'
--- src/editor/ui_menus/player_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/player_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/player_menu.h'
--- src/editor/ui_menus/player_menu.h	2018-08-24 16:01:55 +0000
+++ src/editor/ui_menus/player_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_change_height_options_menu.cc'
--- src/editor/ui_menus/tool_change_height_options_menu.cc	2018-04-27 06:11:05 +0000
+++ src/editor/ui_menus/tool_change_height_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_change_height_options_menu.h'
--- src/editor/ui_menus/tool_change_height_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_change_height_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_change_resources_options_menu.cc'
--- src/editor/ui_menus/tool_change_resources_options_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_change_resources_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_change_resources_options_menu.h'
--- src/editor/ui_menus/tool_change_resources_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_change_resources_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_menu.cc'
--- src/editor/ui_menus/tool_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_menu.h'
--- src/editor/ui_menus/tool_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_noise_height_options_menu.cc'
--- src/editor/ui_menus/tool_noise_height_options_menu.cc	2018-04-27 06:11:05 +0000
+++ src/editor/ui_menus/tool_noise_height_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_noise_height_options_menu.h'
--- src/editor/ui_menus/tool_noise_height_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_noise_height_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_options_menu.cc'
--- src/editor/ui_menus/tool_options_menu.cc	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_options_menu.h'
--- src/editor/ui_menus/tool_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_place_critter_options_menu.cc'
--- src/editor/ui_menus/tool_place_critter_options_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_place_critter_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_place_critter_options_menu.h'
--- src/editor/ui_menus/tool_place_critter_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/tool_place_critter_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_place_immovable_options_menu.cc'
--- src/editor/ui_menus/tool_place_immovable_options_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_place_immovable_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_place_immovable_options_menu.h'
--- src/editor/ui_menus/tool_place_immovable_options_menu.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_place_immovable_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_set_terrain_options_menu.cc'
--- src/editor/ui_menus/tool_set_terrain_options_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_set_terrain_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/tool_set_terrain_options_menu.h'
--- src/editor/ui_menus/tool_set_terrain_options_menu.h	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/tool_set_terrain_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/toolsize_menu.cc'
--- src/editor/ui_menus/toolsize_menu.cc	2018-12-13 07:24:01 +0000
+++ src/editor/ui_menus/toolsize_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/editor/ui_menus/toolsize_menu.h'
--- src/editor/ui_menus/toolsize_menu.h	2018-04-07 16:59:00 +0000
+++ src/editor/ui_menus/toolsize_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_class_packet.cc'
--- src/game_io/game_class_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_class_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_class_packet.h'
--- src/game_io/game_class_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_class_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_cmd_queue_packet.cc'
--- src/game_io/game_cmd_queue_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_cmd_queue_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_cmd_queue_packet.h'
--- src/game_io/game_cmd_queue_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_cmd_queue_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_data_packet.h'
--- src/game_io/game_data_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_data_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_interactive_player_packet.cc'
--- src/game_io/game_interactive_player_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_interactive_player_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_interactive_player_packet.h'
--- src/game_io/game_interactive_player_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_interactive_player_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_loader.cc'
--- src/game_io/game_loader.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_loader.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_loader.h'
--- src/game_io/game_loader.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_loader.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_map_packet.cc'
--- src/game_io/game_map_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_map_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_map_packet.h'
--- src/game_io/game_map_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_map_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_ai_persistent_packet.cc'
--- src/game_io/game_player_ai_persistent_packet.cc	2018-07-22 15:23:03 +0000
+++ src/game_io/game_player_ai_persistent_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_ai_persistent_packet.h'
--- src/game_io/game_player_ai_persistent_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_player_ai_persistent_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_economies_packet.cc'
--- src/game_io/game_player_economies_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_player_economies_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_economies_packet.h'
--- src/game_io/game_player_economies_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_player_economies_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_info_packet.cc'
--- src/game_io/game_player_info_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_player_info_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_player_info_packet.h'
--- src/game_io/game_player_info_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_player_info_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_preload_packet.cc'
--- src/game_io/game_preload_packet.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_preload_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_preload_packet.h'
--- src/game_io/game_preload_packet.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_preload_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_saver.cc'
--- src/game_io/game_saver.cc	2018-12-13 07:24:01 +0000
+++ src/game_io/game_saver.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/game_io/game_saver.h'
--- src/game_io/game_saver.h	2018-12-13 07:24:01 +0000
+++ src/game_io/game_saver.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/align.cc'
--- src/graphic/align.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/align.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/align.h'
--- src/graphic/align.h	2018-12-13 07:24:01 +0000
+++ src/graphic/align.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/animation.cc'
--- src/graphic/animation.cc	2018-09-15 06:10:43 +0000
+++ src/graphic/animation.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/animation.h'
--- src/graphic/animation.h	2018-12-13 07:24:01 +0000
+++ src/graphic/animation.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/blend_mode.h'
--- src/graphic/blend_mode.h	2018-04-07 16:59:00 +0000
+++ src/graphic/blend_mode.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/blit_mode.h'
--- src/graphic/blit_mode.h	2018-04-07 16:59:00 +0000
+++ src/graphic/blit_mode.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/build_texture_atlas.cc'
--- src/graphic/build_texture_atlas.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/build_texture_atlas.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/build_texture_atlas.h'
--- src/graphic/build_texture_atlas.h	2018-04-07 16:59:00 +0000
+++ src/graphic/build_texture_atlas.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/color.cc'
--- src/graphic/color.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/color.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/color.h'
--- src/graphic/color.h	2018-04-07 16:59:00 +0000
+++ src/graphic/color.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/default_resolution.h'
--- src/graphic/default_resolution.h	2018-04-07 16:59:00 +0000
+++ src/graphic/default_resolution.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/diranimations.h'
--- src/graphic/diranimations.h	2018-04-07 16:59:00 +0000
+++ src/graphic/diranimations.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/font_handler.cc'
--- src/graphic/font_handler.cc	2018-07-08 13:53:45 +0000
+++ src/graphic/font_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/font_handler.h'
--- src/graphic/font_handler.h	2018-12-13 07:24:01 +0000
+++ src/graphic/font_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/game_renderer.cc'
--- src/graphic/game_renderer.cc	2018-04-27 06:11:05 +0000
+++ src/graphic/game_renderer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/game_renderer.h'
--- src/graphic/game_renderer.h	2018-12-13 07:24:01 +0000
+++ src/graphic/game_renderer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/blit_data.h'
--- src/graphic/gl/blit_data.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/blit_data.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/blit_program.cc'
--- src/graphic/gl/blit_program.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/blit_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/blit_program.h'
--- src/graphic/gl/blit_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/blit_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/coordinate_conversion.h'
--- src/graphic/gl/coordinate_conversion.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/coordinate_conversion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/dither_program.cc'
--- src/graphic/gl/dither_program.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/dither_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/dither_program.h'
--- src/graphic/gl/dither_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/dither_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/draw_line_program.cc'
--- src/graphic/gl/draw_line_program.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/gl/draw_line_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/draw_line_program.h'
--- src/graphic/gl/draw_line_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/draw_line_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/fields_to_draw.cc'
--- src/graphic/gl/fields_to_draw.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/gl/fields_to_draw.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/fields_to_draw.h'
--- src/graphic/gl/fields_to_draw.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/fields_to_draw.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/fill_rect_program.cc'
--- src/graphic/gl/fill_rect_program.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/gl/fill_rect_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/fill_rect_program.h'
--- src/graphic/gl/fill_rect_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/fill_rect_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/initialize.cc'
--- src/graphic/gl/initialize.cc	2018-10-16 19:18:11 +0000
+++ src/graphic/gl/initialize.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/initialize.h'
--- src/graphic/gl/initialize.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/initialize.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/road_program.cc'
--- src/graphic/gl/road_program.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/gl/road_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/road_program.h'
--- src/graphic/gl/road_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/road_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/system_headers.h'
--- src/graphic/gl/system_headers.h	2018-09-10 19:43:02 +0000
+++ src/graphic/gl/system_headers.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/terrain_program.cc'
--- src/graphic/gl/terrain_program.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/terrain_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/gl/terrain_program.h'
--- src/graphic/gl/terrain_program.h	2018-04-07 16:59:00 +0000
+++ src/graphic/gl/terrain_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/graphic.cc'
--- src/graphic/graphic.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/graphic.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/graphic.h'
--- src/graphic/graphic.h	2018-05-27 06:11:04 +0000
+++ src/graphic/graphic.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/image.h'
--- src/graphic/image.h	2018-04-07 16:59:00 +0000
+++ src/graphic/image.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/image_cache.cc'
--- src/graphic/image_cache.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/image_cache.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/image_cache.h'
--- src/graphic/image_cache.h	2018-04-07 16:59:00 +0000
+++ src/graphic/image_cache.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/image_io.cc'
--- src/graphic/image_io.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/image_io.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/image_io.h'
--- src/graphic/image_io.h	2018-04-07 16:59:00 +0000
+++ src/graphic/image_io.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/minimap_renderer.cc'
--- src/graphic/minimap_renderer.cc	2018-04-27 06:11:05 +0000
+++ src/graphic/minimap_renderer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/minimap_renderer.h'
--- src/graphic/minimap_renderer.h	2018-04-07 16:59:00 +0000
+++ src/graphic/minimap_renderer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/panel_styles.h'
--- src/graphic/panel_styles.h	2017-06-12 14:00:00 +0000
+++ src/graphic/panel_styles.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/playercolor.cc'
--- src/graphic/playercolor.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/playercolor.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/playercolor.h'
--- src/graphic/playercolor.h	2018-04-07 16:59:00 +0000
+++ src/graphic/playercolor.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/render_queue.cc'
--- src/graphic/render_queue.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/render_queue.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/render_queue.h'
--- src/graphic/render_queue.h	2018-04-07 16:59:00 +0000
+++ src/graphic/render_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/rendertarget.cc'
--- src/graphic/rendertarget.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/rendertarget.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/rendertarget.h'
--- src/graphic/rendertarget.h	2018-12-13 07:24:01 +0000
+++ src/graphic/rendertarget.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/sdl_utils.cc'
--- src/graphic/sdl_utils.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/sdl_utils.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/sdl_utils.h'
--- src/graphic/sdl_utils.h	2018-04-07 16:59:00 +0000
+++ src/graphic/sdl_utils.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/style_manager.cc'
--- src/graphic/style_manager.cc	2018-05-11 04:42:13 +0000
+++ src/graphic/style_manager.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/style_manager.h'
--- src/graphic/style_manager.h	2017-06-12 13:55:34 +0000
+++ src/graphic/style_manager.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/surface.cc'
--- src/graphic/surface.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/surface.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/bidi.cc'
--- src/graphic/text/bidi.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text/bidi.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/bidi.h'
--- src/graphic/text/bidi.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/bidi.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/font_io.cc'
--- src/graphic/text/font_io.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text/font_io.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/font_io.h'
--- src/graphic/text/font_io.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/font_io.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/font_set.cc'
--- src/graphic/text/font_set.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text/font_set.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/font_set.h'
--- src/graphic/text/font_set.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/font_set.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rendered_text.cc'
--- src/graphic/text/rendered_text.cc	2018-05-31 16:47:00 +0000
+++ src/graphic/text/rendered_text.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rendered_text.h'
--- src/graphic/text/rendered_text.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/rendered_text.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_errors.h'
--- src/graphic/text/rt_errors.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/rt_errors.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_errors_impl.h'
--- src/graphic/text/rt_errors_impl.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/rt_errors_impl.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_parse.cc'
--- src/graphic/text/rt_parse.cc	2018-12-14 15:55:40 +0000
+++ src/graphic/text/rt_parse.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_parse.h'
--- src/graphic/text/rt_parse.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/rt_parse.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_render.cc'
--- src/graphic/text/rt_render.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text/rt_render.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/rt_render.h'
--- src/graphic/text/rt_render.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/rt_render.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/sdl_ttf_font.cc'
--- src/graphic/text/sdl_ttf_font.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/text/sdl_ttf_font.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/sdl_ttf_font.h'
--- src/graphic/text/sdl_ttf_font.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/sdl_ttf_font.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/test/render.cc'
--- src/graphic/text/test/render.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/text/test/render.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/test/render.h'
--- src/graphic/text/test/render.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/test/render.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/test/render_richtext.cc'
--- src/graphic/text/test/render_richtext.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/text/test/render_richtext.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/textstream.cc'
--- src/graphic/text/textstream.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text/textstream.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/textstream.h'
--- src/graphic/text/textstream.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/textstream.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/texture_cache.h'
--- src/graphic/text/texture_cache.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text/texture_cache.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text/transient_cache.h'
--- src/graphic/text/transient_cache.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text/transient_cache.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text_constants.h'
--- src/graphic/text_constants.h	2018-04-07 16:59:00 +0000
+++ src/graphic/text_constants.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text_layout.cc'
--- src/graphic/text_layout.cc	2018-12-13 07:24:01 +0000
+++ src/graphic/text_layout.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/text_layout.h'
--- src/graphic/text_layout.h	2018-12-13 07:24:01 +0000
+++ src/graphic/text_layout.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/texture_atlas.cc'
--- src/graphic/texture_atlas.cc	2018-04-07 16:59:00 +0000
+++ src/graphic/texture_atlas.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/texture_atlas.h'
--- src/graphic/texture_atlas.h	2018-04-07 16:59:00 +0000
+++ src/graphic/texture_atlas.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/wordwrap.cc'
--- src/graphic/wordwrap.cc	2018-07-08 13:53:45 +0000
+++ src/graphic/wordwrap.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/graphic/wordwrap.h'
--- src/graphic/wordwrap.h	2018-04-07 16:59:00 +0000
+++ src/graphic/wordwrap.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/helper.cc'
--- src/helper.cc	2018-04-07 16:59:00 +0000
+++ src/helper.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/helper.h'
--- src/helper.h	2018-04-07 16:59:00 +0000
+++ src/helper.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/fileread.cc'
--- src/io/fileread.cc	2018-12-13 07:24:01 +0000
+++ src/io/fileread.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/fileread.h'
--- src/io/fileread.h	2018-04-07 16:59:00 +0000
+++ src/io/fileread.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/disk_filesystem.cc'
--- src/io/filesystem/disk_filesystem.cc	2018-12-13 07:24:01 +0000
+++ src/io/filesystem/disk_filesystem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/disk_filesystem.h'
--- src/io/filesystem/disk_filesystem.h	2018-04-07 16:59:00 +0000
+++ src/io/filesystem/disk_filesystem.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/filesystem.cc'
--- src/io/filesystem/filesystem.cc	2018-12-13 07:24:01 +0000
+++ src/io/filesystem/filesystem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/filesystem.h'
--- src/io/filesystem/filesystem.h	2018-05-17 05:01:45 +0000
+++ src/io/filesystem/filesystem.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/filesystem_exceptions.h'
--- src/io/filesystem/filesystem_exceptions.h	2018-11-12 07:08:58 +0000
+++ src/io/filesystem/filesystem_exceptions.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/layered_filesystem.cc'
--- src/io/filesystem/layered_filesystem.cc	2018-11-27 23:14:42 +0000
+++ src/io/filesystem/layered_filesystem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/layered_filesystem.h'
--- src/io/filesystem/layered_filesystem.h	2018-06-01 08:50:29 +0000
+++ src/io/filesystem/layered_filesystem.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/test/filesystem_test_main.cc'
--- src/io/filesystem/test/filesystem_test_main.cc	2018-04-07 16:59:00 +0000
+++ src/io/filesystem/test/filesystem_test_main.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/test/test_filesystem.cc'
--- src/io/filesystem/test/test_filesystem.cc	2018-04-07 16:59:00 +0000
+++ src/io/filesystem/test/test_filesystem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/zip_exceptions.h'
--- src/io/filesystem/zip_exceptions.h	2018-04-07 16:59:00 +0000
+++ src/io/filesystem/zip_exceptions.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/zip_filesystem.cc'
--- src/io/filesystem/zip_filesystem.cc	2018-11-14 10:14:50 +0000
+++ src/io/filesystem/zip_filesystem.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filesystem/zip_filesystem.h'
--- src/io/filesystem/zip_filesystem.h	2018-04-07 16:59:00 +0000
+++ src/io/filesystem/zip_filesystem.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filewrite.cc'
--- src/io/filewrite.cc	2018-04-07 16:59:00 +0000
+++ src/io/filewrite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/filewrite.h'
--- src/io/filewrite.h	2018-04-07 16:59:00 +0000
+++ src/io/filewrite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/machdep.h'
--- src/io/machdep.h	2018-04-07 16:59:00 +0000
+++ src/io/machdep.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/streamread.cc'
--- src/io/streamread.cc	2018-04-07 16:59:00 +0000
+++ src/io/streamread.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/streamread.h'
--- src/io/streamread.h	2018-04-07 16:59:00 +0000
+++ src/io/streamread.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/streamwrite.cc'
--- src/io/streamwrite.cc	2018-04-07 16:59:00 +0000
+++ src/io/streamwrite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/io/streamwrite.h'
--- src/io/streamwrite.h	2018-04-07 16:59:00 +0000
+++ src/io/streamwrite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/ai_dna_handler.cc'
--- src/logic/ai_dna_handler.cc	2018-12-13 07:24:01 +0000
+++ src/logic/ai_dna_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/ai_dna_handler.h'
--- src/logic/ai_dna_handler.h	2018-12-13 07:24:01 +0000
+++ src/logic/ai_dna_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/backtrace.cc'
--- src/logic/backtrace.cc	2018-12-13 07:24:01 +0000
+++ src/logic/backtrace.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/backtrace.h'
--- src/logic/backtrace.h	2018-04-07 16:59:00 +0000
+++ src/logic/backtrace.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/campaign_visibility.cc'
--- src/logic/campaign_visibility.cc	2018-04-28 09:51:16 +0000
+++ src/logic/campaign_visibility.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/campaign_visibility.h'
--- src/logic/campaign_visibility.h	2018-04-07 16:59:00 +0000
+++ src/logic/campaign_visibility.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_calculate_statistics.cc'
--- src/logic/cmd_calculate_statistics.cc	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_calculate_statistics.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_calculate_statistics.h'
--- src/logic/cmd_calculate_statistics.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_calculate_statistics.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_delete_message.cc'
--- src/logic/cmd_delete_message.cc	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_delete_message.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_delete_message.h'
--- src/logic/cmd_delete_message.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_delete_message.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_incorporate.cc'
--- src/logic/cmd_incorporate.cc	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_incorporate.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_incorporate.h'
--- src/logic/cmd_incorporate.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_incorporate.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_luacoroutine.cc'
--- src/logic/cmd_luacoroutine.cc	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_luacoroutine.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_luacoroutine.h'
--- src/logic/cmd_luacoroutine.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_luacoroutine.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_luascript.cc'
--- src/logic/cmd_luascript.cc	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_luascript.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_luascript.h'
--- src/logic/cmd_luascript.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_luascript.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_queue.cc'
--- src/logic/cmd_queue.cc	2019-02-09 16:54:51 +0000
+++ src/logic/cmd_queue.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cmd_queue.h'
--- src/logic/cmd_queue.h	2018-12-13 07:24:01 +0000
+++ src/logic/cmd_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/cookie_priority_queue.h'
--- src/logic/cookie_priority_queue.h	2018-04-07 16:59:00 +0000
+++ src/logic/cookie_priority_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/description_maintainer.h'
--- src/logic/description_maintainer.h	2018-04-07 16:59:00 +0000
+++ src/logic/description_maintainer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/editor_game_base.cc'
--- src/logic/editor_game_base.cc	2018-12-13 07:24:01 +0000
+++ src/logic/editor_game_base.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/editor_game_base.h'
--- src/logic/editor_game_base.h	2018-12-13 07:24:01 +0000
+++ src/logic/editor_game_base.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/field.cc'
--- src/logic/field.cc	2018-12-13 07:24:01 +0000
+++ src/logic/field.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/field.h'
--- src/logic/field.h	2018-12-13 07:24:01 +0000
+++ src/logic/field.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/filesystem_constants.cc'
--- src/logic/filesystem_constants.cc	2018-04-07 16:59:00 +0000
+++ src/logic/filesystem_constants.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/filesystem_constants.h'
--- src/logic/filesystem_constants.h	2019-02-17 07:19:30 +0000
+++ src/logic/filesystem_constants.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findbob.cc'
--- src/logic/findbob.cc	2018-04-07 16:59:00 +0000
+++ src/logic/findbob.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findbob.h'
--- src/logic/findbob.h	2018-04-07 16:59:00 +0000
+++ src/logic/findbob.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findimmovable.cc'
--- src/logic/findimmovable.cc	2018-04-07 16:59:00 +0000
+++ src/logic/findimmovable.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findimmovable.h'
--- src/logic/findimmovable.h	2018-04-07 16:59:00 +0000
+++ src/logic/findimmovable.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findnode.cc'
--- src/logic/findnode.cc	2018-12-13 07:24:01 +0000
+++ src/logic/findnode.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/findnode.h'
--- src/logic/findnode.h	2018-12-13 07:24:01 +0000
+++ src/logic/findnode.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game.cc'
--- src/logic/game.cc	2019-02-12 08:02:22 +0000
+++ src/logic/game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game.h'
--- src/logic/game.h	2019-02-09 16:54:51 +0000
+++ src/logic/game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game_controller.h'
--- src/logic/game_controller.h	2018-12-13 07:24:01 +0000
+++ src/logic/game_controller.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game_data_error.cc'
--- src/logic/game_data_error.cc	2018-12-13 07:24:01 +0000
+++ src/logic/game_data_error.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game_data_error.h'
--- src/logic/game_data_error.h	2018-04-07 16:59:00 +0000
+++ src/logic/game_data_error.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game_settings.cc'
--- src/logic/game_settings.cc	2018-05-10 17:59:28 +0000
+++ src/logic/game_settings.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/game_settings.h'
--- src/logic/game_settings.h	2018-04-07 16:59:00 +0000
+++ src/logic/game_settings.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/generic_save_handler.cc'
--- src/logic/generic_save_handler.cc	2019-02-23 08:39:11 +0000
+++ src/logic/generic_save_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/generic_save_handler.h'
--- src/logic/generic_save_handler.h	2019-02-23 08:39:11 +0000
+++ src/logic/generic_save_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map.cc'
--- src/logic/map.cc	2019-02-12 17:27:04 +0000
+++ src/logic/map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map.h'
--- src/logic/map.h	2018-12-13 07:24:01 +0000
+++ src/logic/map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/bob.cc'
--- src/logic/map_objects/bob.cc	2019-02-09 16:54:51 +0000
+++ src/logic/map_objects/bob.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/bob.h'
--- src/logic/map_objects/bob.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/bob.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/buildcost.cc'
--- src/logic/map_objects/buildcost.cc	2018-11-23 19:48:39 +0000
+++ src/logic/map_objects/buildcost.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/buildcost.h'
--- src/logic/map_objects/buildcost.h	2018-11-21 09:46:08 +0000
+++ src/logic/map_objects/buildcost.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/checkstep.cc'
--- src/logic/map_objects/checkstep.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/checkstep.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/checkstep.h'
--- src/logic/map_objects/checkstep.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/checkstep.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/immovable.cc'
--- src/logic/map_objects/immovable.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/immovable.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/immovable.h'
--- src/logic/map_objects/immovable.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/immovable.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/immovable_program.h'
--- src/logic/map_objects/immovable_program.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/immovable_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/map_object.cc'
--- src/logic/map_objects/map_object.cc	2019-02-09 16:54:51 +0000
+++ src/logic/map_objects/map_object.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/map_object.h'
--- src/logic/map_objects/map_object.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/map_object.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/terrain_affinity.cc'
--- src/logic/map_objects/terrain_affinity.cc	2018-11-23 21:26:24 +0000
+++ src/logic/map_objects/terrain_affinity.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/terrain_affinity.h'
--- src/logic/map_objects/terrain_affinity.h	2018-11-23 21:26:24 +0000
+++ src/logic/map_objects/terrain_affinity.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/attack_target.h'
--- src/logic/map_objects/tribes/attack_target.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/attack_target.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/battle.cc'
--- src/logic/map_objects/tribes/battle.cc	2019-02-09 16:54:51 +0000
+++ src/logic/map_objects/tribes/battle.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/battle.h'
--- src/logic/map_objects/tribes/battle.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/battle.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/bill_of_materials.h'
--- src/logic/map_objects/tribes/bill_of_materials.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/bill_of_materials.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/building.cc'
--- src/logic/map_objects/tribes/building.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/building.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/building.h'
--- src/logic/map_objects/tribes/building.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/building.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/carrier.cc'
--- src/logic/map_objects/tribes/carrier.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/carrier.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/carrier.h'
--- src/logic/map_objects/tribes/carrier.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/carrier.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/constructionsite.cc'
--- src/logic/map_objects/tribes/constructionsite.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/constructionsite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/constructionsite.h'
--- src/logic/map_objects/tribes/constructionsite.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/constructionsite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/dismantlesite.cc'
--- src/logic/map_objects/tribes/dismantlesite.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/dismantlesite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/dismantlesite.h'
--- src/logic/map_objects/tribes/dismantlesite.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/dismantlesite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/market.cc'
--- src/logic/map_objects/tribes/market.cc	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/market.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/market.h'
--- src/logic/map_objects/tribes/market.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/market.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/militarysite.cc'
--- src/logic/map_objects/tribes/militarysite.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/militarysite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/militarysite.h'
--- src/logic/map_objects/tribes/militarysite.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/militarysite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/partially_finished_building.cc'
--- src/logic/map_objects/tribes/partially_finished_building.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/partially_finished_building.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/partially_finished_building.h'
--- src/logic/map_objects/tribes/partially_finished_building.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/partially_finished_building.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/production_program.cc'
--- src/logic/map_objects/tribes/production_program.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/production_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/production_program.h'
--- src/logic/map_objects/tribes/production_program.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/production_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/productionsite.cc'
--- src/logic/map_objects/tribes/productionsite.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/productionsite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/productionsite.h'
--- src/logic/map_objects/tribes/productionsite.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/productionsite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/program_result.h'
--- src/logic/map_objects/tribes/program_result.h	2019-02-09 12:24:01 +0000
+++ src/logic/map_objects/tribes/program_result.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/requirements.cc'
--- src/logic/map_objects/tribes/requirements.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/requirements.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/requirements.h'
--- src/logic/map_objects/tribes/requirements.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/requirements.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/road_textures.cc'
--- src/logic/map_objects/tribes/road_textures.cc	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/road_textures.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/road_textures.h'
--- src/logic/map_objects/tribes/road_textures.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/road_textures.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/ship.cc'
--- src/logic/map_objects/tribes/ship.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/ship.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/ship.h'
--- src/logic/map_objects/tribes/ship.h	2018-09-24 07:44:52 +0000
+++ src/logic/map_objects/tribes/ship.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/soldier.cc'
--- src/logic/map_objects/tribes/soldier.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/soldier.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/soldier.h'
--- src/logic/map_objects/tribes/soldier.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/soldier.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/soldiercontrol.h'
--- src/logic/map_objects/tribes/soldiercontrol.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/soldiercontrol.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/training_attribute.h'
--- src/logic/map_objects/tribes/training_attribute.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/training_attribute.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/trainingsite.cc'
--- src/logic/map_objects/tribes/trainingsite.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/trainingsite.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/trainingsite.h'
--- src/logic/map_objects/tribes/trainingsite.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/trainingsite.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribe_basic_info.cc'
--- src/logic/map_objects/tribes/tribe_basic_info.cc	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/tribe_basic_info.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribe_basic_info.h'
--- src/logic/map_objects/tribes/tribe_basic_info.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/tribe_basic_info.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribe_descr.cc'
--- src/logic/map_objects/tribes/tribe_descr.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/tribe_descr.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribe_descr.h'
--- src/logic/map_objects/tribes/tribe_descr.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/tribe_descr.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribes.cc'
--- src/logic/map_objects/tribes/tribes.cc	2018-05-06 11:14:23 +0000
+++ src/logic/map_objects/tribes/tribes.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/tribes.h'
--- src/logic/map_objects/tribes/tribes.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/tribes.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/ware_descr.cc'
--- src/logic/map_objects/tribes/ware_descr.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/ware_descr.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/ware_descr.h'
--- src/logic/map_objects/tribes/ware_descr.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/ware_descr.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/warehouse.cc'
--- src/logic/map_objects/tribes/warehouse.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/warehouse.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/warehouse.h'
--- src/logic/map_objects/tribes/warehouse.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/warehouse.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/warelist.cc'
--- src/logic/map_objects/tribes/warelist.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/warelist.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/warelist.h'
--- src/logic/map_objects/tribes/warelist.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/warelist.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/wareworker.h'
--- src/logic/map_objects/tribes/wareworker.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/tribes/wareworker.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/workarea_info.h'
--- src/logic/map_objects/tribes/workarea_info.h	2018-07-14 08:56:00 +0000
+++ src/logic/map_objects/tribes/workarea_info.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2018 by the Widelands Development Team
+ * Copyright (C) 2005-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker.cc'
--- src/logic/map_objects/tribes/worker.cc	2019-02-09 12:24:01 +0000
+++ src/logic/map_objects/tribes/worker.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker.h'
--- src/logic/map_objects/tribes/worker.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/worker.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker_descr.cc'
--- src/logic/map_objects/tribes/worker_descr.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/worker_descr.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker_descr.h'
--- src/logic/map_objects/tribes/worker_descr.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/worker_descr.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker_program.cc'
--- src/logic/map_objects/tribes/worker_program.cc	2018-12-17 02:13:56 +0000
+++ src/logic/map_objects/tribes/worker_program.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/tribes/worker_program.h'
--- src/logic/map_objects/tribes/worker_program.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/tribes/worker_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/walkingdir.cc'
--- src/logic/map_objects/walkingdir.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/walkingdir.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2018 by the Widelands Development Team
+ * Copyright (C) 2013-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/walkingdir.h'
--- src/logic/map_objects/walkingdir.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/walkingdir.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/critter.cc'
--- src/logic/map_objects/world/critter.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/world/critter.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/critter.h'
--- src/logic/map_objects/world/critter.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/world/critter.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/critter_program.h'
--- src/logic/map_objects/world/critter_program.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/world/critter_program.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/editor_category.cc'
--- src/logic/map_objects/world/editor_category.cc	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/world/editor_category.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/editor_category.h'
--- src/logic/map_objects/world/editor_category.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/world/editor_category.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/map_gen.cc'
--- src/logic/map_objects/world/map_gen.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/world/map_gen.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/map_gen.h'
--- src/logic/map_objects/world/map_gen.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_objects/world/map_gen.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/resource_description.cc'
--- src/logic/map_objects/world/resource_description.cc	2018-07-25 09:20:04 +0000
+++ src/logic/map_objects/world/resource_description.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/resource_description.h'
--- src/logic/map_objects/world/resource_description.h	2018-07-25 20:09:25 +0000
+++ src/logic/map_objects/world/resource_description.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/terrain_description.cc'
--- src/logic/map_objects/world/terrain_description.cc	2018-11-03 11:18:00 +0000
+++ src/logic/map_objects/world/terrain_description.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/terrain_description.h'
--- src/logic/map_objects/world/terrain_description.h	2018-11-03 11:18:00 +0000
+++ src/logic/map_objects/world/terrain_description.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/world.cc'
--- src/logic/map_objects/world/world.cc	2018-04-27 06:11:05 +0000
+++ src/logic/map_objects/world/world.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_objects/world/world.h'
--- src/logic/map_objects/world/world.h	2018-04-07 16:59:00 +0000
+++ src/logic/map_objects/world/world.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_revision.cc'
--- src/logic/map_revision.cc	2018-12-13 07:24:01 +0000
+++ src/logic/map_revision.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2018 by the Widelands Development Team
+ * Copyright (C) 2013-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/map_revision.h'
--- src/logic/map_revision.h	2018-12-13 07:24:01 +0000
+++ src/logic/map_revision.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2018 by the Widelands Development Team
+ * Copyright (C) 2013-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapastar.cc'
--- src/logic/mapastar.cc	2018-04-07 16:59:00 +0000
+++ src/logic/mapastar.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapastar.h'
--- src/logic/mapastar.h	2018-04-07 16:59:00 +0000
+++ src/logic/mapastar.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapdifferenceregion.cc'
--- src/logic/mapdifferenceregion.cc	2018-12-13 07:24:01 +0000
+++ src/logic/mapdifferenceregion.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapdifferenceregion.h'
--- src/logic/mapdifferenceregion.h	2018-12-13 07:24:01 +0000
+++ src/logic/mapdifferenceregion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapfringeregion.cc'
--- src/logic/mapfringeregion.cc	2018-12-13 07:24:01 +0000
+++ src/logic/mapfringeregion.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapfringeregion.h'
--- src/logic/mapfringeregion.h	2018-12-13 07:24:01 +0000
+++ src/logic/mapfringeregion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/maphollowregion.cc'
--- src/logic/maphollowregion.cc	2018-12-13 07:24:01 +0000
+++ src/logic/maphollowregion.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/maphollowregion.h'
--- src/logic/maphollowregion.h	2018-12-13 07:24:01 +0000
+++ src/logic/maphollowregion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/mapregion.h'
--- src/logic/mapregion.h	2018-12-13 07:24:01 +0000
+++ src/logic/mapregion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/maptriangleregion.cc'
--- src/logic/maptriangleregion.cc	2018-12-13 07:24:01 +0000
+++ src/logic/maptriangleregion.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/maptriangleregion.h'
--- src/logic/maptriangleregion.h	2018-12-13 07:24:01 +0000
+++ src/logic/maptriangleregion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/message.h'
--- src/logic/message.h	2018-12-13 07:24:01 +0000
+++ src/logic/message.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/message_id.h'
--- src/logic/message_id.h	2018-12-13 07:24:01 +0000
+++ src/logic/message_id.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/message_queue.h'
--- src/logic/message_queue.h	2018-12-13 07:24:01 +0000
+++ src/logic/message_queue.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/nodecaps.h'
--- src/logic/nodecaps.h	2018-12-13 07:24:01 +0000
+++ src/logic/nodecaps.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/objective.h'
--- src/logic/objective.h	2018-12-13 07:24:01 +0000
+++ src/logic/objective.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/path.cc'
--- src/logic/path.cc	2018-12-13 07:24:01 +0000
+++ src/logic/path.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/path.h'
--- src/logic/path.h	2018-12-13 07:24:01 +0000
+++ src/logic/path.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/pathfield.cc'
--- src/logic/pathfield.cc	2018-12-13 07:24:01 +0000
+++ src/logic/pathfield.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/pathfield.h'
--- src/logic/pathfield.h	2018-12-13 07:24:01 +0000
+++ src/logic/pathfield.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/player.cc'
--- src/logic/player.cc	2018-12-13 07:24:01 +0000
+++ src/logic/player.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/player.h'
--- src/logic/player.h	2018-12-13 07:24:01 +0000
+++ src/logic/player.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/player_area.h'
--- src/logic/player_area.h	2018-12-13 07:24:01 +0000
+++ src/logic/player_area.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/player_end_result.h'
--- src/logic/player_end_result.h	2018-04-07 16:59:00 +0000
+++ src/logic/player_end_result.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/playercommand.cc'
--- src/logic/playercommand.cc	2018-12-19 19:32:06 +0000
+++ src/logic/playercommand.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/playercommand.h'
--- src/logic/playercommand.h	2018-12-13 07:24:01 +0000
+++ src/logic/playercommand.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/playersmanager.cc'
--- src/logic/playersmanager.cc	2018-04-07 16:59:00 +0000
+++ src/logic/playersmanager.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/playersmanager.h'
--- src/logic/playersmanager.h	2018-12-13 07:24:01 +0000
+++ src/logic/playersmanager.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/queue_cmd_factory.cc'
--- src/logic/queue_cmd_factory.cc	2018-12-13 07:24:01 +0000
+++ src/logic/queue_cmd_factory.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/queue_cmd_factory.h'
--- src/logic/queue_cmd_factory.h	2018-12-13 07:24:01 +0000
+++ src/logic/queue_cmd_factory.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/queue_cmd_ids.h'
--- src/logic/queue_cmd_ids.h	2018-04-07 16:59:00 +0000
+++ src/logic/queue_cmd_ids.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/replay.cc'
--- src/logic/replay.cc	2018-12-13 07:24:01 +0000
+++ src/logic/replay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/replay.h'
--- src/logic/replay.h	2018-12-13 07:24:01 +0000
+++ src/logic/replay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/replay_game_controller.cc'
--- src/logic/replay_game_controller.cc	2018-04-07 16:59:00 +0000
+++ src/logic/replay_game_controller.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/replay_game_controller.h'
--- src/logic/replay_game_controller.h	2018-04-07 16:59:00 +0000
+++ src/logic/replay_game_controller.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/roadtype.h'
--- src/logic/roadtype.h	2018-12-13 07:24:01 +0000
+++ src/logic/roadtype.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/save_handler.cc'
--- src/logic/save_handler.cc	2019-02-23 08:39:11 +0000
+++ src/logic/save_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/save_handler.h'
--- src/logic/save_handler.h	2019-02-23 08:39:11 +0000
+++ src/logic/save_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/see_unsee_node.h'
--- src/logic/see_unsee_node.h	2018-04-07 16:59:00 +0000
+++ src/logic/see_unsee_node.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/single_player_game_controller.cc'
--- src/logic/single_player_game_controller.cc	2018-04-07 16:59:00 +0000
+++ src/logic/single_player_game_controller.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/single_player_game_controller.h'
--- src/logic/single_player_game_controller.h	2018-04-07 16:59:00 +0000
+++ src/logic/single_player_game_controller.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/single_player_game_settings_provider.cc'
--- src/logic/single_player_game_settings_provider.cc	2018-04-07 16:59:00 +0000
+++ src/logic/single_player_game_settings_provider.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/single_player_game_settings_provider.h'
--- src/logic/single_player_game_settings_provider.h	2018-04-07 16:59:00 +0000
+++ src/logic/single_player_game_settings_provider.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/trade_agreement.h'
--- src/logic/trade_agreement.h	2018-04-07 16:59:00 +0000
+++ src/logic/trade_agreement.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands.cc'
--- src/logic/widelands.cc	2018-04-07 16:59:00 +0000
+++ src/logic/widelands.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands.h'
--- src/logic/widelands.h	2018-04-18 12:11:16 +0000
+++ src/logic/widelands.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands_geometry.cc'
--- src/logic/widelands_geometry.cc	2018-04-07 16:59:00 +0000
+++ src/logic/widelands_geometry.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands_geometry.h'
--- src/logic/widelands_geometry.h	2018-12-13 07:24:01 +0000
+++ src/logic/widelands_geometry.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands_geometry_io.cc'
--- src/logic/widelands_geometry_io.cc	2018-04-07 16:59:00 +0000
+++ src/logic/widelands_geometry_io.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/logic/widelands_geometry_io.h'
--- src/logic/widelands_geometry_io.h	2018-04-07 16:59:00 +0000
+++ src/logic/widelands_geometry_io.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/main.cc'
--- src/main.cc	2018-12-13 07:24:01 +0000
+++ src/main.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/coords_profile.cc'
--- src/map_io/coords_profile.cc	2018-05-11 04:48:10 +0000
+++ src/map_io/coords_profile.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/coords_profile.h'
--- src/map_io/coords_profile.h	2018-04-07 16:59:00 +0000
+++ src/map_io/coords_profile.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_allowed_building_types_packet.cc'
--- src/map_io/map_allowed_building_types_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_allowed_building_types_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_allowed_building_types_packet.h'
--- src/map_io/map_allowed_building_types_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_allowed_building_types_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_allowed_worker_types_packet.cc'
--- src/map_io/map_allowed_worker_types_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_allowed_worker_types_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_allowed_worker_types_packet.h'
--- src/map_io/map_allowed_worker_types_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_allowed_worker_types_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_bob_packet.cc'
--- src/map_io/map_bob_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_bob_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_bob_packet.h'
--- src/map_io/map_bob_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_bob_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_building_packet.cc'
--- src/map_io/map_building_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_building_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_building_packet.h'
--- src/map_io/map_building_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_building_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_buildingdata_packet.cc'
--- src/map_io/map_buildingdata_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_buildingdata_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_buildingdata_packet.h'
--- src/map_io/map_buildingdata_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_buildingdata_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_data_packet.h'
--- src/map_io/map_data_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_data_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_elemental_packet.cc'
--- src/map_io/map_elemental_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_elemental_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_elemental_packet.h'
--- src/map_io/map_elemental_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_elemental_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_exploration_packet.cc'
--- src/map_io/map_exploration_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_exploration_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_exploration_packet.h'
--- src/map_io/map_exploration_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_exploration_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_flag_packet.cc'
--- src/map_io/map_flag_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_flag_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_flag_packet.h'
--- src/map_io/map_flag_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_flag_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_flagdata_packet.cc'
--- src/map_io/map_flagdata_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_flagdata_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_flagdata_packet.h'
--- src/map_io/map_flagdata_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_flagdata_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_heights_packet.cc'
--- src/map_io/map_heights_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_heights_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_heights_packet.h'
--- src/map_io/map_heights_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_heights_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_images.cc'
--- src/map_io/map_images.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_images.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_images.h'
--- src/map_io/map_images.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_images.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_loader.h'
--- src/map_io/map_loader.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_loader.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_message_saver.h'
--- src/map_io/map_message_saver.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_message_saver.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_node_ownership_packet.cc'
--- src/map_io/map_node_ownership_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_node_ownership_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_node_ownership_packet.h'
--- src/map_io/map_node_ownership_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_node_ownership_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_loader.cc'
--- src/map_io/map_object_loader.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_loader.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_loader.h'
--- src/map_io/map_object_loader.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_loader.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_packet.cc'
--- src/map_io/map_object_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_packet.h'
--- src/map_io/map_object_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_saver.cc'
--- src/map_io/map_object_saver.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_saver.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_object_saver.h'
--- src/map_io/map_object_saver.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_object_saver.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
-//  * Copyright (C) 2002-2018 by the Widelands Development Team
+//  * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_objective_packet.cc'
--- src/map_io/map_objective_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_objective_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_objective_packet.h'
--- src/map_io/map_objective_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_objective_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_player_names_and_tribes_packet.cc'
--- src/map_io/map_player_names_and_tribes_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_player_names_and_tribes_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_player_names_and_tribes_packet.h'
--- src/map_io/map_player_names_and_tribes_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_player_names_and_tribes_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_player_position_packet.cc'
--- src/map_io/map_player_position_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_player_position_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_player_position_packet.h'
--- src/map_io/map_player_position_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_player_position_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_players_messages_packet.cc'
--- src/map_io/map_players_messages_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_players_messages_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_players_messages_packet.h'
--- src/map_io/map_players_messages_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_players_messages_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_players_view_packet.cc'
--- src/map_io/map_players_view_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_players_view_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_players_view_packet.h'
--- src/map_io/map_players_view_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_players_view_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_port_spaces_packet.cc'
--- src/map_io/map_port_spaces_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_port_spaces_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_port_spaces_packet.h'
--- src/map_io/map_port_spaces_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_port_spaces_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_resources_packet.cc'
--- src/map_io/map_resources_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_resources_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_resources_packet.h'
--- src/map_io/map_resources_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_resources_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_road_packet.cc'
--- src/map_io/map_road_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_road_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_road_packet.h'
--- src/map_io/map_road_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_road_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_roaddata_packet.cc'
--- src/map_io/map_roaddata_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_roaddata_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_roaddata_packet.h'
--- src/map_io/map_roaddata_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_roaddata_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_saver.cc'
--- src/map_io/map_saver.cc	2018-04-07 16:59:00 +0000
+++ src/map_io/map_saver.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_saver.h'
--- src/map_io/map_saver.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_saver.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_scripting_packet.cc'
--- src/map_io/map_scripting_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_scripting_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_scripting_packet.h'
--- src/map_io/map_scripting_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_scripting_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_terrain_packet.cc'
--- src/map_io/map_terrain_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_terrain_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_terrain_packet.h'
--- src/map_io/map_terrain_packet.h	2018-12-13 07:24:01 +0000
+++ src/map_io/map_terrain_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_version_packet.cc'
--- src/map_io/map_version_packet.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/map_version_packet.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2018 by the Widelands Development Team
+ * Copyright (C) 2013-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/map_version_packet.h'
--- src/map_io/map_version_packet.h	2018-04-07 16:59:00 +0000
+++ src/map_io/map_version_packet.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2018 by the Widelands Development Team
+ * Copyright (C) 2013-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/s2map.cc'
--- src/map_io/s2map.cc	2018-12-25 21:32:36 +0000
+++ src/map_io/s2map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/s2map.h'
--- src/map_io/s2map.h	2018-04-07 16:59:00 +0000
+++ src/map_io/s2map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/tribes_legacy_lookup_table.cc'
--- src/map_io/tribes_legacy_lookup_table.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/tribes_legacy_lookup_table.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/tribes_legacy_lookup_table.h'
--- src/map_io/tribes_legacy_lookup_table.h	2018-04-07 16:59:00 +0000
+++ src/map_io/tribes_legacy_lookup_table.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/widelands_map_loader.cc'
--- src/map_io/widelands_map_loader.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/widelands_map_loader.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/widelands_map_loader.h'
--- src/map_io/widelands_map_loader.h	2018-12-13 07:24:01 +0000
+++ src/map_io/widelands_map_loader.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/world_legacy_lookup_table.cc'
--- src/map_io/world_legacy_lookup_table.cc	2018-12-13 07:24:01 +0000
+++ src/map_io/world_legacy_lookup_table.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/map_io/world_legacy_lookup_table.h'
--- src/map_io/world_legacy_lookup_table.h	2018-04-07 16:59:00 +0000
+++ src/map_io/world_legacy_lookup_table.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/constants.h'
--- src/network/constants.h	2018-04-07 16:59:00 +0000
+++ src/network/constants.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/crypto.h'
--- src/network/crypto.h	2018-12-13 07:24:01 +0000
+++ src/network/crypto.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/gameclient.cc'
--- src/network/gameclient.cc	2019-02-12 08:02:22 +0000
+++ src/network/gameclient.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/gameclient.h'
--- src/network/gameclient.h	2018-04-07 16:59:00 +0000
+++ src/network/gameclient.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/gamehost.cc'
--- src/network/gamehost.cc	2019-02-12 08:02:22 +0000
+++ src/network/gamehost.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/gamehost.h'
--- src/network/gamehost.h	2018-09-12 20:37:04 +0000
+++ src/network/gamehost.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/internet_gaming.cc'
--- src/network/internet_gaming.cc	2018-12-13 07:24:01 +0000
+++ src/network/internet_gaming.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/internet_gaming.h'
--- src/network/internet_gaming.h	2018-10-20 15:35:04 +0000
+++ src/network/internet_gaming.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/internet_gaming_messages.cc'
--- src/network/internet_gaming_messages.cc	2018-10-20 15:35:04 +0000
+++ src/network/internet_gaming_messages.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/internet_gaming_messages.h'
--- src/network/internet_gaming_messages.h	2018-04-07 16:59:00 +0000
+++ src/network/internet_gaming_messages.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/internet_gaming_protocol.h'
--- src/network/internet_gaming_protocol.h	2018-05-02 19:29:44 +0000
+++ src/network/internet_gaming_protocol.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/netclient.h'
--- src/network/netclient.h	2018-04-07 16:59:00 +0000
+++ src/network/netclient.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/netclient_interface.h'
--- src/network/netclient_interface.h	2018-04-07 16:59:00 +0000
+++ src/network/netclient_interface.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/netclientproxy.h'
--- src/network/netclientproxy.h	2018-04-07 16:59:00 +0000
+++ src/network/netclientproxy.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/nethost.h'
--- src/network/nethost.h	2018-11-28 20:04:55 +0000
+++ src/network/nethost.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/nethost_interface.h'
--- src/network/nethost_interface.h	2018-04-07 16:59:00 +0000
+++ src/network/nethost_interface.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/nethostproxy.h'
--- src/network/nethostproxy.h	2018-04-07 16:59:00 +0000
+++ src/network/nethostproxy.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/netrelayconnection.h'
--- src/network/netrelayconnection.h	2018-04-07 16:59:00 +0000
+++ src/network/netrelayconnection.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network.cc'
--- src/network/network.cc	2018-12-13 07:24:01 +0000
+++ src/network/network.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network.h'
--- src/network/network.h	2018-04-07 16:59:00 +0000
+++ src/network/network.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_gaming_messages.cc'
--- src/network/network_gaming_messages.cc	2018-09-09 17:01:03 +0000
+++ src/network/network_gaming_messages.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_gaming_messages.h'
--- src/network/network_gaming_messages.h	2018-04-07 16:59:00 +0000
+++ src/network/network_gaming_messages.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_lan_promotion.cc'
--- src/network/network_lan_promotion.cc	2018-12-13 07:24:01 +0000
+++ src/network/network_lan_promotion.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_lan_promotion.h'
--- src/network/network_lan_promotion.h	2018-05-11 20:25:47 +0000
+++ src/network/network_lan_promotion.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_player_settings_backend.cc'
--- src/network/network_player_settings_backend.cc	2018-04-07 16:59:00 +0000
+++ src/network/network_player_settings_backend.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_player_settings_backend.h'
--- src/network/network_player_settings_backend.h	2018-04-07 16:59:00 +0000
+++ src/network/network_player_settings_backend.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/network_protocol.h'
--- src/network/network_protocol.h	2018-12-13 07:24:01 +0000
+++ src/network/network_protocol.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/network/relay_protocol.h'
--- src/network/relay_protocol.h	2018-12-13 07:24:01 +0000
+++ src/network/relay_protocol.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/notifications/note_ids.h'
--- src/notifications/note_ids.h	2018-04-16 07:03:12 +0000
+++ src/notifications/note_ids.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/notifications/notifications.cc'
--- src/notifications/notifications.cc	2018-04-07 16:59:00 +0000
+++ src/notifications/notifications.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/notifications/notifications.h'
--- src/notifications/notifications.h	2018-04-07 16:59:00 +0000
+++ src/notifications/notifications.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/notifications/notifications_impl.h'
--- src/notifications/notifications_impl.h	2018-12-13 07:24:01 +0000
+++ src/notifications/notifications_impl.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/notifications/test/notifications_test.cc'
--- src/notifications/test/notifications_test.cc	2018-09-06 09:06:55 +0000
+++ src/notifications/test/notifications_test.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/profile/profile.cc'
--- src/profile/profile.cc	2018-04-07 16:59:00 +0000
+++ src/profile/profile.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/profile/profile.h'
--- src/profile/profile.h	2018-04-07 16:59:00 +0000
+++ src/profile/profile.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/random/random.cc'
--- src/random/random.cc	2018-06-11 17:49:22 +0000
+++ src/random/random.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/random/random.h'
--- src/random/random.h	2018-04-07 16:59:00 +0000
+++ src/random/random.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/eris.h'
--- src/scripting/eris.h	2018-04-07 16:59:00 +0000
+++ src/scripting/eris.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/factory.cc'
--- src/scripting/factory.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/factory.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/factory.h'
--- src/scripting/factory.h	2018-04-07 16:59:00 +0000
+++ src/scripting/factory.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/globals.cc'
--- src/scripting/globals.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/globals.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/globals.h'
--- src/scripting/globals.h	2018-04-07 16:59:00 +0000
+++ src/scripting/globals.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/logic.cc'
--- src/scripting/logic.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/logic.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/logic.h'
--- src/scripting/logic.h	2018-04-07 16:59:00 +0000
+++ src/scripting/logic.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua.cc'
--- src/scripting/lua.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/lua.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua.h'
--- src/scripting/lua.h	2018-04-07 16:59:00 +0000
+++ src/scripting/lua.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_bases.cc'
--- src/scripting/lua_bases.cc	2018-12-20 13:56:00 +0000
+++ src/scripting/lua_bases.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_bases.h'
--- src/scripting/lua_bases.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_bases.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_coroutine.cc'
--- src/scripting/lua_coroutine.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_coroutine.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_coroutine.h'
--- src/scripting/lua_coroutine.h	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_coroutine.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_editor.cc'
--- src/scripting/lua_editor.cc	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_editor.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_editor.h'
--- src/scripting/lua_editor.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_editor.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_errors.cc'
--- src/scripting/lua_errors.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_errors.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_errors.h'
--- src/scripting/lua_errors.h	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_errors.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_game.cc'
--- src/scripting/lua_game.cc	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_game.h'
--- src/scripting/lua_game.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_globals.cc'
--- src/scripting/lua_globals.cc	2018-12-14 15:55:40 +0000
+++ src/scripting/lua_globals.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_globals.h'
--- src/scripting/lua_globals.h	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_globals.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_interface.cc'
--- src/scripting/lua_interface.cc	2018-05-12 04:17:53 +0000
+++ src/scripting/lua_interface.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_interface.h'
--- src/scripting/lua_interface.h	2018-04-07 16:59:00 +0000
+++ src/scripting/lua_interface.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_map.cc'
--- src/scripting/lua_map.cc	2018-12-14 15:55:40 +0000
+++ src/scripting/lua_map.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_map.h'
--- src/scripting/lua_map.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_map.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_path.cc'
--- src/scripting/lua_path.cc	2018-05-07 08:06:05 +0000
+++ src/scripting/lua_path.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_path.h'
--- src/scripting/lua_path.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_path.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_root.cc'
--- src/scripting/lua_root.cc	2019-02-08 17:17:22 +0000
+++ src/scripting/lua_root.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_root.h'
--- src/scripting/lua_root.h	2019-02-02 18:57:03 +0000
+++ src/scripting/lua_root.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_table.cc'
--- src/scripting/lua_table.cc	2018-09-12 06:01:13 +0000
+++ src/scripting/lua_table.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_table.h'
--- src/scripting/lua_table.h	2018-09-15 06:10:43 +0000
+++ src/scripting/lua_table.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_ui.cc'
--- src/scripting/lua_ui.cc	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_ui.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/lua_ui.h'
--- src/scripting/lua_ui.h	2018-12-13 07:24:01 +0000
+++ src/scripting/lua_ui.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/luna.h'
--- src/scripting/luna.h	2018-04-07 16:59:00 +0000
+++ src/scripting/luna.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/luna_impl.cc'
--- src/scripting/luna_impl.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/luna_impl.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/luna_impl.h'
--- src/scripting/luna_impl.h	2018-04-07 16:59:00 +0000
+++ src/scripting/luna_impl.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/persistence.cc'
--- src/scripting/persistence.cc	2019-02-11 07:44:32 +0000
+++ src/scripting/persistence.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/persistence.h'
--- src/scripting/persistence.h	2018-12-13 07:24:01 +0000
+++ src/scripting/persistence.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/report_error.cc'
--- src/scripting/report_error.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/report_error.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/report_error.h'
--- src/scripting/report_error.h	2018-04-07 16:59:00 +0000
+++ src/scripting/report_error.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/run_script.cc'
--- src/scripting/run_script.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/run_script.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/run_script.h'
--- src/scripting/run_script.h	2018-04-07 16:59:00 +0000
+++ src/scripting/run_script.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/test/scripting_test_main.cc'
--- src/scripting/test/scripting_test_main.cc	2018-04-07 16:59:00 +0000
+++ src/scripting/test/scripting_test_main.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/scripting/test/test_luna.cc'
--- src/scripting/test/test_luna.cc	2018-12-13 07:24:01 +0000
+++ src/scripting/test/test_luna.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/fxset.cc'
--- src/sound/fxset.cc	2018-04-07 16:59:00 +0000
+++ src/sound/fxset.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/fxset.h'
--- src/sound/fxset.h	2018-04-07 16:59:00 +0000
+++ src/sound/fxset.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/note_sound.h'
--- src/sound/note_sound.h	2018-05-11 04:48:10 +0000
+++ src/sound/note_sound.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/songset.cc'
--- src/sound/songset.cc	2018-06-06 11:50:28 +0000
+++ src/sound/songset.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/songset.h'
--- src/sound/songset.h	2018-06-04 16:00:58 +0000
+++ src/sound/songset.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/sound_handler.cc'
--- src/sound/sound_handler.cc	2018-12-13 07:24:01 +0000
+++ src/sound/sound_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2018 by the Widelands Development Team
+ * Copyright (C) 2005-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/sound/sound_handler.h'
--- src/sound/sound_handler.h	2018-12-13 07:24:01 +0000
+++ src/sound/sound_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2018 by the Widelands Development Team
+ * Copyright (C) 2005-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/third_party/eris/eris.h'
--- src/third_party/eris/eris.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/eris.h	2019-02-23 13:03:12 +0000
@@ -150,4 +150,3 @@
 LUA_API int luaopen_eris(lua_State* L);
 
 #endif
-

=== modified file 'src/third_party/eris/lauxlib.h'
--- src/third_party/eris/lauxlib.h	2018-07-11 08:50:03 +0000
+++ src/third_party/eris/lauxlib.h	2019-02-23 13:03:12 +0000
@@ -264,5 +264,3 @@
 
 
 #endif
-
-

=== modified file 'src/third_party/eris/lctype.h'
--- src/third_party/eris/lctype.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/lctype.h	2019-02-23 13:03:12 +0000
@@ -92,4 +92,3 @@
 #endif			/* } */
 
 #endif
-

=== modified file 'src/third_party/eris/ldo.h'
--- src/third_party/eris/ldo.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/ldo.h	2019-02-23 13:03:12 +0000
@@ -55,4 +55,3 @@
 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
 
 #endif
-

=== modified file 'src/third_party/eris/lmem.h'
--- src/third_party/eris/lmem.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/lmem.h	2019-02-23 13:03:12 +0000
@@ -66,4 +66,3 @@
                                const char *what);
 
 #endif
-

=== modified file 'src/third_party/eris/lobject.h'
--- src/third_party/eris/lobject.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/lobject.h	2019-02-23 13:03:12 +0000
@@ -546,4 +546,3 @@
 
 
 #endif
-

=== modified file 'src/third_party/eris/lprefix.h'
--- src/third_party/eris/lprefix.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/lprefix.h	2019-02-23 13:03:12 +0000
@@ -42,4 +42,3 @@
 #endif			/* } */
 
 #endif
-

=== modified file 'src/third_party/eris/lstate.h'
--- src/third_party/eris/lstate.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/lstate.h	2019-02-23 13:03:12 +0000
@@ -232,4 +232,3 @@
 
 
 #endif
-

=== modified file 'src/third_party/eris/luaconf.h'
--- src/third_party/eris/luaconf.h	2018-07-08 10:28:43 +0000
+++ src/third_party/eris/luaconf.h	2019-02-23 13:03:12 +0000
@@ -780,4 +780,3 @@
 
 
 #endif
-

=== modified file 'src/ui_basic/box.cc'
--- src/ui_basic/box.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/box.h'
--- src/ui_basic/box.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/button.cc'
--- src/ui_basic/button.cc	2018-12-17 21:47:08 +0000
+++ src/ui_basic/button.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/button.h'
--- src/ui_basic/button.h	2018-07-08 12:08:11 +0000
+++ src/ui_basic/button.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/checkbox.cc'
--- src/ui_basic/checkbox.cc	2018-12-17 21:47:08 +0000
+++ src/ui_basic/checkbox.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/checkbox.h'
--- src/ui_basic/checkbox.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/checkbox.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/dropdown.cc'
--- src/ui_basic/dropdown.cc	2018-07-15 11:33:09 +0000
+++ src/ui_basic/dropdown.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/dropdown.h'
--- src/ui_basic/dropdown.h	2018-05-23 08:30:28 +0000
+++ src/ui_basic/dropdown.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/editbox.cc'
--- src/ui_basic/editbox.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/editbox.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/editbox.h'
--- src/ui_basic/editbox.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/editbox.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/fileview_panel.cc'
--- src/ui_basic/fileview_panel.cc	2018-09-30 17:31:20 +0000
+++ src/ui_basic/fileview_panel.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/fileview_panel.h'
--- src/ui_basic/fileview_panel.h	2018-09-29 14:35:29 +0000
+++ src/ui_basic/fileview_panel.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/fullscreen_window.cc'
--- src/ui_basic/fullscreen_window.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/fullscreen_window.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/fullscreen_window.h'
--- src/ui_basic/fullscreen_window.h	2018-05-13 07:15:39 +0000
+++ src/ui_basic/fullscreen_window.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/icon.cc'
--- src/ui_basic/icon.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/icon.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/icon.h'
--- src/ui_basic/icon.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/icon.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/icongrid.cc'
--- src/ui_basic/icongrid.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/icongrid.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/icongrid.h'
--- src/ui_basic/icongrid.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/icongrid.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/listselect.cc'
--- src/ui_basic/listselect.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/listselect.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/listselect.h'
--- src/ui_basic/listselect.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/listselect.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/messagebox.cc'
--- src/ui_basic/messagebox.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/messagebox.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/messagebox.h'
--- src/ui_basic/messagebox.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/messagebox.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/mouse_constants.h'
--- src/ui_basic/mouse_constants.h	2018-04-07 16:59:00 +0000
+++ src/ui_basic/mouse_constants.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/multilineeditbox.cc'
--- src/ui_basic/multilineeditbox.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/multilineeditbox.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/multilineeditbox.h'
--- src/ui_basic/multilineeditbox.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/multilineeditbox.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/multilinetextarea.cc'
--- src/ui_basic/multilinetextarea.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/multilinetextarea.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/multilinetextarea.h'
--- src/ui_basic/multilinetextarea.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/multilinetextarea.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/panel.cc'
--- src/ui_basic/panel.cc	2018-12-17 21:45:58 +0000
+++ src/ui_basic/panel.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/panel.h'
--- src/ui_basic/panel.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/panel.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/progressbar.cc'
--- src/ui_basic/progressbar.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/progressbar.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/progressbar.h'
--- src/ui_basic/progressbar.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/progressbar.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/progresswindow.cc'
--- src/ui_basic/progresswindow.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/progresswindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/progresswindow.h'
--- src/ui_basic/progresswindow.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/progresswindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/radiobutton.cc'
--- src/ui_basic/radiobutton.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/radiobutton.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/radiobutton.h'
--- src/ui_basic/radiobutton.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/radiobutton.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/scrollbar.cc'
--- src/ui_basic/scrollbar.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/scrollbar.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/scrollbar.h'
--- src/ui_basic/scrollbar.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/scrollbar.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/slider.cc'
--- src/ui_basic/slider.cc	2018-12-17 21:47:08 +0000
+++ src/ui_basic/slider.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/slider.h'
--- src/ui_basic/slider.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/slider.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/spinbox.cc'
--- src/ui_basic/spinbox.cc	2018-07-08 13:53:45 +0000
+++ src/ui_basic/spinbox.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/spinbox.h'
--- src/ui_basic/spinbox.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/spinbox.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2018 by the Widelands Development Team
+ * Copyright (C) 2009-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/table.cc'
--- src/ui_basic/table.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/table.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/table.h'
--- src/ui_basic/table.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/table.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/tabpanel.cc'
--- src/ui_basic/tabpanel.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/tabpanel.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/tabpanel.h'
--- src/ui_basic/tabpanel.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/tabpanel.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/textarea.cc'
--- src/ui_basic/textarea.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/textarea.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/textarea.h'
--- src/ui_basic/textarea.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/textarea.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/unique_window.cc'
--- src/ui_basic/unique_window.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/unique_window.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/unique_window.h'
--- src/ui_basic/unique_window.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/unique_window.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/window.cc'
--- src/ui_basic/window.cc	2018-12-13 07:24:01 +0000
+++ src/ui_basic/window.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_basic/window.h'
--- src/ui_basic/window.h	2018-12-13 07:24:01 +0000
+++ src/ui_basic/window.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/about.cc'
--- src/ui_fsmenu/about.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/about.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/about.h'
--- src/ui_fsmenu/about.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/about.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/base.cc'
--- src/ui_fsmenu/base.cc	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/base.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/base.h'
--- src/ui_fsmenu/base.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/base.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/campaign_select.cc'
--- src/ui_fsmenu/campaign_select.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/campaign_select.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/campaign_select.h'
--- src/ui_fsmenu/campaign_select.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/campaign_select.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/helpwindow.cc'
--- src/ui_fsmenu/helpwindow.cc	2018-07-08 09:18:33 +0000
+++ src/ui_fsmenu/helpwindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/helpwindow.h'
--- src/ui_fsmenu/helpwindow.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/helpwindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/internet_lobby.cc'
--- src/ui_fsmenu/internet_lobby.cc	2019-02-09 10:08:55 +0000
+++ src/ui_fsmenu/internet_lobby.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/internet_lobby.h'
--- src/ui_fsmenu/internet_lobby.h	2018-05-16 05:21:30 +0000
+++ src/ui_fsmenu/internet_lobby.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/intro.cc'
--- src/ui_fsmenu/intro.cc	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/intro.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/intro.h'
--- src/ui_fsmenu/intro.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/intro.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_game.cc'
--- src/ui_fsmenu/launch_game.cc	2018-05-26 16:16:46 +0000
+++ src/ui_fsmenu/launch_game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_game.h'
--- src/ui_fsmenu/launch_game.h	2018-05-26 16:16:46 +0000
+++ src/ui_fsmenu/launch_game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_mpg.cc'
--- src/ui_fsmenu/launch_mpg.cc	2018-08-22 16:28:44 +0000
+++ src/ui_fsmenu/launch_mpg.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_mpg.h'
--- src/ui_fsmenu/launch_mpg.h	2018-05-26 16:16:46 +0000
+++ src/ui_fsmenu/launch_mpg.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_spg.cc'
--- src/ui_fsmenu/launch_spg.cc	2018-08-24 14:59:17 +0000
+++ src/ui_fsmenu/launch_spg.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/launch_spg.h'
--- src/ui_fsmenu/launch_spg.h	2018-07-06 08:37:13 +0000
+++ src/ui_fsmenu/launch_spg.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/load_map_or_game.cc'
--- src/ui_fsmenu/load_map_or_game.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/load_map_or_game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/load_map_or_game.h'
--- src/ui_fsmenu/load_map_or_game.h	2018-12-13 07:24:01 +0000
+++ src/ui_fsmenu/load_map_or_game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/loadgame.cc'
--- src/ui_fsmenu/loadgame.cc	2018-11-08 02:19:21 +0000
+++ src/ui_fsmenu/loadgame.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/loadgame.h'
--- src/ui_fsmenu/loadgame.h	2018-05-14 06:52:22 +0000
+++ src/ui_fsmenu/loadgame.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/main.cc'
--- src/ui_fsmenu/main.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/main.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/main.h'
--- src/ui_fsmenu/main.h	2018-12-13 07:24:01 +0000
+++ src/ui_fsmenu/main.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/main_menu.cc'
--- src/ui_fsmenu/main_menu.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/main_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/main_menu.h'
--- src/ui_fsmenu/main_menu.h	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/main_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/mapselect.cc'
--- src/ui_fsmenu/mapselect.cc	2018-07-08 13:53:45 +0000
+++ src/ui_fsmenu/mapselect.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/mapselect.h'
--- src/ui_fsmenu/mapselect.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/mapselect.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/multiplayer.cc'
--- src/ui_fsmenu/multiplayer.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/multiplayer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/multiplayer.h'
--- src/ui_fsmenu/multiplayer.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/multiplayer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/netsetup_lan.cc'
--- src/ui_fsmenu/netsetup_lan.cc	2018-11-28 20:25:47 +0000
+++ src/ui_fsmenu/netsetup_lan.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/netsetup_lan.h'
--- src/ui_fsmenu/netsetup_lan.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/netsetup_lan.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/options.cc'
--- src/ui_fsmenu/options.cc	2018-09-24 08:35:06 +0000
+++ src/ui_fsmenu/options.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/options.h'
--- src/ui_fsmenu/options.h	2018-09-24 08:35:06 +0000
+++ src/ui_fsmenu/options.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/singleplayer.cc'
--- src/ui_fsmenu/singleplayer.cc	2018-04-27 06:11:05 +0000
+++ src/ui_fsmenu/singleplayer.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/ui_fsmenu/singleplayer.h'
--- src/ui_fsmenu/singleplayer.h	2018-04-07 16:59:00 +0000
+++ src/ui_fsmenu/singleplayer.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/json/json.cc'
--- src/website/json/json.cc	2019-02-09 11:20:38 +0000
+++ src/website/json/json.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/json/json.h'
--- src/website/json/json.h	2019-02-09 11:20:38 +0000
+++ src/website/json/json.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/json/value.cc'
--- src/website/json/value.cc	2019-02-09 11:20:38 +0000
+++ src/website/json/value.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/json/value.h'
--- src/website/json/value.h	2019-02-09 11:20:38 +0000
+++ src/website/json/value.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/map_info.cc'
--- src/website/map_info.cc	2019-01-12 14:15:39 +0000
+++ src/website/map_info.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/map_object_info.cc'
--- src/website/map_object_info.cc	2019-02-09 11:20:38 +0000
+++ src/website/map_object_info.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/website_common.cc'
--- src/website/website_common.cc	2018-08-14 20:42:18 +0000
+++ src/website/website_common.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/website/website_common.h'
--- src/website/website_common.h	2018-08-14 20:42:18 +0000
+++ src/website/website_common.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 by the Widelands Development Team
+ * Copyright (C) 2018-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wlapplication.cc'
--- src/wlapplication.cc	2019-02-23 08:39:11 +0000
+++ src/wlapplication.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wlapplication.h'
--- src/wlapplication.h	2018-11-04 17:56:37 +0000
+++ src/wlapplication.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wlapplication_messages.cc'
--- src/wlapplication_messages.cc	2018-12-13 07:24:01 +0000
+++ src/wlapplication_messages.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wlapplication_messages.h'
--- src/wlapplication_messages.h	2018-04-07 16:59:00 +0000
+++ src/wlapplication_messages.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2018 by the Widelands Development Team
+ * Copyright (C) 2012-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/actionconfirm.cc'
--- src/wui/actionconfirm.cc	2018-07-29 11:27:33 +0000
+++ src/wui/actionconfirm.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/actionconfirm.h'
--- src/wui/actionconfirm.h	2018-12-13 07:24:01 +0000
+++ src/wui/actionconfirm.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/attack_box.cc'
--- src/wui/attack_box.cc	2018-07-08 13:53:45 +0000
+++ src/wui/attack_box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/attack_box.h'
--- src/wui/attack_box.h	2018-07-08 13:53:45 +0000
+++ src/wui/attack_box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/building_statistics_menu.cc'
--- src/wui/building_statistics_menu.cc	2018-12-13 07:24:01 +0000
+++ src/wui/building_statistics_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/building_statistics_menu.h'
--- src/wui/building_statistics_menu.h	2018-04-15 14:37:45 +0000
+++ src/wui/building_statistics_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/buildingwindow.cc'
--- src/wui/buildingwindow.cc	2018-12-13 07:24:01 +0000
+++ src/wui/buildingwindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/buildingwindow.h'
--- src/wui/buildingwindow.h	2018-09-10 05:59:47 +0000
+++ src/wui/buildingwindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/chat_msg_layout.cc'
--- src/wui/chat_msg_layout.cc	2018-10-12 10:23:28 +0000
+++ src/wui/chat_msg_layout.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/chat_msg_layout.h'
--- src/wui/chat_msg_layout.h	2018-08-20 19:00:20 +0000
+++ src/wui/chat_msg_layout.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/chat_overlay.cc'
--- src/wui/chat_overlay.cc	2018-12-13 07:24:01 +0000
+++ src/wui/chat_overlay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/chat_overlay.h'
--- src/wui/chat_overlay.h	2018-05-16 05:21:30 +0000
+++ src/wui/chat_overlay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/constructionsitewindow.cc'
--- src/wui/constructionsitewindow.cc	2018-09-04 15:48:47 +0000
+++ src/wui/constructionsitewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/constructionsitewindow.h'
--- src/wui/constructionsitewindow.h	2018-08-14 13:40:46 +0000
+++ src/wui/constructionsitewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/debugconsole.cc'
--- src/wui/debugconsole.cc	2018-12-13 07:24:01 +0000
+++ src/wui/debugconsole.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/debugconsole.h'
--- src/wui/debugconsole.h	2018-12-13 07:24:01 +0000
+++ src/wui/debugconsole.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/dismantlesitewindow.cc'
--- src/wui/dismantlesitewindow.cc	2018-09-04 15:48:47 +0000
+++ src/wui/dismantlesitewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/dismantlesitewindow.h'
--- src/wui/dismantlesitewindow.h	2018-07-14 11:22:51 +0000
+++ src/wui/dismantlesitewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/economy_options_window.cc'
--- src/wui/economy_options_window.cc	2018-07-12 04:41:20 +0000
+++ src/wui/economy_options_window.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/economy_options_window.h'
--- src/wui/economy_options_window.h	2018-07-12 04:41:20 +0000
+++ src/wui/economy_options_window.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/encyclopedia_window.cc'
--- src/wui/encyclopedia_window.cc	2018-12-13 07:24:01 +0000
+++ src/wui/encyclopedia_window.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/encyclopedia_window.h'
--- src/wui/encyclopedia_window.h	2018-04-07 16:59:00 +0000
+++ src/wui/encyclopedia_window.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/fieldaction.cc'
--- src/wui/fieldaction.cc	2018-12-13 07:24:01 +0000
+++ src/wui/fieldaction.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_chat_menu.cc'
--- src/wui/game_chat_menu.cc	2018-05-18 18:00:01 +0000
+++ src/wui/game_chat_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_chat_menu.h'
--- src/wui/game_chat_menu.h	2018-12-13 07:24:01 +0000
+++ src/wui/game_chat_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_chat_panel.cc'
--- src/wui/game_chat_panel.cc	2018-10-02 08:19:34 +0000
+++ src/wui/game_chat_panel.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_chat_panel.h'
--- src/wui/game_chat_panel.h	2018-10-02 08:19:34 +0000
+++ src/wui/game_chat_panel.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_client_disconnected.cc'
--- src/wui/game_client_disconnected.cc	2018-09-14 23:52:30 +0000
+++ src/wui/game_client_disconnected.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_client_disconnected.h'
--- src/wui/game_client_disconnected.h	2018-09-29 14:35:29 +0000
+++ src/wui/game_client_disconnected.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_debug_ui.cc'
--- src/wui/game_debug_ui.cc	2018-04-27 06:11:05 +0000
+++ src/wui/game_debug_ui.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_debug_ui.h'
--- src/wui/game_debug_ui.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_debug_ui.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2018 by the Widelands Development Team
+ * Copyright (C) 2004-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_exit_confirm_box.cc'
--- src/wui/game_exit_confirm_box.cc	2018-09-14 23:52:30 +0000
+++ src/wui/game_exit_confirm_box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_exit_confirm_box.h'
--- src/wui/game_exit_confirm_box.h	2018-09-12 21:24:39 +0000
+++ src/wui/game_exit_confirm_box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_main_menu_save_game.cc'
--- src/wui/game_main_menu_save_game.cc	2019-02-23 08:39:11 +0000
+++ src/wui/game_main_menu_save_game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_main_menu_save_game.h'
--- src/wui/game_main_menu_save_game.h	2018-11-04 17:56:37 +0000
+++ src/wui/game_main_menu_save_game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_message_menu.cc'
--- src/wui/game_message_menu.cc	2018-09-24 07:45:47 +0000
+++ src/wui/game_message_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_message_menu.h'
--- src/wui/game_message_menu.h	2018-12-13 07:24:01 +0000
+++ src/wui/game_message_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_objectives_menu.cc'
--- src/wui/game_objectives_menu.cc	2018-07-08 09:18:33 +0000
+++ src/wui/game_objectives_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_objectives_menu.h'
--- src/wui/game_objectives_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_objectives_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_options_menu.cc'
--- src/wui/game_options_menu.cc	2018-09-12 21:24:39 +0000
+++ src/wui/game_options_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_options_menu.h'
--- src/wui/game_options_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_options_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_options_sound_menu.cc'
--- src/wui/game_options_sound_menu.cc	2018-04-27 16:21:18 +0000
+++ src/wui/game_options_sound_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_options_sound_menu.h'
--- src/wui/game_options_sound_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_options_sound_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_statistics_menu.cc'
--- src/wui/game_statistics_menu.cc	2018-05-13 07:15:39 +0000
+++ src/wui/game_statistics_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_statistics_menu.h'
--- src/wui/game_statistics_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_statistics_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_summary.cc'
--- src/wui/game_summary.cc	2018-09-30 20:55:33 +0000
+++ src/wui/game_summary.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_summary.h'
--- src/wui/game_summary.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_summary.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_tips.cc'
--- src/wui/game_tips.cc	2018-08-22 07:48:40 +0000
+++ src/wui/game_tips.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/game_tips.h'
--- src/wui/game_tips.h	2018-04-07 16:59:00 +0000
+++ src/wui/game_tips.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/gamedetails.cc'
--- src/wui/gamedetails.cc	2018-07-19 16:43:14 +0000
+++ src/wui/gamedetails.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/gamedetails.h'
--- src/wui/gamedetails.h	2018-04-27 06:11:05 +0000
+++ src/wui/gamedetails.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/general_statistics_menu.cc'
--- src/wui/general_statistics_menu.cc	2018-04-27 06:11:05 +0000
+++ src/wui/general_statistics_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/general_statistics_menu.h'
--- src/wui/general_statistics_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/general_statistics_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/helpwindow.cc'
--- src/wui/helpwindow.cc	2018-07-08 09:18:33 +0000
+++ src/wui/helpwindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/helpwindow.h'
--- src/wui/helpwindow.h	2018-04-07 16:59:00 +0000
+++ src/wui/helpwindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/inputqueuedisplay.cc'
--- src/wui/inputqueuedisplay.cc	2018-09-10 05:59:47 +0000
+++ src/wui/inputqueuedisplay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/inputqueuedisplay.h'
--- src/wui/inputqueuedisplay.h	2018-12-13 07:24:01 +0000
+++ src/wui/inputqueuedisplay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_base.cc'
--- src/wui/interactive_base.cc	2018-12-13 07:24:01 +0000
+++ src/wui/interactive_base.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_base.h'
--- src/wui/interactive_base.h	2018-08-24 07:12:20 +0000
+++ src/wui/interactive_base.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_gamebase.cc'
--- src/wui/interactive_gamebase.cc	2018-12-13 07:24:01 +0000
+++ src/wui/interactive_gamebase.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_gamebase.h'
--- src/wui/interactive_gamebase.h	2018-09-25 06:32:35 +0000
+++ src/wui/interactive_gamebase.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_player.cc'
--- src/wui/interactive_player.cc	2018-12-13 07:24:01 +0000
+++ src/wui/interactive_player.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_player.h'
--- src/wui/interactive_player.h	2018-04-27 06:11:05 +0000
+++ src/wui/interactive_player.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_spectator.cc'
--- src/wui/interactive_spectator.cc	2018-09-29 14:35:29 +0000
+++ src/wui/interactive_spectator.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2018 by the Widelands Development Team
+ * Copyright (C) 2007-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/interactive_spectator.h'
--- src/wui/interactive_spectator.h	2018-04-07 16:59:00 +0000
+++ src/wui/interactive_spectator.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/itemwaresdisplay.cc'
--- src/wui/itemwaresdisplay.cc	2018-04-07 16:59:00 +0000
+++ src/wui/itemwaresdisplay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/itemwaresdisplay.h'
--- src/wui/itemwaresdisplay.h	2018-04-07 16:59:00 +0000
+++ src/wui/itemwaresdisplay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/load_or_save_game.cc'
--- src/wui/load_or_save_game.cc	2018-12-13 07:24:01 +0000
+++ src/wui/load_or_save_game.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/load_or_save_game.h'
--- src/wui/load_or_save_game.h	2018-11-08 02:19:21 +0000
+++ src/wui/load_or_save_game.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/login_box.cc'
--- src/wui/login_box.cc	2018-12-13 07:24:01 +0000
+++ src/wui/login_box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/login_box.h'
--- src/wui/login_box.h	2018-04-07 16:59:00 +0000
+++ src/wui/login_box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/logmessage.h'
--- src/wui/logmessage.h	2018-04-07 16:59:00 +0000
+++ src/wui/logmessage.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2018 by the Widelands Development Team
+ * Copyright (C) 2008-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/map_tags.cc'
--- src/wui/map_tags.cc	2018-04-07 16:59:00 +0000
+++ src/wui/map_tags.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/map_tags.h'
--- src/wui/map_tags.h	2018-04-07 16:59:00 +0000
+++ src/wui/map_tags.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapdata.cc'
--- src/wui/mapdata.cc	2018-04-07 16:59:00 +0000
+++ src/wui/mapdata.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapdata.h'
--- src/wui/mapdata.h	2018-04-07 16:59:00 +0000
+++ src/wui/mapdata.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapdetails.cc'
--- src/wui/mapdetails.cc	2018-12-13 07:24:01 +0000
+++ src/wui/mapdetails.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapdetails.h'
--- src/wui/mapdetails.h	2018-04-27 06:11:05 +0000
+++ src/wui/mapdetails.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/maptable.cc'
--- src/wui/maptable.cc	2018-04-27 06:11:05 +0000
+++ src/wui/maptable.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/maptable.h'
--- src/wui/maptable.h	2018-04-27 06:11:05 +0000
+++ src/wui/maptable.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapview.cc'
--- src/wui/mapview.cc	2018-04-27 06:11:05 +0000
+++ src/wui/mapview.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapview.h'
--- src/wui/mapview.h	2018-04-07 16:59:00 +0000
+++ src/wui/mapview.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapviewpixelconstants.h'
--- src/wui/mapviewpixelconstants.h	2018-04-07 16:59:00 +0000
+++ src/wui/mapviewpixelconstants.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapviewpixelfunctions.cc'
--- src/wui/mapviewpixelfunctions.cc	2018-12-13 07:24:01 +0000
+++ src/wui/mapviewpixelfunctions.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/mapviewpixelfunctions.h'
--- src/wui/mapviewpixelfunctions.h	2018-04-07 16:59:00 +0000
+++ src/wui/mapviewpixelfunctions.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/militarysitewindow.cc'
--- src/wui/militarysitewindow.cc	2018-08-14 13:40:46 +0000
+++ src/wui/militarysitewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/militarysitewindow.h'
--- src/wui/militarysitewindow.h	2018-08-14 13:40:46 +0000
+++ src/wui/militarysitewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/minimap.cc'
--- src/wui/minimap.cc	2018-04-27 06:11:05 +0000
+++ src/wui/minimap.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/minimap.h'
--- src/wui/minimap.h	2018-04-07 16:59:00 +0000
+++ src/wui/minimap.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/multiplayersetupgroup.cc'
--- src/wui/multiplayersetupgroup.cc	2018-12-13 07:24:01 +0000
+++ src/wui/multiplayersetupgroup.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/multiplayersetupgroup.h'
--- src/wui/multiplayersetupgroup.h	2018-07-08 13:53:45 +0000
+++ src/wui/multiplayersetupgroup.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/playerdescrgroup.cc'
--- src/wui/playerdescrgroup.cc	2018-07-07 20:22:12 +0000
+++ src/wui/playerdescrgroup.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/playerdescrgroup.h'
--- src/wui/playerdescrgroup.h	2018-05-26 16:16:46 +0000
+++ src/wui/playerdescrgroup.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/plot_area.cc'
--- src/wui/plot_area.cc	2018-07-08 13:53:45 +0000
+++ src/wui/plot_area.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/plot_area.h'
--- src/wui/plot_area.h	2018-12-13 07:24:01 +0000
+++ src/wui/plot_area.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/portdockwaresdisplay.cc'
--- src/wui/portdockwaresdisplay.cc	2018-12-13 07:24:01 +0000
+++ src/wui/portdockwaresdisplay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/portdockwaresdisplay.h'
--- src/wui/portdockwaresdisplay.h	2018-09-04 15:48:47 +0000
+++ src/wui/portdockwaresdisplay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/productionsitewindow.cc'
--- src/wui/productionsitewindow.cc	2018-12-13 07:24:01 +0000
+++ src/wui/productionsitewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/productionsitewindow.h'
--- src/wui/productionsitewindow.h	2018-08-14 13:40:46 +0000
+++ src/wui/productionsitewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/quicknavigation.cc'
--- src/wui/quicknavigation.cc	2018-04-07 16:59:00 +0000
+++ src/wui/quicknavigation.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/quicknavigation.h'
--- src/wui/quicknavigation.h	2018-04-07 16:59:00 +0000
+++ src/wui/quicknavigation.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2018 by the Widelands Development Team
+ * Copyright (C) 2010-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/seafaring_statistics_menu.cc'
--- src/wui/seafaring_statistics_menu.cc	2018-12-13 07:24:01 +0000
+++ src/wui/seafaring_statistics_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/seafaring_statistics_menu.h'
--- src/wui/seafaring_statistics_menu.h	2018-04-28 09:22:30 +0000
+++ src/wui/seafaring_statistics_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017-2018 by the Widelands Development Team
+ * Copyright (C) 2017-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/shipwindow.cc'
--- src/wui/shipwindow.cc	2018-12-13 07:24:01 +0000
+++ src/wui/shipwindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/shipwindow.h'
--- src/wui/shipwindow.h	2018-04-28 06:16:07 +0000
+++ src/wui/shipwindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2018 by the Widelands Development Team
+ * Copyright (C) 2011-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/soldiercapacitycontrol.cc'
--- src/wui/soldiercapacitycontrol.cc	2018-04-27 06:11:05 +0000
+++ src/wui/soldiercapacitycontrol.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/soldiercapacitycontrol.h'
--- src/wui/soldiercapacitycontrol.h	2018-04-07 16:59:00 +0000
+++ src/wui/soldiercapacitycontrol.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/soldierlist.cc'
--- src/wui/soldierlist.cc	2018-12-13 07:24:01 +0000
+++ src/wui/soldierlist.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/soldierlist.h'
--- src/wui/soldierlist.h	2018-04-07 16:59:00 +0000
+++ src/wui/soldierlist.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/stock_menu.cc'
--- src/wui/stock_menu.cc	2018-07-12 04:41:20 +0000
+++ src/wui/stock_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/stock_menu.h'
--- src/wui/stock_menu.h	2018-04-07 16:59:00 +0000
+++ src/wui/stock_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/story_message_box.cc'
--- src/wui/story_message_box.cc	2018-07-08 09:18:33 +0000
+++ src/wui/story_message_box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/story_message_box.h'
--- src/wui/story_message_box.h	2018-04-07 16:59:00 +0000
+++ src/wui/story_message_box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/suggested_teams_box.cc'
--- src/wui/suggested_teams_box.cc	2018-12-13 07:24:01 +0000
+++ src/wui/suggested_teams_box.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/suggested_teams_box.h'
--- src/wui/suggested_teams_box.h	2018-12-13 07:24:01 +0000
+++ src/wui/suggested_teams_box.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015-2018 by the Widelands Development Team
+ * Copyright (C) 2015-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/trainingsitewindow.cc'
--- src/wui/trainingsitewindow.cc	2018-08-14 13:40:46 +0000
+++ src/wui/trainingsitewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/trainingsitewindow.h'
--- src/wui/trainingsitewindow.h	2018-08-14 13:40:46 +0000
+++ src/wui/trainingsitewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/transport_draw.cc'
--- src/wui/transport_draw.cc	2018-12-13 07:24:01 +0000
+++ src/wui/transport_draw.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/tribal_encyclopedia.cc'
--- src/wui/tribal_encyclopedia.cc	2018-04-07 16:59:00 +0000
+++ src/wui/tribal_encyclopedia.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/tribal_encyclopedia.h'
--- src/wui/tribal_encyclopedia.h	2018-04-07 16:59:00 +0000
+++ src/wui/tribal_encyclopedia.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2018 by the Widelands Development Team
+ * Copyright (C) 2016-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/unique_window_handler.cc'
--- src/wui/unique_window_handler.cc	2018-04-07 16:59:00 +0000
+++ src/wui/unique_window_handler.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/unique_window_handler.h'
--- src/wui/unique_window_handler.h	2018-04-07 16:59:00 +0000
+++ src/wui/unique_window_handler.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2018 by the Widelands Development Team
+ * Copyright (C) 2006-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/ware_statistics_menu.cc'
--- src/wui/ware_statistics_menu.cc	2018-12-13 07:24:01 +0000
+++ src/wui/ware_statistics_menu.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/ware_statistics_menu.h'
--- src/wui/ware_statistics_menu.h	2018-04-27 06:11:05 +0000
+++ src/wui/ware_statistics_menu.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/warehousewindow.cc'
--- src/wui/warehousewindow.cc	2018-09-04 15:48:47 +0000
+++ src/wui/warehousewindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/warehousewindow.h'
--- src/wui/warehousewindow.h	2018-08-14 13:40:46 +0000
+++ src/wui/warehousewindow.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/waresdisplay.cc'
--- src/wui/waresdisplay.cc	2018-09-29 14:35:29 +0000
+++ src/wui/waresdisplay.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/waresdisplay.h'
--- src/wui/waresdisplay.h	2018-12-13 07:24:01 +0000
+++ src/wui/waresdisplay.h	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2018 by the Widelands Development Team
+ * Copyright (C) 2003-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'src/wui/watchwindow.cc'
--- src/wui/watchwindow.cc	2018-12-13 07:24:01 +0000
+++ src/wui/watchwindow.cc	2019-02-23 13:03:12 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2018 by the Widelands Development Team
+ * Copyright (C) 2002-2019 by the Widelands Development Team
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

=== modified file 'utils/win32/innosetup/Widelands.iss'
--- utils/win32/innosetup/Widelands.iss	2019-02-14 23:19:39 +0000
+++ utils/win32/innosetup/Widelands.iss	2019-02-23 13:03:12 +0000
@@ -22,7 +22,7 @@
 
 ;Version String
 #define Name "Widelands"
-#define Copyright "Widelands Development Team 2001-2018"
+#define Copyright "Widelands Development Team 2001-2019"
 
 ;General String
 #define Publisher "Widelands Development Team"


Follow ups