Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/880434 )

Change subject: [doc] Update copyright year
......................................................................

[doc] Update copyright year

Change-Id: I01281c7efeb7b7fadb02f8b1100482da4a6d3233
---
M pywikibot/data/memento.py
M tests/generate_user_files_tests.py
M tests/harvest_template_tests.py
M tests/aspects.py
M tests/tools_tests.py
M pywikibot/scripts/wrapper.py
M scripts/clean_sandbox.py
M tests/gui_tests.py
M tests/tests_tests.py
M pywikibot/tools/itertools.py
M pywikibot/site_detect.py
M tests/make_dist_tests.py
M pywikibot/flow.py
M pywikibot/page/__init__.py
M tests/wikiblame_tests.py
M pywikibot/site/_tokenwallet.py
M pywikibot/data/api/__init__.py
M pywikibot/page/_toolforge.py
M pywikibot/__metadata__.py
M scripts/replicate_wiki.py
M tests/site_generators_tests.py
M scripts/create_isbn_edition.py
M pywikibot/comms/http.py
M scripts/archivebot.py
M tests/interwikimap_tests.py
M make_dist.py
M pywikibot/xmlreader.py
M tests/cache_tests.py
M tests/dry_api_tests.py
M tests/flow_thanks_tests.py
M pywikibot/site/_apisite.py
M pywikibot/site/_basesite.py
M scripts/delinker.py
M tests/checkimages_tests.py
M pywikibot/userinterfaces/gui.py
M tests/api_tests.py
36 files changed, 45 insertions(+), 36 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/make_dist.py b/make_dist.py
index 01308c2..4c75e43 100755
--- a/make_dist.py
+++ b/make_dist.py
@@ -37,7 +37,7 @@
    - `nodist` option was added
 """
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index fb25171..152253c 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -3,7 +3,7 @@
 .. versionadded:: 4.0
 """
 #
-# (C) Pywikibot team, 2020-2022
+# (C) Pywikibot team, 2020-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py
index 9531757..7828acf 100644
--- a/pywikibot/comms/http.py
+++ b/pywikibot/comms/http.py
@@ -26,7 +26,7 @@
    Cookies are lazy loaded when logging to site.
 """
 #
-# (C) Pywikibot team, 2007-2022
+# (C) Pywikibot team, 2007-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/data/api/__init__.py b/pywikibot/data/api/__init__.py
index 81f5c26..75e0351 100644
--- a/pywikibot/data/api/__init__.py
+++ b/pywikibot/data/api/__init__.py
@@ -1,6 +1,6 @@
 """Interface to Mediawiki's api.php."""
 #
-# (C) Pywikibot team, 2014-2022
+# (C) Pywikibot team, 2014-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/data/memento.py b/pywikibot/data/memento.py
index 14244a0..af2c085 100644
--- a/pywikibot/data/memento.py
+++ b/pywikibot/data/memento.py
@@ -9,7 +9,7 @@
 # Parts of MementoClient class codes are
 # licensed under the BSD open source software license.
 #
-# (C) Pywikibot team, 2015-2022
+# (C) Pywikibot team, 2015-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/flow.py b/pywikibot/flow.py
index 1af55ad..76b090f 100644
--- a/pywikibot/flow.py
+++ b/pywikibot/flow.py
@@ -1,6 +1,6 @@
 """Objects representing Flow entities, like boards, topics, and posts."""
 #
-# (C) Pywikibot team, 2015-2022
+# (C) Pywikibot team, 2015-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/page/__init__.py b/pywikibot/page/__init__.py
index bd9c70f..96b37aa 100644
--- a/pywikibot/page/__init__.py
+++ b/pywikibot/page/__init__.py
@@ -1,6 +1,6 @@
 """Interface of various types of MediaWiki pages."""
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/page/_toolforge.py b/pywikibot/page/_toolforge.py
index 503e670..85654cc 100644
--- a/pywikibot/page/_toolforge.py
+++ b/pywikibot/page/_toolforge.py
@@ -3,7 +3,7 @@
 .. versionadded:: 7.7
 """
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/scripts/wrapper.py b/pywikibot/scripts/wrapper.py
index 93ad965..abb5d5c 100755
--- a/pywikibot/scripts/wrapper.py
+++ b/pywikibot/scripts/wrapper.py
@@ -38,7 +38,7 @@
    renamed to wrapper.py
 """
 #
