summaryrefslogtreecommitdiff
path: root/pygnulib/__init__.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-09 00:38:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-09 16:06:56 +0200
commit6095a05f50dd0aeafefe2a1dfef3e819eeae04fd (patch)
tree24442cef42862b0aa42a7eacfe28e5caa6d1981d /pygnulib/__init__.py
parent5cb51bde60ef7d4ce5240ef37236dabd586cbe10 (diff)
downloadgnulib-6095a05f50dd0aeafefe2a1dfef3e819eeae04fd.tar.gz
gnulib-tool.py: Bump copyright years up to 2017.
Diffstat (limited to 'pygnulib/__init__.py')
-rw-r--r--pygnulib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/__init__.py b/pygnulib/__init__.py
index fc205c2654..129061be6a 100644
--- a/pygnulib/__init__.py
+++ b/pygnulib/__init__.py
@@ -15,6 +15,6 @@ coding standards, the GNU maintainer information, the GPL and other licenses (in
Texinfo), assorted configuration scripts, and more. The goal is to provide all
the common infrastructure needed by GNU packages.'''
-__copyright__ = '2012 Free Software Foundation, Inc.'
+__copyright__ = '2012-2017 Free Software Foundation, Inc.'
__author__ = 'Dmitriy Selyutin'
__license__ = 'GNU GPLv3+'