summaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-01-15 09:05:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-01-15 09:05:42 -0800
commit7868e29c3faca087be3790ab78ba570c3018bcb7 (patch)
tree7a9a40c00c458f0eed93a59e8e77f65dc7dcf86c /gzip.c
parent4c09ea0df417a948ded14ca890d34405c02347f6 (diff)
downloadgzip-7868e29c3faca087be3790ab78ba570c3018bcb7.tar.gz
misc: update --version copyright
* gunzip.in, gzexe.in, gzip.c, zcat.in, zdiff.in, zforce.in, zgrep.in: * zless.in, zmore.in, znew.in: Update copyright year in --version output to 2018. This part of the year-number update isn’t automated yet.
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzip.c b/gzip.c
index 7652f66..429e554 100644
--- a/gzip.c
+++ b/gzip.c
@@ -29,7 +29,7 @@
*/
static char const *const license_msg[] = {
-"Copyright (C) 2017 Free Software Foundation, Inc.",
+"Copyright (C) 2018 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 <https://www.gnu.org/licenses/gpl.html>.",