mirror of
https://https.git.savannah.gnu.org/git/gzip.git
synced 2026-01-27 01:44:23 +00:00
maint: update gnulib and copyright dates for 2018
* gnulib: Update to latest. * bootstrap: Update from gnulib. * all files: Run "make update-copyright".
This commit is contained in:
parent
ae332f2a5d
commit
975508caa0
@ -1776,7 +1776,7 @@ Sat Oct 31 12:46:00 1992 Jean-loup Gailly (jloup@chorus.fr)
|
||||
|
||||
-----
|
||||
|
||||
Copyright (C) 1997-2002, 2006-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2002, 2006-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992, 1993 Jean-loup Gailly
|
||||
|
||||
Copying and distribution of this file, with or without
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Make gzip (GNU zip).
|
||||
|
||||
# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
|
||||
# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
NEWS
2
NEWS
@ -517,7 +517,7 @@ Major changes form 0.5 to 0.6:
|
||||
|
||||
========================================================================
|
||||
|
||||
Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
|
||||
Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1992, 1993 Jean-loup Gailly
|
||||
|
||||
|
||||
2
README
2
README
@ -115,7 +115,7 @@ note that the range specifies every single year in that closed interval.
|
||||
|
||||
========================================================================
|
||||
|
||||
Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2017 Free Software Foundation,
|
||||
Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1992, 1993 Jean-loup Gailly
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ Enjoy!
|
||||
|
||||
-----
|
||||
|
||||
Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2006, 2009-2018 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
TODO
2
TODO
@ -69,7 +69,7 @@ Send comments to <bug-gzip@gnu.org>.
|
||||
|
||||
========================================================================
|
||||
|
||||
Copyright (C) 1999, 2001, 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2001, 2006, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992, 1993 Jean-loup Gailly
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
2
bits.c
2
bits.c
@ -1,6 +1,6 @@
|
||||
/* bits.c -- output variable-length bit strings
|
||||
|
||||
Copyright (C) 1999, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@ -4,7 +4,7 @@ scriptversion=2017-09-19.08; # UTC
|
||||
|
||||
# Bootstrap this package from checked-out sources.
|
||||
|
||||
# Copyright (C) 2003-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2018 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
|
||||
@ -792,7 +792,7 @@ symlink_to_dir()
|
||||
# aren't confused into doing unnecessary builds. Conversely, if the
|
||||
# existing symlink's timestamp is older than the source, make it afresh,
|
||||
# so that broken tools aren't confused into skipping needed builds. See
|
||||
# <https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
|
||||
# <https://lists.gnu.org/r/bug-gnulib/2011-05/msg00326.html>.
|
||||
test -h "$dst" &&
|
||||
src_ls=$(ls -diL "$src" 2>/dev/null) && set $src_ls && src_i=$1 &&
|
||||
dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 &&
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Bootstrap configuration.
|
||||
|
||||
# Copyright (C) 2006-2007, 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2007, 2009-2018 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
cfg.mk
2
cfg.mk
@ -1,5 +1,5 @@
|
||||
# Customize maint.mk -*- makefile -*-
|
||||
# Copyright (C) 2003-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003-2018 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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Configure template for gzip.
|
||||
|
||||
# Copyright (C) 1999-2002, 2006-2007, 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2002, 2006-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
|
||||
# Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* deflate.c -- compress data using the deflation algorithm
|
||||
|
||||
Copyright (C) 1999, 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2006, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Make gzip documentation. -*-Makefile-*-
|
||||
|
||||
# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006, 2009-2018 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
|
||||
|
||||
@ -12,7 +12,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-2017 Free Software
|
||||
Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2018 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
Copyright @copyright{} 1992, 1993 Jean-loup Gailly
|
||||
|
||||
2
gnulib
2
gnulib
@ -1 +1 @@
|
||||
Subproject commit ec26e3bba00b6b9083401867a36a9aee2e055f63
|
||||
Subproject commit 7e7c5c7952b7de1e33c8eba891cc425d5d8d7803
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Uncompress files. This is the inverse of gzip.
|
||||
|
||||
# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007, 2010-2018 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
gzexe.in
2
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-2017 Free Software
|
||||
# Copyright (C) 1998, 2002, 2004, 2006-2007, 2010-2018 Free Software
|
||||
# Foundation, Inc.
|
||||
# Copyright (C) 1993 Jean-loup Gailly
|
||||
|
||||
|
||||
2
gzip.1
2
gzip.1
@ -499,7 +499,7 @@ 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-2017 Free Software Foundation,
|
||||
Copyright \(co 1998-1999, 2001-2002, 2012, 2015-2018 Free Software Foundation,
|
||||
Inc.
|
||||
.br
|
||||
Copyright \(co 1992, 1993 Jean-loup Gailly
|
||||
|
||||
2
gzip.c
2
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-2017 Free Software
|
||||
Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
|
||||
2
gzip.h
2
gzip.h
@ -1,6 +1,6 @@
|
||||
/* gzip.h -- common declarations for all gzip modules
|
||||
|
||||
Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2017 Free Software
|
||||
Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2018 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* Inflate deflated data
|
||||
|
||||
Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
|
||||
Copyright (C) 1997-1999, 2002, 2006, 2009-2018 Free Software Foundation,
|
||||
Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Make gzip/lib -*-Makefile-*-
|
||||
|
||||
# Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006, 2009-2018 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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* match.s -- optional optimized asm version of longest match in deflate.c
|
||||
|
||||
Copyright (C) 2002, 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002, 2006, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
lzw.h
2
lzw.h
@ -1,6 +1,6 @@
|
||||
/* lzw.h -- define the lzw functions.
|
||||
|
||||
Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Check for a working shell.
|
||||
|
||||
# Copyright (C) 2000-2001, 2007, 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000-2001, 2007, 2009-2018 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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* revision.h -- define the version number
|
||||
|
||||
Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2017 Free Software
|
||||
Copyright (C) 1998-1999, 2001-2002, 2006, 2009-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly.
|
||||
|
||||
|
||||
2
tailor.h
2
tailor.h
@ -1,6 +1,6 @@
|
||||
/* tailor.h -- target dependent definitions
|
||||
|
||||
Copyright (C) 1997-1999, 2002, 2006, 2009-2017 Free Software Foundation,
|
||||
Copyright (C) 1997-1999, 2002, 2006, 2009-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
## Process this file with automake to create Makefile.in
|
||||
# Copyright 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright 2010-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Test the obsolescent GZIP environment variable.
|
||||
|
||||
# Copyright 2015-2017 Free Software Foundation, Inc.
|
||||
# Copyright 2015-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Before gzip-1.4, gzip -d would segfault on some inputs.
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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,7 +2,7 @@
|
||||
# Make sure all these programs work properly
|
||||
# when invoked with --help or --version.
|
||||
|
||||
# Copyright (C) 2000-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Exercise a bug whereby an invalid input could make gzip -d misbehave.
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# source this file; set up for tests
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Exercise the --keep option.
|
||||
|
||||
# Copyright (C) 2013-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2013-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Exercise the --list option.
|
||||
|
||||
# Copyright 2016-2017 Free Software Foundation, Inc.
|
||||
# Copyright 2016-2018 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,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-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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,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-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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
|
||||
|
||||
@ -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-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that gzip interprets "-" as stdin.
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Exercise timestamps.
|
||||
|
||||
# Copyright 2016-2017 Free Software Foundation, Inc.
|
||||
# Copyright 2016-2018 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,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-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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,7 +2,7 @@
|
||||
# gzip should report invalid 'unpack' input when uncompressing.
|
||||
# With gzip-1.5, it would output invalid data instead.
|
||||
|
||||
# Copyright (C) 2012-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2012-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Test end-of-block check in unpack code
|
||||
|
||||
# Copyright 2017 Free Software Foundation, Inc.
|
||||
# Copyright 2017-2018 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,7 +2,7 @@
|
||||
# Ensure an upper-case user-specified suffix works as expected.
|
||||
# This test would have failed in gzip-1.18
|
||||
|
||||
# Copyright 2017 Free Software Foundation, Inc.
|
||||
# Copyright 2017-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Check that -Sz works.
|
||||
|
||||
# Copyright 2014-2017 Free Software Foundation, Inc.
|
||||
# Copyright 2014-2018 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,7 +2,7 @@
|
||||
# Exercise zdiff with two compressed inputs.
|
||||
# Before gzip-1.4, this would fail.
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Ensure that zgrep -15 works. Before gzip-1.5, it would fail.
|
||||
|
||||
# Copyright (C) 2012-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2012-2018 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,7 +2,7 @@
|
||||
# Ensure that zgrep -f - works like grep -f -
|
||||
# Before gzip-1.4, it would fail.
|
||||
|
||||
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2018 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,7 +2,7 @@
|
||||
# Check that zgrep is terminated gracefully by signal when
|
||||
# its grep/sed pipeline is terminated by a signal.
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Check that znew -K works without compress(1).
|
||||
|
||||
# Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2010-2018 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
trees.c
2
trees.c
@ -1,6 +1,6 @@
|
||||
/* trees.c -- output deflated data using Huffman coding
|
||||
|
||||
Copyright (C) 1997-1999, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-1999, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
unpack.c
2
unpack.c
@ -1,6 +1,6 @@
|
||||
/* unpack.c -- decompress files in pack format.
|
||||
|
||||
Copyright (C) 1997, 1999, 2006, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997, 1999, 2006, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
unzip.c
2
unzip.c
@ -1,6 +1,6 @@
|
||||
/* unzip.c -- decompress files in gzip or pkzip format.
|
||||
|
||||
Copyright (C) 1997-1999, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-1999, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
util.c
2
util.c
@ -1,6 +1,6 @@
|
||||
/* util.c -- utility functions for gzip support
|
||||
|
||||
Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2017 Free Software
|
||||
Copyright (C) 1997-1999, 2001-2002, 2006, 2009-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
|
||||
2
zcat.in
2
zcat.in
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Uncompress files to standard output.
|
||||
|
||||
# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007, 2010-2018 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
zcmp.in
2
zcmp.in
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Compare the uncompressed contents of compressed files, byte by byte.
|
||||
|
||||
# Copyright (C) 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2007, 2010-2018 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
zdiff.in
2
zdiff.in
@ -1,7 +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-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998, 2002, 2006-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1993 Jean-loup Gailly
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# 12345678901234 is renamed to 12345678901.gz
|
||||
|
||||
|
||||
# Copyright (C) 2002, 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002, 2007, 2010-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1993 Jean-loup Gailly
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
zgrep.in
2
zgrep.in
@ -3,7 +3,7 @@
|
||||
# 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-2017 Free Software Foundation,
|
||||
# Copyright (C) 1998, 2001-2002, 2006-2007, 2009-2018 Free Software Foundation,
|
||||
# Inc.
|
||||
|
||||
# Copyright (C) 1993 Jean-loup Gailly
|
||||
|
||||
2
zip.c
2
zip.c
@ -1,6 +1,6 @@
|
||||
/* zip.c -- compress files to the gzip or pkzip format
|
||||
|
||||
Copyright (C) 1997-1999, 2006-2007, 2009-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-1999, 2006-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-1993 Jean-loup Gailly
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
2
zless.1
2
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-2017 Free Software Foundation, Inc.
|
||||
Copyright \(co 2006-2007, 2015-2018 Free Software Foundation, Inc.
|
||||
.br
|
||||
Copyright \(co 1992, 1993 Jean-loup Gailly
|
||||
.PP
|
||||
|
||||
2
zless.in
2
zless.in
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 1998, 2002, 2006-2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998, 2002, 2006-2007, 2010-2018 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
zmore.in
2
zmore.in
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2001-2002, 2007, 2010-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2001-2002, 2007, 2010-2018 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1992, 1993 Jean-loup Gailly
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user