John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/262450
Change subject: Update main copyright year to 2016 ...................................................................... Update main copyright year to 2016 Change-Id: I577c931e24c1a3de4c87ee59ef958a5f62f97ce9 --- M LICENSE M docs/conf.py 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/50/262450/1 diff --git a/LICENSE b/LICENSE index c8f0800..91a8230 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2015 Pywikibot team +Copyright (c) 2004-2016 Pywikibot team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/docs/conf.py b/docs/conf.py index bfe7162..23f0f48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. -project = u'Pywikibot' -copyright = u'2015, Pywikibot team' +project = 'Pywikibot' +copyright = '2016, Pywikibot team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- To view, visit https://gerrit.wikimedia.org/r/262450 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I577c931e24c1a3de4c87ee59ef958a5f62f97ce9 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
