From cf688dd1054b6f1a468cdecb831b06c19e87c816 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Aug 2015 10:08:16 -0700 Subject: [PATCH 1/1] maint: adjust copyright notices in *.in files to be consistent The copyright year ranges in *.in files were not being updated, because of a missing ", Inc." suffix. Add that, run run "make udpate-copyright", and ensure 2010..2015 year ranges are covered. * gunzip.in: Update copyright notice and year ranges. * gzexe.in: Likewise. * zcat.in: Likewise. * zdiff.in: Likewise. * zforce.in: Likewise. * zgrep.in: Likewise. * zless.in: Likewise. * zmore.in: Likewise. * znew.in: Likewise. --- gunzip.in | 2 +- gzexe.in | 3 ++- zcat.in | 2 +- zdiff.in | 3 ++- zforce.in | 2 +- zgrep.in | 4 ++-- zless.in | 2 +- zmore.in | 2 +- znew.in | 3 ++- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gunzip.in b/gunzip.in index c0b8ecf..cba0a35 100644 --- a/gunzip.in +++ b/gunzip.in @@ -1,7 +1,7 @@ #!/bin/sh # Uncompress files. This is the inverse of gzip. -# Copyright (C) 2007 Free Software Foundation +# Copyright (C) 2007, 2010-2015 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/gzexe.in b/gzexe.in index 5eed790..183a36a 100644 --- a/gzexe.in +++ b/gzexe.in @@ -13,7 +13,8 @@ # On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 -# Copyright (C) 1998, 2002, 2004, 2006, 2007 Free Software Foundation +# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2015 Free Software +# Foundation, Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify diff --git a/zcat.in b/zcat.in index 8d5e848..29d3046 100644 --- a/zcat.in +++ b/zcat.in @@ -1,7 +1,7 @@ #!/bin/sh # Uncompress files to standard output. -# Copyright (C) 2007 Free Software Foundation +# Copyright (C) 2007, 2010-2015 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/zdiff.in b/zdiff.in index c5a6280..2bd2352 100644 --- a/zdiff.in +++ b/zdiff.in @@ -1,7 +1,8 @@ #!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh -# Copyright (C) 1998, 2002, 2006, 2007, 2009 Free Software Foundation +# Copyright (C) 1998, 2002, 2006-2007, 2009-2015 Free Software Foundation, +# Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify diff --git a/zforce.in b/zforce.in index c42a0b0..128b549 100644 --- a/zforce.in +++ b/zforce.in @@ -6,7 +6,7 @@ # 12345678901234 is renamed to 12345678901.gz -# Copyright (C) 2002, 2007, 2010 Free Software Foundation +# Copyright (C) 2002, 2007, 2010-2015 Free Software Foundation, Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify diff --git a/zgrep.in b/zgrep.in index 0ee0062..a2f4201 100644 --- a/zgrep.in +++ b/zgrep.in @@ -3,8 +3,8 @@ # zgrep -- a wrapper around a grep program that decompresses files as needed # Adapted from a version sent by Charles Levert -# Copyright (C) 1998, 2001, 2002, 2006, 2007, 2009, 2010 Free Software -# Foundation +# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2015 Free Software +# Foundation, Inc. # Copyright (C) 1993 Jean-loup Gailly diff --git a/zless.in b/zless.in index 1d7274a..9bc2989 100644 --- a/zless.in +++ b/zless.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation +# Copyright (C) 1998, 2002, 2006-2007, 2010-2015 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/zmore.in b/zmore.in index 300f0ed..4ef34c3 100644 --- a/zmore.in +++ b/zmore.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2001, 2002, 2007, 2010 Free Software Foundation +# Copyright (C) 2001-2002, 2007, 2010-2015 Free Software Foundation, Inc. # Copyright (C) 1992, 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify diff --git a/znew.in b/znew.in index a628979..8d16192 100644 --- a/znew.in +++ b/znew.in @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (C) 1998, 2002, 2004, 2007, 2010 Free Software Foundation +# Copyright (C) 1998, 2002, 2004, 2007, 2010-2015 Free Software Foundation, +# Inc. # Copyright (C) 1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify -- 2.30.2