Meno25 submitted this change.

View Change

Approvals: Meno25: Verified; Looks good to me, approved
[doc] Update documentation

Change-Id: Ib2563dc29163aa42e0be847589bbb0442ffe1650
---
M pywikibot/data/mysql.py
M pywikibot/data/wikistats.py
M pywikibot/scripts/version.py
M pywikibot/site/_interwikimap.py
M pywikibot/userinterfaces/terminal_interface_unix.py
M pywikibot/userinterfaces/terminal_interface_win32.py
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pywikibot/data/mysql.py b/pywikibot/data/mysql.py
index 376e1ab..cc31277 100644
--- a/pywikibot/data/mysql.py
+++ b/pywikibot/data/mysql.py
@@ -1,6 +1,6 @@
"""Miscellaneous helper functions for mysql queries."""
#
-# (C) Pywikibot team, 2016-2021
+# (C) Pywikibot team, 2016-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/data/wikistats.py b/pywikibot/data/wikistats.py
index c56f207..0522b4d 100644
--- a/pywikibot/data/wikistats.py
+++ b/pywikibot/data/wikistats.py
@@ -1,6 +1,6 @@
"""Objects representing WikiStats API."""
#
-# (C) Pywikibot team, 2014-2021
+# (C) Pywikibot team, 2014-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/scripts/version.py b/pywikibot/scripts/version.py
index 69759cb..662be38 100755
--- a/pywikibot/scripts/version.py
+++ b/pywikibot/scripts/version.py
@@ -5,7 +5,7 @@
version script was moved to the framework scripts folder
"""
#
-# (C) Pywikibot team, 2007-2021
+# (C) Pywikibot team, 2007-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/site/_interwikimap.py b/pywikibot/site/_interwikimap.py
index 77bbfb6..2f00367 100644
--- a/pywikibot/site/_interwikimap.py
+++ b/pywikibot/site/_interwikimap.py
@@ -1,6 +1,6 @@
"""Objects representing interwiki map of MediaWiki site."""
#
-# (C) Pywikibot team, 2015-2021
+# (C) Pywikibot team, 2015-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/userinterfaces/terminal_interface_unix.py b/pywikibot/userinterfaces/terminal_interface_unix.py
index 27cd70a..c5dc737 100644
--- a/pywikibot/userinterfaces/terminal_interface_unix.py
+++ b/pywikibot/userinterfaces/terminal_interface_unix.py
@@ -1,6 +1,6 @@
"""User interface for Unix terminals."""
#
-# (C) Pywikibot team, 2003-2021
+# (C) Pywikibot team, 2003-2022
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/userinterfaces/terminal_interface_win32.py b/pywikibot/userinterfaces/terminal_interface_win32.py
index 20d4b12..930c82b 100644
--- a/pywikibot/userinterfaces/terminal_interface_win32.py
+++ b/pywikibot/userinterfaces/terminal_interface_win32.py
@@ -1,6 +1,6 @@
"""User interface for Win32 terminals."""
#
-# (C) Pywikibot team, 2003-2020
+# (C) Pywikibot team, 2003-2022
#
# Distributed under the terms of the MIT license.
#

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

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