jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/218113 )
Change subject: Credit the Pywikibot team as a whole ......................................................................
Credit the Pywikibot team as a whole
Change-Id: Icc35e7012ec00be5f0a67ce95f4c1a739a967927 --- M CREDITS M generate_family_file.py M pywikibot/comms/eventstreams.py M pywikibot/config2.py M pywikibot/cosmetic_changes.py M pywikibot/date.py M pywikibot/editor.py M pywikibot/login.py M pywikibot/plural.py M pywikibot/specialbots/_unlink.py M pywikibot/specialbots/_upload.py M pywikibot/titletranslate.py M pywikibot/userinterfaces/gui.py M pywikibot/userinterfaces/win32_unicode.py M pywikibot/version.py M scripts/add_text.py M scripts/archive/featured.py M scripts/archivebot.py M scripts/blockpageschecker.py M scripts/capitalize_redirects.py M scripts/catall.py M scripts/category.py M scripts/cfd.py M scripts/checkimages.py M scripts/claimit.py M scripts/clean_sandbox.py M scripts/commons_link.py M scripts/commonscat.py M scripts/coordinate_import.py M scripts/cosmetic_changes.py M scripts/create_categories.py M scripts/disambredir.py M scripts/editarticle.py M scripts/flickrripper.py M scripts/freebasemappingupload.py M scripts/harvest_template.py M scripts/illustrate_wikidata.py M scripts/imagecopy.py M scripts/imagecopy_self.py M scripts/imagerecat.py M scripts/imagetransfer.py M scripts/imageuncat.py M scripts/interwiki.py M scripts/login.py M scripts/lonelypages.py M scripts/maintenance/compat2core.py M scripts/maintenance/download_dump.py M scripts/maintenance/make_i18n_dict.py M scripts/maintenance/wikimedia_sites.py M scripts/makecat.py M scripts/match_images.py M scripts/misspelling.py M scripts/movepages.py M scripts/ndashredir.py M scripts/newitem.py M scripts/nowcommons.py M scripts/pagefromfile.py M scripts/redirect.py M scripts/reflinks.py M scripts/replace.py M scripts/replicate_wiki.py M scripts/revertbot.py M scripts/solve_disambiguation.py M scripts/standardize_interwiki.py M scripts/states_redirect.py M scripts/table2wiki.py M scripts/template.py M scripts/templatecount.py M scripts/transferbot.py M scripts/unusedfiles.py M scripts/upload.py M scripts/version.py M scripts/watchlist.py M scripts/weblinkchecker.py M scripts/welcome.py 75 files changed, 32 insertions(+), 171 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/CREDITS b/CREDITS index 2c4af9b..bc5cdfa 100644 --- a/CREDITS +++ b/CREDITS @@ -11,12 +11,14 @@ Alex Shih-Han Lin Alexander Jones Alexander Shtyrov +Alfio Allen Guo Amir Sarabadani Ananth subray André Costa Andre Engels André Malafaya Baptista +Anreas J. Schwab Andrei Cipu Andrew Harris Anirudh GP @@ -44,7 +46,9 @@ darkoneko daviskr David Wood +David-Sarah Hopwood dennisroczek +Denny Vrandecic DMaggot Didicodes Dmytro Dziuma @@ -89,10 +93,12 @@ Justin Du Kaleem Bhatti Karl Eichwalder +Kasper Souren kenrick95 +Keichwa Kim Bruning Kunal Mehta -Kyle +Kyle Moore Legoktm Leonardo Gregianin Lewis Cawte @@ -170,10 +176,14 @@ Vojtech Jelinek Warddr Wieland Hoffmann +Wikihermit +Wikipedian WikiWichtel withoutaname xqt +Yifei He Yongmin Hong +Yrithinnd Yuri Astrakhan Yusuke Matsubara Zaher Kadour diff --git a/generate_family_file.py b/generate_family_file.py index d227e15..412a676 100755 --- a/generate_family_file.py +++ b/generate_family_file.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- """This script generates a family file from a given URL.""" # -# (C) Merlijn van Deen, 2010-2013 # (C) Pywikibot team, 2010-2019 # # Distributed under the terms of the MIT license diff --git a/pywikibot/comms/eventstreams.py b/pywikibot/comms/eventstreams.py index 5af1c49..86d1e42 100644 --- a/pywikibot/comms/eventstreams.py +++ b/pywikibot/comms/eventstreams.py @@ -9,7 +9,6 @@ pip install sseclient """ # -# (C) xqt, 2017-2020 # (C) Pywikibot team, 2017-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/config2.py b/pywikibot/config2.py index da7feea..b5e5a1c 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -32,7 +32,6 @@ - shortpath """ # -# (C) Rob W.W. Hooft, 2003 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py index 7aad15e..a75ea5a 100755 --- a/pywikibot/cosmetic_changes.py +++ b/pywikibot/cosmetic_changes.py @@ -52,7 +52,6 @@ 'your_script_name_2'] """ # -# (C) xqt, 2009-2020 # (C) Pywikibot team, 2006-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/date.py b/pywikibot/date.py index fa0d800..6ad13da 100644 --- a/pywikibot/date.py +++ b/pywikibot/date.py @@ -1,13 +1,7 @@ # -*- coding: utf-8 -*- """Date data and manipulation module.""" # -# (C) Rob W.W. Hooft, 2003 -# (C) Daniel Herding, 2004 -# (C) Ævar Arnfjörð Bjarmason, 2004 -# (C) Andre Engels, 2004-2005 -# (C) Yuri Astrakhan, 2005-2006 (<Firstname><Lastname>@gmail.com) -# (years/decades/centuries/millenniums str <=> int conversions) -# (C) Pywikibot team, 2004-2020 +# (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/editor.py b/pywikibot/editor.py index 3b93db8..d60ebba 100644 --- a/pywikibot/editor.py +++ b/pywikibot/editor.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- """Text editor class for your favourite editor.""" # -# (C) Gerrit Holl, 2004 # (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/login.py b/pywikibot/login.py index 1b32a48..04b74c8 100644 --- a/pywikibot/login.py +++ b/pywikibot/login.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- """Library to log the bot in to a wiki account.""" # -# (C) Rob W.W. Hooft, 2003 # (C) Pywikibot team, 2003-2019 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/plural.py b/pywikibot/plural.py index dcca8f1..56fcc6a 100644 --- a/pywikibot/plural.py +++ b/pywikibot/plural.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Module containing plural rules of various languages.""" # -# (C) xqt, 2011-2020 # (C) Pywikibot team, 2011-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/specialbots/_unlink.py b/pywikibot/specialbots/_unlink.py index bdecdb7..ce5afe9 100644 --- a/pywikibot/specialbots/_unlink.py +++ b/pywikibot/specialbots/_unlink.py @@ -5,7 +5,6 @@ Do not import classes directly from here but from specialbots. """ # -# (C) Rob W.W. Hooft, Andre Engels 2003-2004 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/specialbots/_upload.py b/pywikibot/specialbots/_upload.py index 6e5aa24..3201f70 100644 --- a/pywikibot/specialbots/_upload.py +++ b/pywikibot/specialbots/_upload.py @@ -5,7 +5,6 @@ Do not import classes directly from here but from specialbots. """ # -# (C) Rob W.W. Hooft, Andre Engels 2003-2004 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/titletranslate.py b/pywikibot/titletranslate.py index 5117372..3753608 100644 --- a/pywikibot/titletranslate.py +++ b/pywikibot/titletranslate.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- """Title translate module.""" # -# (C) Rob W.W. Hooft, 2003 -# (C) Yuri Astrakhan, 2005 # (C) Pywikibot team, 2003-2018 # # Distributed under the terms of the MIT license. diff --git a/pywikibot/userinterfaces/gui.py b/pywikibot/userinterfaces/gui.py index 792af43..23d27f4 100644 --- a/pywikibot/userinterfaces/gui.py +++ b/pywikibot/userinterfaces/gui.py @@ -5,10 +5,7 @@ Useful for editing the contents of an article. """ # -# (C) Rob W.W. Hooft, 2003 -# (C) Daniel Herding, 2004 -# Wikiwichtel -# (C) Pywikibot team, 2008-2019 +# (C) Pywikibot team, 2003-2019 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/userinterfaces/win32_unicode.py b/pywikibot/userinterfaces/win32_unicode.py index 39002e6..bdada00 100755 --- a/pywikibot/userinterfaces/win32_unicode.py +++ b/pywikibot/userinterfaces/win32_unicode.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Stdout, stderr and argv support for unicode.""" # -# (C) David-Sarah Hopwood, 2010 # (C) Pywikibot team, 2012-2018 # ############################################## @@ -20,7 +19,6 @@ # ################################################ # -# stdin support added by Merlijn van Deen valhallasw@gmail.com, March 2012 # Licensed under both CC-BY-SA and the MIT license. # ################################################ diff --git a/pywikibot/version.py b/pywikibot/version.py index 7cbc335..696d72e 100644 --- a/pywikibot/version.py +++ b/pywikibot/version.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- """Module to determine the pywikibot version (tag, revision and date).""" # -# (C) Merlijn 'valhallasw' van Deen, 2007-2014 -# (C) xqt, 2010-2019 # (C) Pywikibot team, 2007-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/add_text.py b/scripts/add_text.py index 43e80c3..0eadbc5 100755 --- a/scripts/add_text.py +++ b/scripts/add_text.py @@ -55,7 +55,6 @@ """
# -# (C) Filnik, 2007-2010 # (C) Pywikibot team, 2007-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/archive/featured.py b/scripts/archive/featured.py index 68dae86..2ab78c1 100755 --- a/scripts/archive/featured.py +++ b/scripts/archive/featured.py @@ -54,9 +54,6 @@
""" # -# (C) Maxim Razin, 2005 -# (C) Leonardo Gregianin, 2005-2008 -# (C) xqt, 2009-2019 # (C) Pywikibot team, 2005-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/archivebot.py b/scripts/archivebot.py index 0d74161..eddf7cf 100755 --- a/scripts/archivebot.py +++ b/scripts/archivebot.py @@ -89,9 +89,7 @@ -salt:SALT specify salt """ # -# (C) Misza13, 2006-2010 -# (C) xqt, 2009-2019 -# (C) Pywikibot team, 2007-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/blockpageschecker.py b/scripts/blockpageschecker.py index 7f8222c..2398cd4 100755 --- a/scripts/blockpageschecker.py +++ b/scripts/blockpageschecker.py @@ -41,9 +41,6 @@
""" # -# (C) Monobi a.k.a. Wikihermit, 2007 -# (C) Filnik, 2007-2011 -# (C) Nicolas Dumazet (NicDumZ), 2008-2009 # (C) Pywikibot team, 2007-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/capitalize_redirects.py b/scripts/capitalize_redirects.py index e04778d..99ca30e 100755 --- a/scripts/capitalize_redirects.py +++ b/scripts/capitalize_redirects.py @@ -21,8 +21,7 @@ python pwb.py capitalize_redirects -start:B -always """ # -# (C) Yrithinnd, 2006 -# (C) Pywikibot team, 2007-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/catall.py b/scripts/catall.py index b850b4c..b1f6306 100755 --- a/scripts/catall.py +++ b/scripts/catall.py @@ -21,7 +21,6 @@ -onlynew : Only run on pages that do not yet have a category. """ # -# (C) Rob W.W. Hooft, Andre Engels, 2004 # (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/category.py b/scripts/category.py index 4897134..85d2df9 100755 --- a/scripts/category.py +++ b/scripts/category.py @@ -113,14 +113,7 @@ This will move all pages in the category US to the category United States. """ # -# (C) Rob W.W. Hooft, 2004 -# (C) Daniel Herding, 2004 -# (C) Wikipedian, 2004-2008 -# (C) leogregianin, 2004-2008 -# (C) Ben McIlwain (CydeWeys), 2006-2015 -# (C) Anreas J Schwab, 2007 -# (C) xqt, 2009-2020 -# (C) Pywikibot team, 2008-2020 +# (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. # diff --git a/scripts/cfd.py b/scripts/cfd.py index f232d25..7257a48 100755 --- a/scripts/cfd.py +++ b/scripts/cfd.py @@ -12,8 +12,7 @@
""" # -# (C) Ben McIlwain, 2008 -# (C) Pywikibot team, 2009-2019 +# (C) Pywikibot team, 2008-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/checkimages.py b/scripts/checkimages.py index cc7c18c..668add6 100755 --- a/scripts/checkimages.py +++ b/scripts/checkimages.py @@ -78,10 +78,7 @@
""" # -# (C) Kyle/Orgullomoore, 2006-2007 (newimage.py) -# (C) Siebrand Mazeland, 2007-2010 -# (C) Filnik, 2007-2011 -# (C) Pywikibot team, 2007-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/claimit.py b/scripts/claimit.py index 317a8db..254bf24 100755 --- a/scripts/claimit.py +++ b/scripts/claimit.py @@ -47,7 +47,6 @@
""" # -# (C) Legoktm, 2013 # (C) Pywikibot team, 2013-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py index b775d90..93c7f91 100755 --- a/scripts/clean_sandbox.py +++ b/scripts/clean_sandbox.py @@ -38,13 +38,7 @@ delay: 7 """ # -# (C) Leonardo Gregianin, 2006 -# (C) Wikipedian, 2006-2007 -# (C) Andre Engels, 2007 -# (C) Siebrand Mazeland, 2007 -# (C) xqt, 2009-2019 -# (C) Dr. Trigon, 2012 -# (C) Pywikibot team, 2010-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/commons_link.py b/scripts/commons_link.py index 9859784..8610600 100755 --- a/scripts/commons_link.py +++ b/scripts/commons_link.py @@ -23,8 +23,7 @@ ¶ms; """ # -# (C) Leonardo Gregianin, 2006 -# (C) Pywikibot team, 2007-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/commonscat.py b/scripts/commonscat.py index c056b29..b78e4a6 100755 --- a/scripts/commonscat.py +++ b/scripts/commonscat.py @@ -35,11 +35,6 @@ # *Found one template. Add this template # *Found more templates. Ask the user <- still have to implement this # -# Ported from compat to core by Allen Guo Guoguo12@gmail.com -# November 2013 -# -# (C) Multichill, 2008-2009 -# (C) Xqt, 2009-2019 # (C) Pywikibot team, 2008-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/coordinate_import.py b/scripts/coordinate_import.py index 5e73f17..39868cd 100755 --- a/scripts/coordinate_import.py +++ b/scripts/coordinate_import.py @@ -37,7 +37,6 @@ ¶ms; """ # -# (C) Multichill, 2014 # (C) Pywikibot team, 2013-2019 # # Distributed under the terms of MIT License. diff --git a/scripts/cosmetic_changes.py b/scripts/cosmetic_changes.py index 73a858e..a45de3d 100644 --- a/scripts/cosmetic_changes.py +++ b/scripts/cosmetic_changes.py @@ -28,7 +28,6 @@ For further information see pywikibot/cosmetic_changes.py """ # -# (C) xqt, 2009-2018 # (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/create_categories.py b/scripts/create_categories.py index 6027d36..ed77cb4 100755 --- a/scripts/create_categories.py +++ b/scripts/create_categories.py @@ -32,9 +32,7 @@
""" # -# (C) Multichill, 2011 -# (C) xqt, 2011-2019 -# (c) Pywikibot team, 2013-2019 +# (c) Pywikibot team, 2011-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/disambredir.py b/scripts/disambredir.py index 4837ce0..3503689 100755 --- a/scripts/disambredir.py +++ b/scripts/disambredir.py @@ -11,7 +11,6 @@
""" # -# (C) André Engels, 2006-2009 # (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/editarticle.py b/scripts/editarticle.py index 56c5ea0..c8b768e 100755 --- a/scripts/editarticle.py +++ b/scripts/editarticle.py @@ -24,7 +24,6 @@ --watch """ # -# (C) Gerrit Holl, 2004 # (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/flickrripper.py b/scripts/flickrripper.py index 43fe432..fad5422 100755 --- a/scripts/flickrripper.py +++ b/scripts/flickrripper.py @@ -19,7 +19,6 @@ -autonomous run bot in autonomous mode """ # -# (C) Multichill, 2009 # (C) Pywikibot team, 2009-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/freebasemappingupload.py b/scripts/freebasemappingupload.py index 790c795..6e42f0a 100755 --- a/scripts/freebasemappingupload.py +++ b/scripts/freebasemappingupload.py @@ -14,7 +14,6 @@ default: fb2w.nt.gz """ # -# (C) Denny Vrandecic, 2013 # (C) Pywikibot team, 2013-2018 # # Distributed under the terms of the MIT license. diff --git a/scripts/harvest_template.py b/scripts/harvest_template.py index 16edcd9..ce50f91 100755 --- a/scripts/harvest_template.py +++ b/scripts/harvest_template.py @@ -88,7 +88,6 @@ -multi """ # -# (C) Multichill, Amir, 2013 # (C) Pywikibot team, 2013-2019 # # Distributed under the terms of MIT License. diff --git a/scripts/illustrate_wikidata.py b/scripts/illustrate_wikidata.py index 93a4875..1448177 100755 --- a/scripts/illustrate_wikidata.py +++ b/scripts/illustrate_wikidata.py @@ -14,7 +14,6 @@ ¶ms; """ # -# (C) Multichill, 2014 # (C) Pywikibot team, 2013-2019 # # Distributed under the terms of MIT License. diff --git a/scripts/imagecopy.py b/scripts/imagecopy.py index 14b000e..9f1a728 100644 --- a/scripts/imagecopy.py +++ b/scripts/imagecopy.py @@ -56,16 +56,8 @@
By default the bot works on your home wiki (set in user-config) """ -# Based on upload.py by: -# (C) Rob W.W. Hooft, Andre Engels 2003-2007 -# (C) Wikipedian, Keichwa, Leogregianin, Rikwade, Misza13 2003-2007 # -# New bot by: -# (C) Kyle/Orgullomoore, Siebrand Mazeland 2007-2008 -# -# Another rewrite by: -# (C) Multichill 2008-2011 -# (C) Pywikibot team, 2007-2020 +# (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. # diff --git a/scripts/imagecopy_self.py b/scripts/imagecopy_self.py index 5aa6582..885fc1c 100644 --- a/scripts/imagecopy_self.py +++ b/scripts/imagecopy_self.py @@ -32,20 +32,7 @@ check it yourself. """ # -# Based on upload.py by: -# (C) Rob W.W. Hooft, Andre Engels 2003-2007 -# (C) Wikipedian, Keichwa, Leogregianin, Rikwade, Misza13 2003-2007 -# -# New bot by: -# (C) Kyle/Orgullomoore, Siebrand Mazeland 2007 -# -# Another rewrite by: -# (C) Multichill 2008 -# -# English Wikipedia specific bot by: -# (C) Multichill 2010-2012 -# -# (C) Pywikibot team, 2010-2020 +# (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. # diff --git a/scripts/imagerecat.py b/scripts/imagerecat.py index 968e77b..63c9e6e 100755 --- a/scripts/imagerecat.py +++ b/scripts/imagerecat.py @@ -12,7 +12,6 @@ working on an image multiple times. """ # -# (C) Multichill, 2008-2011 # (C) Pywikibot team, 2008-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/imagetransfer.py b/scripts/imagetransfer.py index ffab5e9..ebbac0c 100755 --- a/scripts/imagetransfer.py +++ b/scripts/imagetransfer.py @@ -28,7 +28,6 @@ ¶ms; """ # -# (C) Andre Engels, 2004 # (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/imageuncat.py b/scripts/imageuncat.py index c8f6151..9873420 100755 --- a/scripts/imageuncat.py +++ b/scripts/imageuncat.py @@ -11,8 +11,7 @@ ¶ms; """ # -# (C) Multichill, 2008 -# (C) Pywikibot team, 2009-2019 +# (C) Pywikibot team, 2008-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/interwiki.py b/scripts/interwiki.py index 377dfe5..d4577b9 100755 --- a/scripts/interwiki.py +++ b/scripts/interwiki.py @@ -337,11 +337,7 @@
""" # -# (C) Rob W.W. Hooft, 2003 -# (C) Daniel Herding, 2004 -# (C) Yuri Astrakhan, 2005-2006 -# (C) xqt, 2009-2020 -# (C) Pywikibot team, 2007-2020 +# (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. # diff --git a/scripts/login.py b/scripts/login.py index e90f814..4f2087a 100755 --- a/scripts/login.py +++ b/scripts/login.py @@ -53,7 +53,6 @@ subdirectory. """ # -# (C) Rob W.W. Hooft, 2003 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/lonelypages.py b/scripts/lonelypages.py index c2c54d2..e09925a 100755 --- a/scripts/lonelypages.py +++ b/scripts/lonelypages.py @@ -22,9 +22,7 @@ python pwb.py lonelypages -enable:User:Bot/CheckBot -always """ # -# (C) Pietrodn, it.wiki 2006-2007 -# (C) Filnik, it.wiki 2007 -# (C) Pywikibot team, 2008-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/maintenance/compat2core.py b/scripts/maintenance/compat2core.py index 0cb7c42..cbcc451 100755 --- a/scripts/maintenance/compat2core.py +++ b/scripts/maintenance/compat2core.py @@ -26,7 +26,6 @@ python pwb.py compat2core <scriptname> -warnonly """ # -# (C) xqt, 2014-2020 # (C) Pywikibot team, 2014-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/maintenance/download_dump.py b/scripts/maintenance/download_dump.py index a8ca43a..9f08fb7 100644 --- a/scripts/maintenance/download_dump.py +++ b/scripts/maintenance/download_dump.py @@ -15,7 +15,6 @@ """ # # (C) Pywikibot team, 2017-2019 -# (C) Yifei He, 2017 # # Distributed under the terms of the MIT license. # diff --git a/scripts/maintenance/make_i18n_dict.py b/scripts/maintenance/make_i18n_dict.py index e4f583d..013e37e 100755 --- a/scripts/maintenance/make_i18n_dict.py +++ b/scripts/maintenance/make_i18n_dict.py @@ -25,7 +25,6 @@
bot.to_json()
""" # -# (C) xqt, 2013-2020 # (C) Pywikibot team, 2013-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/maintenance/wikimedia_sites.py b/scripts/maintenance/wikimedia_sites.py index 91cd72c..20e7826 100755 --- a/scripts/maintenance/wikimedia_sites.py +++ b/scripts/maintenance/wikimedia_sites.py @@ -8,7 +8,6 @@
""" # -# (C) xqt, 2009-2017 # (C) Pywikibot team, 2008-2018 # # Distributed under the terms of the MIT license. diff --git a/scripts/makecat.py b/scripts/makecat.py index 899951e..1c14f0c 100755 --- a/scripts/makecat.py +++ b/scripts/makecat.py @@ -41,8 +41,7 @@ * [l]ist - show current list of pages to include or to check
""" -# (C) Andre Engels, 2004 -# (C) Pywikibot team, 2005-2019 +# (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/match_images.py b/scripts/match_images.py index 30ca5a9..98cb102 100755 --- a/scripts/match_images.py +++ b/scripts/match_images.py @@ -23,7 +23,6 @@ Expect the code to change a lot! """ # -# (c) Multichill, 2009 # (c) Pywikibot team, 2009-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/misspelling.py b/scripts/misspelling.py index d8696a6..8288375 100755 --- a/scripts/misspelling.py +++ b/scripts/misspelling.py @@ -21,7 +21,6 @@ -main only check pages in the main namespace, not in the talk, wikipedia, user, etc. namespaces. """ -# (C) Daniel Herding, 2007 # (C) Pywikibot team, 2007-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/movepages.py b/scripts/movepages.py index d4cdaad..568c6e4 100755 --- a/scripts/movepages.py +++ b/scripts/movepages.py @@ -32,8 +32,6 @@
""" # -# (C) Leonardo Gregianin, 2006 -# (C) Andreas J. Schwab, 2007 # (C) Pywikibot team, 2006-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/ndashredir.py b/scripts/ndashredir.py index d407b9e..d5620ac 100644 --- a/scripts/ndashredir.py +++ b/scripts/ndashredir.py @@ -26,7 +26,6 @@ ¶ms; """ # -# (C) Bináris, 2012 # (C) Pywikibot team, 2012-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/newitem.py b/scripts/newitem.py index f38fe67..0ff8810 100755 --- a/scripts/newitem.py +++ b/scripts/newitem.py @@ -21,7 +21,6 @@
""" # -# (C) Multichill, 2014 # (C) Pywikibot team, 2014-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/nowcommons.py b/scripts/nowcommons.py index 3482c5f..d704ebf 100755 --- a/scripts/nowcommons.py +++ b/scripts/nowcommons.py @@ -47,9 +47,6 @@ will exit. """ # -# (C) Wikipedian, 2006-2007 -# (C) Siebrand Mazeland, 2007-2008 -# (C) xqt, 2010-2020 # (C) Pywikibot team, 2006-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/pagefromfile.py b/scripts/pagefromfile.py index d9926b9..4a2baa1 100755 --- a/scripts/pagefromfile.py +++ b/scripts/pagefromfile.py @@ -61,8 +61,7 @@ can be added between them by specifying '\n' as a value. """ # -# (C) Andre Engels, 2004 -# (C) Pywikibot team, 2005-2019 +# (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/redirect.py b/scripts/redirect.py index 41a159b3..acb4cc2 100755 --- a/scripts/redirect.py +++ b/scripts/redirect.py @@ -70,9 +70,6 @@
""" # -# (C) Daniel Herding, 2004 -# (C) Purodha Blissenbach, 2009 -# (C) xqt, 2009-2020 # (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/reflinks.py b/scripts/reflinks.py index d906ad5..5829e94 100755 --- a/scripts/reflinks.py +++ b/scripts/reflinks.py @@ -38,7 +38,6 @@
¶ms; """ -# (C) Nicolas Dumazet (NicDumZ), 2008 # (C) Pywikibot team, 2008-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/replace.py b/scripts/replace.py index cd8183f..e957427 100755 --- a/scripts/replace.py +++ b/scripts/replace.py @@ -136,7 +136,6 @@ the top of the help. """ # -# (C) Daniel Herding, 2004-2012 # (C) Pywikibot team, 2004-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/replicate_wiki.py b/scripts/replicate_wiki.py index 07a7a45..a7cc7cd 100755 --- a/scripts/replicate_wiki.py +++ b/scripts/replicate_wiki.py @@ -39,8 +39,7 @@ destination_wiki destination wiki(s) """ # -# (C) Kasper Souren, 2012-2013 -# (C) Pywikibot team, 2013-2019 +# (C) Pywikibot team, 2012-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/revertbot.py b/scripts/revertbot.py index 4005f64..bf1eaa5 100755 --- a/scripts/revertbot.py +++ b/scripts/revertbot.py @@ -37,7 +37,6 @@
""" # -# (C) Bryan Tong Minh, 2008 # (C) Pywikibot team, 2008-2019 # # Ported by Geoffrey "GEOFBOT" Mon - User:Sn1per diff --git a/scripts/solve_disambiguation.py b/scripts/solve_disambiguation.py index 77b483f..e40b9cf 100755 --- a/scripts/solve_disambiguation.py +++ b/scripts/solve_disambiguation.py @@ -76,10 +76,6 @@
""" # -# (C) Rob W.W. Hooft, 2003 -# (C) Daniel Herding, 2004 -# (C) Andre Engels, 2003-2004 -# (C) WikiWichtel, 2004 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/standardize_interwiki.py b/scripts/standardize_interwiki.py index d8b1660..3bb0f32 100644 --- a/scripts/standardize_interwiki.py +++ b/scripts/standardize_interwiki.py @@ -8,7 +8,6 @@ -start: - Set from what page you want to start """ # -# (C) Rob W.W. Hooft, 2003 # (C) Pywikibot team, 2003-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/states_redirect.py b/scripts/states_redirect.py index 6c3bbcd..c0a0a73 100755 --- a/scripts/states_redirect.py +++ b/scripts/states_redirect.py @@ -16,7 +16,6 @@ * Install with pip: pip install pycountry """ # -# (C) Andre Engels, 2004 # (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/table2wiki.py b/scripts/table2wiki.py index d0c63d3..fec446c 100644 --- a/scripts/table2wiki.py +++ b/scripts/table2wiki.py @@ -43,7 +43,6 @@ Please check every article you change. """ # -# (C) 2003 Thomas R. Koll, tomk32@tomk32.de # (C) Pywikibot team, 2003-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/template.py b/scripts/template.py index bce9b2d..766f8a8 100755 --- a/scripts/template.py +++ b/scripts/template.py @@ -106,10 +106,7 @@
""" # -# (C) Daniel Herding, 2004 -# (C) Rob W.W. Hooft, 2003-2005 -# (C) xqt, 2009-2018 -# (C) Pywikibot team, 2004-2020 +# (C) Pywikibot team, 2003-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/templatecount.py b/scripts/templatecount.py index 1fdd7f2..1ba1341 100755 --- a/scripts/templatecount.py +++ b/scripts/templatecount.py @@ -35,7 +35,6 @@ """ # # (C) Pywikibot team, 2006-2018 -# (C) xqt, 2009-2018 # # Distributed under the terms of the MIT license. # diff --git a/scripts/transferbot.py b/scripts/transferbot.py index 2be0a4c..9af5e55 100755 --- a/scripts/transferbot.py +++ b/scripts/transferbot.py @@ -46,7 +46,6 @@
""" # -# (C) Merlijn van Deen, 2014 # (C) Pywikibot team, 2014-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/unusedfiles.py b/scripts/unusedfiles.py index b51c08a..2273d0a 100755 --- a/scripts/unusedfiles.py +++ b/scripts/unusedfiles.py @@ -12,10 +12,7 @@ If not used, all pages are used. """ # -# (C) Leonardo Gregianin, 2007 -# (C) Filnik, 2008 -# (c) xqt, 2011-2019 -# (C) Pywikibot team, 2013-2019 +# (C) Pywikibot team, 2007-2019 # # Distributed under the terms of the MIT license. # diff --git a/scripts/upload.py b/scripts/upload.py index d1bcd55..3e77adc 100755 --- a/scripts/upload.py +++ b/scripts/upload.py @@ -51,7 +51,6 @@ parameter, and for a description. """ # -# (C) Rob W.W. Hooft, Andre Engels 2003-2004 # (C) Pywikibot team, 2003-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/version.py b/scripts/version.py index f76a895..b35ef80 100755 --- a/scripts/version.py +++ b/scripts/version.py @@ -2,8 +2,6 @@ # -*- coding: utf-8 -*- """Script to determine the Pywikibot version (tag, revision and date).""" # -# (C) Merlijn 'valhallasw' van Deen, 2007-2008 -# (C) xqt, 2010-2020 # (C) Pywikibot team, 2007-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/watchlist.py b/scripts/watchlist.py index 08fd6cf..61131c5 100755 --- a/scripts/watchlist.py +++ b/scripts/watchlist.py @@ -17,7 +17,6 @@ user-config.py """ # -# (C) Daniel Herding, 2005 # (C) Pywikibot team, 2005-2020 # # Distributed under the terms of the MIT license. diff --git a/scripts/weblinkchecker.py b/scripts/weblinkchecker.py index 755e54a..9830e67 100755 --- a/scripts/weblinkchecker.py +++ b/scripts/weblinkchecker.py @@ -105,7 +105,6 @@ python pwb.py weblinkchecker -repeat """ # -# (C) Daniel Herding, 2005 # (C) Pywikibot team, 2005-2019 # # Distributed under the terms of the MIT license. diff --git a/scripts/welcome.py b/scripts/welcome.py index 0de2639..3472911 100755 --- a/scripts/welcome.py +++ b/scripts/welcome.py @@ -157,14 +157,7 @@ badwords at all but can be used for some bad-nickname. """ # -# (C) Alfio, 2005 -# (C) Kyle/Orgullomoore, 2006-2007 -# (C) Siebrand Mazeland, 2006-2009 -# (C) Filnik, 2007-2011 -# (C) Daniel Herding, 2007 -# (C) Alex Shih-Han Lin, 2009-2010 -# (C) xqt, 2009-2019 -# (C) Pywikibot team, 2008-2019 +# (C) Pywikibot team, 2006-2019 # # Distributed under the terms of the MIT license. #
pywikibot-commits@lists.wikimedia.org