-# (C) Pywikibot team, 2012-2022
+# (C) Pywikibot team, 2012-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/site/_apisite.py b/pywikibot/site/_apisite.py
index 59a1522..01ee1ac 100644
--- a/pywikibot/site/_apisite.py
+++ b/pywikibot/site/_apisite.py
@@ -1,6 +1,6 @@
 """Objects representing API interface to MediaWiki site."""
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/site/_basesite.py b/pywikibot/site/_basesite.py
index 4b6e296..92b79d7 100644
--- a/pywikibot/site/_basesite.py
+++ b/pywikibot/site/_basesite.py
@@ -1,6 +1,6 @@
 """Objects with site methods independent of the communication interface."""
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/site/_tokenwallet.py b/pywikibot/site/_tokenwallet.py
index 1e1de18..5ffd72f 100644
--- a/pywikibot/site/_tokenwallet.py
+++ b/pywikibot/site/_tokenwallet.py
@@ -1,6 +1,6 @@
 """Objects representing api tokens."""
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/site_detect.py b/pywikibot/site_detect.py
index bb44038..8a266d2 100644
--- a/pywikibot/site_detect.py
+++ b/pywikibot/site_detect.py
@@ -1,6 +1,6 @@
 """Classes for detecting a MediaWiki site."""
 #
-# (C) Pywikibot team, 2010-2022
+# (C) Pywikibot team, 2010-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/tools/itertools.py b/pywikibot/tools/itertools.py
index 36f916d..56e09ad 100644
--- a/pywikibot/tools/itertools.py
+++ b/pywikibot/tools/itertools.py
@@ -4,7 +4,7 @@
    in :mod:`backports`
 """
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/userinterfaces/gui.py b/pywikibot/userinterfaces/gui.py
index 5640915..4aab52a 100644
--- a/pywikibot/userinterfaces/gui.py
+++ b/pywikibot/userinterfaces/gui.py
@@ -5,7 +5,7 @@
 .. note:: tkinter module is required
 """
 #
-# (C) Pywikibot team, 2003-2022
+# (C) Pywikibot team, 2003-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/pywikibot/xmlreader.py b/pywikibot/xmlreader.py
index 4195a79..1b4c92d 100644
--- a/pywikibot/xmlreader.py
+++ b/pywikibot/xmlreader.py
@@ -11,7 +11,7 @@
    vulnerable XML attacks. *defusedxml* 0.7.1 or higher is recommended.
 """
 #
-# (C) Pywikibot team, 2005-2022
+# (C) Pywikibot team, 2005-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/archivebot.py b/scripts/archivebot.py
index e57e547..be3ab17 100755
--- a/scripts/archivebot.py
+++ b/scripts/archivebot.py
@@ -116,7 +116,7 @@
    `-sort` and `-async` options were added.
 """
 #
-# (C) Pywikibot team, 2006-2022
+# (C) Pywikibot team, 2006-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py
index 1cb6f34..bd92d9d 100755
--- a/scripts/clean_sandbox.py
+++ b/scripts/clean_sandbox.py
@@ -43,7 +43,7 @@
     delay: 7
 """
 #
-# (C) Pywikibot team, 2006-2022
+# (C) Pywikibot team, 2006-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/create_isbn_edition.py b/scripts/create_isbn_edition.py
index 9849520..29ef0b1 100755
--- a/scripts/create_isbn_edition.py
+++ b/scripts/create_isbn_edition.py
@@ -251,7 +251,7 @@
 .. versionadded:: 7.7
 """  # noqa: E501, W605
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/delinker.py b/scripts/delinker.py
index e9a5fb4..cd26a57 100755
--- a/scripts/delinker.py
+++ b/scripts/delinker.py
@@ -30,7 +30,7 @@
    This script is completely rewriten from compat branch.
 """
 #
-# (C) Pywikibot team, 2006-2022
+# (C) Pywikibot team, 2006-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/scripts/replicate_wiki.py b/scripts/replicate_wiki.py
index f128eee..7655fed 100755
--- a/scripts/replicate_wiki.py
+++ b/scripts/replicate_wiki.py
@@ -38,7 +38,7 @@
  destination_wiki       destination wiki(s)
 """
 #
-# (C) Pywikibot team, 2012-2022
+# (C) Pywikibot team, 2012-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/api_tests.py b/tests/api_tests.py
index a4a2343..af90c82 100755
--- a/tests/api_tests.py
+++ b/tests/api_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """API test module."""
 #
