diff --git a/data/core/about.cfg b/data/core/about.cfg index 6a5776543259..3582b6ab84c0 100644 --- a/data/core/about.cfg +++ b/data/core/about.cfg @@ -124,7 +124,7 @@ email = "billybiset_AT_gmail.com" [/entry] [entry] - name = "Ignacio R. Morelle (shadowm)" + name = "Iris Morelle (shadowm)" comment = "Miscellaneous WML, i18n and UI features, improvements and bugfixes; refactoring and extension of add-ons management code; features and refactoring of image-path functions mechanism" email = "shadowm2006_AT_gmail.com" wikiuser = "Shadowmaster" @@ -259,7 +259,7 @@ comment = "Past release manager" [/entry] [entry] - name = "Ignacio R. Morelle (shadowm)" + name = "Iris Morelle (shadowm)" comment = "Past release manager (1.12.1-1.12.6 / 1.13.0-1.13.2)" email = "shadowm2006_AT_gmail.com" wikiuser = "Shadowmaster" @@ -622,7 +622,7 @@ comment = "dead great tree terrain" [/entry] [entry] - name = "Ignacio R. Morelle (shadowm)" + name = "Iris Morelle (shadowm)" comment = "Minor item/unit edits; animated lit brazier; ported gryphon rider animation to generic gryphon; Ancient Lich for 1.12.x" email = "shadowm2006_AT_gmail.com" wikiuser = "Shadowmaster" diff --git a/data/core/about_i18n.cfg b/data/core/about_i18n.cfg index df8f4c98feaf..cd6569940c88 100644 --- a/data/core/about_i18n.cfg +++ b/data/core/about_i18n.cfg @@ -1516,7 +1516,7 @@ sort=yes email = "gusgins_AT_gmail.com" [/entry] [entry] - name = "Ignacio R. Morelle (shadowm)" + name = "Iris Morelle (shadowm)" email = "shadowm2006_AT_gmail.com" wikiuser = "Shadowmaster" [/entry] diff --git a/src/addon/client.cpp b/src/addon/client.cpp index 2f5e2de3f199..959e1f40bf62 100644 --- a/src/addon/client.cpp +++ b/src/addon/client.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio Riquelme Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/client.hpp b/src/addon/client.hpp index 618f02e533f0..d8165b94dc5a 100644 --- a/src/addon/client.hpp +++ b/src/addon/client.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio Riquelme Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/info.cpp b/src/addon/info.cpp index 3e8bd46c90c1..f2af4b6a4332 100644 --- a/src/addon/info.cpp +++ b/src/addon/info.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/info.hpp b/src/addon/info.hpp index fe3fa75a7f50..518cb7159118 100644 --- a/src/addon/info.hpp +++ b/src/addon/info.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio R. Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/manager.cpp b/src/addon/manager.cpp index b804b2d476f3..099e45d52c0a 100644 --- a/src/addon/manager.cpp +++ b/src/addon/manager.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio R. Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/manager.hpp b/src/addon/manager.hpp index ad41068cf561..c3e06582b030 100644 --- a/src/addon/manager.hpp +++ b/src/addon/manager.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio R. Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/manager_ui.cpp b/src/addon/manager_ui.cpp index 9957751c82d8..0c5cd7df5646 100644 --- a/src/addon/manager_ui.cpp +++ b/src/addon/manager_ui.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio Riquelme Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/manager_ui.hpp b/src/addon/manager_ui.hpp index 30aa5dbaf51e..703d2975b806 100644 --- a/src/addon/manager_ui.hpp +++ b/src/addon/manager_ui.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio Riquelme Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/state.cpp b/src/addon/state.cpp index 156c1a7c3c49..53d68565256d 100644 --- a/src/addon/state.cpp +++ b/src/addon/state.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/state.hpp b/src/addon/state.hpp index 1aacdee7065d..433a8cc7bca1 100644 --- a/src/addon/state.hpp +++ b/src/addon/state.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/validation.cpp b/src/addon/validation.cpp index 5aa6d7c0a619..d7d2cfee62ea 100644 --- a/src/addon/validation.cpp +++ b/src/addon/validation.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio R. Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/addon/validation.hpp b/src/addon/validation.hpp index d834bbbb590e..22b448d3e43c 100644 --- a/src/addon/validation.hpp +++ b/src/addon/validation.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2008 by David White - 2008 - 2015 by Ignacio R. Morelle + 2008 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/build_info.cpp b/src/build_info.cpp index 906619d1c3fe..8ca133deee5f 100644 --- a/src/build_info.cpp +++ b/src/build_info.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/build_info.hpp b/src/build_info.hpp index 553028acb58d..2085717557a0 100644 --- a/src/build_info.hpp +++ b/src/build_info.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/addon_utils.cpp b/src/campaign_server/addon_utils.cpp index fb90b99e260b..17be7f83c96a 100644 --- a/src/campaign_server/addon_utils.cpp +++ b/src/campaign_server/addon_utils.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2018 by David White - 2013 - 2015 by Ignacio Riquelme Morelle + 2013 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/addon_utils.hpp b/src/campaign_server/addon_utils.hpp index 7c8d8151adf8..32cd296f9cee 100644 --- a/src/campaign_server/addon_utils.hpp +++ b/src/campaign_server/addon_utils.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2018 by David White - 2013 - 2015 by Ignacio Riquelme Morelle + 2013 - 2015 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/blacklist.cpp b/src/campaign_server/blacklist.cpp index 961782e45323..f5ae2d9e3b8c 100644 --- a/src/campaign_server/blacklist.cpp +++ b/src/campaign_server/blacklist.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/blacklist.hpp b/src/campaign_server/blacklist.hpp index 7a357a6fe0fa..577e6f97ba25 100644 --- a/src/campaign_server/blacklist.hpp +++ b/src/campaign_server/blacklist.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/control.hpp b/src/campaign_server/control.hpp index b8198e393c7f..bf68300250e8 100644 --- a/src/campaign_server/control.hpp +++ b/src/campaign_server/control.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/fs_commit.cpp b/src/campaign_server/fs_commit.cpp index f6b2bdb02b1a..4f73068fa1e6 100644 --- a/src/campaign_server/fs_commit.cpp +++ b/src/campaign_server/fs_commit.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 - 2018 by Ignacio R. Morelle + Copyright (C) 2016 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/campaign_server/fs_commit.hpp b/src/campaign_server/fs_commit.hpp index b67084999a00..3786fd8d9c96 100644 --- a/src/campaign_server/fs_commit.hpp +++ b/src/campaign_server/fs_commit.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 - 2018 by Ignacio R. Morelle + Copyright (C) 2016 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/open.cpp b/src/desktop/open.cpp index 5600ab13fffc..fa16072448c3 100644 --- a/src/desktop/open.cpp +++ b/src/desktop/open.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/open.hpp b/src/desktop/open.hpp index 2f6847b7426c..5a608328c74d 100644 --- a/src/desktop/open.hpp +++ b/src/desktop/open.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/paths.cpp b/src/desktop/paths.cpp index ef103dd69250..d9493de9fd88 100644 --- a/src/desktop/paths.cpp +++ b/src/desktop/paths.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 - 2018 by Ignacio R. Morelle + Copyright (C) 2016 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/paths.hpp b/src/desktop/paths.hpp index 20410a3bde8f..c23d53f5eecd 100644 --- a/src/desktop/paths.hpp +++ b/src/desktop/paths.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 - 2018 by Ignacio R. Morelle + Copyright (C) 2016 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/version.cpp b/src/desktop/version.cpp index dc8cd67c2cc8..325f622465a4 100644 --- a/src/desktop/version.cpp +++ b/src/desktop/version.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/desktop/version.hpp b/src/desktop/version.hpp index f7999c58e85e..002749c358ae 100644 --- a/src/desktop/version.hpp +++ b/src/desktop/version.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/font/font_options.hpp b/src/font/font_options.hpp index de7b6a48d87f..786a001219cf 100644 --- a/src/font/font_options.hpp +++ b/src/font/font_options.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio R. Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/addon/uninstall_list.cpp b/src/gui/dialogs/addon/uninstall_list.cpp index f813d20e35ad..8d4e32c30dd9 100644 --- a/src/gui/dialogs/addon/uninstall_list.cpp +++ b/src/gui/dialogs/addon/uninstall_list.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/addon/uninstall_list.hpp b/src/gui/dialogs/addon/uninstall_list.hpp index d14bbf722ecf..2ffb90929f61 100644 --- a/src/gui/dialogs/addon/uninstall_list.hpp +++ b/src/gui/dialogs/addon/uninstall_list.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/campaign_difficulty.cpp b/src/gui/dialogs/campaign_difficulty.cpp index 52a2015f7411..c542883241b4 100644 --- a/src/gui/dialogs/campaign_difficulty.cpp +++ b/src/gui/dialogs/campaign_difficulty.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/campaign_difficulty.hpp b/src/gui/dialogs/campaign_difficulty.hpp index 19865284c786..fb937e3c8fa6 100644 --- a/src/gui/dialogs/campaign_difficulty.hpp +++ b/src/gui/dialogs/campaign_difficulty.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/edit_label.cpp b/src/gui/dialogs/edit_label.cpp index 834ba28f792d..0ecd38d337ea 100644 --- a/src/gui/dialogs/edit_label.cpp +++ b/src/gui/dialogs/edit_label.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/edit_label.hpp b/src/gui/dialogs/edit_label.hpp index 2a73b622a536..92a1ca50ea03 100644 --- a/src/gui/dialogs/edit_label.hpp +++ b/src/gui/dialogs/edit_label.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/edit_text.cpp b/src/gui/dialogs/edit_text.cpp index 503bc871ac9d..f53179a66fc4 100644 --- a/src/gui/dialogs/edit_text.cpp +++ b/src/gui/dialogs/edit_text.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/edit_text.hpp b/src/gui/dialogs/edit_text.hpp index bf6153f0616d..45bf11ee3a47 100644 --- a/src/gui/dialogs/edit_text.hpp +++ b/src/gui/dialogs/edit_text.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/editor/edit_label.hpp b/src/gui/dialogs/editor/edit_label.hpp index f02b6596d5a7..3cbd3052f822 100644 --- a/src/gui/dialogs/editor/edit_label.hpp +++ b/src/gui/dialogs/editor/edit_label.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/editor/set_starting_position.cpp b/src/gui/dialogs/editor/set_starting_position.cpp index 85aa07fe035f..165103c72506 100644 --- a/src/gui/dialogs/editor/set_starting_position.cpp +++ b/src/gui/dialogs/editor/set_starting_position.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/editor/set_starting_position.hpp b/src/gui/dialogs/editor/set_starting_position.hpp index ea3b1550edab..7db02e3dce91 100644 --- a/src/gui/dialogs/editor/set_starting_position.hpp +++ b/src/gui/dialogs/editor/set_starting_position.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/file_dialog.cpp b/src/gui/dialogs/file_dialog.cpp index ffabe35a084e..836ece45abb6 100644 --- a/src/gui/dialogs/file_dialog.cpp +++ b/src/gui/dialogs/file_dialog.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011, 2018 by Ignacio R. Morelle + Copyright (C) 2011, 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/file_dialog.hpp b/src/gui/dialogs/file_dialog.hpp index 8f7ee79f3d35..f4392d48c3c7 100644 --- a/src/gui/dialogs/file_dialog.hpp +++ b/src/gui/dialogs/file_dialog.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011, 2018 by Ignacio R. Morelle + Copyright (C) 2011, 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/folder_create.cpp b/src/gui/dialogs/folder_create.cpp index d30891c40cb8..56e3aa674214 100644 --- a/src/gui/dialogs/folder_create.cpp +++ b/src/gui/dialogs/folder_create.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/folder_create.hpp b/src/gui/dialogs/folder_create.hpp index 60174c63902c..8e6774f8506a 100644 --- a/src/gui/dialogs/folder_create.hpp +++ b/src/gui/dialogs/folder_create.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2011 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/game_cache_options.cpp b/src/gui/dialogs/game_cache_options.cpp index a3047f8f18b6..d626dba468ee 100644 --- a/src/gui/dialogs/game_cache_options.cpp +++ b/src/gui/dialogs/game_cache_options.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/game_cache_options.hpp b/src/gui/dialogs/game_cache_options.hpp index daab7ab207ff..ba27ed750a64 100644 --- a/src/gui/dialogs/game_cache_options.hpp +++ b/src/gui/dialogs/game_cache_options.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/game_version.cpp b/src/gui/dialogs/game_version.cpp index 62bdc37bff29..3677747e8b64 100644 --- a/src/gui/dialogs/game_version.cpp +++ b/src/gui/dialogs/game_version.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/game_version.hpp b/src/gui/dialogs/game_version.hpp index 36224253077a..8da67006a1cb 100644 --- a/src/gui/dialogs/game_version.hpp +++ b/src/gui/dialogs/game_version.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/mp_host_game_prompt.cpp b/src/gui/dialogs/multiplayer/mp_host_game_prompt.cpp index a79ff50e5908..6fb84d6f670a 100644 --- a/src/gui/dialogs/multiplayer/mp_host_game_prompt.cpp +++ b/src/gui/dialogs/multiplayer/mp_host_game_prompt.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2008 - 2018 by Jörg Hinrichs - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/mp_host_game_prompt.hpp b/src/gui/dialogs/multiplayer/mp_host_game_prompt.hpp index 5be946aa4338..b3725bff2182 100644 --- a/src/gui/dialogs/multiplayer/mp_host_game_prompt.hpp +++ b/src/gui/dialogs/multiplayer/mp_host_game_prompt.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2008 - 2018 by Jörg Hinrichs - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp b/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp index 351a2b98c195..ce99caa192bf 100644 --- a/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp +++ b/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp b/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp index c44bc06b4d61..59274d6af56a 100644 --- a/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp +++ b/src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/synced_choice_wait.cpp b/src/gui/dialogs/multiplayer/synced_choice_wait.cpp index 09fbd91a6612..d32b1daa93f6 100644 --- a/src/gui/dialogs/multiplayer/synced_choice_wait.cpp +++ b/src/gui/dialogs/multiplayer/synced_choice_wait.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/multiplayer/synced_choice_wait.hpp b/src/gui/dialogs/multiplayer/synced_choice_wait.hpp index 719ef8e649bc..abea1ed028a4 100644 --- a/src/gui/dialogs/multiplayer/synced_choice_wait.hpp +++ b/src/gui/dialogs/multiplayer/synced_choice_wait.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/preferences_dialog.cpp b/src/gui/dialogs/preferences_dialog.cpp index ffde74d5be37..47521cdce792 100644 --- a/src/gui/dialogs/preferences_dialog.cpp +++ b/src/gui/dialogs/preferences_dialog.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011, 2015 by Ignacio R. Morelle + Copyright (C) 2011, 2015 by Iris Morelle Copyright (C) 2016 - 2018 by Charles Dang Part of the Battle for Wesnoth Project http://www.wesnoth.org/ diff --git a/src/gui/dialogs/preferences_dialog.hpp b/src/gui/dialogs/preferences_dialog.hpp index 45b72fe2db2a..20d31c5df0a3 100644 --- a/src/gui/dialogs/preferences_dialog.hpp +++ b/src/gui/dialogs/preferences_dialog.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2011, 2015 by Ignacio R. Morelle + Copyright (C) 2011, 2015 by Iris Morelle Copyright (C) 2016 - 2018 by Charles Dang Part of the Battle for Wesnoth Project http://www.wesnoth.org/ diff --git a/src/gui/dialogs/screenshot_notification.cpp b/src/gui/dialogs/screenshot_notification.cpp index c6954d5cecd5..0384653ad2e4 100644 --- a/src/gui/dialogs/screenshot_notification.cpp +++ b/src/gui/dialogs/screenshot_notification.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/screenshot_notification.hpp b/src/gui/dialogs/screenshot_notification.hpp index 173e4b5dbe80..c66582b8acc5 100644 --- a/src/gui/dialogs/screenshot_notification.hpp +++ b/src/gui/dialogs/screenshot_notification.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2013 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/simple_item_selector.cpp b/src/gui/dialogs/simple_item_selector.cpp index f0f98fed59e7..06514a065471 100644 --- a/src/gui/dialogs/simple_item_selector.cpp +++ b/src/gui/dialogs/simple_item_selector.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/simple_item_selector.hpp b/src/gui/dialogs/simple_item_selector.hpp index dd24c38b9121..3f025b72dcf2 100644 --- a/src/gui/dialogs/simple_item_selector.hpp +++ b/src/gui/dialogs/simple_item_selector.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2010 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/theme_list.cpp b/src/gui/dialogs/theme_list.cpp index fc44f71f2fb4..f47b20ab5086 100644 --- a/src/gui/dialogs/theme_list.cpp +++ b/src/gui/dialogs/theme_list.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/theme_list.hpp b/src/gui/dialogs/theme_list.hpp index 24ba5c9b4e65..c6fac7e65f1c 100644 --- a/src/gui/dialogs/theme_list.hpp +++ b/src/gui/dialogs/theme_list.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/unit_create.cpp b/src/gui/dialogs/unit_create.cpp index c8917a6a25a0..ba1109cba6d5 100644 --- a/src/gui/dialogs/unit_create.cpp +++ b/src/gui/dialogs/unit_create.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/unit_create.hpp b/src/gui/dialogs/unit_create.hpp index d48d1753644e..e37c115aec96 100644 --- a/src/gui/dialogs/unit_create.hpp +++ b/src/gui/dialogs/unit_create.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/wml_error.cpp b/src/gui/dialogs/wml_error.cpp index 71725ee9e536..8fd36e9c9a38 100644 --- a/src/gui/dialogs/wml_error.cpp +++ b/src/gui/dialogs/wml_error.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio R. Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/gui/dialogs/wml_error.hpp b/src/gui/dialogs/wml_error.hpp index 9ae24a2a9f5c..237c57d62df3 100644 --- a/src/gui/dialogs/wml_error.hpp +++ b/src/gui/dialogs/wml_error.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio R. Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/image_modifications.cpp b/src/image_modifications.cpp index d393b59ec5b5..76fff988e1a4 100644 --- a/src/image_modifications.cpp +++ b/src/image_modifications.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/image_modifications.hpp b/src/image_modifications.hpp index 814705fedbe7..59792b8fb764 100644 --- a/src/image_modifications.hpp +++ b/src/image_modifications.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/libc_error.hpp b/src/libc_error.hpp index 6b6949b640ac..b99304ba75f5 100644 --- a/src/libc_error.hpp +++ b/src/libc_error.hpp @@ -1,5 +1,5 @@ /* - By Ignacio Riquelme Morelle + By Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ The contents of this file are placed in the public domain. diff --git a/src/log_windows.cpp b/src/log_windows.cpp index 0f58064a830e..4d0dbd57615a 100644 --- a/src/log_windows.cpp +++ b/src/log_windows.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/log_windows.hpp b/src/log_windows.hpp index 77856060c90b..578a832d35bc 100644 --- a/src/log_windows.hpp +++ b/src/log_windows.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2014 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/sound_music_track.cpp b/src/sound_music_track.cpp index 9d91d95903cf..c74e056c04e6 100644 --- a/src/sound_music_track.cpp +++ b/src/sound_music_track.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2018 by David White - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/sound_music_track.hpp b/src/sound_music_track.hpp index 9a12b302378f..943746ba2ea5 100644 --- a/src/sound_music_track.hpp +++ b/src/sound_music_track.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2018 by David White - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/controller.cpp b/src/storyscreen/controller.cpp index a56026f9fe11..2f3091d21351 100644 --- a/src/storyscreen/controller.cpp +++ b/src/storyscreen/controller.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003 - 2018 by David White - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/controller.hpp b/src/storyscreen/controller.hpp index 19ba873a3603..c71139d4d3bf 100644 --- a/src/storyscreen/controller.hpp +++ b/src/storyscreen/controller.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/parser.cpp b/src/storyscreen/parser.cpp index d9b594e72729..709ca18d5552 100644 --- a/src/storyscreen/parser.cpp +++ b/src/storyscreen/parser.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/parser.hpp b/src/storyscreen/parser.hpp index f9d95f58c8f9..ff7d6481b1ef 100644 --- a/src/storyscreen/parser.hpp +++ b/src/storyscreen/parser.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/part.cpp b/src/storyscreen/part.cpp index f56850434e6d..76b53ff14b5d 100644 --- a/src/storyscreen/part.cpp +++ b/src/storyscreen/part.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/storyscreen/part.hpp b/src/storyscreen/part.hpp index c670adc0c524..8a6bdd207675 100644 --- a/src/storyscreen/part.hpp +++ b/src/storyscreen/part.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 - 2018 by Ignacio R. Morelle + Copyright (C) 2009 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/tests/test_addons.cpp b/src/tests/test_addons.cpp index 12b0db7cc9d8..6dbf34498cbe 100644 --- a/src/tests/test_addons.cpp +++ b/src/tests/test_addons.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 - 2018 by Ignacio Riquelme Morelle + Copyright (C) 2012 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/tests/test_filesystem.cpp b/src/tests/test_filesystem.cpp index 658bbafcf02f..1c9bbef2cdf8 100644 --- a/src/tests/test_filesystem.cpp +++ b/src/tests/test_filesystem.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 - 2018 by Ignacio R. Morelle + Copyright (C) 2015 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/tests/test_version.cpp b/src/tests/test_version.cpp index 82187de9d8ca..0650d7b28404 100644 --- a/src/tests/test_version.cpp +++ b/src/tests/test_version.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 - 2018 by Ignacio R. Morelle + Copyright (C) 2008 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/version.cpp b/src/version.cpp index 371520ab2364..1550d4b10d0e 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 - 2018 by Ignacio R. Morelle + Copyright (C) 2008 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/src/version.hpp b/src/version.hpp index ae8b349de1da..67f5bf2a1699 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 - 2018 by Ignacio R. Morelle + Copyright (C) 2008 - 2018 by Iris Morelle Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify diff --git a/utils/wesnoth-optipng b/utils/wesnoth-optipng index 6a3062a97360..25d6121efaaa 100755 --- a/utils/wesnoth-optipng +++ b/utils/wesnoth-optipng @@ -8,7 +8,7 @@ # Copyright (C) 2004 by Crossbow/Miyo # Copyright (C) 2005 by Isaac Clerencia # * (Ruby-ification and some features) -# Copyright (C) 2008 by Ignacio Riquelme Morelle +# Copyright (C) 2008 by Iris Morelle # and Fabio Pedretti # * (De-ruby-ification and some other features) # * (Added advdef support)