>From 487d0701c54b80b948d11a7720d65184e99f590e Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 4 Jan 2019 23:47:26 +0100 Subject: [PATCH 2/3] maint: update copyright year number ranges Run 'make update-copyright'. * lib/regexprops.c (copying): Update the year number manually. * 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 +- 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/binary_locations.sh | 2 +- find/testsuite/checklists.py | 2 +- find/testsuite/config/unix.exp | 2 +- find/testsuite/sv-34079.sh | 2 +- find/testsuite/sv-34976-execdir-fd-leak.sh | 2 +- find/testsuite/sv-48030-exec-plus-bug.sh | 2 +- find/testsuite/sv-48180-refuse-noop.sh | 2 +- find/testsuite/sv-52220.sh | 2 +- find/testsuite/sv-bug-32043.sh | 2 +- find/testsuite/test_escape_c.sh | 2 +- find/testsuite/test_escapechars.sh | 2 +- find/testsuite/test_inode.sh | 2 +- find/testsuite/test_type-list.sh | 2 +- find/tree.c | 2 +- find/util.c | 2 +- gnulib-local/lib/gcc-function-attributes.h | 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 +- xargs/Makefile.am | 2 +- xargs/testsuite/Makefile.am | 2 +- xargs/testsuite/config/unix.exp | 2 +- xargs/xargs.1 | 2 +- xargs/xargs.c | 2 +- 98 files changed, 99 insertions(+), 99 deletions(-) diff --git a/Makefile.am b/Makefile.am index b39c3fbf..1acee1bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Make findutils. -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 02745da8..f9f5baf8 100644 --- a/NEWS +++ b/NEWS @@ -2170,7 +2170,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-2018 Free Software Foundation, Inc. +Copyright (C) 1996-2019 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 bc5758a4..80909935 100644 --- a/README +++ b/README @@ -85,7 +85,7 @@ address@hidden ======================================================================== -Copyright (C) 1996-2018 Free Software Foundation, Inc. +Copyright (C) 1996-2019 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 c2a0754c..85aaca9b 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-2018 Free Software Foundation, Inc. +Copyright (C) 2009-2019 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 0e6de576..b006589f 100644 --- a/TODO +++ b/TODO @@ -86,7 +86,7 @@ LocalWords: findutils Debian cron ----- -Copyright (C) 1996-2018 Free Software Foundation, Inc. +Copyright (C) 1996-2019 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 099b9311..080a6ab0 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 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 fb8b3f96..54ec7fd4 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 8821c669..bb24f0af 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 9aafb165..c184f290 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2015-2019 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 398df233..1540dd6f 100755 --- a/build-aux/man-lint.sh +++ b/build-aux/man-lint.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2007-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 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 97a47527..b54aa0aa 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2007-2019 Free Software Foundation, Inc. # # # This program is free software: you can redistribute it and/or modify diff --git a/cfg.mk b/cfg.mk index dcabb6b7..4bc51872 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2010-2019 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 9d3719be..8fbfc446 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 9464aef5..2ec77274 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2019 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 168c806c..eb9209a0 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-2018 Free Software Foundation, Inc. +Copyright @copyright{} 2007-2019 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 6ef16ee9..a573a228 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-2018 Free Software Foundation, Inc. +Copyright @copyright{} 1994-2019 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 694bbefb..8f179973 100644 --- a/doc/perm.texi +++ b/doc/perm.texi @@ -1,6 +1,6 @@ @c File mode bits address@hidden Copyright (C) 1994-2018 Free Software Foundation, Inc. address@hidden Copyright (C) 1994-2019 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 8070e4f9..28b2b2ca 100644 --- a/doc/regexprops.texi +++ b/doc/regexprops.texi @@ -1,4 +1,4 @@ address@hidden Copyright (C) 1994-2018 Free Software Foundation, Inc. address@hidden Copyright (C) 1994-2019 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 3c26ac36..03e6ba39 100644 --- a/find/Makefile.am +++ b/find/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2018 Free Software Foundation, Inc. +## Copyright (C) 1996-2019 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 1939ab30..6e79ee00 100644 --- a/find/defs.h +++ b/find/defs.h @@ -1,5 +1,5 @@ /* defs.h -- data types and declarations. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 13b44925..79e04337 100644 --- a/find/exec.c +++ b/find/exec.c @@ -1,5 +1,5 @@ /* exec.c -- Implementation of -exec, -execdir, -ok, -okdir. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 ae2f1f8b..abf70add 100644 --- a/find/find.1 +++ b/find/find.1 @@ -2359,7 +2359,7 @@ instead of file names expanded by the parent shell: .fi .SH COPYRIGHT -Copyright \(co 1990-2018 Free Software Foundation, Inc. +Copyright \(co 1990-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/find/finddata.c b/find/finddata.c index 31e78550..d592f793 100644 --- a/find/finddata.c +++ b/find/finddata.c @@ -1,5 +1,5 @@ /* finddata.c -- global data for "find". - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 4fb6a321..be15ea7c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 39fdfbff..0d96c4ca 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 666ebbe9..61f7e04c 100644 --- a/find/oldfind.c +++ b/find/oldfind.c @@ -1,5 +1,5 @@ /* find -- search for files in a directory hierarchy - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 22b54a33..5016146a 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 55dc7e25..e34a41dc 100644 --- a/find/pred.c +++ b/find/pred.c @@ -1,5 +1,5 @@ /* pred.c -- execute the expression tree. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 1bfccbfc..49f83e02 100644 --- a/find/print.c +++ b/find/print.c @@ -1,5 +1,5 @@ /* print.c -- print/printf-related code. - Copyright (C) 1990-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 4b039b19..e75404dd 100644 --- a/find/print.h +++ b/find/print.h @@ -1,5 +1,5 @@ /* print.h -- declarations for symbols in print.c. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 589431b3..02d25cc2 100644 --- a/find/sharefile.c +++ b/find/sharefile.c @@ -1,5 +1,5 @@ /* sharefile.c -- open files just once. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 6009e382..c3cdc829 100644 --- a/find/sharefile.h +++ b/find/sharefile.h @@ -1,5 +1,5 @@ /* sharefile.h -- open files just once. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2019 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 3c5174f8..bd558404 100644 --- a/find/testsuite/Makefile.am +++ b/find/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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/binary_locations.sh b/find/testsuite/binary_locations.sh index 5e72052f..65702827 100644 --- a/find/testsuite/binary_locations.sh +++ b/find/testsuite/binary_locations.sh @@ -1,6 +1,6 @@ # Source this file, don't execute it. # -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 46946f78..e667aae4 100644 --- a/find/testsuite/checklists.py +++ b/find/testsuite/checklists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 Free Software Foundation, Inc. +# Copyright (C) 2014-2019 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 63230da4..d55b89d1 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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/sv-34079.sh b/find/testsuite/sv-34079.sh index 0244a787..4881258a 100755 --- a/find/testsuite/sv-34079.sh +++ b/find/testsuite/sv-34079.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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/sv-34976-execdir-fd-leak.sh b/find/testsuite/sv-34976-execdir-fd-leak.sh index 75d52051..bd92bf74 100755 --- a/find/testsuite/sv-34976-execdir-fd-leak.sh +++ b/find/testsuite/sv-34976-execdir-fd-leak.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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/sv-48030-exec-plus-bug.sh b/find/testsuite/sv-48030-exec-plus-bug.sh index 784eb821..f7e3c59b 100755 --- a/find/testsuite/sv-48030-exec-plus-bug.sh +++ b/find/testsuite/sv-48030-exec-plus-bug.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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/sv-48180-refuse-noop.sh b/find/testsuite/sv-48180-refuse-noop.sh index 15a6e700..bb4ca724 100755 --- a/find/testsuite/sv-48180-refuse-noop.sh +++ b/find/testsuite/sv-48180-refuse-noop.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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/sv-52220.sh b/find/testsuite/sv-52220.sh index 0631670c..d995c60a 100755 --- a/find/testsuite/sv-52220.sh +++ b/find/testsuite/sv-52220.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2017-2018 Free Software Foundation, Inc. +# Copyright (C) 2017-2019 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/sv-bug-32043.sh b/find/testsuite/sv-bug-32043.sh index 2871cc95..8181c3e6 100755 --- a/find/testsuite/sv-bug-32043.sh +++ b/find/testsuite/sv-bug-32043.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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/test_escape_c.sh b/find/testsuite/test_escape_c.sh index 81d79505..f18a31be 100755 --- a/find/testsuite/test_escape_c.sh +++ b/find/testsuite/test_escape_c.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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/test_escapechars.sh b/find/testsuite/test_escapechars.sh index c80a473d..1d4dd27e 100755 --- a/find/testsuite/test_escapechars.sh +++ b/find/testsuite/test_escapechars.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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/test_inode.sh b/find/testsuite/test_inode.sh index 4d3c1a41..595e3593 100755 --- a/find/testsuite/test_inode.sh +++ b/find/testsuite/test_inode.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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/test_type-list.sh b/find/testsuite/test_type-list.sh index cc472ac3..2bb1ba4b 100755 --- a/find/testsuite/test_type-list.sh +++ b/find/testsuite/test_type-list.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2016-2018 Free Software Foundation, Inc. +# Copyright (C) 2016-2019 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 5be88f2e..01870dda 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 c00f8014..7d8e9677 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 5c557226..f226fb0c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 fcef4d47..2fd6a57b 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-2018 Free Software Foundation, Inc. +## Copyright (C) 1996-2019 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 7490a479..5ea6a707 100644 --- a/lib/bugreports.c +++ b/lib/bugreports.c @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 752545c6..3dd36cce 100644 --- a/lib/bugreports.h +++ b/lib/bugreports.h @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2018 Free Software Foundation, Inc. + Copyright (C) 2016-2019 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 63384b92..a3a73bef 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 52695cd5..3d385dd9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 2a3837ee..32c07484 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2009-2019 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 b60bf17a..6ee72d54 100644 --- a/lib/die.h +++ b/lib/die.h @@ -1,5 +1,5 @@ /* Report an error and exit. - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 c8a460da..c53cefb9 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 0e994ad5..0710ad1f 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 85f7f425..ebd6cdba 100644 --- a/lib/extendbuf.c +++ b/lib/extendbuf.c @@ -1,6 +1,6 @@ /* extendbuf.c -- manage a dynamically-allocated buffer - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 fdc219b3..dfd323ca 100644 --- a/lib/extendbuf.h +++ b/lib/extendbuf.h @@ -1,6 +1,6 @@ /* extendbuf.h -- Manage a dynamically-alloicated buffer - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2019 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 818c0fbe..68061d56 100644 --- a/lib/fdleak.c +++ b/lib/fdleak.c @@ -1,5 +1,5 @@ /* fdleak.c -- detect file descriptor leaks - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 b73f93e5..a3c8c3a4 100644 --- a/lib/fdleak.h +++ b/lib/fdleak.h @@ -1,5 +1,5 @@ /* fdleak.h -- detect file descriptor leaks - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 fa3593f9..089efffb 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 113665a4..6ff62e03 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 10f1c531..b68a525c 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 1f05c468..36908458 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-2018 Free Software Foundation, Inc. + Copyright (C) 1991-2019 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 14665c95..fc20a547 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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 c141f6fe..8979ce94 100644 --- a/lib/printquoted.h +++ b/lib/printquoted.h @@ -1,6 +1,6 @@ /* Print a string, appropriately quoted. - Copyright (C) 1997-2018 Free Software Foundation, Inc. + Copyright (C) 1997-2019 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 397e9dc5..917b7720 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-2018 Free Software Foundation, Inc. + Copyright (C) 1985-2019 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 85e02d4a..ebf2743c 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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-2018 Free Software Foundation, Inc." + "Copyright (C) 1994-2019 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 7baec782..53fe3a60 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 ad87d3e3..e639078d 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-2018 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 df98e4d7..11b04fff 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 c8694bea..f708dfe4 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 649f2bca..347ec541 100644 --- a/lib/splitstring.c +++ b/lib/splitstring.c @@ -1,5 +1,5 @@ /* splitstring.c -- split a const string into fields. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 c09c5562..d4d9f1e6 100644 --- a/lib/splitstring.h +++ b/lib/splitstring.h @@ -1,5 +1,5 @@ /* splitstring.h -- split a const string into fields. - Copyright (C) 2011-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 68123649..37b7cf52 100644 --- a/lib/system.h +++ b/lib/system.h @@ -1,6 +1,6 @@ /* system.h -- system-dependent definitions for findutils - Copyright (C) 2017-2018 Free Software Foundation, Inc. + Copyright (C) 2017-2019 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 946adcaf..949c2089 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-2018 Free Software Foundation, Inc. + Copyright (C) 2011-2019 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 afcc78e6..4ca045de 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-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2019 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 09de3801..e7325c85 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -1,6 +1,6 @@ # The default database to build and search. -## Copyright (C) 1996-2018 Free Software Foundation, Inc. +## Copyright (C) 1996-2019 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 67e70dd3..1bae003b 100644 --- a/locate/frcode.c +++ b/locate/frcode.c @@ -1,5 +1,5 @@ /* frcode -- front-compress a sorted list - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 0fb910ed..4d851243 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -272,7 +272,7 @@ LL. .TE .SH COPYRIGHT -Copyright \(co 1994-2018 Free Software Foundation, Inc. +Copyright \(co 1994-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/locate/locate.c b/locate/locate.c index a10d86d2..4f059579 100644 --- a/locate/locate.c +++ b/locate/locate.c @@ -1,5 +1,5 @@ /* locate -- search databases for filenames that match patterns - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 d153756f..c27b281b 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -140,7 +140,7 @@ and count bytes made printable: .fi .SH COPYRIGHT -Copyright \(co 1994-2018 Free Software Foundation, Inc. +Copyright \(co 1994-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/locate/locatedb.h b/locate/locatedb.h index beb10b17..12eef1ad 100644 --- a/locate/locatedb.h +++ b/locate/locatedb.h @@ -1,5 +1,5 @@ /* locatedb.h -- declarations for the locate database - Copyright (C) 1994-2018 Free Software Foundation, Inc. + Copyright (C) 1994-2019 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 ac7d33c9..8bfed983 100644 --- a/locate/testsuite/Makefile.am +++ b/locate/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 59a8dccc..543ff40c 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 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 5fda1932..6bc5e796 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-2018 Free Software Foundation, Inc. +Copyright \(co 1994-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/locate/updatedb.sh b/locate/updatedb.sh index af0883cf..df807baa 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -1,6 +1,6 @@ #! /bin/sh # updatedb -- build a locate pathname database -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 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 1b5225eb..0b26c97a 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-2018 Free Software Foundation, Inc. + Copyright (C) 2007-2019 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 1a7a2645..89d9ad02 100644 --- a/m4/mkinstalldirs.m4 +++ b/m4/mkinstalldirs.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1995-2018 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2019 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 1e686256..f1f0a4c5 100644 --- a/m4/noreturn.m4 +++ b/m4/noreturn.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2007-2018 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2019 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 1c54554e..66f986ce 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings. -# Copyright (C) 2000-2018 Free Software Foundation, Inc. +# Copyright (C) 2000-2019 Free Software Foundation, Inc. # Copying and distribution of this file, with or without # modification, are permitted provided the copyright notice diff --git a/xargs/Makefile.am b/xargs/Makefile.am index f4776565..46ba6642 100644 --- a/xargs/Makefile.am +++ b/xargs/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2018 Free Software Foundation, Inc. +## Copyright (C) 1996-2019 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 a3f3f4c5..2deb0b01 100644 --- a/xargs/testsuite/Makefile.am +++ b/xargs/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2018 Free Software Foundation, Inc. +# Copyright (C) 2001-2019 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 321e4410..177235eb 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-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2019 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 6a0565bd..6cbfe5d8 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-2018 Free Software Foundation, Inc. +Copyright \(co 1990-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/xargs/xargs.c b/xargs/xargs.c index 3bb660c6..3d00080d 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-2018 Free Software Foundation, Inc. + Copyright (C) 1990-2019 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.20.1