maint: adjust copyright notices in *.in files to be consistent
authorJim Meyering <meyering@fb.com>
Mon, 24 Aug 2015 17:08:16 +0000 (10:08 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 25 Aug 2015 03:54:39 +0000 (20:54 -0700)
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
gzexe.in
zcat.in
zdiff.in
zforce.in
zgrep.in
zless.in
zmore.in
znew.in

index c0b8ecfce83a18f1e79c1b94d1e2c5f2d9da2479..cba0a35746bd6f124eb5d53e4c709740fe2aa3d1 100644 (file)
--- 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
index 5eed790988bc9c0419ee73086db62014a4f346ab..183a36ad381c2a185fbea897d3bea2c32d521514 100644 (file)
--- 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 8d5e848b9fa4ff07549cab673736769f090a670d..29d3046861e71006b135a0a5f16e4982adac2eab 100644 (file)
--- 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
index c5a6280240f184eecc9d6140b002673f94ce76bf..2bd235224754b1d560001064f38048c883dc8392 100644 (file)
--- 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
index c42a0b0dbc01c0d1db7a4c357daae46745a6ddb0..128b54912836850a7cfee28d2478059730a4aa59 100644 (file)
--- 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
index 0ee006248a6969ea562d6f3e5c0a2e8d3339cbfd..a2f4201afbfb41f065e9400868015018a5204559 100644 (file)
--- 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 <charles@comm.polymtl.ca>
 
-# 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
 
index 1d7274a0b567f22cfe0b169d18f124ec064afa85..9bc2989fcf512819c1878eef9451f4725a0e5400 100644 (file)
--- 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
index 300f0ed019531f34902605bc8ce3a92a6b3ef751..4ef34c327f4bfde4e8ab8d92218eeda38fe66911 100644 (file)
--- 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 a62897901eda0a012ee967e18d94338a0e446f7b..8d161922be94d8d07ecc672f45626b9032cb351e 100644 (file)
--- 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