diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2017-03-03 21:59:24 +0000 |
|---|---|---|
| committer | Sami Kerola <kerolasa@iki.fi> | 2017-03-03 22:02:29 +0000 |
| commit | 4339e6dd3c49742640c9a833bd978ab2000d5e9d (patch) | |
| tree | b9e7c57016d0c9849c10085c6b0ec5b3f5bde75f | |
| parent | e1e9cf4dfc7fc16f0c69ecf397517124aeb09c3a (diff) | |
maint: update all copyright year number ranges
* cfg.mk: Add copyright update environment settings.
* And run 'make update-copyright'.
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | ChangeLog.O | 3 | ||||
| -rw-r--r-- | Makefile.am | 3 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | README-dev | 3 | ||||
| -rw-r--r-- | THANKS | 2 | ||||
| -rw-r--r-- | cfg.mk | 6 | ||||
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | contrib/ChangeLog | 3 | ||||
| -rw-r--r-- | contrib/de_franconian_po.txt | 2 | ||||
| -rw-r--r-- | doc/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/hello.texi | 3 | ||||
| -rw-r--r-- | doc/local.mk | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 3 | ||||
| -rw-r--r-- | po/ChangeLog | 3 | ||||
| -rw-r--r-- | po/POTFILES.in | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/hello.c | 4 | ||||
| -rw-r--r-- | src/system.h | 3 | ||||
| -rw-r--r-- | tests/ChangeLog | 3 | ||||
| -rwxr-xr-x | tests/greeting-1 | 2 | ||||
| -rwxr-xr-x | tests/greeting-2 | 2 | ||||
| -rwxr-xr-x | tests/hello-1 | 2 | ||||
| -rwxr-xr-x | tests/last-1 | 2 | ||||
| -rwxr-xr-x | tests/traditional-1 | 2 |
25 files changed, 29 insertions, 44 deletions
@@ -1,7 +1,6 @@ Authors of GNU Hello. - Copyright (C) 1999, 2005, 2006, 2014, 2015 Free Software Foundation, - Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ChangeLog.O b/ChangeLog.O index f07e6c8..a107a61 100644 --- a/ChangeLog.O +++ b/ChangeLog.O @@ -1104,8 +1104,7 @@ Sat Apr 1 00:27:19 1978 Brian Kernighan (bwk at research) * Initial version. -Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, -2005, 2006, 2008, 2014, 2015 Free Software Foundation, Inc. +Copyright 1993-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice diff --git a/Makefile.am b/Makefile.am index dcaf61a..579d01a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,7 @@ # and all subdirectories). # Makefile for the top-level directory of GNU hello. # -# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013, -# 2014, 2015 Free Software Foundation, Inc. +# Copyright 1997-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 @@ -2,9 +2,7 @@ This is the README file for the GNU Hello distribution. Hello prints a friendly greeting. It also serves as a sample GNU package, showing practices that may be useful for GNU projects. - Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2004, 2005, 2006, 2010, 2013, 2014, 2015 Free Software - Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,7 +1,6 @@ This README.dev file describes the development environment. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012, 2014, 2015 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,6 +1,6 @@ Additional contributors to GNU Hello. - Copyright (C) 1999, 2005, 2014, 2015 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,6 +1,6 @@ # Configuration for maintainer-makefile # -# Copyright (c) 2012, 2013, 2014, 2015 Free Software Foundation, Inc. +# Copyright (c) 2012-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 @@ -20,3 +20,7 @@ gnulib_dir = $(GNULIB_SRCDIR) # Set format of NEWS old_NEWS_hash := db15df6458fe88ef5d0585717fc5de57 + +update-copyright-env = \ + UPDATE_COPYRIGHT_FORCE=1 \ + UPDATE_COPYRIGHT_USE_INTERVALS=2 diff --git a/configure.ac b/configure.ac index 0d77ef1..053a747 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013, -dnl 2014, 2015 Free Software Foundation, Inc. +dnl Copyright (C) 2004-2017 Free Software Foundation, Inc. dnl This file is free software; as a special exception the author gives dnl unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 0893a61..cf79402 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -24,8 +24,7 @@ * Makefile.am: New file. -Copyright (C) 1999, 2000, 2006, 2014, 2015 Free Software Foundation, -Inc. +Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/contrib/de_franconian_po.txt b/contrib/de_franconian_po.txt index 76e115a..c2779bf 100644 --- a/contrib/de_franconian_po.txt +++ b/contrib/de_franconian_po.txt @@ -4,7 +4,7 @@ dann humorvoll: ---------------------------------------------------------------------- # German messages for GNU hello. # Fränkische Meldungen für GNU hello. -# Copyright (C) 1998, 2015 Free Software Foundation, Inc. +# Copyright (C) 1998-2017 Free Software Foundation, Inc. # Karl Eichwalder <ke@ke.Central.DE>, 1996-97. # Karl Eichwalder <ke@suse.de>, 1998. # Uwe Seifert, 2000 (translation german » franconian) diff --git a/doc/ChangeLog b/doc/ChangeLog index 57d99ed..549af12 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -172,8 +172,7 @@ Tue Dec 19 08:26:09 1995 Karl Eichwalder <ke@ke.Central.DE> * Makefile.in, version.texi: New file. -Copyright 1995, 1996, 1997, 1998, 1999, 2002, 2005, 2006, 2008, 2014, -2015 Free Software Foundation, Inc. +Copyright 1995-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/doc/hello.texi b/doc/hello.texi index ae44251..9f535b0 100644 --- a/doc/hello.texi +++ b/doc/hello.texi @@ -15,8 +15,7 @@ This manual is for GNU Hello (version @value{VERSION}, @value{UPDATED}), which prints a friendly greeting (and serves as an example GNU package). -Copyright @copyright{} 1992, 1993, 1996, 2002, 2005, 2006, 2007, 2008, -2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. +Copyright @copyright{} 1992-2017 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/doc/local.mk b/doc/local.mk index 7ec4f6a..0ff87f4 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -1,9 +1,7 @@ # Make hello documentation. -*-Makefile-*- # This is included by the top-level Makefile.am. -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 -# Free Software Foundation, Inc. +# Copyright (C) 1995-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/man/ChangeLog b/man/ChangeLog index cea6544..fad87dd 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -58,8 +58,7 @@ * Makefile.am: New file; filled with template information from the textutils package. -Copyright (C) 1999, 2002, 2004, 2006, 2014, 2015 Free Software -Foundation, Inc. +Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/po/ChangeLog b/po/ChangeLog index 164a454..4f63d04 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -572,8 +572,7 @@ Fri Dec 15 11:59:51 1995 Karl Eichwalder <ke@ke.Central.DE> * POTFILES.in: New file. Lists `getopt.c', `getopt1.c', `hello.c', and `version.c'. -Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, -2006, 2014, 2015 Free Software Foundation, Inc. +Copyright (C) 1995-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/po/POTFILES.in b/po/POTFILES.in index b1e7110..2a113da 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -# Copyright (C) 2005, 2006, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/src/ChangeLog b/src/ChangeLog index 06ed7e2..1037aa8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -348,8 +348,7 @@ Tue Dec 19 08:26:09 1995 Karl Eichwalder <ke@ke.Central.DE> * Makefile.in: New file. -Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, -2008, 2014, 2015 Free Software Foundation, Inc. +Copyright 1995-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/src/hello.c b/src/hello.c index 5bb87d5..dd277d5 100644 --- a/src/hello.c +++ b/src/hello.c @@ -1,8 +1,6 @@ /* hello.c -- print a greeting message and exit. - Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005, - 2006, 2007, 2008, 2010, 2011, 2013, 2014, 2015 Free Software - Foundation, Inc. + Copyright 1992-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/src/system.h b/src/system.h index 887db48..87d2b17 100644 --- a/src/system.h +++ b/src/system.h @@ -1,7 +1,6 @@ /* system.h: system-dependent declarations; include this first. - Copyright 1996, 2005, 2006, 2007, 2008, 2013, 2014, 2015 Free - Software Foundation, Inc. + Copyright 1996-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/tests/ChangeLog b/tests/ChangeLog index fcd11ea..3a75b93 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -46,8 +46,7 @@ Mon Dec 30 17:29:37 1996 Karl Eichwalder <ke@ke.Central.DE> * testdata: Copied from `../src/'. -Copyright 1996, 1997, 2001, 2006, 2008, 2014, 2015 Free Software -Foundation, Inc. +Copyright 1996-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/tests/greeting-1 b/tests/greeting-1 index 2878cdc..4887ac4 100755 --- a/tests/greeting-1 +++ b/tests/greeting-1 @@ -1,7 +1,7 @@ #! /bin/sh # Test arbitrary --greeting. # -# Copyright (C) 2001, 2006, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/tests/greeting-2 b/tests/greeting-2 index ab6b459..3490a76 100755 --- a/tests/greeting-2 +++ b/tests/greeting-2 @@ -2,7 +2,7 @@ # Test very long --greeting argument, and also show skipping a test. # (And one way to compute full moons.) # -# Copyright (C) 2001, 2006, 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/tests/hello-1 b/tests/hello-1 index d984411..39986bc 100755 --- a/tests/hello-1 +++ b/tests/hello-1 @@ -1,7 +1,7 @@ #! /bin/sh # Test standard GNU greeting. # -# Copyright (C) 2001, 2006, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/tests/last-1 b/tests/last-1 index 60542e0..d9bab48 100755 --- a/tests/last-1 +++ b/tests/last-1 @@ -1,7 +1,7 @@ #! /bin/sh # Test that last greeting option specified is what counts. # -# Copyright 2008, 2013, 2014, 2015 Free Software Foundation, Inc. +# Copyright 2008-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/tests/traditional-1 b/tests/traditional-1 index f3fb37a..98494b9 100755 --- a/tests/traditional-1 +++ b/tests/traditional-1 @@ -1,7 +1,7 @@ #! /bin/sh # Test traditional greeting. # -# Copyright (C) 2001, 2006, 2014, 2015 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright |
