summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2021-01-01 17:27:02 -0800
committerJim Meyering <meyering@fb.com>2021-01-01 17:36:52 -0800
commit7d3a3c0a1260a26ba7c5ad6d6cc2ae5c7b438e63 (patch)
treeb4dd28872b31c1b25d79935ba099019baf551f70 /lib
parent01458f8fdb21bcceaf41b2c18ff45817e13183e1 (diff)
downloadgzip-7d3a3c0a1260a26ba7c5ad6d6cc2ae5c7b438e63.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/.gitignore1
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/match.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index d416fe7..c0a87fb 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -241,3 +241,4 @@
/arg-nonnull.h
/c++defs.h
/warn-on-use.h
+/pipe.c
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 46d532c..12e99b0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
# Make gzip/lib -*-Makefile-*-
-# Copyright (C) 2006, 2009-2020 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2021 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 2ebc97d..c42aa4d 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-2020 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2006, 2009-2021 Free Software Foundation, Inc.
Copyright (C) 1992-1993 Jean-loup Gailly
This program is free software; you can redistribute it and/or modify