Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 826820. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id3e6cc0949d778dcf467050b1bc844ed423bfa63
Gerrit-Change-Number: 826820
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged