aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--NEWS4
-rw-r--r--README4
-rw-r--r--README-alpha4
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap3
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/cpio.12
-rw-r--r--doc/cpio.texi4
-rwxr-xr-xdoc/gendocs.sh3
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--doc/mt.12
-rw-r--r--lib/Makefile.am2
-rw-r--r--mingw.m42
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am4
-rw-r--r--src/copyin.c4
-rw-r--r--src/copyout.c2
-rw-r--r--src/copypass.c2
-rw-r--r--src/cpio.h2
-rw-r--r--src/cpiohdr.h2
-rw-r--r--src/defer.c4
-rw-r--r--src/defer.h2
-rw-r--r--src/dstring.c4
-rw-r--r--src/dstring.h4
-rw-r--r--src/extern.h4
-rw-r--r--src/fatal.c4
-rw-r--r--src/filemode.c2
-rw-r--r--src/filetypes.h4
-rw-r--r--src/global.c2
-rw-r--r--src/idcache.c2
-rw-r--r--src/main.c2
-rw-r--r--src/makepath.c2
-rw-r--r--src/mt.c2
-rw-r--r--src/tar.c2
-rw-r--r--src/tar.h4
-rw-r--r--src/tarhdr.h4
-rw-r--r--src/userspec.c2
-rw-r--r--src/util.c2
-rw-r--r--sysdep.m42
-rw-r--r--tests/CVE-2015-1197.at2
-rw-r--r--tests/CVE-2019-14866.at2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/big-block-size.at2
-rw-r--r--tests/inout.at2
-rw-r--r--tests/interdir.at2
-rw-r--r--tests/setstat01.at2
-rw-r--r--tests/setstat02.at2
-rw-r--r--tests/setstat03.at2
-rw-r--r--tests/setstat04.at2
-rw-r--r--tests/setstat05.at2
-rw-r--r--tests/symlink-bad-length.at3
-rw-r--r--tests/symlink-long.at3
-rw-r--r--tests/symlink-to-stdout.at4
-rw-r--r--tests/symlink.at4
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
60 files changed, 82 insertions, 78 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e42dea..824b888 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# This file is part of GNU cpio
-# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017, 2020 Free
-# Software Foundation, Inc.
+# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017, 2020-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/NEWS b/NEWS
index cffaf1b..6d9ef05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU cpio NEWS -- history of user-visible changes. 2019-11-06
-Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017, 2020 Free Software
-Foundation, Inc.
+Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017, 2020-2021 Free
+Software Foundation, Inc.
See the end of file for copying conditions.
Please send cpio bug reports to <bug-cpio@gnu.org>.
diff --git a/README b/README
index 5601723..8b9c353 100644
--- a/README
+++ b/README
@@ -36,8 +36,8 @@ Please send bug reports and suggestions to <bug-cpio@gnu.org>.
* Copyright information
-Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017, 2020 Free Software
-Foundation, Inc.
+Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017, 2020-2021 Free
+Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/README-alpha b/README-alpha
index 67b93bb..5394930 100644
--- a/README-alpha
+++ b/README-alpha
@@ -41,8 +41,8 @@ See INSTALL and README for the detailed instructions.
* Copyright information:
-Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015, 2017, 2020 Free
-Software Foundation, Inc.
+Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015, 2017, 2020-2021
+Free Software Foundation, Inc.
This file is part of GNU cpio.
diff --git a/README-hacking b/README-hacking
index 334d732..663416a 100644
--- a/README-hacking
+++ b/README-hacking
@@ -39,7 +39,7 @@ See 'bootstrap --help' for a detailed list.
* Copyright information
- Copyright (C) 2007-2010, 2014-2015, 2017, 2020 Free Software
+ Copyright (C) 2007-2010, 2014-2015, 2017, 2020-2021 Free Software
Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
diff --git a/bootstrap b/bootstrap
index 791c6c5..7d10477 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,8 @@ scriptversion=2015-08-24.08; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2015, 2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015, 2017, 2020-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/bootstrap.conf b/bootstrap.conf
index b3bd36a..c1cf6a0 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2007, 2009-2010, 2014-2015, 2017, 2020 Free
+# Copyright (C) 2006-2007, 2009-2010, 2014-2015, 2017, 2020-2021 Free
# Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/configure.ac b/configure.ac
index 9f81a47..bdf37e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl This file is part of GNU cpio
-dnl Copyright (C) 2003-2020 Free Software Foundation, Inc.
+dnl Copyright (C) 2003-2021 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index acc3486..47f481f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007, 2010, 2014-2015, 2017, 2020 Free Software
-# Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010, 2014-2015, 2017, 2020-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/doc/cpio.1 b/doc/cpio.1
index 9055c49..f392c4e 100644
--- a/doc/cpio.1
+++ b/doc/cpio.1
@@ -1,5 +1,5 @@
.\" This file is part of GNU cpio. -*- nroff -*-
-.\" Copyright 2014-2018, 2020 Free Software Foundation, Inc.
+.\" Copyright 2014-2018, 2020-2021 Free Software Foundation, Inc.
.\"
.\" GNU cpio 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/cpio.texi b/doc/cpio.texi
index 21faed6..f528d74 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -15,8 +15,8 @@
@copying
This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}).
-Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014-2015, 2017,
-2020 Free Software Foundation, Inc.
+Copyright @copyright{} 1995, 2001--2002, 2004, 2010, 2014--2015, 2017,
+2020--2021 Free Software Foundation, Inc.
@sp 1
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/gendocs.sh b/doc/gendocs.sh
index a57e5cd..38c4d05 100755
--- a/doc/gendocs.sh
+++ b/doc/gendocs.sh
@@ -4,7 +4,8 @@
scriptversion=2015-02-28.17
-# Copyright 2003-2013, 2015, 2017, 2020 Free Software Foundation, Inc.
+# Copyright 2003-2013, 2015, 2017, 2020-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/doc/gendocs_template b/doc/gendocs_template
index a7110c6..e21ba2b 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -85,7 +85,7 @@ Please send broken links and other corrections (or suggestions) to
</p>
<p>
-Copyright (C) 2004, 2010, 2014-2015, 2017, 2020 Free Software
+Copyright (C) 2004, 2010, 2014-2015, 2017, 2020-2021 Free Software
Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<br />
diff --git a/doc/mt.1 b/doc/mt.1
index d31bf20..3a54fbe 100644
--- a/doc/mt.1
+++ b/doc/mt.1
@@ -1,5 +1,5 @@
.\" This file is part of GNU cpio. -*- nroff -*-
-.\" Copyright 2014-2015, 2017, 2020 Free Software Foundation, Inc.
+.\" Copyright 2014-2015, 2017, 2020-2021 Free Software Foundation, Inc.
.\"
.\" GNU cpio 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/Makefile.am b/lib/Makefile.am
index b2d553a..88f76ba 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
# Makefile for GNU tar library. -*- Makefile -*-
# Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014-2015,
-# 2017, 2020 Free Software Foundation, Inc.
+# 2017, 2020-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/mingw.m4 b/mingw.m4
index 0ff0553..d1044fe 100644
--- a/mingw.m4
+++ b/mingw.m4
@@ -1,6 +1,6 @@
/* System dependent functions for GNU cpio.
- Copyright (C) 2007, 2010, 2014-2015, 2017, 2020 Free Software
+ Copyright (C) 2007, 2010, 2014-2015, 2017, 2020-2021 Free Software
Foundation, Inc.
GNU cpio is free software; you can redistribute it and/or modify
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5c6bc55..e1e474e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
# List of files which contain translatable strings.
-# Copyright (C) 2008-2010, 2014-2015, 2017, 2020 Free Software
+# Copyright (C) 2008-2010, 2014-2015, 2017, 2020-2021 Free Software
# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
diff --git a/src/Makefile.am b/src/Makefile.am
index 68afc07..42df8e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# This file is part of GNU cpio
-# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017, 2020 Free
-# Software Foundation, Inc.
+# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017, 2020-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/src/copyin.c b/src/copyin.c
index 1e2991a..9217a63 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,6 +1,6 @@
/* copyin.c - extract or list a cpio archive
- Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015, 2017, 2020
- Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015, 2017,
+ 2020-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/src/copyout.c b/src/copyout.c
index 26450d1..5ca587f 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,6 +1,6 @@
/* copyout.c - create a cpio archive
Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010,
- 2014-2015, 2017, 2020 Free Software Foundation, Inc.
+ 2014-2015, 2017, 2020-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/src/copypass.c b/src/copypass.c
index 3b0104f..5d5e939 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,6 +1,6 @@
/* copypass.c - cpio copy pass sub-function.
Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015,
- 2017, 2020 Free Software Foundation, Inc.
+ 2017, 2020-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/src/cpio.h b/src/cpio.h
index 5a69f9c..c6c6804 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,5 +1,5 @@
/* Extended cpio format from POSIX.1.
- Copyright (C) 1992, 2005, 2007, 2010, 2014-2015, 2017, 2020 Free
+ Copyright (C) 1992, 2005, 2007, 2010, 2014-2015, 2017, 2020-2021 Free
Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index f0eb7a2..e11beff 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,5 +1,5 @@
/* Extended cpio header from POSIX.1.
- Copyright (C) 1992, 2006-2007, 2010, 2014-2015, 2017, 2020 Free
+ Copyright (C) 1992, 2006-2007, 2010, 2014-2015, 2017, 2020-2021 Free
Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/defer.c b/src/defer.c
index 4f40059..f460eef 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,6 +1,6 @@
/* defer.c - handle "defered" links in newc and crc archives
- Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015, 2017, 2020
- Free Software Foundation, Inc.
+ Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015, 2017,
+ 2020-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/src/defer.h b/src/defer.h
index c8b083c..40c1eec 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,6 +1,6 @@
/* defer.h
Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015, 2017,
- 2020 Free Software Foundation, Inc.
+ 2020-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/src/dstring.c b/src/dstring.c
index 35cad93..b261d5a 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,6 +1,6 @@
/* dstring.c - The dynamic string handling routines used by cpio.
- Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017, 2020 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017, 2020-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/src/dstring.h b/src/dstring.h
index 0cbacad..5d24181 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,6 +1,6 @@
/* dstring.h - Dynamic string handling include file. Requires strings.h.
- Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017, 2020 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017, 2020-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/src/extern.h b/src/extern.h
index ad05e78..5365a8b 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,6 +1,6 @@
/* extern.h - External declarations for cpio. Requires system.h.
- Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2017, 2020
- Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2017,
+ 2020-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/src/fatal.c b/src/fatal.c
index 613c234..488c509 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,6 +1,6 @@
/* This file is part of GNU cpio.
- Copyright (C) 2005, 2007, 2010, 2014-2015, 2017, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 2005, 2007, 2010, 2014-2015, 2017, 2020-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/src/filemode.c b/src/filemode.c
index f24bfb8..e0b72e9 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,6 +1,6 @@
/* filemode.c -- make a string describing file modes
Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015, 2017,
- 2020 Free Software Foundation, Inc.
+ 2020-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/src/filetypes.h b/src/filetypes.h
index 262387c..40dfacb 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,6 +1,6 @@
/* filetypes.h - deal with POSIX annoyances
- Copyright (C) 1991, 2007, 2010, 2014-2015, 2017, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1991, 2007, 2010, 2014-2015, 2017, 2020-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/src/global.c b/src/global.c
index ed6ca25..cbc35cd 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,6 +1,6 @@
/* global.c - global variables and initial values for cpio.
Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015, 2017,
- 2020 Free Software Foundation, Inc.
+ 2020-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/src/idcache.c b/src/idcache.c
index 032770d..877993f 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -1,6 +1,6 @@
/* idcache.c -- map user and group IDs, cached for speed
Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015, 2017,
- 2020 Free Software Foundation, Inc.
+ 2020-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/src/main.c b/src/main.c
index cf31d61..9d6a394 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* main.c - main program and argument processing for cpio.
- Copyright (C) 1990-2020 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/src/makepath.c b/src/makepath.c
index 1440a1b..c9e372d 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -1,5 +1,5 @@
/* makepath.c -- Ensure that a directory path exists.
- Copyright (C) 1990, 2006-2007, 2010, 2014-2015, 2017, 2020 Free
+ Copyright (C) 1990, 2006-2007, 2010, 2014-2015, 2017, 2020-2021 Free
Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/mt.c b/src/mt.c
index 418d02a..8022b7c 100644
--- a/src/mt.c
+++ b/src/mt.c
@@ -1,6 +1,6 @@
/* mt -- control magnetic tape drive operation
Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014-2015, 2017,
- 2020 Free Software Foundation, Inc.
+ 2020-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/src/tar.c b/src/tar.c
index d1cb2dd..5272d50 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1,5 +1,5 @@
/* tar.c - read in write tar headers for cpio
- Copyright (C) 1992-2020 Free Software Foundation, Inc.
+ Copyright (C) 1992-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/src/tar.h b/src/tar.h
index d2d12e2..78e8227 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,6 +1,6 @@
/* Extended tar format from POSIX.1.
- Copyright (C) 1992, 2007, 2010, 2014-2015, 2017, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1992, 2007, 2010, 2014-2015, 2017, 2020-2021 Free
+ Software Foundation, Inc.
Written by David J. MacKenzie.
This file is part of the GNU C Library.
diff --git a/src/tarhdr.h b/src/tarhdr.h
index 5bd9faa..142c170 100644
--- a/src/tarhdr.h
+++ b/src/tarhdr.h
@@ -1,6 +1,6 @@
/* Extended tar header from POSIX.1.
- Copyright (C) 1992, 2007, 2010, 2014-2015, 2017, 2020 Free Software
- Foundation, Inc.
+ Copyright (C) 1992, 2007, 2010, 2014-2015, 2017, 2020-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/src/userspec.c b/src/userspec.c
index c666794..59a9130 100644
--- a/src/userspec.c
+++ b/src/userspec.c
@@ -1,6 +1,6 @@
/* userspec.c -- Parse a user and group string.
Copyright (C) 1989-1992, 2001, 2004-2005, 2007, 2010, 2014-2015,
- 2017, 2020 Free Software Foundation, Inc.
+ 2017, 2020