jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/435640 )
Change subject: [doc] Update copyright string ......................................................................
[doc] Update copyright string
Follow-up for I2a3cb83c5fb
Change-Id: I550910e8e8bbefff2bb0a8264fcc9e958da5f539 --- M pywikibot/families/meta_family.py M pywikibot/families/outreach_family.py M pywikibot/families/species_family.py M pywikibot/families/strategy_family.py M pywikibot/families/wikidata_family.py M pywikibot/families/wikimania_family.py M pywikibot/families/wikinews_family.py M pywikibot/families/wikisource_family.py M pywikibot/families/wikiversity_family.py M pywikibot/families/wikivoyage_family.py M pywikibot/families/wowwiki_family.py 11 files changed, 11 insertions(+), 11 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/meta_family.py b/pywikibot/families/meta_family.py index 3bb6146..a193e72 100644 --- a/pywikibot/families/meta_family.py +++ b/pywikibot/families/meta_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Meta Wiki.""" # -# (C) Pywikibot team, 2005-2016 +# (C) Pywikibot team, 2005-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/outreach_family.py b/pywikibot/families/outreach_family.py index d1fe3f9..76e8fb6 100644 --- a/pywikibot/families/outreach_family.py +++ b/pywikibot/families/outreach_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikimedia outreach wiki.""" # -# (C) Pywikibot team, 2014-2015 +# (C) Pywikibot team, 2014-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/species_family.py b/pywikibot/families/species_family.py index 26851ce..07604d6 100644 --- a/pywikibot/families/species_family.py +++ b/pywikibot/families/species_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikimedia species wiki.""" # -# (C) Pywikibot team, 2007-2015 +# (C) Pywikibot team, 2007-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/strategy_family.py b/pywikibot/families/strategy_family.py index 87d799c..8cb4cc4 100644 --- a/pywikibot/families/strategy_family.py +++ b/pywikibot/families/strategy_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikimedia Strategy Wiki.""" # -# (C) Pywikibot team, 2009-2015 +# (C) Pywikibot team, 2009-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikidata_family.py b/pywikibot/families/wikidata_family.py index 742f489..2ae5b70 100644 --- a/pywikibot/families/wikidata_family.py +++ b/pywikibot/families/wikidata_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikidata.""" # -# (C) Pywikibot team, 2012-2017 +# (C) Pywikibot team, 2012-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikimania_family.py b/pywikibot/families/wikimania_family.py index 51afca4..2f12952 100644 --- a/pywikibot/families/wikimania_family.py +++ b/pywikibot/families/wikimania_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikimania wikis.""" # -# (C) Pywikibot team, 2017 +# (C) Pywikibot team, 2017-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikinews_family.py b/pywikibot/families/wikinews_family.py index 5d317ae..db37046 100644 --- a/pywikibot/families/wikinews_family.py +++ b/pywikibot/families/wikinews_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikinews.""" # -# (C) Pywikibot team, 2005-2017 +# (C) Pywikibot team, 2005-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py index 246118f..dd28a37 100644 --- a/pywikibot/families/wikisource_family.py +++ b/pywikibot/families/wikisource_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikisource.""" # -# (C) Pywikibot team, 2004-2017 +# (C) Pywikibot team, 2004-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikiversity_family.py b/pywikibot/families/wikiversity_family.py index f7210d3..140992a 100644 --- a/pywikibot/families/wikiversity_family.py +++ b/pywikibot/families/wikiversity_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikiversity.""" # -# (C) Pywikibot team, 2007-2017 +# (C) Pywikibot team, 2007-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikivoyage_family.py b/pywikibot/families/wikivoyage_family.py index 7d5131d..22d340f 100644 --- a/pywikibot/families/wikivoyage_family.py +++ b/pywikibot/families/wikivoyage_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikivoyage.""" # -# (C) Pywikibot team, 2012-2017 +# (C) Pywikibot team, 2012-2018 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wowwiki_family.py b/pywikibot/families/wowwiki_family.py index 4d5ef32..47a4cf2 100644 --- a/pywikibot/families/wowwiki_family.py +++ b/pywikibot/families/wowwiki_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for WOW Wiki.""" # -# (C) Pywikibot team, 2009-2015 +# (C) Pywikibot team, 2009-2018 # # Distributed under the terms of the MIT license. #
pywikibot-commits@lists.wikimedia.org