jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/653403 )
Change subject: [doc] Update copyright string ......................................................................
[doc] Update copyright string
Also remove magic coding comment
Change-Id: I06316168c74c594b881fca81813d972a7542eef5 --- M pywikibot/families/wikibooks_family.py M pywikibot/families/wikipedia_family.py M pywikibot/families/wikiquote_family.py M pywikibot/families/wikisource_family.py M pywikibot/families/wiktionary_family.py M pywikibot/family.py M tests/logentries_tests.py 7 files changed, 6 insertions(+), 13 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikibooks_family.py b/pywikibot/families/wikibooks_family.py index c00ff19..18b201b 100644 --- a/pywikibot/families/wikibooks_family.py +++ b/pywikibot/families/wikibooks_family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Family module for Wikibooks.""" # -# (C) Pywikibot team, 2005-2020 +# (C) Pywikibot team, 2005-2021 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py index 95cedae..39972d6 100644 --- a/pywikibot/families/wikipedia_family.py +++ b/pywikibot/families/wikipedia_family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Family module for Wikipedia.""" # -# (C) Pywikibot team, 2004-2020 +# (C) Pywikibot team, 2004-2021 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikiquote_family.py b/pywikibot/families/wikiquote_family.py index 7fda4c7..ab36f3b 100644 --- a/pywikibot/families/wikiquote_family.py +++ b/pywikibot/families/wikiquote_family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Family module for Wikiquote.""" # -# (C) Pywikibot team, 2005-2020 +# (C) Pywikibot team, 2005-2021 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py index 1e45a24..d5917ca 100644 --- a/pywikibot/families/wikisource_family.py +++ b/pywikibot/families/wikisource_family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Family module for Wikisource.""" # -# (C) Pywikibot team, 2004-2020 +# (C) Pywikibot team, 2004-2021 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wiktionary_family.py b/pywikibot/families/wiktionary_family.py index a9b52e2..2eb6931 100644 --- a/pywikibot/families/wiktionary_family.py +++ b/pywikibot/families/wiktionary_family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Family module for Wiktionary.""" # -# (C) Pywikibot team, 2005-2020 +# (C) Pywikibot team, 2005-2021 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/family.py b/pywikibot/family.py index e13d49a..16b5bec 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- """Objects representing MediaWiki families.""" # -# (C) Pywikibot team, 2004-2020 +# (C) Pywikibot team, 2004-2021 # # Distributed under the terms of the MIT license. # diff --git a/tests/logentries_tests.py b/tests/logentries_tests.py index de1e7ec..b4bae4e 100644 --- a/tests/logentries_tests.py +++ b/tests/logentries_tests.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """Test logentries module.""" # # (C) Pywikibot team, 2015-2021
pywikibot-commits@lists.wikimedia.org