I've pushed the following changes:

      maint: update gnulib to latest and adapt streamsavedir usage
      maint: update copyright year range in gzip.texi
      maint: udpate all copyright notices via "make update-copyright"
From 34f804aac35480fdca28d2b80aabaa0b1d3545a8 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@fb.com>
Date: Sat, 3 May 2014 19:04:12 -0700
Subject: [PATCH 1/3] maint: update gnulib to latest and adapt streamsavedir
 usage

* gnulib: Update module to latest.
* gzip.c (treat_dir): Gnulib's streamsavedir API has changed:
call it with a new argument, SAVEDIR_SORT_NONE, to retain the
preceding behavior.
---
 gnulib | 2 +-
 gzip.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnulib b/gnulib
index 9be0b54..5028090 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 9be0b54cb42e404e3e355c800b23537416acbc1f
+Subproject commit 502809019bd2ca3ce3d041d18c35ce9420eedb72
diff --git a/gzip.c b/gzip.c
index f40cd21..cf0ab3d 100644
--- a/gzip.c
+++ b/gzip.c
@@ -1797,7 +1797,7 @@ local void treat_dir (fd, dir)
         return ;
     }

-    entries = streamsavedir (dirp);
+    entries = streamsavedir (dirp, SAVEDIR_SORT_NONE);
     if (! entries)
       progerror (dir);
     if (closedir (dirp) != 0)
-- 
2.0.0.rc3

From 66a00a093afb48a228ab882b8d623e48844b538f Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@fb.com>
Date: Sat, 7 Jun 2014 08:40:27 -0700
Subject: [PATCH 2/3] maint: update copyright year range in gzip.texi

* doc/gzip.texi: Update copyright date.
---
 doc/gzip.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gzip.texi b/doc/gzip.texi
index 3de3063..9bcfbc4 100644
--- a/doc/gzip.texi
+++ b/doc/gzip.texi
@@ -11,7 +11,7 @@ This manual is for GNU Gzip
 (version @value{VERSION}, @value{UPDATED}),
 and documents commands for compressing and decompressing data.

-Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software
+Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2014 Free Software
 Foundation, Inc.

 Copyright @copyright{} 1992, 1993 Jean-loup Gailly
-- 
2.0.0.rc3

From 8b5725caaf7596f7f3ea26ad39cdc0bc02cb2c96 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@fb.com>
Date: Sat, 8 Mar 2014 11:41:30 -0800
Subject: [PATCH 3/3] maint: udpate all copyright notices via "make
 update-copyright"

---
 ChangeLog-2007            | 2 +-
 Makefile.am               | 2 +-
 NEWS                      | 2 +-
 README                    | 2 +-
 README-hacking            | 2 +-
 TODO                      | 2 +-
 bits.c                    | 2 +-
 bootstrap                 | 2 +-
 bootstrap.conf            | 2 +-
 cfg.mk                    | 2 +-
 configure.ac              | 2 +-
 deflate.c                 | 2 +-
 doc/Makefile.am           | 2 +-
 gunzip.in                 | 2 +-
 gzexe.in                  | 2 +-
 gzip.c                    | 2 +-
 gzip.h                    | 2 +-
 inflate.c                 | 2 +-
 lib/Makefile.am           | 2 +-
 lib/match.c               | 2 +-
 m4/shell.m4               | 2 +-
 revision.h                | 2 +-
 tailor.h                  | 2 +-
 tests/Makefile.am         | 2 +-
 tests/helin-segv          | 2 +-
 tests/help-version        | 2 +-
 tests/hufts               | 2 +-
 tests/init.sh             | 2 +-
 tests/keep                | 2 +-
 tests/memcpy-abuse        | 2 +-
 tests/mixed               | 2 +-
 tests/null-suffix-clobber | 2 +-
 tests/stdin               | 2 +-
 tests/trailing-nul        | 2 +-
 tests/unpack-invalid      | 2 +-
 tests/zdiff               | 2 +-
 tests/zgrep-context       | 2 +-
 tests/zgrep-f             | 2 +-
 tests/zgrep-signal        | 2 +-
 tests/znew-k              | 2 +-
 trees.c                   | 2 +-
 unpack.c                  | 2 +-
 unzip.c                   | 2 +-
 util.c                    | 2 +-
 zcat.in                   | 2 +-
 zcmp.in                   | 2 +-
 zdiff.in                  | 2 +-
 zforce.in                 | 2 +-
 zgrep.in                  | 2 +-
 zip.c                     | 2 +-
 zless.in                  | 2 +-
 zmore.in                  | 2 +-
 znew.in                   | 2 +-
 53 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/ChangeLog-2007 b/ChangeLog-2007
