jenkins-bot has submitted this change and it was merged.
Change subject: Update copyright year to 2015
......................................................................
Update copyright year to 2015
Only updating modules which have had substantive changes in 2015
setup.py: Remove unnecessary __version__ and reorder imports.
Change-Id: I700e4b2f044e9d6843f98eec34d957cba2986c1f
---
M generate_family_file.py
M pwb.py
M pywikibot/comms/http.py
M pywikibot/config2.py
M pywikibot/data/api.py
M pywikibot/date.py
M pywikibot/family.py
M pywikibot/i18n.py
M pywikibot/pagegenerators.py
M pywikibot/site.py
M pywikibot/textlib.py
M pywikibot/tools/__init__.py
M pywikibot/userinterfaces/terminal_interface_base.py
M pywikibot/userinterfaces/terminal_interface_unix.py
M pywikibot/version.py
M setup.py
16 files changed, 18 insertions(+), 20 deletions(-)
Approvals:
Mpaa: Looks good to me, approved
jenkins-bot: Verified
diff --git a/generate_family_file.py b/generate_family_file.py
index fa4619b..50770c1 100644
--- a/generate_family_file.py
+++ b/generate_family_file.py
@@ -8,7 +8,7 @@
print_function, unicode_literals)
#
# (C) Merlijn van Deen, 2010-2013
-# (C) Pywikibot team, 2010-2014
+# (C) Pywikibot team, 2010-2015
#
# Distributed under the terms of the MIT license
#
diff --git a/pwb.py b/pwb.py
index 32ecb77..09d0836 100644
--- a/pwb.py
+++ b/pwb.py
@@ -8,7 +8,7 @@
and it will use the package directory to store all user files, will fix up
search paths so the package does not need to be installed, etc.
"""
-# (C) Pywikibot team, 2014
+# (C) Pywikibot team, 2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py
index ca040c6..4c2b2ec 100644
--- a/pywikibot/comms/http.py
+++ b/pywikibot/comms/http.py
@@ -13,7 +13,7 @@
"""
#
-# (C) Pywikibot team, 2007-2014
+# (C) Pywikibot team, 2007-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/config2.py b/pywikibot/config2.py
index 0d9d670..3792be5 100644
--- a/pywikibot/config2.py
+++ b/pywikibot/config2.py
@@ -15,7 +15,7 @@
"""
#
# (C) Rob W.W. Hooft, 2003
-# (C) Pywikibot team, 2003-2014
+# (C) Pywikibot team, 2003-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/data/api.py b/pywikibot/data/api.py
index 4433982..4394a13 100644
--- a/pywikibot/data/api.py
+++ b/pywikibot/data/api.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Interface to Mediawiki's api.php."""
#
-# (C) Pywikibot team, 2007-2014
+# (C) Pywikibot team, 2007-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/date.py b/pywikibot/date.py
index 76be21a..aea18fd 100644
--- a/pywikibot/date.py
+++ b/pywikibot/date.py
@@ -7,7 +7,7 @@
# (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-2014
+# (C) Pywikibot team, 2004-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/family.py b/pywikibot/family.py
index 4848c6b..435e5b0 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Objects representing MediaWiki families."""
#
-# (C) Pywikibot team, 2004-2014
+# (C) Pywikibot team, 2004-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py
index f0bdb23..85a1055 100644
--- a/pywikibot/i18n.py
+++ b/pywikibot/i18n.py
@@ -6,7 +6,7 @@
and for TranslateWiki-based translations.
"""
#
-# (C) Pywikibot team, 2004-2014
+# (C) Pywikibot team, 2004-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/pagegenerators.py b/pywikibot/pagegenerators.py
index a87a05a..008d383 100644
--- a/pywikibot/pagegenerators.py
+++ b/pywikibot/pagegenerators.py
@@ -14,7 +14,7 @@
¶ms;
"""
#
-# (C) Pywikibot team, 2008-2014
+# (C) Pywikibot team, 2008-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/site.py b/pywikibot/site.py
index 90897fe..2f1cd0d 100644
--- a/pywikibot/site.py
+++ b/pywikibot/site.py
@@ -6,7 +6,7 @@
groups of wikis on the same topic in different languages.
"""
#
-# (C) Pywikibot team, 2008-2014
+# (C) Pywikibot team, 2008-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/textlib.py b/pywikibot/textlib.py
index aa40e10..372e16e 100644
--- a/pywikibot/textlib.py
+++ b/pywikibot/textlib.py
@@ -7,7 +7,7 @@
"""
#
-# (C) Pywikibot team, 2008-2014
+# (C) Pywikibot team, 2008-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/tools/__init__.py b/pywikibot/tools/__init__.py
index 6bcb0c6..3a38dd5 100644
--- a/pywikibot/tools/__init__.py
+++ b/pywikibot/tools/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Miscellaneous helper functions (not wiki-dependent)."""
#
-# (C) Pywikibot team, 2008
+# (C) Pywikibot team, 2008-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/userinterfaces/terminal_interface_base.py
b/pywikibot/userinterfaces/terminal_interface_base.py
index 6e105de..0ca9028 100755
--- a/pywikibot/userinterfaces/terminal_interface_base.py
+++ b/pywikibot/userinterfaces/terminal_interface_base.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Base for terminal user interfaces."""
#
-# (C) Pywikibot team, 2003-2014
+# (C) Pywikibot team, 2003-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/userinterfaces/terminal_interface_unix.py
b/pywikibot/userinterfaces/terminal_interface_unix.py
index 6b6b282..73d577a 100755
--- a/pywikibot/userinterfaces/terminal_interface_unix.py
+++ b/pywikibot/userinterfaces/terminal_interface_unix.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""User interface for unix terminals."""
#
-# (C) Pywikibot team, 2003-2014
+# (C) Pywikibot team, 2003-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/pywikibot/version.py b/pywikibot/version.py
index 377339c..723a221 100644
--- a/pywikibot/version.py
+++ b/pywikibot/version.py
@@ -3,7 +3,7 @@
#
# (C) Merlijn 'valhallasw' van Deen, 2007-2014
# (C) xqt, 2010-2014
-# (C) Pywikibot team, 2007-2013
+# (C) Pywikibot team, 2007-2015
#
# Distributed under the terms of the MIT license.
#
diff --git a/setup.py b/setup.py
index a3b8241..fcfd000 100644
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,14 @@
# -*- coding: utf-8 -*-
"""Installer script for Pywikibot 2.0 framework."""
#
-# (C) Pywikibot team, 2009-2013
+# (C) Pywikibot team, 2009-2015
#
# Distributed under the terms of the MIT license.
#
-__version__ = '$Id$'
-#
-import sys
-import os
import itertools
+import os
+import sys
test_deps = []
--
To view, visit https://gerrit.wikimedia.org/r/190712
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I700e4b2f044e9d6843f98eec34d957cba2986c1f
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Mpaa <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits