Meno25 has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/774994 )
Change subject: [doc] Update documentation ......................................................................
[doc] Update documentation
Change-Id: Ibd942ecebdd8d559bd47a36d95ee87603b0fecb5 --- M pywikibot/families/i18n_family.py M pywikibot/families/omegawiki_family.py M pywikibot/families/osm_family.py M pywikibot/families/wikidata_family.py M pywikibot/families/wikitech_family.py M pywikibot/xmlreader.py 6 files changed, 6 insertions(+), 6 deletions(-)
Approvals: Meno25: Verified; Looks good to me, approved
diff --git a/pywikibot/families/i18n_family.py b/pywikibot/families/i18n_family.py index 584669b..67c780d 100644 --- a/pywikibot/families/i18n_family.py +++ b/pywikibot/families/i18n_family.py @@ -1,6 +1,6 @@ """Family module for Translate Wiki.""" # -# (C) Pywikibot team, 2007-2020 +# (C) Pywikibot team, 2007-2022 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/omegawiki_family.py b/pywikibot/families/omegawiki_family.py index c13103b..0a45b00 100644 --- a/pywikibot/families/omegawiki_family.py +++ b/pywikibot/families/omegawiki_family.py @@ -1,6 +1,6 @@ """Family module for Omega Wiki.""" # -# (C) Pywikibot team, 2006-2020 +# (C) Pywikibot team, 2006-2022 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/osm_family.py b/pywikibot/families/osm_family.py index 3ff502d..f5c2962 100644 --- a/pywikibot/families/osm_family.py +++ b/pywikibot/families/osm_family.py @@ -1,6 +1,6 @@ """Family module for OpenStreetMap wiki.""" # -# (C) Pywikibot team, 2009-2020 +# (C) Pywikibot team, 2009-2022 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikidata_family.py b/pywikibot/families/wikidata_family.py index 02ffcf7..335ad86 100644 --- a/pywikibot/families/wikidata_family.py +++ b/pywikibot/families/wikidata_family.py @@ -1,6 +1,6 @@ """Family module for Wikidata.""" # -# (C) Pywikibot team, 2012-2020 +# (C) Pywikibot team, 2012-2022 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/families/wikitech_family.py b/pywikibot/families/wikitech_family.py index 400a237..0428c26 100644 --- a/pywikibot/families/wikitech_family.py +++ b/pywikibot/families/wikitech_family.py @@ -1,6 +1,6 @@ """Family module for Wikitech.""" # -# (C) Pywikibot team, 2005-2020 +# (C) Pywikibot team, 2005-2022 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/xmlreader.py b/pywikibot/xmlreader.py index 2a5bb3c..5437a82 100644 --- a/pywikibot/xmlreader.py +++ b/pywikibot/xmlreader.py @@ -8,7 +8,7 @@ XmlEntry objects which can be used by other bots. """ # -# (C) Pywikibot team, 2005-2020 +# (C) Pywikibot team, 2005-2022 # # Distributed under the terms of the MIT license. #
pywikibot-commits@lists.wikimedia.org