jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1238347?usp=email )
Change subject: Move copyright headers above module docstrings
......................................................................
Move copyright headers above module docstrings
Bug: T416673
Change-Id: If14575ffdbf1575eb034f66a6a2621047961037c
---
M scripts/add_text.py
1 file changed, 6 insertions(+), 5 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/add_text.py b/scripts/add_text.py
index 2dad6b1..bc7993a 100755
--- a/scripts/add_text.py
+++ b/scripts/add_text.py
@@ -1,4 +1,9 @@
#!/usr/bin/env python3
+#
+# (C) Pywikibot team, 2007-2026
+#
+# Distributed under the terms of the MIT license.
+#
r"""Append text to the top or bottom of a page.
By default this adds the text to the bottom above the categories and
@@ -62,11 +67,7 @@
-text:"{{Categorizzare}}" -excepturl:"class='catlinks'>" -uncat
-summary:"Bot: Aggiungo template Categorizzare"
"""
-#
-# (C) Pywikibot team, 2007-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/+/1238347?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: If14575ffdbf1575eb034f66a6a2621047961037c
Gerrit-Change-Number: 1238347
Gerrit-PatchSet: 2
Gerrit-Owner: Stitipragyan barik <[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]