-# (C) Pywikibot team, 2007-2022
+# (C) Pywikibot team, 2007-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/aspects.py b/tests/aspects.py
index a85fea0..5ab221c 100644
--- a/tests/aspects.py
+++ b/tests/aspects.py
@@ -5,7 +5,7 @@
 such as API result caching and excessive test durations.
 """
 #
-# (C) Pywikibot team, 2014-2022
+# (C) Pywikibot team, 2014-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/cache_tests.py b/tests/cache_tests.py
index b538fe2..0e650db 100755
--- a/tests/cache_tests.py
+++ b/tests/cache_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """API Request cache tests."""
 #
-# (C) Pywikibot team, 2012-2022
+# (C) Pywikibot team, 2012-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/checkimages_tests.py b/tests/checkimages_tests.py
index d4a4cfd..1bfb9ed 100755
--- a/tests/checkimages_tests.py
+++ b/tests/checkimages_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Unit tests for checkimages script."""
 #
-# (C) Pywikibot team, 2015-2022
+# (C) Pywikibot team, 2015-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/dry_api_tests.py b/tests/dry_api_tests.py
index 889770d..d1d6797 100755
--- a/tests/dry_api_tests.py
+++ b/tests/dry_api_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """API tests which do not interact with a site."""
 #
-# (C) Pywikibot team, 2012-2022
+# (C) Pywikibot team, 2012-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/flow_thanks_tests.py b/tests/flow_thanks_tests.py
index 64d2077..47fd61c 100755
--- a/tests/flow_thanks_tests.py
+++ b/tests/flow_thanks_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for thanks-related code."""
 #
-# (C) Pywikibot team, 2016-2022
+# (C) Pywikibot team, 2016-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/generate_user_files_tests.py 
b/tests/generate_user_files_tests.py
index 10a78d4..763ee86 100755
--- a/tests/generate_user_files_tests.py
+++ b/tests/generate_user_files_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Test generate_user_files script."""
 #
-# (C) Pywikibot team, 2018-2022
+# (C) Pywikibot team, 2018-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/gui_tests.py b/tests/gui_tests.py
index 0e4188e..f68dd9a 100755
--- a/tests/gui_tests.py
+++ b/tests/gui_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for the Tk UI."""
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/harvest_template_tests.py b/tests/harvest_template_tests.py
index 72941f6..e1ef8ca 100755
--- a/tests/harvest_template_tests.py
+++ b/tests/harvest_template_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for scripts/harvest_template.py."""
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/interwikimap_tests.py b/tests/interwikimap_tests.py
index 1b7f0b8..01212cb 100755
--- a/tests/interwikimap_tests.py
+++ b/tests/interwikimap_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for the site module."""
 #
-# (C) Pywikibot team, 2018-2022
+# (C) Pywikibot team, 2018-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/make_dist_tests.py b/tests/make_dist_tests.py
index fc70a34..6d7cfbf 100755
--- a/tests/make_dist_tests.py
+++ b/tests/make_dist_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for fixes module."""
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/site_generators_tests.py b/tests/site_generators_tests.py
index dc251f9..e538ab7 100755
--- a/tests/site_generators_tests.py
+++ b/tests/site_generators_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for generators of the site module."""
 #
-# (C) Pywikibot team, 2008-2022
+# (C) Pywikibot team, 2008-2023
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/tests_tests.py b/tests/tests_tests.py
index 3f3f9c5..caaaaad 100755
--- a/tests/tests_tests.py
+++ b/tests/tests_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Tests for the tests package."""
 #
-# (C) Pywikibot team, 2014-2022
+# (C) Pywikibot team, 2014-2023
 #
 # Distributed under the terms of the MIT license.
 import unittest
diff --git a/tests/tools_tests.py b/tests/tools_tests.py
index bc898c8..825833c 100755
--- a/tests/tools_tests.py
+++ b/tests/tools_tests.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 """Test tools package alone which don't fit into other tests."""
 #
-# (C) Pywikibot team, 2015-2022
+# (C) Pywikibot team, 2015-2023
 #
 # Distributed under the terms of the MIT license.
 import decimal
diff --git a/tests/wikiblame_tests.py b/tests/wikiblame_tests.py
index 647af79..c6b0054 100644
--- a/tests/wikiblame_tests.py
+++ b/tests/wikiblame_tests.py
@@ -1,6 +1,6 @@
 """Tests for the WikiHistoryMixin."""
 #
-# (C) Pywikibot team, 2022
+# (C) Pywikibot team, 2022-2023
 #
 # Distributed under the terms of the MIT license.
 #

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/880434
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I01281c7efeb7b7fadb02f8b1100482da4a6d3233
Gerrit-Change-Number: 880434
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to