>From 8705455ce0145e56a9dc1b9400e5435ad3968c0c Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Mon, 1 Jan 2018 18:35:42 +0100 Subject: [PATCH 3/5] 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 +- po/be.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/eo.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fetch-po-files | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/ga.po | 2 +- po/gl.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ko.po | 2 +- po/lg.po | 2 +- po/lt.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sr.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 2 +- xargs/Makefile.am | 2 +- xargs/testsuite/Makefile.am | 2 +- xargs/testsuite/config/unix.exp | 2 +- xargs/xargs.1 | 2 +- xargs/xargs.c | 2 +- 138 files changed, 139 insertions(+), 139 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1720ac8a..7e134122 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Make findutils. -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 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 cfd18b88..025132ec 100644 --- a/NEWS +++ b/NEWS @@ -2139,7 +2139,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-2017 Free Software Foundation, Inc. +Copyright (C) 1996-2018 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 faf4f974..a5fefa50 100644 --- a/README +++ b/README @@ -90,7 +90,7 @@ address@hidden ======================================================================== -Copyright (C) 1996-2017 Free Software Foundation, Inc. +Copyright (C) 1996-2018 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 d83f9049..c2a0754c 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-2017 Free Software Foundation, Inc. +Copyright (C) 2009-2018 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 3d8b320c..0e6de576 100644 --- a/TODO +++ b/TODO @@ -86,7 +86,7 @@ LocalWords: findutils Debian cron ----- -Copyright (C) 1996-2017 Free Software Foundation, Inc. +Copyright (C) 1996-2018 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 14ca580a..35c48b71 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 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 dffe5f20..fb8b3f96 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 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 74472a13..8821c669 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 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 b21e05a8..9aafb165 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2015-2018 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 e7dfa98e..398df233 100755 --- a/build-aux/man-lint.sh +++ b/build-aux/man-lint.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2007-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 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 2d5b947e..97a47527 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 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 1bc40d2f..4c2423b5 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2010-2018 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 d39afed1..9376a30c 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-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 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 8f62d03b..9464aef5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 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 9b20a895..cfae49a1 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-2017 Free Software Foundation, Inc. +Copyright @copyright{} 2007-2018 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 5573d29b..3580be75 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-2017 Free Software Foundation, Inc. +Copyright @copyright{} 1994-2018 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 4a379223..694bbefb 100644 --- a/doc/perm.texi +++ b/doc/perm.texi @@ -1,6 +1,6 @@ @c File mode bits address@hidden Copyright (C) 1994-2017 Free Software Foundation, Inc. address@hidden Copyright (C) 1994-2018 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 94c1e2e7..8070e4f9 100644 --- a/doc/regexprops.texi +++ b/doc/regexprops.texi @@ -1,4 +1,4 @@ address@hidden Copyright (C) 1994-2017 Free Software Foundation, Inc. address@hidden Copyright (C) 1994-2018 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 8f73e823..0dd5f7ea 100644 --- a/find/Makefile.am +++ b/find/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2017 Free Software Foundation, Inc. +## Copyright (C) 1996-2018 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 3b2a9462..63f3b2a3 100644 --- a/find/defs.h +++ b/find/defs.h @@ -1,5 +1,5 @@ /* defs.h -- data types and declarations. - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 7e738bac..9807c74e 100644 --- a/find/exec.c +++ b/find/exec.c @@ -1,5 +1,5 @@ /* exec.c -- Implementation of -exec, -execdir, -ok, -okdir. - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 0646b931..e376ab6c 100644 --- a/find/find.1 +++ b/find/find.1 @@ -2257,7 +2257,7 @@ instead of file names expanded by the parent shell: .fi .SH COPYRIGHT -Copyright \(co 1990-2017 Free Software Foundation, Inc. +Copyright \(co 1990-2018 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 ce8050db..31e78550 100644 --- a/find/finddata.c +++ b/find/finddata.c @@ -1,5 +1,5 @@ /* finddata.c -- global data for "find". - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 f9dc8f13..ec072c7c 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 0b448dff..5cebb61f 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 771d3c96..6aa67335 100644 --- a/find/oldfind.c +++ b/find/oldfind.c @@ -1,5 +1,5 @@ /* find -- search for files in a directory hierarchy - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 8650da15..aa88e84c 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 bd63a7bf..7e2a7bde 100644 --- a/find/pred.c +++ b/find/pred.c @@ -1,5 +1,5 @@ /* pred.c -- execute the expression tree. - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 571f9edd..1271e4de 100644 --- a/find/print.c +++ b/find/print.c @@ -1,5 +1,5 @@ /* print.c -- print/printf-related code. - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 8181773a..f444295d 100644 --- a/find/print.h +++ b/find/print.h @@ -1,5 +1,5 @@ /* print.h -- declarations for symbols in print.c. - Copyright (C) 2011-2017 Free Software Foundation, Inc. + Copyright (C) 2011-2018 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 fda8b273..589431b3 100644 --- a/find/sharefile.c +++ b/find/sharefile.c @@ -1,5 +1,5 @@ /* sharefile.c -- open files just once. - Copyright (C) 2008-2017 Free Software Foundation, Inc. + Copyright (C) 2008-2018 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 d8e4a31e..44e8a9d6 100644 --- a/find/sharefile.h +++ b/find/sharefile.h @@ -1,5 +1,5 @@ /* sharefile.h -- open files just once. - Copyright (C) 2008-2017 Free Software Foundation, Inc. + Copyright (C) 2008-2018 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 4d178d25..64b06b65 100644 --- a/find/testsuite/Makefile.am +++ b/find/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 7d213426..5e72052f 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 59afd3dd..46946f78 100644 --- a/find/testsuite/checklists.py +++ b/find/testsuite/checklists.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2017 Free Software Foundation, Inc. +# Copyright (C) 2014-2018 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 74ff004e..63230da4 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2000-2018 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 107275e9..5325cec2 100755 --- a/find/testsuite/sv-34079.sh +++ b/find/testsuite/sv-34079.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 773642e8..75d52051 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2013-2018 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 446783eb..34b022c0 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2016-2018 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 9c62d643..15a6e700 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2016-2018 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 516e4554..0631670c 100755 --- a/find/testsuite/sv-52220.sh +++ b/find/testsuite/sv-52220.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2017 Free Software Foundation, Inc. +# Copyright (C) 2017-2018 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 1396a535..2871cc95 100755 --- a/find/testsuite/sv-bug-32043.sh +++ b/find/testsuite/sv-bug-32043.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 629c95c1..81d79505 100755 --- a/find/testsuite/test_escape_c.sh +++ b/find/testsuite/test_escape_c.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 00ea814d..c80a473d 100755 --- a/find/testsuite/test_escapechars.sh +++ b/find/testsuite/test_escapechars.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 c36e2e4f..4d3c1a41 100755 --- a/find/testsuite/test_inode.sh +++ b/find/testsuite/test_inode.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2017 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 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 a6a7c321..cc472ac3 100755 --- a/find/testsuite/test_type-list.sh +++ b/find/testsuite/test_type-list.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2016-2017 Free Software Foundation, Inc. +# Copyright (C) 2016-2018 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 7e0beab2..4c20b344 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 5fd60cb9..09d00ba3 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 c4affb25..7d1ffd05 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-2017 Free Software Foundation, Inc. + Copyright (C) 2016-2018 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 f0d6640e..980d590b 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-2017 Free Software Foundation, Inc. +## Copyright (C) 1996-2018 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 c10bfd1a..bdb7e360 100644 --- a/lib/bugreports.c +++ b/lib/bugreports.c @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2017 Free Software Foundation, Inc. + Copyright (C) 2016-2018 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 fe413759..b2bb3a7b 100644 --- a/lib/bugreports.h +++ b/lib/bugreports.h @@ -1,5 +1,5 @@ /* bugreports.h -- explain how to report bugs - Copyright (C) 2016-2017 Free Software Foundation, Inc. + Copyright (C) 2016-2018 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 996a4dc3..290ad6cb 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 e2ef8f47..94fea98a 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-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2018 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 085e1413..2a3837ee 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-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 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 0b329266..b60bf17a 100644 --- a/lib/die.h +++ b/lib/die.h @@ -1,5 +1,5 @@ /* Report an error and exit. - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2018 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 5f7a7d8f..cc12b558 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 f56594df..0e994ad5 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 e4041bd8..85f7f425 100644 --- a/lib/extendbuf.c +++ b/lib/extendbuf.c @@ -1,6 +1,6 @@ /* extendbuf.c -- manage a dynamically-allocated buffer - Copyright (C) 2004-2017 Free Software Foundation, Inc. + Copyright (C) 2004-2018 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 6e214b14..b00ca95c 100644 --- a/lib/extendbuf.h +++ b/lib/extendbuf.h @@ -1,6 +1,6 @@ /* extendbuf.h -- Manage a dynamically-alloicated buffer - Copyright (C) 2004-2017 Free Software Foundation, Inc. + Copyright (C) 2004-2018 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 cc926592..efc0cc4f 100644 --- a/lib/fdleak.c +++ b/lib/fdleak.c @@ -1,5 +1,5 @@ /* fdleak.c -- detect file descriptor leaks - Copyright (C) 2010-2017 Free Software Foundation, Inc. + Copyright (C) 2010-2018 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 c8dfd641..dc6534fb 100644 --- a/lib/fdleak.h +++ b/lib/fdleak.h @@ -1,5 +1,5 @@ /* fdleak.h -- detect file descriptor leaks - Copyright (C) 2010-2017 Free Software Foundation, Inc. + Copyright (C) 2010-2018 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 a54cc6e6..e963277a 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 8cad23d4..e1bc2a5d 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 452e93ab..84dbc550 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-2017 Free Software Foundation, Inc. + Copyright (C) 1991-2018 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 bf5c679b..1f05c468 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-2017 Free Software Foundation, Inc. + Copyright (C) 1991-2018 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 f7900ac5..5a31664b 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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 3de5b8be..3496f605 100644 --- a/lib/printquoted.h +++ b/lib/printquoted.h @@ -1,6 +1,6 @@ /* Print a string, appropriately quoted. - Copyright (C) 1997-2017 Free Software Foundation, Inc. + Copyright (C) 1997-2018 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 ddcbd281..397e9dc5 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-2017 Free Software Foundation, Inc. + Copyright (C) 1985-2018 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 6794e09f..85e02d4a 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-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2018 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-2017 Free Software Foundation, Inc." + "Copyright (C) 1994-2018 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 5b9a1d51..e58dbff7 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-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2018 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 4695ff98..093b5a01 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-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2018 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 d80a1da6..be261ac9 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 a6a8f052..0aff25ef 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-2017 Free Software Foundation, Inc. + Copyright (C) 2010-2018 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 89bf43ca..649f2bca 100644 --- a/lib/splitstring.c +++ b/lib/splitstring.c @@ -1,5 +1,5 @@ /* splitstring.c -- split a const string into fields. - Copyright (C) 2011-2017 Free Software Foundation, Inc. + Copyright (C) 2011-2018 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 f189778e..6b3f13f0 100644 --- a/lib/splitstring.h +++ b/lib/splitstring.h @@ -1,5 +1,5 @@ /* splitstring.h -- split a const string into fields. - Copyright (C) 2011-2017 Free Software Foundation, Inc. + Copyright (C) 2011-2018 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 15658bda..b261d407 100644 --- a/lib/system.h +++ b/lib/system.h @@ -1,6 +1,6 @@ /* system.h -- system-dependent definitions for findutils - Copyright (C) 2017 Free Software Foundation, Inc. + Copyright (C) 2017-2018 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 0feb089e..946adcaf 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-2017 Free Software Foundation, Inc. + Copyright (C) 2011-2018 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 75e8b243..afcc78e6 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-2017 Free Software Foundation, Inc. + Copyright (C) 2010-2018 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 58e87de9..8474c1b2 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -1,6 +1,6 @@ # The default database to build and search. -## Copyright (C) 1996-2017 Free Software Foundation, Inc. +## Copyright (C) 1996-2018 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 f0121268..71e1ef08 100644 --- a/locate/frcode.c +++ b/locate/frcode.c @@ -1,5 +1,5 @@ /* frcode -- front-compress a sorted list - Copyright (C) 1994-2017 Free Software Foundation, Inc. + Copyright (C) 1994-2018 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 7a1a0bea..0fb910ed 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -272,7 +272,7 @@ LL. .TE .SH COPYRIGHT -Copyright \(co 1994-2017 Free Software Foundation, Inc. +Copyright \(co 1994-2018 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 4f081d18..35593057 100644 --- a/locate/locate.c +++ b/locate/locate.c @@ -1,5 +1,5 @@ /* locate -- search databases for filenames that match patterns - Copyright (C) 1994-2017 Free Software Foundation, Inc. + Copyright (C) 1994-2018 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 92b4df00..d153756f 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -140,7 +140,7 @@ and count bytes made printable: .fi .SH COPYRIGHT -Copyright \(co 1994-2017 Free Software Foundation, Inc. +Copyright \(co 1994-2018 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 29bf9464..d8340006 100644 --- a/locate/locatedb.h +++ b/locate/locatedb.h @@ -1,5 +1,5 @@ /* locatedb.h -- declarations for the locate database - Copyright (C) 1994-2017 Free Software Foundation, Inc. + Copyright (C) 1994-2018 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 44875cb4..ac7d33c9 100644 --- a/locate/testsuite/Makefile.am +++ b/locate/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 127a56f8..59a8dccc 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-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 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 ae850cc1..5fda1932 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-2017 Free Software Foundation, Inc. +Copyright \(co 1994-2018 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 70cb4933..af0883cf 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -1,6 +1,6 @@ #! /bin/sh # updatedb -- build a locate pathname database -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 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 51be32c3..99aa72ca 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-2017 Free Software Foundation, Inc. + Copyright (C) 2007-2018 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 9d14432b..1a7a2645 100644 --- a/m4/mkinstalldirs.m4 +++ b/m4/mkinstalldirs.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1995-2017 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2018 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 f91383de..1e686256 100644 --- a/m4/noreturn.m4 +++ b/m4/noreturn.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2007-2017 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2018 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 7086bc26..1c54554e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings. -# Copyright (C) 2000-2017 Free Software Foundation, Inc. +# Copyright (C) 2000-2018 Free Software Foundation, Inc. # Copying and distribution of this file, with or without # modification, are permitted provided the copyright notice diff --git a/po/be.po b/po/be.po index a5529a22..4838a120 100644 --- a/po/be.po +++ b/po/be.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # Ales Nyakhaychyk , 2003. # msgid "" diff --git a/po/bg.po b/po/bg.po index 1a237a0a..085aabf9 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,5 +1,5 @@ # Translation of findutils to Bulgarian -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Anton Zinoviev , 2006. # Alexander Shopov , 2016. diff --git a/po/ca.po b/po/ca.po index 7caf61bf..36d9ab58 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,5 +1,5 @@ # Catalan translation of GNU fileutils. -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # Jordi Mallach , 2002, 2003, 2004, 2005. # msgid "" diff --git a/po/cs.po b/po/cs.po index 4ffe0688..a673a819 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,5 +1,5 @@ # Czech translation for findutils. -# Copyright (C) 2007-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Petr Pisar , 2008, 2009, 2010, 2012, 2013, 2014, 2015. # diff --git a/po/da.po b/po/da.po index 445cbdcf..f03d6222 100644 --- a/po/da.po +++ b/po/da.po @@ -1,5 +1,5 @@ # Danish translation of GNU findutils. -# Copyright (C) 2015-2017 Free Software Foundation, Inc. +# Copyright (C) 2015-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Ole Laursen , 2000, 03, 04, 05. diff --git a/po/de.po b/po/de.po index 0d04f7f0..5f01bca1 100644 --- a/po/de.po +++ b/po/de.po @@ -1,5 +1,5 @@ # German language file for the GNU findutils. -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Nils Naumann , 1996-2011. # Philipp Thomas , 2015. diff --git a/po/el.po b/po/el.po index 13540c0e..9c6339c0 100644 --- a/po/el.po +++ b/po/el.po @@ -1,6 +1,6 @@ # translation of findutils to Greek # This file is distributed under the same license as the findutils package. -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # Lefteris Dimitroulakis , 2004, 2005. # Lefteris Dimitroulakis , 2013, 2014, 2016. msgid "" diff --git a/po/eo.po b/po/eo.po index 5927d44b..03b8fb35 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1,5 +1,5 @@ # Esperanto translations for findutils messages -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # D. Dale Gulledge , 2004. # Felipe Castro , 2013, 2014. diff --git a/po/es.po b/po/es.po index aac65898..399b50d7 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # Mensajes en español para GNU findutils. -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Iñaky Pérez González , 1996. # Santiago Vila Doncel , 2001, 2004, 2014. diff --git a/po/et.po b/po/et.po index 11e88753..3d8a055c 100644 --- a/po/et.po +++ b/po/et.po @@ -1,6 +1,6 @@ # This file is distributed under the same license as the findutils package. # Estonian translations for findutils -# Copyright (C) 2000-2017 Free Software Foundation, Inc. +# Copyright (C) 2000-2018 Free Software Foundation, Inc. # Toomas Soome , 2015. # msgid "" diff --git a/po/fetch-po-files b/po/fetch-po-files index e3dbb68b..7ac7931e 100644 --- a/po/fetch-po-files +++ b/po/fetch-po-files @@ -1,7 +1,7 @@ #! /bin/sh # fetch-po-files -- fetches the .po files from the Translation Project website -# Copyright (C) 2005-2017 Free Software Foundation, Inc. +# Copyright (C) 2005-2018 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/po/fi.po b/po/fi.po index 47b0efac..8f0c869f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,5 +1,5 @@ # Finnish translation of findutils. -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Matti Koskimies , 2002. # Jorma Karvonen , 2009, 2010, 2013-2014. diff --git a/po/fr.po b/po/fr.po index 1d31d1fc..1cc7074b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # Messages français pour GNU concernant findutils. -# Copyright (C) 2015-2017 Free Software Foundation, Inc. +# Copyright (C) 2015-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Michel Robitaille , traducteur depuis/since 1996. # Nicolas Provost , 2010. diff --git a/po/ga.po b/po/ga.po index cca2236a..f9076395 100644 --- a/po/ga.po +++ b/po/ga.po @@ -1,6 +1,6 @@ # Irish translations for findutils. # This file is distributed under the same license as the findutils package. -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # Kevin Patrick Scannell , 2003, 2004, 2005, 2006, 2007, # 2008. # diff --git a/po/gl.po b/po/gl.po index 31cdf95e..fad3f704 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,5 +1,5 @@ # Galician translation of findutils. -# Copyright (C) 2012-2017 Free Software Foundation, Inc. +# Copyright (C) 2012-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Jesús Bravo Álvarez , 2000. diff --git a/po/hr.po b/po/hr.po index 2d78b780..41df698b 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,5 +1,5 @@ # Translation of GNU findutils. -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Hrvoje Niksic , 2002. # Tomislav Krznar , 2012. diff --git a/po/hu.po b/po/hu.po index 86b362d6..9bec1544 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,5 +1,5 @@ # Hungarian translation of findutils. -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Emese Kovács , 2002. diff --git a/po/id.po b/po/id.po index 861a1e21..7fa0cacc 100644 --- a/po/id.po +++ b/po/id.po @@ -1,5 +1,5 @@ # Pesan bahasa indonesia untuk findutils -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Tedi Heriyanto , 1999, 2002. # Arif E. Nugroho , 2008. diff --git a/po/it.po b/po/it.po index f037f258..195c3ea6 100644 --- a/po/it.po +++ b/po/it.po @@ -1,5 +1,5 @@ # Italian messages for GNU findutils. -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Marco d'Itri , 2001. # Giovanni Bortolozzo , 1997-2000. diff --git a/po/ja.po b/po/ja.po index f7c0494c..c85829cd 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,5 +1,5 @@ # Japanese Messages for findutils. -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # GOTO Masanori , 2001. # Yasuaki Taniguchi , 2010, 2014. diff --git a/po/ko.po b/po/ko.po index 23ef31bc..d0361d48 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,5 +1,5 @@ # findutilsÀÇ Çѱ¹¾î ¸Þ½ÃÁö -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Bang Jun-Young , 1996. # msgid "" diff --git a/po/lg.po b/po/lg.po index 7fe6c08d..9f8d6b5d 100644 --- a/po/lg.po +++ b/po/lg.po @@ -1,6 +1,6 @@ # translation of findutils-4.1.20.po to Luganda # This file is distributed under the same license as the PACKAGE package. -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # K.Birabwa , 2004 # msgid "" diff --git a/po/lt.po b/po/lt.po index 75571831..d5df1581 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,6 +1,6 @@ # translation of findutils-4.4.0 to Lithuanian # findutils -# Copyright (C) 2008-2017 Free Software Foundation, Inc. +# Copyright (C) 2008-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Gintautas Miliauskas , 2008. diff --git a/po/ms.po b/po/ms.po index 507ae27b..a7d46b9e 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1,5 +1,5 @@ # THINK DIFFERENT, THINK OPENSOURSE. -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # Nik Ramadhan Nik Idris , 2003. # msgid "" diff --git a/po/nb.po b/po/nb.po index e4118270..78d31e32 100644 --- a/po/nb.po +++ b/po/nb.po @@ -1,5 +1,5 @@ # Norwegian translation of GNU findutils -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Åka Sikrom , 2014. # diff --git a/po/nl.po b/po/nl.po index 0b75ad9b..d40c8de1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,5 +1,5 @@ # Dutch translations for GNU findutils. -# Copyright (C) 2016-2017 Free Software Foundation, Inc. +# Copyright (C) 2016-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # “Een half gesmolten ijslaag...” diff --git a/po/pl.po b/po/pl.po index d80aca9c..77c6ff28 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,5 +1,5 @@ # Polish translation for GNU findutils. -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Paweł Krawczyk , 1996. # Jakub Bogusz , 2003-2015. diff --git a/po/pt.po b/po/pt.po index 20700630..f5a8ae1b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,5 +1,5 @@ # Portuguese translation of the "findutils" messages -# Copyright (C) 2005-2017 Free Software Foundation, Inc. +# Copyright (C) 2005-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Helder Correia , 2005-2007. # diff --git a/po/pt_BR.po b/po/pt_BR.po index 6d1e5aad..fd451cbf 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,6 +1,6 @@ # Brazilian Portuguese translations for findutils package # Traduções em português brasileiro para o pacote findutils -# Copyright (C) 2017 Free Software Foundation, Inc. +# Copyright (C) 2017-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Rodrigo Parra Novo , 1999, 2000. # Alexandre Folle de Menezes , 2002, 2004. diff --git a/po/ro.po b/po/ro.po index 68ef1ff8..50cf66c6 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,5 +1,5 @@ # Mesajele în limba românã pentru findutils. -# Copyright (C) 2005-2017 Free Software Foundation, Inc. +# Copyright (C) 2005-2018 Free Software Foundation, Inc. # Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul findutils. # Laurentiu Buzdugan , 2003,2004,2005 # diff --git a/po/ru.po b/po/ru.po index 120d550e..0a29edab 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,7 +1,7 @@ # translation of findutils-4.5.7.ru.po to Russian # Локализация findutils 4.1.5 # This file is distributed under the same license as the findutils package. -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # Denis Perchine , 1997, 1998, 1999, 2000. # Yuri Kozlov , 2009, 2010, 2013, 2014, 2015. diff --git a/po/sk.po b/po/sk.po index 644807e8..bb6f28cd 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,5 +1,5 @@ # findutils sk.po -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Marcel Telka , 2002, 2003, 2004, 2005, 2015, 2016. # diff --git a/po/sl.po b/po/sl.po index 48e91dc8..e60f6b1e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,5 +1,5 @@ # -*- mode:po; coding:utf-8; -*- Slovenian messages for findutils. -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Primož Peterlin , 2000, 2001, 2005, 2006, 2009, 2011, 2013, 2014, 2015. # $Id: findutils-4.5.15.sl.po,v 1.2 2015/12/26 15:02:38 peterlin Exp $ diff --git a/po/sr.po b/po/sr.po index 2e8a02f7..a7ae2e87 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,5 +1,5 @@ # Serbian translation of findutils -# Copyright (C) 2014-2017 Free Software Foundation, Inc. +# Copyright (C) 2014-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Danilo Segan , 2003. # Мирослав Николић , 2012—2015. diff --git a/po/sv.po b/po/sv.po index fec5eed9..164afb52 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,5 +1,5 @@ # Swedish messages for findutils. -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Johan Linde , 1996. diff --git a/po/tr.po b/po/tr.po index 6b243846..7cc523a8 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,5 +1,5 @@ # Turkish translations for findutils messages. -# Copyright (C) 2007-2017 Free Software Foundation, Inc. +# Copyright (C) 2007-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Nilgün Belma Bugüner , 2001,...,2007. diff --git a/po/uk.po b/po/uk.po index cc4d038e..34a9045f 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,5 +1,5 @@ # Ukrainian translation to findutils. -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # # Maxim V. Dziumanenko , 2006,2007. diff --git a/po/vi.po b/po/vi.po index 3d1dc4e5..44bb9567 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,6 +1,6 @@ # Vietnamese translation for FindUtils. # Bản dịch tiếng Việt dành cho FindUtils. -# Copyright (C) 2015-2017 Free Software Foundation, Inc. +# Copyright (C) 2015-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Clytie Siddall , 2006-2010. # Nguyễn Thái Ngọc Duy , 2012. diff --git a/po/zh_CN.po b/po/zh_CN.po index 5b5fcfbd..f166e621 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,5 +1,5 @@ # Chinese Simplified translation about findutils -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Wang Li , 2002. # Ji ZhengYu , 2008, 2009, 2010, 2011, 2012, 2013 diff --git a/po/zh_TW.po b/po/zh_TW.po index b602c46a..1f6b4fdd 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,5 +1,5 @@ # traditional Chinese translation of findutils. -# Copyright (C) 2005-2017 Free Software Foundation, Inc. +# Copyright (C) 2005-2018 Free Software Foundation, Inc. # Abel Cheung , 2005. # msgid "" diff --git a/xargs/Makefile.am b/xargs/Makefile.am index 6fdaef41..cbdbe2e8 100644 --- a/xargs/Makefile.am +++ b/xargs/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2017 Free Software Foundation, Inc. +## Copyright (C) 1996-2018 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 857d1c6a..a3f3f4c5 100644 --- a/xargs/testsuite/Makefile.am +++ b/xargs/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 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 e2f6da49..321e4410 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-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 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 f292ab68..6a0565bd 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-2017 Free Software Foundation, Inc. +Copyright \(co 1990-2018 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 c07d92a9..e86756de 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-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2018 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.15.1