index 7f11d1f..8b9d6c1 100644
--- a/ChangeLog-2007
+++ b/ChangeLog-2007
@@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992  Jean-loup Gailly  
(jl...@chorus.fr)

        -----

-       Copyright (C) 1997-2002, 2006-2013 Free Software Foundation, Inc.
+       Copyright (C) 1997-2002, 2006-2014 Free Software Foundation, Inc.
        Copyright (C) 1992, 1993 Jean-loup Gailly

        Copying and distribution of this file, with or without
diff --git a/Makefile.am b/Makefile.am
index a3fade7..b0fffcd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).

-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
 # Inc.

 # This program is free software; you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 95c8b0b..3965dd3 100644
--- a/NEWS
+++ b/NEWS
@@ -433,7 +433,7 @@ Major changes form 0.5 to 0.6:

 ========================================================================

-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly

diff --git a/README b/README
index 6ff064c..d7f0c18 100644
--- a/README
+++ b/README
@@ -129,7 +129,7 @@ note that the range specifies every single year in that 
closed interval.

 ========================================================================

-Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation,
+Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software Foundation,
 Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly

diff --git a/README-hacking b/README-hacking
index 5909157..452ebfa 100644
--- a/README-hacking
+++ b/README-hacking
@@ -45,7 +45,7 @@ Enjoy!

 -----

-Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2014 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/TODO b/TODO
index d743877..a23b1fb 100644
--- a/TODO
+++ b/TODO
@@ -73,7 +73,7 @@ Send comments to <bug-gzip@gnu.org>.

 ========================================================================

-Copyright (C) 1999, 2001, 2006, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 1999, 2001, 2006, 2009-2014 Free Software Foundation, Inc.
 Copyright (C) 1992, 1993 Jean-loup Gailly

 Permission is granted to copy, distribute and/or modify this document
diff --git a/bits.c b/bits.c
index 846b2f2..98dbf24 100644
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* bits.c -- output variable-length bit strings

-   Copyright (C) 1999, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2009-2014 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/bootstrap b/bootstrap
index 0cbea66..e96251e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2013-05-08.20; # UTC

 # Bootstrap this package from checked-out sources.

-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2014 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/bootstrap.conf b/bootstrap.conf
index 3fffd7f..306b773 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
 # Bootstrap configuration.

-# Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2014 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/cfg.mk b/cfg.mk
index ee291cf..4295fc6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2014 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/configure.ac b/configure.ac
index af6856f..0c15e17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Configure template for gzip.

-# Copyright (C) 1999-2002, 2006-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2002, 2006-2007, 2009-2014 Free Software Foundation, Inc.

 # Copyright (C) 1992-1993 Jean-loup Gailly

