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

Change subject: [doc] Add License informations to some init files
......................................................................

[doc] Add License informations to some init files

Change-Id: Id3e6cc0949d778dcf467050b1bc844ed423bfa63
---
M pywikibot/comms/__init__.py
M pywikibot/data/__init__.py
M pywikibot/families/__init__.py
M pywikibot/userinterfaces/__init__.py
4 files changed, 20 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/pywikibot/comms/__init__.py b/pywikibot/comms/__init__.py
index c1c5b60..e76cb24 100644
--- a/pywikibot/comms/__init__.py
+++ b/pywikibot/comms/__init__.py
@@ -1 +1,6 @@
 """Communication layer."""
+#
+# (C) Pywikibot team, 2008-2022
+#
+# Distributed under the terms of the MIT license.
+#
diff --git a/pywikibot/data/__init__.py b/pywikibot/data/__init__.py
index 13a975c..7db53e3 100644
--- a/pywikibot/data/__init__.py
+++ b/pywikibot/data/__init__.py
@@ -1 +1,6 @@
 """Module providing several layers of data access to the wiki."""
+#
+# (C) Pywikibot team, 2007-2022
+#
+# Distributed under the terms of the MIT license.
+#
diff --git a/pywikibot/families/__init__.py b/pywikibot/families/__init__.py
index b4afbad..50e52e1 100644
--- a/pywikibot/families/__init__.py
+++ b/pywikibot/families/__init__.py
@@ -1 +1,6 @@
 """Families package."""
+#
+# (C) Pywikibot team, 2008-2022
+#
+# Distributed under the terms of the MIT license.
+#
diff --git a/pywikibot/userinterfaces/__init__.py 
b/pywikibot/userinterfaces/__init__.py
index 0487523..b4f0f90 100644
--- a/pywikibot/userinterfaces/__init__.py
+++ b/pywikibot/userinterfaces/__init__.py
@@ -14,3 +14,8 @@
 all of which are documented in the abstract class
 :class:`userinterfaces._interface_base.ABUIC`.
 """
+#
+# (C) Pywikibot team, 2008-2022
+#
+# Distributed under the terms of the MIT license.
+#

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/826820
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: Id3e6cc0949d778dcf467050b1bc844ed423bfa63
Gerrit-Change-Number: 826820
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to