jenkins-bot submitted this change.

View Change

Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
[doc] Update documentation

Change-Id: I15a59b75f986a559e02c672682f433a6584f3a8b
---
M scripts/watchlist.py
M tests/checkimages_tests.py
M tests/djvu_tests.py
M tests/pwb/print_env.py
M tests/pwb/print_locals.py
M tests/pwb/print_unicode.py
M tests/tests_tests.py
M tests/tools_chars_tests.py
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/scripts/watchlist.py b/scripts/watchlist.py
index 8ce97e6..dd3ed60 100755
--- a/scripts/watchlist.py
+++ b/scripts/watchlist.py
@@ -20,7 +20,7 @@
user-config.py
"""
#
-# (C) Pywikibot team, 2005-2021
+# (C) Pywikibot team, 2005-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/checkimages_tests.py b/tests/checkimages_tests.py
index b0da988..a062b2d 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-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/djvu_tests.py b/tests/djvu_tests.py
index 867d34c..6a6e004 100755
--- a/tests/djvu_tests.py
+++ b/tests/djvu_tests.py
@@ -2,7 +2,7 @@
"""Unit tests for djvu.py."""

#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/pwb/print_env.py b/tests/pwb/print_env.py
index e1cac4a..37ae1f0 100755
--- a/tests/pwb/print_env.py
+++ b/tests/pwb/print_env.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
"""Script that forms part of pwb_tests."""
#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/pwb/print_locals.py b/tests/pwb/print_locals.py
index 04024d4..88f21e6 100755
--- a/tests/pwb/print_locals.py
+++ b/tests/pwb/print_locals.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
"""Script that forms part of pwb_tests."""
#
-# (C) Pywikibot team, 2013-2021
+# (C) Pywikibot team, 2013-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/pwb/print_unicode.py b/tests/pwb/print_unicode.py
index 97b70a1..9d987b8 100755
--- a/tests/pwb/print_unicode.py
+++ b/tests/pwb/print_unicode.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
"""Script that forms part of pwb_tests."""
#
-# (C) Pywikibot team, 2018-2021
+# (C) Pywikibot team, 2018-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/tests/tests_tests.py b/tests/tests_tests.py
index b868d47..e69df36 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-2021
+# (C) Pywikibot team, 2014-2022
#
# Distributed under the terms of the MIT license.
import unittest
diff --git a/tests/tools_chars_tests.py b/tests/tools_chars_tests.py
index f42e4b5..e80429b 100755
--- a/tests/tools_chars_tests.py
+++ b/tests/tools_chars_tests.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
"""Test tools.chars package."""
#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
import unicodedata

To view, visit change 774991. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I15a59b75f986a559e02c672682f433a6584f3a8b
Gerrit-Change-Number: 774991
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged