jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1270129?usp=email )

Change subject: Move all copyright comments on top of all files
......................................................................

Move all copyright comments on top of all files

Modified additional files listed by Xqt

Bug: T416673
Change-Id: Ib7bacee09a428e091af956fb00210c96ad92a3c4
---
M pywikibot/data/citoid.py
M pywikibot/families/commons_family.py
M pywikibot/families/foundation_family.py
M pywikibot/families/lingualibre_family.py
M pywikibot/families/wikifunctions_family.py
M pywikibot/families/wikihow_family.py
M pywikibot/families/wikimania_family.py
M pywikibot/families/wikispore_family.py
M pywikibot/families/wiktionary_family.py
M pywikibot/families/wowwiki_family.py
M pywikibot/userinterfaces/buffer_interface.py
M scripts/tracking_param_remover.py
12 files changed, 40 insertions(+), 40 deletions(-)

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




diff --git a/pywikibot/data/citoid.py b/pywikibot/data/citoid.py
index e8b2fc5..6f0ceb7 100644
--- a/pywikibot/data/citoid.py
+++ b/pywikibot/data/citoid.py
@@ -1,12 +1,12 @@
-"""Citoid Query interface.
-
-.. version-added:: 10.6
-"""
 #
 # (C) Pywikibot team, 2025-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Citoid Query interface.
+
+.. version-added:: 10.6
+"""
 from __future__ import annotations

 import urllib.parse
diff --git a/pywikibot/families/commons_family.py 
b/pywikibot/families/commons_family.py
index 2906540..bc29533 100644
--- a/pywikibot/families/commons_family.py
+++ b/pywikibot/families/commons_family.py
@@ -1,9 +1,9 @@
-"""Family module for Wikimedia Commons."""
 #
 # (C) Pywikibot team, 2005-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Wikimedia Commons."""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/foundation_family.py 
b/pywikibot/families/foundation_family.py
index 79ebe23..817c25b 100644
--- a/pywikibot/families/foundation_family.py
+++ b/pywikibot/families/foundation_family.py
@@ -1,12 +1,12 @@
-"""Family module for Foundation wiki.
-
-.. version-added:: 3.0
-"""
 #
 # (C) Pywikibot team, 2019-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Foundation wiki.
+
+.. version-added:: 3.0
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/lingualibre_family.py 
b/pywikibot/families/lingualibre_family.py
index 64d509c..163ecf9 100644
--- a/pywikibot/families/lingualibre_family.py
+++ b/pywikibot/families/lingualibre_family.py
@@ -1,12 +1,12 @@
-"""Family module for Lingua Libre.
-
-.. version-added:: 6.5
-"""
 #
 # (C) Pywikibot team, 2021-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Lingua Libre.
+
+.. version-added:: 6.5
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wikifunctions_family.py 
b/pywikibot/families/wikifunctions_family.py
index be30be1..3d1d3b2 100644
--- a/pywikibot/families/wikifunctions_family.py
+++ b/pywikibot/families/wikifunctions_family.py
@@ -1,12 +1,12 @@
-"""Family module for Wikifunctions.
-
-.. version-added:: 8.4
-"""
 #
 # (C) Pywikibot team, 2023-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Wikifunctions.
+
+.. version-added:: 8.4
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wikihow_family.py 
b/pywikibot/families/wikihow_family.py
index 8fb2f0e..98d3214 100644
--- a/pywikibot/families/wikihow_family.py
+++ b/pywikibot/families/wikihow_family.py
@@ -1,12 +1,12 @@
-"""Family module for wikiHow wiki.
-
-.. version-added:: 3.0
-"""
 #
 # (C) Pywikibot team, 2020-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for wikiHow wiki.
+
+.. version-added:: 3.0
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wikimania_family.py 
b/pywikibot/families/wikimania_family.py
index 893a354..330513a 100644
--- a/pywikibot/families/wikimania_family.py
+++ b/pywikibot/families/wikimania_family.py
@@ -1,12 +1,12 @@
-"""Family module for Wikimania wikis.
-
-.. version-added:: 3.0
-"""
 #
 # (C) Pywikibot team, 2017-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Wikimania wikis.
+
+.. version-added:: 3.0
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wikispore_family.py 
b/pywikibot/families/wikispore_family.py
index 2dd0e5f..7f1c4f9 100644
--- a/pywikibot/families/wikispore_family.py
+++ b/pywikibot/families/wikispore_family.py
@@ -1,12 +1,12 @@
-"""Family module for Wikispore.
-
-.. version-added:: 4.1
-"""
 #
 # (C) Pywikibot team, 2020-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Wikispore.
+
+.. version-added:: 4.1
+"""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wiktionary_family.py 
b/pywikibot/families/wiktionary_family.py
index bcc7ef4..c75aec8 100644
--- a/pywikibot/families/wiktionary_family.py
+++ b/pywikibot/families/wiktionary_family.py
@@ -1,9 +1,9 @@
-"""Family module for Wiktionary."""
 #
 # (C) Pywikibot team, 2005-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for Wiktionary."""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/families/wowwiki_family.py 
b/pywikibot/families/wowwiki_family.py
index 5a83226..3b99bbb 100644
--- a/pywikibot/families/wowwiki_family.py
+++ b/pywikibot/families/wowwiki_family.py
@@ -1,9 +1,9 @@
-"""Family module for WOW wiki."""
 #
 # (C) Pywikibot team, 2009-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Family module for WOW wiki."""
 from __future__ import annotations

 from pywikibot import family
diff --git a/pywikibot/userinterfaces/buffer_interface.py 
b/pywikibot/userinterfaces/buffer_interface.py
index 3544351..3de6098 100644
--- a/pywikibot/userinterfaces/buffer_interface.py
+++ b/pywikibot/userinterfaces/buffer_interface.py
@@ -1,12 +1,12 @@
-"""Non-interactive interface that stores output.
-
-.. version-added:: 6.4
-"""
 #
 # (C) Pywikibot team, 2021-2026
 #
 # Distributed under the terms of the MIT license.
 #
+"""Non-interactive interface that stores output.
+
+.. version-added:: 6.4
+"""
 from __future__ import annotations

 import logging
diff --git a/scripts/tracking_param_remover.py 
b/scripts/tracking_param_remover.py
index 6e1b99e..a6c0d2e 100755
--- a/scripts/tracking_param_remover.py
+++ b/scripts/tracking_param_remover.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python3
+#
+# (C) Pywikibot team, 2025-2026
+#
+# Distributed under the terms of the MIT license.
+#
 """Script to remove tracking URL query parameters from external URLs.

 These command line parameters can be used to specify which pages to work
@@ -12,11 +17,6 @@

 .. version-added:: 10.3
 """
-#
-# (C) Pywikibot team, 2025-2026
-#
-# Distributed under the terms of the MIT license.
-#
 from __future__ import annotations

 import re

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

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

Reply via email to