From 2725db10000bae65e311a9329973b11053b86f1a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 1 Jan 2016 15:04:08 -0800 Subject: [PATCH] maint: update copyright year, bootstrap, init.sh Run "make update-copyright" and then... * gzip.c: Transform the copyright notice via s/2015/2016/. * gnulib: Update to latest. * tests/init.sh: Update from gnulib. * bootstrap: Likewise. --- ChangeLog-2007 | 2 +- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- README-hacking | 2 +- TODO | 2 +- bits.c | 2 +- bootstrap | 22 +++++++++++++++++++--- bootstrap.conf | 2 +- cfg.mk | 2 +- configure.ac | 2 +- deflate.c | 2 +- doc/Makefile.am | 2 +- doc/gzip.texi | 4 ++-- gnulib | 2 +- gunzip.in | 2 +- gzexe.in | 2 +- gzip.1 | 3 ++- gzip.c | 4 ++-- gzip.h | 2 +- inflate.c | 2 +- lib/Makefile.am | 2 +- lib/match.c | 2 +- lzw.h | 2 +- m4/shell.m4 | 2 +- revision.h | 2 +- tailor.h | 2 +- tests/Makefile.am | 2 +- tests/gzip-env | 2 +- tests/helin-segv | 2 +- tests/help-version | 2 +- tests/hufts | 2 +- tests/init.sh | 28 ++++++++++++++++++++++++++-- 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/z-suffix | 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 | 3 +-- zforce.in | 2 +- zgrep.in | 4 ++-- zip.c | 2 +- zless.1 | 2 +- zless.in | 2 +- zmore.in | 2 +- znew.in | 2 +- 60 files changed, 107 insertions(+), 67 deletions(-) diff --git a/ChangeLog-2007 b/ChangeLog-2007 index fed66c5..0b4a51a 100644 --- a/ChangeLog-2007 +++ b/ChangeLog-2007 @@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992 Jean-loup Gailly (jloup@chorus.fr) ----- - Copyright (C) 1997-2002, 2006-2015 Free Software Foundation, Inc. + Copyright (C) 1997-2002, 2006-2016 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 d8aa38e..9d06d98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Make gzip (GNU zip). -# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software Foundation, +# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation, # Inc. # This program is free software; you can redistribute it and/or modify diff --git a/NEWS b/NEWS index 120fb93..a1c668f 100644 --- a/NEWS +++ b/NEWS @@ -444,7 +444,7 @@ Major changes form 0.5 to 0.6: ======================================================================== -Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2015 Free Software Foundation, +Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly diff --git a/README b/README index 8db3356..11e6b55 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-2015 Free Software Foundation, +Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly diff --git a/README-hacking b/README-hacking index f55253d..cce32ea 100644 --- a/README-hacking +++ b/README-hacking @@ -45,7 +45,7 @@ Enjoy! ----- -Copyright (C) 2002-2006, 2009-2015 Free Software Foundation, Inc. +Copyright (C) 2002-2006, 2009-2016 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 3a9c171..3a3e76b 100644 --- a/TODO +++ b/TODO @@ -73,7 +73,7 @@ Send comments to . ======================================================================== -Copyright (C) 1999, 2001, 2006, 2009-2015 Free Software Foundation, Inc. +Copyright (C) 1999, 2001, 2006, 2009-2016 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 a6dc4de..374b49b 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999, 2009-2015 Free Software Foundation, Inc. + Copyright (C) 1999, 2009-2016 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 9dc6e29..294c0bc 100755 --- a/bootstrap +++ b/bootstrap @@ -1,10 +1,10 @@ #! /bin/sh # Print a version string. -scriptversion=2013-12-05.23; # UTC +scriptversion=2014-12-08.12; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2015 Free Software Foundation, Inc. +# Copyright (C) 2003-2016 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 @@ -42,6 +42,9 @@ export LC_ALL local_gl_dir=gl +# Honour $PERL, but work even if there is none +PERL="${PERL-perl}" + me=$0 usage() { @@ -456,6 +459,7 @@ check_versions() { test "$appvar" = TAR && appvar=AMTAR case $appvar in GZIP) ;; # Do not use $GZIP: it contains gzip options. + PERL::*) ;; # Keep perl modules as-is *) eval "app=\${$appvar-$app}" ;; esac @@ -473,6 +477,17 @@ check_versions() { ret=1 continue } ;; + # Another check is for perl modules. These can be written as + # e.g. perl::XML::XPath in case of XML::XPath module, etc. + perl::*) + # Extract module name + app="${app#perl::}" + if ! $PERL -m"$app" -e 'exit 0' >/dev/null 2>&1; then + warn_ "Error: perl module '$app' not found" + ret=1 + fi + continue + ;; esac if [ "$req_ver" = "-" ]; then # Merely require app to exist; not all prereq apps are well-behaved @@ -900,7 +915,8 @@ if test $use_libtool = 1; then esac fi echo "$0: $gnulib_tool $gnulib_tool_options --import ..." -$gnulib_tool $gnulib_tool_options --import $gnulib_modules && +$gnulib_tool $gnulib_tool_options --import $gnulib_modules \ + || die "gnulib-tool failed" for file in $gnulib_files; do symlink_to_dir "$GNULIB_SRCDIR" $file \ diff --git a/bootstrap.conf b/bootstrap.conf index 1387106..13a485d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2007, 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2006-2007, 2009-2016 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 1fffb58..8ba07db 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2015 Free Software Foundation, Inc. +# Copyright (C) 2003-2016 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 1a9cce6..f64df6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure template for gzip. -# Copyright (C) 1999-2002, 2006-2007, 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 1999-2002, 2006-2007, 2009-2016 Free Software Foundation, Inc. # Copyright (C) 1992-1993 Jean-loup Gailly diff --git a/deflate.c b/deflate.c index ecf02c3..020810d 100644 --- a/deflate.c +++ b/deflate.c @@ -1,6 +1,6 @@ /* deflate.c -- compress data using the deflation algorithm - Copyright (C) 1999, 2006, 2009-2015 Free Software Foundation, Inc. + Copyright (C) 1999, 2006, 2009-2016 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 6dff333..76e1767 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Make gzip documentation. -*-Makefile-*- -# Copyright (C) 2006, 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009-2016 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/doc/gzip.texi b/doc/gzip.texi index 5754aae..978b919 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -12,8 +12,8 @@ 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-2015 -Free Software Foundation, Inc. +Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2016 Free Software +Foundation, Inc. Copyright @copyright{} 1992, 1993 Jean-loup Gailly diff --git a/gnulib b/gnulib index ffe6467..271dfe3 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit ffe64673c36168b0e62224429a4870427f2c68c4 +Subproject commit 271dfe37985ff3a6e9cf9d08ab67e8ea3e239162 diff --git a/gunzip.in b/gunzip.in index cba0a35..1296834 100644 --- a/gunzip.in +++ b/gunzip.in @@ -1,7 +1,7 @@ #!/bin/sh # Uncompress files. This is the inverse of gzip. -# Copyright (C) 2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2016 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 183a36a..d5b82a2 100644 --- a/gzexe.in +++ b/gzexe.in @@ -13,7 +13,7 @@ # On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 -# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2015 Free Software +# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2016 Free Software # Foundation, Inc. # Copyright (C) 1993 Jean-loup Gailly diff --git a/gzip.1 b/gzip.1 index 23987e2..255adaa 100644 --- a/gzip.1 +++ b/gzip.1 @@ -493,7 +493,8 @@ the default compression level (-6). On some highly redundant files, compresses better than .IR gzip . .SH "COPYRIGHT NOTICE" -Copyright \(co 1998-1999, 2001-2002, 2012, 2015 Free Software Foundation, Inc. +Copyright \(co 1998-1999, 2001-2002, 2012, 2015-2016 Free Software Foundation, +Inc. .br Copyright \(co 1992, 1993 Jean-loup Gailly .PP diff --git a/gzip.c b/gzip.c index 40fee35..a013540 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-2015 Free Software + Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly @@ -29,7 +29,7 @@ */ static char const *const license_msg[] = { -"Copyright (C) 2015 Free Software Foundation, Inc.", +"Copyright (C) 2016 Free Software Foundation, Inc.", "Copyright (C) 1993 Jean-loup Gailly.", "This is free software. You may redistribute copies of it under the terms of", "the GNU General Public License .", diff --git a/gzip.h b/gzip.h index cb0ef66..bb4000a 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-2015 Free Software + Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly. diff --git a/inflate.c b/inflate.c index c81879f..b9201bb 100644 --- a/inflate.c +++ b/inflate.c @@ -1,6 +1,6 @@ /* Inflate deflated data - Copyright (C) 1997-1999, 2002, 2006, 2009-2015 Free Software Foundation, + Copyright (C) 1997-1999, 2002, 2006, 2009-2016 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 3cdb4a1..9de622d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ # Make gzip/lib -*-Makefile-*- -# Copyright (C) 2006, 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009-2016 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 345bc5a..8846038 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-2015 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2009-2016 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/lzw.h b/lzw.h index 3fc6407..db97398 100644 --- a/lzw.h +++ b/lzw.h @@ -1,6 +1,6 @@ /* lzw.h -- define the lzw functions. - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2016 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 206fde5..3027aea 100644 --- a/m4/shell.m4 +++ b/m4/shell.m4 @@ -1,6 +1,6 @@ # Check for a working shell. -# Copyright (C) 2000-2001, 2007, 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2000-2001, 2007, 2009-2016 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 44d1201..15f41be 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-2015 Free Software + Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly. diff --git a/tailor.h b/tailor.h index cabe27f..9d2399d 100644 --- a/tailor.h +++ b/tailor.h @@ -1,6 +1,6 @@ /* tailor.h -- target dependent definitions - Copyright (C) 1997-1999, 2002, 2006, 2009-2015 Free Software Foundation, + Copyright (C) 1997-1999, 2002, 2006, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly diff --git a/tests/Makefile.am b/tests/Makefile.am index 8252670..d9f8fd0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to create Makefile.in -# Copyright 2010-2015 Free Software Foundation, Inc. +# Copyright 2010-2016 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/gzip-env b/tests/gzip-env index 90ceab3..873d716 100755 --- a/tests/gzip-env +++ b/tests/gzip-env @@ -1,7 +1,7 @@ #!/bin/sh # Test the obsolescent GZIP environment variable. -# Copyright 2015 Free Software Foundation, Inc. +# Copyright 2015-2016 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 c71210f..0182db3 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 b03891b..00b4c34 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2000-2016 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 8173b6d..5832a21 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 a886daa..ee08022 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -1,6 +1,6 @@ # source this file; set up for tests -# Copyright (C) 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 @@ -93,6 +93,27 @@ skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; } fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; } framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; } +# This is used to simplify checking of the return value +# which is useful when ensuring a command fails as desired. +# I.e., just doing `command ... &&fail=1` will not catch +# a segfault in command for example. With this helper you +# instead check an explicit exit code like +# returns_ 1 command ... || fail +returns_ () { + # Disable tracing so it doesn't interfere with stderr of the wrapped command + { set +x; } 2>/dev/null + + local exp_exit="$1" + shift + "$@" + test $? -eq $exp_exit && ret_=0 || ret_=1 + + if test "$VERBOSE" = yes && test "$gl_set_x_corrupts_stderr_" = false; then + set -x + fi + { return $ret_; } 2>/dev/null +} + # Sanitize this shell to POSIX mode, if possible. DUALCASE=1; export DUALCASE if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -129,6 +150,7 @@ fi # ? - not ok gl_shell_test_script_=' test $(echo y) = y || exit 1 +f_local_() { local v=1; }; f_local_ || exit 1 score_=10 if test "$VERBOSE" = yes; then test -n "$( (exec 3>&1; set -x; P=1 true 2>&3) 2> /dev/null)" && score_=9 @@ -201,6 +223,8 @@ else *x*) opts_=-x ;; *) opts_= ;; esac + re_shell=$re_shell_ + export re_shell exec "$re_shell_" $opts_ "$0" --no-reexec "$@" echo "$ME_: exec failed" 1>&2 exit 127 @@ -303,7 +327,7 @@ elif diff_out_=`exec 2>/dev/null; diff -c "$0" "$0" < /dev/null`; then fi } fi -elif ( cmp --version < /dev/null 2>&1 | grep GNU ) > /dev/null 2>&1; then +elif cmp -s /dev/null /dev/null 2>/dev/null; then compare_ () { cmp -s "$@"; } else compare_ () { cmp "$@"; } diff --git a/tests/keep b/tests/keep index 3ab5ec0..105d43e 100755 --- a/tests/keep +++ b/tests/keep @@ -1,7 +1,7 @@ #!/bin/sh # Exercise the --keep option. -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2016 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 1ae3e62..970b885 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 d4d5bc1..50e2537 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 b627e55..903864c 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 0697d7e..190687f 100755 --- a/tests/stdin +++ b/tests/stdin @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that gzip interprets "-" as stdin. -# Copyright (C) 2009-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 cabe889..b21f76f 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 b6053ea..acea97e 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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/z-suffix b/tests/z-suffix index f7ca93d..4709320 100755 --- a/tests/z-suffix +++ b/tests/z-suffix @@ -1,7 +1,7 @@ #!/bin/sh # Check that -Sz works. -# Copyright 2014-2015 Free Software Foundation, Inc. +# Copyright 2014-2016 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 91efd82..0bb7c7d 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 88e8fb3..089d256 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2016 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 ed719dd..a8eb746 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 35f2be2..13783ef 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 f9d7be2..98e7fa1 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 af72c08..f314e57 100644 --- a/trees.c +++ b/trees.c @@ -1,6 +1,6 @@ /* trees.c -- output deflated data using Huffman coding - Copyright (C) 1997-1999, 2009-2015 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009-2016 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 2f532e9..477e4ac 100644 --- a/unpack.c +++ b/unpack.c @@ -1,6 +1,6 @@ /* unpack.c -- decompress files in pack format. - Copyright (C) 1997, 1999, 2006, 2009-2015 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2006, 2009-2016 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 50cdf5d..38759f0 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-2015 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2009-2016 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 f84dfc9..522d6ef 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-2015 Free Software + Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly diff --git a/zcat.in b/zcat.in index 29d3046..be6577f 100644 --- a/zcat.in +++ b/zcat.in @@ -1,7 +1,7 @@ #!/bin/sh # Uncompress files to standard output. -# Copyright (C) 2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2016 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/zcmp.in b/zcmp.in index 34637f2..d099223 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010-2016 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 2bd2352..60905d5 100644 --- a/zdiff.in +++ b/zdiff.in @@ -1,8 +1,7 @@ #!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh -# Copyright (C) 1998, 2002, 2006-2007, 2009-2015 Free Software Foundation, -# Inc. +# Copyright (C) 1998, 2002, 2006-2007, 2009-2016 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 128b549..e5d66ad 100644 --- a/zforce.in +++ b/zforce.in @@ -6,7 +6,7 @@ # 12345678901234 is renamed to 12345678901.gz -# Copyright (C) 2002, 2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2002, 2007, 2010-2016 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 a2f4201..9668fae 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-2015 Free Software -# Foundation, Inc. +# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2016 Free Software Foundation, +# Inc. # Copyright (C) 1993 Jean-loup Gailly diff --git a/zip.c b/zip.c index 63a7a2f..7f1117c 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-2015 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2006-2007, 2009-2016 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.1 b/zless.1 index c75bc0b..93a443e 100644 --- a/zless.1 +++ b/zless.1 @@ -28,7 +28,7 @@ To read compressed data from a pipe, you can use instead of .RB ".\|.\|." "|zless" . .SH "COPYRIGHT NOTICE" -Copyright \(co 2006-2007, 2015 Free Software Foundation, Inc. +Copyright \(co 2006-2007, 2015-2016 Free Software Foundation, Inc. .br Copyright \(co 1992, 1993 Jean-loup Gailly .PP diff --git a/zless.in b/zless.in index 9bc2989..9c7d163 100644 --- a/zless.in +++ b/zless.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1998, 2002, 2006-2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 1998, 2002, 2006-2007, 2010-2016 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 4ef34c3..5f5bb26 100644 --- a/zmore.in +++ b/zmore.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2001-2002, 2007, 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 2007, 2010-2016 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 8d16192..7f4a8eb 100644 --- a/znew.in +++ b/znew.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1998, 2002, 2004, 2007, 2010-2015 Free Software Foundation, +# Copyright (C) 1998, 2002, 2004, 2007, 2010-2016 Free Software Foundation, # Inc. # Copyright (C) 1993 Jean-loup Gailly -- 2.11.4.GIT