Run 'make update-copyright'. * lib/regexprops.c (copying): Update the year number manually. * tests/sample-test: Likewise, here to avoid starting a year number range. * All other files: Update copyright years via the above make run. --- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- README-hacking | 2 +- TODO | 2 +- bootstrap.conf | 2 +- build-aux/Makefile.am | 2 +- build-aux/check-testfiles.sh | 2 +- build-aux/gen-changelog.sh | 2 +- build-aux/man-lint.sh | 2 +- build-aux/src-sniff.py | 2 +- build-aux/update-online-manual.sh | 2 +- cfg.mk | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/find-maint.texi | 2 +- doc/find.texi | 2 +- doc/perm.texi | 2 +- doc/regexprops.texi | 2 +- find/Makefile.am | 2 +- find/defs.h | 2 +- find/exec.c | 2 +- find/find.1 | 2 +- find/finddata.c | 2 +- find/fstype.c | 2 +- find/ftsfind.c | 2 +- find/oldfind.c | 2 +- find/parser.c | 2 +- find/pred.c | 2 +- find/print.c | 2 +- find/print.h | 2 +- find/sharefile.c | 2 +- find/sharefile.h | 2 +- find/testsuite/Makefile.am | 2 +- find/testsuite/checklists.py | 2 +- find/testsuite/config/unix.exp | 2 +- find/tree.c | 2 +- find/util.c | 2 +- gnulib-local/lib/gcc-function-attributes.h | 2 +- init.cfg | 2 +- lib/Makefile.am | 2 +- lib/bugreports.c | 2 +- lib/bugreports.h | 2 +- lib/buildcmd.c | 2 +- lib/buildcmd.h | 2 +- lib/check-regexprops.sh | 2 +- lib/die.h | 2 +- lib/dircallback.c | 2 +- lib/dircallback.h | 2 +- lib/extendbuf.c | 2 +- lib/extendbuf.h | 2 +- lib/fdleak.c | 2 +- lib/fdleak.h | 2 +- lib/findutils-version.c | 2 +- lib/findutils-version.h | 2 +- lib/listfile.c | 2 +- lib/listfile.h | 2 +- lib/printquoted.c | 2 +- lib/printquoted.h | 2 +- lib/qmark.c | 2 +- lib/regexprops.c | 4 ++-- lib/regextype.c | 2 +- lib/regextype.h | 2 +- lib/safe-atoi.c | 2 +- lib/safe-atoi.h | 2 +- lib/splitstring.c | 2 +- lib/splitstring.h | 2 +- lib/system.h | 2 +- lib/test_splitstring.c | 2 +- lib/unused-result.h | 2 +- locate/Makefile.am | 2 +- locate/frcode.c | 2 +- locate/locate.1 | 2 +- locate/locate.c | 2 +- locate/locatedb.5 | 2 +- locate/locatedb.h | 2 +- locate/testsuite/Makefile.am | 2 +- locate/testsuite/config/unix.exp | 2 +- locate/updatedb.1 | 2 +- locate/updatedb.sh | 2 +- locate/word_io.c | 2 +- m4/mkinstalldirs.m4 | 2 +- m4/noreturn.m4 | 2 +- po/POTFILES.in | 2 +- tests/envvar-check | 2 +- tests/find/debug-missing-arg.sh | 2 +- tests/find/exec-plus-last-file.sh | 2 +- tests/find/execdir-fd-leak.sh | 2 +- tests/find/many-dir-entries-vs-OOM.sh | 2 +- tests/find/name-lbracket-literal.sh | 2 +- tests/find/printf_escape_c.sh | 2 +- tests/find/printf_escapechars.sh | 2 +- tests/find/printf_inode.sh | 2 +- tests/find/refuse-noop.sh | 2 +- tests/find/type_list.sh | 2 +- tests/local.mk | 2 +- tests/misc/help-version.sh | 2 +- tests/other-fs-tmpdir | 2 +- tests/sample-test | 2 +- tests/xargs/verbose-quote.sh | 2 +- xargs/Makefile.am | 2 +- xargs/testsuite/Makefile.am | 2 +- xargs/testsuite/config/unix.exp | 2 +- xargs/xargs.1 | 2 +- xargs/xargs.c | 2 +- 105 files changed, 106 insertions(+), 106 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 1ea7387e..5168f2a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Make findutils. -# Copyright (C) 1996-2019 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 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 66402a2a..df0c5d75 100644 --- a/NEWS +++ b/NEWS @@ -2211,7 +2211,7 @@ LocalWords: strncasecmp strcasecmp LIBOBJS FUNC prunefs allout libexec LocalWords: testsuite Texinfo chdir inode fstype afs fls ls EOF lname LocalWords: regex ilname iname ipath iregex printf fprintf -Copyright (C) 1996-2019 Free Software Foundation, Inc. +Copyright (C) 1996-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/README b/README index b9ed76c1..e2524d46 100644 --- a/README +++ b/README @@ -88,7 +88,7 @@ bug-findutils@gnu.org. ======================================================================== -Copyright (C) 1996-2019 Free Software Foundation, Inc. +Copyright (C) 1996-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/README-hacking b/README-hacking index 85aaca9b..12df437f 100644 --- a/README-hacking +++ b/README-hacking @@ -248,7 +248,7 @@ In case you're wondering why we bother with all of this, read this: ======================================================================== -Copyright (C) 2009-2019 Free Software Foundation, Inc. +Copyright (C) 2009-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/TODO b/TODO index b006589f..6f0a5536 100644 --- a/TODO +++ b/TODO @@ -86,7 +86,7 @@ LocalWords: findutils Debian cron ----- -Copyright (C) 1996-2019 Free Software Foundation, Inc. +Copyright (C) 1996-2020 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 a27e66d9..4a816222 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2019 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 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/build-aux/Makefile.am b/build-aux/Makefile.am index 54ec7fd4..2c1487e3 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2019 Free Software Foundation, Inc. +# Copyright (C) 2007-2020 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/build-aux/check-testfiles.sh b/build-aux/check-testfiles.sh index bb24f0af..c8447d32 100755 --- a/build-aux/check-testfiles.sh +++ b/build-aux/check-testfiles.sh @@ -1,6 +1,6 @@ #! /bin/sh # check-testfiles.sh -- Check we distributed all the test files we need -# Copyright (C) 2007-2019 Free Software Foundation, Inc. +# Copyright (C) 2007-2020 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/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh index c184f290..bd6b3e4e 100755 --- a/build-aux/gen-changelog.sh +++ b/build-aux/gen-changelog.sh @@ -1,7 +1,7 @@ #! /bin/sh # Generate the ChangeLog for findutils. -# Copyright (C) 2015-2019 Free Software Foundation, Inc. +# Copyright (C) 2015-2020 Free Software Foundation, Inc. # Written by James Youngman. # # This program is free software: you can redistribute it and/or modify diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh index 1540dd6f..5e4b50a0 100755 --- a/build-aux/man-lint.sh +++ b/build-aux/man-lint.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2007-2019 Free Software Foundation, Inc. +# Copyright (C) 2007-2020 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/build-aux/src-sniff.py b/build-aux/src-sniff.py index b54aa0aa..8e791f6b 100644 --- a/build-aux/src-sniff.py +++ b/build-aux/src-sniff.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # src-sniff.py: checks source code for patterns that look like common errors. -# Copyright (C) 2007-2019 Free Software Foundation, Inc. +# Copyright (C) 2007-2020 Free Software Foundation, Inc. # # # This program is free software: you can redistribute it and/or modify diff --git a/build-aux/update-online-manual.sh b/build-aux/update-online-manual.sh index 0c430f13..72e535f6 100755 --- a/build-aux/update-online-manual.sh +++ b/build-aux/update-online-manual.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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 3e3bba97..30a7296a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # cfg.mk -- configuration file for the maintainer makefile provided by gnulib. -# Copyright (C) 2010-2019 Free Software Foundation, Inc. +# Copyright (C) 2010-2020 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 42a3b62e..05fdf785 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright (C) 1996-2019 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 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/Makefile.am b/doc/Makefile.am index 21c8e8de..0d407636 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2019 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 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/find-maint.texi b/doc/find-maint.texi index 4077f02d..366e9c2b 100644 --- a/doc/find-maint.texi +++ b/doc/find-maint.texi @@ -23,7 +23,7 @@ be made and tested, and what resources exist to help developers. This is edition @value{EDITION}, for findutils version @value{VERSION}. -Copyright @copyright{} 2007-2019 Free Software Foundation, Inc. +Copyright @copyright{} 2007-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/doc/find.texi b/doc/find.texi index 2cb80010..181ee04c 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -31,7 +31,7 @@ This file documents the GNU utilities for finding files that match certain criteria and performing various operations on them. -Copyright @copyright{} 1994-2019 Free Software Foundation, Inc. +Copyright @copyright{} 1994-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/doc/perm.texi b/doc/perm.texi index 8f179973..5ecc6a59 100644 --- a/doc/perm.texi +++ b/doc/perm.texi @@ -1,6 +1,6 @@ @c File mode bits -@c Copyright (C) 1994-2019 Free Software Foundation, Inc. +@c Copyright (C) 1994-2020 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/doc/regexprops.texi b/doc/regexprops.texi index 28b2b2ca..4065fa83 100644 --- a/doc/regexprops.texi +++ b/doc/regexprops.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1994-2019 Free Software Foundation, Inc. +@c Copyright (C) 1994-2020 Free Software Foundation, Inc. @c @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/find/Makefile.am b/find/Makefile.am index 78c96f54..2a6165ef 100644 --- a/find/Makefile.am +++ b/find/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2019 Free Software Foundation, Inc. +## Copyright (C) 1996-2020 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/find/defs.h b/find/defs.h index 9b5e506a..4cba5b45 100644 --- a/find/defs.h +++ b/find/defs.h @@ -1,5 +1,5 @@ /* defs.h -- data types and declarations. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/exec.c b/find/exec.c index 79e04337..a656924d 100644 --- a/find/exec.c +++ b/find/exec.c @@ -1,5 +1,5 @@ /* exec.c -- Implementation of -exec, -execdir, -ok, -okdir. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/find.1 b/find/find.1 index da51a520..0fdb8092 100644 --- a/find/find.1 +++ b/find/find.1 @@ -2445,7 +2445,7 @@ instead of file names expanded by the parent shell: .fi .SH COPYRIGHT -Copyright \(co 1990-2019 Free Software Foundation, Inc. +Copyright \(co 1990-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. diff --git a/find/finddata.c b/find/finddata.c index d592f793..24504769 100644 --- a/find/finddata.c +++ b/find/finddata.c @@ -1,5 +1,5 @@ /* finddata.c -- global data for "find". - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/fstype.c b/find/fstype.c index be15ea7c..5cb425e7 100644 --- a/find/fstype.c +++ b/find/fstype.c @@ -1,5 +1,5 @@ /* fstype.c -- determine type of file systems that files are on - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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 of the License, or diff --git a/find/ftsfind.c b/find/ftsfind.c index 0d96c4ca..b4bccb4d 100644 --- a/find/ftsfind.c +++ b/find/ftsfind.c @@ -1,5 +1,5 @@ /* find -- search for files in a directory hierarchy (fts version) - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/oldfind.c b/find/oldfind.c index 61f7e04c..d40bfb52 100644 --- a/find/oldfind.c +++ b/find/oldfind.c @@ -1,5 +1,5 @@ /* find -- search for files in a directory hierarchy - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/parser.c b/find/parser.c index f7fcaa02..07efd83d 100644 --- a/find/parser.c +++ b/find/parser.c @@ -1,5 +1,5 @@ /* parser.c -- convert the command line args into an expression tree. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/pred.c b/find/pred.c index 688103d6..7a483229 100644 --- a/find/pred.c +++ b/find/pred.c @@ -1,5 +1,5 @@ /* pred.c -- execute the expression tree. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/print.c b/find/print.c index 49f83e02..8b555343 100644 --- a/find/print.c +++ b/find/print.c @@ -1,5 +1,5 @@ /* print.c -- print/printf-related code. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/print.h b/find/print.h index e75404dd..c8235ffb 100644 --- a/find/print.h +++ b/find/print.h @@ -1,5 +1,5 @@ /* print.h -- declarations for symbols in print.c. - Copyright (C) 2011-2019 Free Software Foundation, Inc. + Copyright (C) 2011-2020 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/find/sharefile.c b/find/sharefile.c index e82aec13..2b2bff72 100644 --- a/find/sharefile.c +++ b/find/sharefile.c @@ -1,5 +1,5 @@ /* sharefile.c -- open files just once. - Copyright (C) 2008-2019 Free Software Foundation, Inc. + Copyright (C) 2008-2020 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/find/sharefile.h b/find/sharefile.h index c3cdc829..1115b0b6 100644 --- a/find/sharefile.h +++ b/find/sharefile.h @@ -1,5 +1,5 @@ /* sharefile.h -- open files just once. - Copyright (C) 2008-2019 Free Software Foundation, Inc. + Copyright (C) 2008-2020 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/find/testsuite/Makefile.am b/find/testsuite/Makefile.am index 27c06082..d252451a 100644 --- a/find/testsuite/Makefile.am +++ b/find/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2019 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 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/find/testsuite/checklists.py b/find/testsuite/checklists.py index e667aae4..b1a59d65 100644 --- a/find/testsuite/checklists.py +++ b/find/testsuite/checklists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2019 Free Software Foundation, Inc. +# Copyright (C) 2014-2020 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/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp index d55b89d1..bbd26397 100644 --- a/find/testsuite/config/unix.exp +++ b/find/testsuite/config/unix.exp @@ -1,6 +1,6 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 2000-2019 Free Software Foundation, Inc. +# Copyright (C) 2000-2020 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/find/tree.c b/find/tree.c index 01870dda..3d3e9df0 100644 --- a/find/tree.c +++ b/find/tree.c @@ -1,5 +1,5 @@ /* tree.c -- helper functions to build and evaluate the expression tree. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/find/util.c b/find/util.c index aa387a47..71db7f1c 100644 --- a/find/util.c +++ b/find/util.c @@ -1,5 +1,5 @@ /* util.c -- functions for initializing new tree elements, and other things. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/gnulib-local/lib/gcc-function-attributes.h b/gnulib-local/lib/gcc-function-attributes.h index f226fb0c..a70396af 100644 --- a/gnulib-local/lib/gcc-function-attributes.h +++ b/gnulib-local/lib/gcc-function-attributes.h @@ -1,6 +1,6 @@ /* gcc-function-attribtues.h -- GCC-specific function attributes - Copyright (C) 2016-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 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/init.cfg b/init.cfg index 55770cbd..5c346db6 100644 --- a/init.cfg +++ b/init.cfg @@ -1,6 +1,6 @@ # This file is sourced by init.sh, *before* its initialization. -# Copyright (C) 2010-2019 Free Software Foundation, Inc. +# Copyright (C) 2010-2020 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/Makefile.am b/lib/Makefile.am index 2fd6a57b..1c4440fa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -## Copyright (C) 1996-2019 Free Software Foundation, Inc. +## Copyright (C) 1996-2020 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/bugreports.c b/lib/bugreports.c index 5ea6a707..4d226e3a 100644 --- a/lib/bugreports.c +++ b/lib/bugreports.c @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 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/bugreports.h b/lib/bugreports.h index 3dd36cce..5dda77cc 100644 --- a/lib/bugreports.h +++ b/lib/bugreports.h @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2019 Free Software Foundation, Inc. + Copyright (C) 2016-2020 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/buildcmd.c b/lib/buildcmd.c index a3a73bef..888e2dea 100644 --- a/lib/buildcmd.c +++ b/lib/buildcmd.c @@ -1,5 +1,5 @@ /* buildcmd.c -- build command lines from a list of arguments. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/buildcmd.h b/lib/buildcmd.h index 3d385dd9..3763a9b1 100644 --- a/lib/buildcmd.h +++ b/lib/buildcmd.h @@ -1,5 +1,5 @@ /* buildcmd.[ch] -- build command lines from a stream of arguments - Copyright (C) 2005-2019 Free Software Foundation, Inc. + Copyright (C) 2005-2020 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/check-regexprops.sh b/lib/check-regexprops.sh index 32c07484..d1701381 100755 --- a/lib/check-regexprops.sh +++ b/lib/check-regexprops.sh @@ -1,7 +1,7 @@ #! /bin/sh # Generate regexprops.texi and compare it against the checked-in version. # -# Copyright (C) 2009-2019 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 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/die.h b/lib/die.h index 6ee72d54..9ec07f4b 100644 --- a/lib/die.h +++ b/lib/die.h @@ -1,5 +1,5 @@ /* Report an error and exit. - Copyright (C) 2017-2019 Free Software Foundation, Inc. + Copyright (C) 2017-2020 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/dircallback.c b/lib/dircallback.c index c53cefb9..e1204565 100644 --- a/lib/dircallback.c +++ b/lib/dircallback.c @@ -1,5 +1,5 @@ /* listfile.c -- run a function in a specific directory - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/dircallback.h b/lib/dircallback.h index 0710ad1f..c39c2218 100644 --- a/lib/dircallback.h +++ b/lib/dircallback.h @@ -1,5 +1,5 @@ /* listfile.h -- display a long listing of a file - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/extendbuf.c b/lib/extendbuf.c index ebd6cdba..0c02aecb 100644 --- a/lib/extendbuf.c +++ b/lib/extendbuf.c @@ -1,6 +1,6 @@ /* extendbuf.c -- manage a dynamically-allocated buffer - Copyright (C) 2004-2019 Free Software Foundation, Inc. + Copyright (C) 2004-2020 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/extendbuf.h b/lib/extendbuf.h index dfd323ca..e5d7a136 100644 --- a/lib/extendbuf.h +++ b/lib/extendbuf.h @@ -1,6 +1,6 @@ /* extendbuf.h -- Manage a dynamically-alloicated buffer - Copyright (C) 2004-2019 Free Software Foundation, Inc. + Copyright (C) 2004-2020 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/fdleak.c b/lib/fdleak.c index 9a6ab42a..269c860d 100644 --- a/lib/fdleak.c +++ b/lib/fdleak.c @@ -1,5 +1,5 @@ /* fdleak.c -- detect file descriptor leaks - Copyright (C) 2010-2019 Free Software Foundation, Inc. + Copyright (C) 2010-2020 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/fdleak.h b/lib/fdleak.h index 2979dc31..d427a40f 100644 --- a/lib/fdleak.h +++ b/lib/fdleak.h @@ -1,5 +1,5 @@ /* fdleak.h -- detect file descriptor leaks - Copyright (C) 2010-2019 Free Software Foundation, Inc. + Copyright (C) 2010-2020 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/findutils-version.c b/lib/findutils-version.c index 089efffb..6deeacdb 100644 --- a/lib/findutils-version.c +++ b/lib/findutils-version.c @@ -1,5 +1,5 @@ /* findutils-version.c -- show version information for findutils - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/findutils-version.h b/lib/findutils-version.h index 6ff62e03..20660074 100644 --- a/lib/findutils-version.h +++ b/lib/findutils-version.h @@ -1,5 +1,5 @@ /* findutils-version.h -- show version information for findutils - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/listfile.c b/lib/listfile.c index b68a525c..49382a96 100644 --- a/lib/listfile.c +++ b/lib/listfile.c @@ -1,5 +1,5 @@ /* listfile.c -- display a long listing of a file - Copyright (C) 1991-2019 Free Software Foundation, Inc. + Copyright (C) 1991-2020 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/listfile.h b/lib/listfile.h index 36908458..4557e1e6 100644 --- a/lib/listfile.h +++ b/lib/listfile.h @@ -1,5 +1,5 @@ /* listfile.h -- display a long listing of a file - Copyright (C) 1991-2019 Free Software Foundation, Inc. + Copyright (C) 1991-2020 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/printquoted.c b/lib/printquoted.c index fc20a547..d850063a 100644 --- a/lib/printquoted.c +++ b/lib/printquoted.c @@ -1,6 +1,6 @@ /* printquoted.c -- print a specified string with any necessary quoting. - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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/printquoted.h b/lib/printquoted.h index 8979ce94..f56019b9 100644 --- a/lib/printquoted.h +++ b/lib/printquoted.h @@ -1,6 +1,6 @@ /* Print a string, appropriately quoted. - Copyright (C) 1997-2019 Free Software Foundation, Inc. + Copyright (C) 1997-2020 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/qmark.c b/lib/qmark.c index 917b7720..a612e01e 100644 --- a/lib/qmark.c +++ b/lib/qmark.c @@ -1,6 +1,6 @@ /* qmark.c -- quote 'dangerous' filenames Derived from coreutils' ls.c. - Copyright (C) 1985-2019 Free Software Foundation, Inc. + Copyright (C) 1985-2020 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/regexprops.c b/lib/regexprops.c index ebf2743c..81225f4d 100644 --- a/lib/regexprops.c +++ b/lib/regexprops.c @@ -1,7 +1,7 @@ /* regexprops.c -- document the properties of the regular expressions understood by gnulib. - Copyright (C) 2005-2019 Free Software Foundation, Inc. + Copyright (C) 2005-2020 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 @@ -453,7 +453,7 @@ copying (void) { static const char *copy_para[]= { - "Copyright (C) 1994-2019 Free Software Foundation, Inc." + "Copyright (C) 1994-2020 Free Software Foundation, Inc." ,"" ,"Permission is granted to copy, distribute and/or modify this document" ,"under the terms of the GNU Free Documentation License, Version 1.3 or" diff --git a/lib/regextype.c b/lib/regextype.c index 53fe3a60..25c6c1ca 100644 --- a/lib/regextype.c +++ b/lib/regextype.c @@ -2,7 +2,7 @@ /* regextype.c -- Decode the name of a regular expression syntax into am option name. - Copyright (C) 2005-2019 Free Software Foundation, Inc. + Copyright (C) 2005-2020 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/regextype.h b/lib/regextype.h index e639078d..951cbc42 100644 --- a/lib/regextype.h +++ b/lib/regextype.h @@ -1,6 +1,6 @@ /* regextype.h -- Decode the name of a regular expression syntax. - Copyright (C) 2005-2019 Free Software Foundation, Inc. + Copyright (C) 2005-2020 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/safe-atoi.c b/lib/safe-atoi.c index 11b04fff..8a3964da 100644 --- a/lib/safe-atoi.c +++ b/lib/safe-atoi.c @@ -1,5 +1,5 @@ /* safe-atoi.c -- checked string-to-int conversion. - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/safe-atoi.h b/lib/safe-atoi.h index f708dfe4..a1e7e5cc 100644 --- a/lib/safe-atoi.h +++ b/lib/safe-atoi.h @@ -1,5 +1,5 @@ /* safe-atoi.h -- checked string-to-int conversion. - Copyright (C) 2010-2019 Free Software Foundation, Inc. + Copyright (C) 2010-2020 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/splitstring.c b/lib/splitstring.c index 347ec541..70c586ae 100644 --- a/lib/splitstring.c +++ b/lib/splitstring.c @@ -1,5 +1,5 @@ /* splitstring.c -- split a const string into fields. - Copyright (C) 2011-2019 Free Software Foundation, Inc. + Copyright (C) 2011-2020 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/splitstring.h b/lib/splitstring.h index d4d9f1e6..90bb3ac8 100644 --- a/lib/splitstring.h +++ b/lib/splitstring.h @@ -1,5 +1,5 @@ /* splitstring.h -- split a const string into fields. - Copyright (C) 2011-2019 Free Software Foundation, Inc. + Copyright (C) 2011-2020 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/system.h b/lib/system.h index 37b7cf52..07b2302d 100644 --- a/lib/system.h +++ b/lib/system.h @@ -1,6 +1,6 @@ /* system.h -- system-dependent definitions for findutils - Copyright (C) 2017-2019 Free Software Foundation, Inc. + Copyright (C) 2017-2020 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/test_splitstring.c b/lib/test_splitstring.c index 949c2089..6866eb07 100644 --- a/lib/test_splitstring.c +++ b/lib/test_splitstring.c @@ -1,5 +1,5 @@ /* test_splitstring.c -- unit test for splitstring() - Copyright (C) 2011-2019 Free Software Foundation, Inc. + Copyright (C) 2011-2020 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/unused-result.h b/lib/unused-result.h index 4ca045de..4bc3b6eb 100644 --- a/lib/unused-result.h +++ b/lib/unused-result.h @@ -1,5 +1,5 @@ /* unused-result.h -- macros for ensuring callers don't ignore return values - Copyright (C) 2010-2019 Free Software Foundation, Inc. + Copyright (C) 2010-2020 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/locate/Makefile.am b/locate/Makefile.am index e7325c85..6585471e 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -1,6 +1,6 @@ # The default database to build and search. -## Copyright (C) 1996-2019 Free Software Foundation, Inc. +## Copyright (C) 1996-2020 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/locate/frcode.c b/locate/frcode.c index 1bae003b..94663a16 100644 --- a/locate/frcode.c +++ b/locate/frcode.c @@ -1,5 +1,5 @@ /* frcode -- front-compress a sorted list - Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 1994-2020 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/locate/locate.1 b/locate/locate.1 index 4d851243..fe37867a 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -272,7 +272,7 @@ LL. .TE .SH COPYRIGHT -Copyright \(co 1994-2019 Free Software Foundation, Inc. +Copyright \(co 1994-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. diff --git a/locate/locate.c b/locate/locate.c index 4f059579..03d781cc 100644 --- a/locate/locate.c +++ b/locate/locate.c @@ -1,5 +1,5 @@ /* locate -- search databases for filenames that match patterns - Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 1994-2020 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/locate/locatedb.5 b/locate/locatedb.5 index c27b281b..de6411a7 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -140,7 +140,7 @@ and count bytes made printable: .fi .SH COPYRIGHT -Copyright \(co 1994-2019 Free Software Foundation, Inc. +Copyright \(co 1994-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. diff --git a/locate/locatedb.h b/locate/locatedb.h index 12eef1ad..3bedda7a 100644 --- a/locate/locatedb.h +++ b/locate/locatedb.h @@ -1,5 +1,5 @@ /* locatedb.h -- declarations for the locate database - Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 1994-2020 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/locate/testsuite/Makefile.am b/locate/testsuite/Makefile.am index 8bfed983..81a1275e 100644 --- a/locate/testsuite/Makefile.am +++ b/locate/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2019 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 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/locate/testsuite/config/unix.exp b/locate/testsuite/config/unix.exp index 543ff40c..dd23a8e5 100644 --- a/locate/testsuite/config/unix.exp +++ b/locate/testsuite/config/unix.exp @@ -1,6 +1,6 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 1994-2019 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 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/locate/updatedb.1 b/locate/updatedb.1 index 6bc5e796..fe4a983c 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -118,7 +118,7 @@ programs are properly installed at your site, the command should give you access to the complete manual. .SH COPYRIGHT -Copyright \(co 1994-2019 Free Software Foundation, Inc. +Copyright \(co 1994-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. diff --git a/locate/updatedb.sh b/locate/updatedb.sh index df807baa..b6d8ec8d 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -1,6 +1,6 @@ #! /bin/sh # updatedb -- build a locate pathname database -# Copyright (C) 1994-2019 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 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/locate/word_io.c b/locate/word_io.c index 0b26c97a..d3ba62bb 100644 --- a/locate/word_io.c +++ b/locate/word_io.c @@ -1,5 +1,5 @@ /* word_io.c -- word oriented I/O - Copyright (C) 2007-2019 Free Software Foundation, Inc. + Copyright (C) 2007-2020 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/m4/mkinstalldirs.m4 b/m4/mkinstalldirs.m4 index 89d9ad02..2c44f3a4 100644 --- a/m4/mkinstalldirs.m4 +++ b/m4/mkinstalldirs.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1995-2019 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/noreturn.m4 b/m4/noreturn.m4 index f1f0a4c5..c8827863 100644 --- a/m4/noreturn.m4 +++ b/m4/noreturn.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2007-2019 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/po/POTFILES.in b/po/POTFILES.in index 66f986ce..918dc702 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings. -# Copyright (C) 2000-2019 Free Software Foundation, Inc. +# Copyright (C) 2000-2020 Free Software Foundation, Inc. # Copying and distribution of this file, with or without # modification, are permitted provided the copyright notice diff --git a/tests/envvar-check b/tests/envvar-check index c2c7a754..1a259939 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -1,7 +1,7 @@ # -*- sh -*- # Check environment variables for sane values while testing. -# Copyright (C) 2000-2019 Free Software Foundation, Inc. +# Copyright (C) 2000-2020 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/find/debug-missing-arg.sh b/tests/find/debug-missing-arg.sh index 3c659527..2026f6d3 100755 --- a/tests/find/debug-missing-arg.sh +++ b/tests/find/debug-missing-arg.sh @@ -3,7 +3,7 @@ # Between FINDUTILS_4_3_1-1 and 4.6, find crashed on some platforms. # See Savannah bug #52220. -# Copyright (C) 2017-2019 Free Software Foundation, Inc. +# Copyright (C) 2017-2020 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/find/exec-plus-last-file.sh b/tests/find/exec-plus-last-file.sh index 0cb05139..5864e02b 100755 --- a/tests/find/exec-plus-last-file.sh +++ b/tests/find/exec-plus-last-file.sh @@ -5,7 +5,7 @@ # if there was only one last single file argument. # See Savannah bug #48030. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 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/find/execdir-fd-leak.sh b/tests/find/execdir-fd-leak.sh index e365e4e3..aceb8c6e 100755 --- a/tests/find/execdir-fd-leak.sh +++ b/tests/find/execdir-fd-leak.sh @@ -3,7 +3,7 @@ # directory specified by the -execdir option. # See Savannah bug #34976. -# Copyright (C) 2013-2019 Free Software Foundation, Inc. +# Copyright (C) 2013-2020 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/find/many-dir-entries-vs-OOM.sh b/tests/find/many-dir-entries-vs-OOM.sh index 4d044a8e..a7f9fb78 100755 --- a/tests/find/many-dir-entries-vs-OOM.sh +++ b/tests/find/many-dir-entries-vs-OOM.sh @@ -3,7 +3,7 @@ # even for large directories. # See Savannah bug #34079. -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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/find/name-lbracket-literal.sh b/tests/find/name-lbracket-literal.sh index 2d98d1e3..50466f60 100755 --- a/tests/find/name-lbracket-literal.sh +++ b/tests/find/name-lbracket-literal.sh @@ -2,7 +2,7 @@ # Test that find -name treats the unquoted '[' argument literally. # See Savannah bug #32043. -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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/find/printf_escape_c.sh b/tests/find/printf_escape_c.sh index 2d8edb15..06beef42 100755 --- a/tests/find/printf_escape_c.sh +++ b/tests/find/printf_escape_c.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test -printf with the \c escape character. -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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/find/printf_escapechars.sh b/tests/find/printf_escapechars.sh index 916bdf54..311d889a 100755 --- a/tests/find/printf_escapechars.sh +++ b/tests/find/printf_escapechars.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test -printf with octal and letter escapes. -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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/find/printf_inode.sh b/tests/find/printf_inode.sh index 2606bd6f..6444287c 100755 --- a/tests/find/printf_inode.sh +++ b/tests/find/printf_inode.sh @@ -1,7 +1,7 @@ #!/bin/sh # Verify that ls -i and find -printf %i produce the same output. -# Copyright (C) 2011-2019 Free Software Foundation, Inc. +# Copyright (C) 2011-2020 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/find/refuse-noop.sh b/tests/find/refuse-noop.sh index 4e700f95..4fa873b7 100755 --- a/tests/find/refuse-noop.sh +++ b/tests/find/refuse-noop.sh @@ -3,7 +3,7 @@ # Between findutils-4.3.1 and 4.6, find dumped core ($? = 139). # See Savannah bug #48180. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 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/find/type_list.sh b/tests/find/type_list.sh index 656334f3..223db977 100755 --- a/tests/find/type_list.sh +++ b/tests/find/type_list.sh @@ -2,7 +2,7 @@ # Verify find's behavior regarding comma-separated file type arguments # to the -type/-xtype options. -# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# Copyright (C) 2016-2020 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/local.mk b/tests/local.mk index 7e52a04d..dccc7342 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -## Copyright (C) 2007-2019 Free Software Foundation, Inc. +## Copyright (C) 2007-2020 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/misc/help-version.sh b/tests/misc/help-version.sh index 288f3314..59c9ed2b 100755 --- a/tests/misc/help-version.sh +++ b/tests/misc/help-version.sh @@ -2,7 +2,7 @@ # Make sure all of these programs work properly # when invoked with --help or --version. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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/other-fs-tmpdir b/tests/other-fs-tmpdir index 8efae3d1..940909e1 100644 --- a/tests/other-fs-tmpdir +++ b/tests/other-fs-tmpdir @@ -4,7 +4,7 @@ # of the current directory. If one is found, create a temporary directory # inside it. -# Copyright (C) 1998-2019 Free Software Foundation, Inc. +# Copyright (C) 1998-2020 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/sample-test b/tests/sample-test index 546088e9..825ae08b 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -1,7 +1,7 @@ #!/bin/sh # FIXME -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2020 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/xargs/verbose-quote.sh b/tests/xargs/verbose-quote.sh index 61cbc663..e408202b 100755 --- a/tests/xargs/verbose-quote.sh +++ b/tests/xargs/verbose-quote.sh @@ -1,7 +1,7 @@ #!/bin/sh # Verify that 'xargs -t' quotes the command properly when needed. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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/xargs/Makefile.am b/xargs/Makefile.am index 46ba6642..0abfb48a 100644 --- a/xargs/Makefile.am +++ b/xargs/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2019 Free Software Foundation, Inc. +## Copyright (C) 1996-2020 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/xargs/testsuite/Makefile.am b/xargs/testsuite/Makefile.am index 2deb0b01..b0d449f5 100644 --- a/xargs/testsuite/Makefile.am +++ b/xargs/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2019 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 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/xargs/testsuite/config/unix.exp b/xargs/testsuite/config/unix.exp index 44fee292..3c3e069d 100644 --- a/xargs/testsuite/config/unix.exp +++ b/xargs/testsuite/config/unix.exp @@ -1,6 +1,6 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 1994-2019 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 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/xargs/xargs.1 b/xargs/xargs.1 index 6cbfe5d8..8382703a 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -405,7 +405,7 @@ programs are properly installed at your site, the command should give you access to the complete manual. .SH COPYRIGHT -Copyright \(co 1990-2019 Free Software Foundation, Inc. +Copyright \(co 1990-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. diff --git a/xargs/xargs.c b/xargs/xargs.c index 56c872ab..e9ef763c 100644 --- a/xargs/xargs.c +++ b/xargs/xargs.c @@ -1,5 +1,5 @@ /* xargs -- build and execute command lines from standard input - Copyright (C) 1990-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2020 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.24.1