]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Bump copyright years up to 2017.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Sep 2017 22:38:56 +0000 (00:38 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Sep 2017 14:06:56 +0000 (16:06 +0200)
gnulib-tool.py
pygnulib/__init__.py
pygnulib/constants.py

index 0a37182ec8879c883ff3c9e058676d797f5856f0..806f4d7ed69a05e7ec417fe6704c0b8d008cbf2e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index fc205c26546ef0d21295d976b62678ea805afcd7..129061be6a53c1fc9da49ab32ebbc569d52f8a1f 100644 (file)
@@ -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+'
index 32556359894c9360d59740c7d1a79d4bafa1b9d7..ec2ca62be883725c013aa05dd818e6a36d9febc2 100644 (file)
@@ -27,7 +27,7 @@ __author__ = \
         'Dmitriy Selyutin',
     ]
 __license__ = 'GNU GPLv3+'
-__copyright__ = '2012 Free Software Foundation, Inc.'
+__copyright__ = '2002-2017 Free Software Foundation, Inc.'
 
 
 #===============================================================================