diff --git a/deflate.c b/deflate.c
index f0f2394..8a257f3 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1,6 +1,6 @@
 /* deflate.c -- compress data using the deflation algorithm

-   Copyright (C) 1999, 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2006, 2009-2014 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/doc/Makefile.am b/doc/Makefile.am
index 2dea5e1..0c09239 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 # Make gzip documentation.                             -*-Makefile-*-

-# Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2014 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/gunzip.in b/gunzip.in
index dbfd04b..3e9eada 100644
--- a/gunzip.in
+++ b/gunzip.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH

 version="gunzip (gzip) @VERSION@
-Copyright (C) 2007, 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/gzexe.in b/gzexe.in
index e458563..05df25f 100644
--- a/gzexe.in
+++ b/gzexe.in
@@ -36,7 +36,7 @@ nl='
 IFS=" $tab$nl"

 version='gzexe (gzip) @VERSION@
-Copyright (C) 2007, 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/gzip.c b/gzip.c
index cf0ab3d..9c6849e 100644
--- a/gzip.c
+++ b/gzip.c
@@ -1,6 +1,6 @@
 /* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface

-   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2013 Free Software
+   Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2014 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly

diff --git a/gzip.h b/gzip.h
index 648073e..1e2b3bf 100644
--- a/gzip.h
+++ b/gzip.h
@@ -1,6 +1,6 @@
 /* gzip.h -- common declarations for all gzip modules

-   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2013 Free Software
+   Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2014 Free Software
    Foundation, Inc.

    Copyright (C) 1992-1993 Jean-loup Gailly.
diff --git a/inflate.c b/inflate.c
index 0d4d14b..88de0f2 100644
--- a/inflate.c
+++ b/inflate.c
@@ -1,6 +1,6 @@
 /* Inflate deflated data

-   Copyright (C) 1997-1999, 2002, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2014 Free Software Foundation,
    Inc.

    This program is free software; you can redistribute it and/or modify
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7812a3e..fe53c3f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
 # Make gzip/lib                                -*-Makefile-*-

-# Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2014 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/lib/match.c b/lib/match.c
index 58a00b2..4f9494d 100644
--- a/lib/match.c
+++ b/lib/match.c
@@ -1,6 +1,6 @@
 /* match.s -- optional optimized asm version of longest match in deflate.c

-   Copyright (C) 2002, 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2014 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/m4/shell.m4 b/m4/shell.m4
index 017aa27..9a8074e 100644
--- a/m4/shell.m4
+++ b/m4/shell.m4
@@ -1,6 +1,6 @@
 # Check for a working shell.

-# Copyright (C) 2000-2001, 2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2007, 2009-2014 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
 # the Free Software Foundation; either version 3, or (at your option)
diff --git a/revision.h b/revision.h
index a83b089..95057b3 100644
--- a/revision.h
+++ b/revision.h
@@ -1,6 +1,6 @@
 /* revision.h -- define the version number

-   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2013 Free Software
+   Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2014 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly.

diff --git a/tailor.h b/tailor.h
index e563b66..1d17bc6 100644
--- a/tailor.h
+++ b/tailor.h
@@ -1,6 +1,6 @@
 /* tailor.h -- target dependent definitions

-   Copyright (C) 1997-1999, 2002, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 1997-1999, 2002, 2006, 2009-2014 Free Software Foundation,
    Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 37c7b8c..b0a6d69 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to create Makefile.in
-# Copyright 2010-2013 Free Software Foundation, Inc.
+# Copyright 2010-2014 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/helin-segv b/tests/helin-segv
index f31bc0e..496e28e 100755
--- a/tests/helin-segv
+++ b/tests/helin-segv
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.4, gzip -d would segfault on some inputs.

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/help-version b/tests/help-version
index ce5838b..655df00 100755
--- a/tests/help-version
+++ b/tests/help-version
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 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/hufts b/tests/hufts
index 63abe91..ae3bf6e 100755
--- a/tests/hufts
+++ b/tests/hufts
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise a bug whereby an invalid input could make gzip -d misbehave.

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/init.sh b/tests/init.sh
index bd2048e..b5c2e3f 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -1,6 +1,6 @@
 # source this file; set up for tests

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/keep b/tests/keep
index b2bbcd3..ea6f667 100755
--- a/tests/keep
+++ b/tests/keep
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Exercise the --keep option.

-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 2013-2014 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/memcpy-abuse b/tests/memcpy-abuse
index 4b7ae00..05e1f06 100755
--- a/tests/memcpy-abuse
+++ b/tests/memcpy-abuse
@@ -2,7 +2,7 @@
 # Before gzip-1.4, this the use of memcpy in inflate_codes could
 # mistakenly operate on overlapping regions.  Exercise that code.

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/mixed b/tests/mixed
index 7f4a747..ab88268 100755
--- a/tests/mixed
+++ b/tests/mixed
@@ -2,7 +2,7 @@
 # Ensure that gzip -cdf handles mixed compressed/not-compressed data
 # Before gzip-1.5, it would produce invalid output.

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/null-suffix-clobber b/tests/null-suffix-clobber
index 27ac62c..445a02a 100755
--- a/tests/null-suffix-clobber
+++ b/tests/null-suffix-clobber
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Before gzip-1.5, gzip -d -S '' k.gz would delete F.gz and not create "F"

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/stdin b/tests/stdin
index 0a8ffca..121940d 100755
--- a/tests/stdin
+++ b/tests/stdin
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that gzip interprets "-" as stdin.

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/trailing-nul b/tests/trailing-nul
index 93b12de..0474cd8 100755
--- a/tests/trailing-nul
+++ b/tests/trailing-nul
@@ -2,7 +2,7 @@
 # gzip accepts trailing NUL bytes; don't fail if there is exactly one.
 # Before gzip-1.4, this would fail.

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/unpack-invalid b/tests/unpack-invalid
index 7b2d2fc..daa7b25 100755
--- a/tests/unpack-invalid
+++ b/tests/unpack-invalid
@@ -2,7 +2,7 @@
 # gzip should report invalid 'unpack' input when uncompressing.
 # With gzip-1.5, it would output invalid data instead.

-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 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/zdiff b/tests/zdiff
index a06fd83..b12747f 100755
--- a/tests/zdiff
+++ b/tests/zdiff
@@ -2,7 +2,7 @@
 # Exercise zdiff with two compressed inputs.
 # Before gzip-1.4, this would fail.

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/zgrep-context b/tests/zgrep-context
index a3871eb..2129cf1 100755
--- a/tests/zgrep-context
+++ b/tests/zgrep-context
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Ensure that zgrep -15 works.  Before gzip-1.5, it would fail.

-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 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/zgrep-f b/tests/zgrep-f
index dfb1b95..ad2005a 100755
--- a/tests/zgrep-f
+++ b/tests/zgrep-f
@@ -2,7 +2,7 @@
 # Ensure that zgrep -f - works like grep -f -
 # Before gzip-1.4, it would fail.

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 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/zgrep-signal b/tests/zgrep-signal
index 0699132..4ca4335 100755
--- a/tests/zgrep-signal
+++ b/tests/zgrep-signal
@@ -2,7 +2,7 @@
 # Check that zgrep is terminated gracefully by signal when
 # its grep/sed pipeline is terminated by a signal.

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/znew-k b/tests/znew-k
index 2bf8d7a..71b34ec 100755
--- a/tests/znew-k
+++ b/tests/znew-k
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Check that znew -K works without compress(1).

-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-2014 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/trees.c b/trees.c
index f2ad360..e3e5146 100644
--- a/trees.c
+++ b/trees.c
@@ -1,6 +1,6 @@
 /* trees.c -- output deflated data using Huffman coding

-   Copyright (C) 1997-1999, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2014 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/unpack.c b/unpack.c
index 1483e36..7be97d9 100644
--- a/unpack.c
+++ b/unpack.c
@@ -1,6 +1,6 @@
 /* unpack.c -- decompress files in pack format.

-   Copyright (C) 1997, 1999, 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2006, 2009-2014 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/unzip.c b/unzip.c
index 7c6938f..e0db356 100644
--- a/unzip.c
+++ b/unzip.c
@@ -1,6 +1,6 @@
 /* unzip.c -- decompress files in gzip or pkzip format.

-   Copyright (C) 1997-1999, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2009-2014 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/util.c b/util.c
index 4713e0a..d9a70ba 100644
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 /* util.c -- utility functions for gzip support

-   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2013 Free Software
+   Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2014 Free Software
    Foundation, Inc.
    Copyright (C) 1992-1993 Jean-loup Gailly

diff --git a/zcat.in b/zcat.in
index cecdf71..442812f 100644
--- a/zcat.in
+++ b/zcat.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH

 version="zcat (gzip) @VERSION@
-Copyright (C) 2007, 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zcmp.in b/zcmp.in
index 28b9350..ed547d3 100644
--- a/zcmp.in
+++ b/zcmp.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Compare the uncompressed contents of compressed files, byte by byte.

-# Copyright (C) 2007, 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2014 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 aa99b1d..703b152 100644
--- a/zdiff.in
+++ b/zdiff.in
@@ -31,7 +31,7 @@ case $1 in
 esac

 version="z$prog (gzip) @VERSION@
-Copyright (C) 2009, 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2009, 2011-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zforce.in b/zforce.in
index bc3441d..3e2b1b5 100644
--- a/zforce.in
+++ b/zforce.in
@@ -30,7 +30,7 @@ esac
 PATH=$bindir:$PATH; export PATH

 version="zforce (gzip) @VERSION@
-Copyright (C) 2010-2013 Free Software Foundation, Inc.
+Copyright (C) 2010-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zgrep.in b/zgrep.in
index c149577..857ea48 100644
--- a/zgrep.in
+++ b/zgrep.in
@@ -31,7 +31,7 @@ PATH=$bindir:$PATH
 grep='${GREP-'\''@GREP@'\''}'

 version='zgrep (gzip) @VERSION@
-Copyright (C) 2010-2013 Free Software Foundation, Inc.
+Copyright (C) 2010-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zip.c b/zip.c
index b0b1db1..ebd0ae6 100644
--- a/zip.c
+++ b/zip.c
@@ -1,6 +1,6 @@
 /* zip.c -- compress files to the gzip or pkzip format

-   Copyright (C) 1997-1999, 2006-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-1999, 2006-2007, 2009-2014 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/zless.in b/zless.in
index 67760b3..8d60687 100644
--- a/zless.in
+++ b/zless.in
@@ -23,7 +23,7 @@ esac
 PATH=$bindir:$PATH; export PATH

 version="zless (gzip) @VERSION@
-Copyright (C) 2007, 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2007, 2011-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/zmore.in b/zmore.in
index 764845a..12b3bdc 100644
--- a/zmore.in
+++ b/zmore.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH; export PATH

 version="zmore (gzip) @VERSION@
-Copyright (C) 2010-2013 Free Software Foundation, Inc.
+Copyright (C) 2010-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/znew.in b/znew.in
index d16311a..fb9c8e1 100644
--- a/znew.in
+++ b/znew.in
@@ -24,7 +24,7 @@ esac
 PATH=$bindir:$PATH; export PATH

 version="znew (gzip) @VERSION@
-Copyright (C) 2010-2013 Free Software Foundation, Inc.
+Copyright (C) 2010-2014 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
-- 
2.0.0.rc3

Reply via email to