changeset 38820:01fb8042bde3

gnulib-tool.py: Bump copyright years up to 2017.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Sep 2017 00:38:56 +0200
parents 471fd21c0a2d
children dd770d793641
files gnulib-tool.py pygnulib/__init__.py pygnulib/constants.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool.py	Fri Sep 08 23:45:39 2017 +0200
+++ b/gnulib-tool.py	Sat Sep 09 00:38:56 2017 +0200
@@ -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
--- a/pygnulib/__init__.py	Fri Sep 08 23:45:39 2017 +0200
+++ b/pygnulib/__init__.py	Sat Sep 09 00:38:56 2017 +0200
@@ -15,6 +15,6 @@
 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+'
--- a/pygnulib/constants.py	Fri Sep 08 23:45:39 2017 +0200
+++ b/pygnulib/constants.py	Sat Sep 09 00:38:56 2017 +0200
@@ -27,7 +27,7 @@
         'Dmitriy Selyutin',
     ]
 __license__ = 'GNU GPLv3+'
-__copyright__ = '2012 Free Software Foundation, Inc.'
+__copyright__ = '2002-2017 Free Software Foundation, Inc.'
 
 
 #===============================================================================