jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/791714 )

Change subject: [i18n] Remove coding info
......................................................................

[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(-)

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



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 https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/791714
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Change-Id: Id5ef020899ab90a2330a0dee8313568eb9d7b3f5
Gerrit-Change-Number: 791714
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to