From 6095a05f50dd0aeafefe2a1dfef3e819eeae04fd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 00:38:56 +0200 Subject: [PATCH] gnulib-tool.py: Bump copyright years up to 2017. --- gnulib-tool.py | 2 +- pygnulib/__init__.py | 2 +- pygnulib/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnulib-tool.py b/gnulib-tool.py index 0a37182ec8..806f4d7ed6 100755 --- a/gnulib-tool.py +++ b/gnulib-tool.py @@ -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 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+' diff --git a/pygnulib/constants.py b/pygnulib/constants.py index 3255635989..ec2ca62be8 100644 --- a/pygnulib/constants.py +++ b/pygnulib/constants.py @@ -27,7 +27,7 @@ __author__ = \ 'Dmitriy Selyutin', ] __license__ = 'GNU GPLv3+' -__copyright__ = '2012 Free Software Foundation, Inc.' +__copyright__ = '2002-2017 Free Software Foundation, Inc.' #=============================================================================== -- 2.39.5