jenkins-bot has submitted this change and it was merged.

Change subject: Establish the project's name, once and for all
......................................................................


Establish the project's name, once and for all

Change-Id: Ib8d24777ce91e5f5ded21324a784147e92b4804d
---
M pywikibot/cosmetic_changes.py
M scripts/weblinkchecker.py
M setup.py
M tests/interwiki_link_tests.py
M tests/link_tests.py
5 files changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py
index 4e6cf84..c85548c 100755
--- a/pywikibot/cosmetic_changes.py
+++ b/pywikibot/cosmetic_changes.py
@@ -350,7 +350,7 @@
         interwikiLinks = None
         allstars = []
 
-        # The PyWikipediaBot is no longer allowed to touch categories on the
+        # Pywikibot is no longer allowed to touch categories on the
         # German Wikipedia. See
         # 
https://de.wikipedia.org/wiki/Hilfe_Diskussion:Personendaten/Archiv/1#Position_der_Personendaten_am_.22Artikelende.22
         # ignoring nn-wiki of cause of the comment line above iw section
diff --git a/scripts/weblinkchecker.py b/scripts/weblinkchecker.py
index 175b8a2..e3c8caf 100755
--- a/scripts/weblinkchecker.py
+++ b/scripts/weblinkchecker.py
@@ -275,7 +275,7 @@
             # 'User-agent': pywikibot.useragent,
             # we fake being Firefox because some webservers block unknown
             # clients, e.g. https://images.google.de/images?q=Albit gives a 403
-            # when using the PyWikipediaBot user agent.
+            # when using the Pywikibot user agent.
             'User-agent': 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8) 
Gecko/20051128 SUSE/1.5-0.1 Firefox/1.5',
             'Accept': 
'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
             'Accept-Language': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3',
diff --git a/setup.py b/setup.py
index ee5bab7..972c985 100644
--- a/setup.py
+++ b/setup.py
@@ -147,7 +147,7 @@
     description='Python MediaWiki Bot Framework',
     long_description=open('README.rst').read(),
     maintainer='The Pywikibot team',
-    maintainer_email='pywikipedi...@lists.wikimedia.org',
+    maintainer_email='pywiki...@lists.wikimedia.org',
     license='MIT License',
     packages=['pywikibot'] + [package
                               for package in find_packages()
diff --git a/tests/interwiki_link_tests.py b/tests/interwiki_link_tests.py
index 0ddee67..8b07ead 100644
--- a/tests/interwiki_link_tests.py
+++ b/tests/interwiki_link_tests.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8  -*-
 """Test Interwiki Link functionality."""
 #
-# (C) Pywikipedia bot team, 2014
+# (C) Pywikibot team, 2014
 #
 # Distributed under the terms of the MIT license.
 #
diff --git a/tests/link_tests.py b/tests/link_tests.py
index 29d216f..253da43 100644
--- a/tests/link_tests.py
+++ b/tests/link_tests.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8  -*-
 """Test Link functionality."""
 #
-# (C) Pywikipedia bot team, 2014
+# (C) Pywikibot team, 2014
 #
 # Distributed under the terms of the MIT license.
 #

-- 
To view, visit https://gerrit.wikimedia.org/r/218153
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib8d24777ce91e5f5ded21324a784147e92b4804d
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <ricordisa...@openmailbox.org>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: Ricordisamoa <ricordisa...@openmailbox.org>
Gerrit-Reviewer: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to