jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[i18n] Remove coding info

- remove coding info from __init__.py because utf-8 is default
in python 3
- also add licence notes

Change-Id: Id5ef020899ab90a2330a0dee8313568eb9d7b3f5
---
M __init__.py
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/__init__.py b/__init__.py
index a63c9ce..17fce48 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,11 @@
-# -*- coding: utf-8 -*-
"""
This is a fake __init__.py to help pkgutil find the i18n data. There
is no actual python code in this package.
"""
+#
+# (C) Pywikibot team, 2011-2022
+#
+# Distributed under the terms of the MIT license.
+#
+# Translations by translators are licensed CC BY 3.0
+#

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

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Change-Id: Id5ef020899ab90a2330a0dee8313568eb9d7b3f5
Gerrit-Change-Number: 791714
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged