From 265753b4af78b5b00fa4f47fa9cafa3c0e3b8e9c Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 3 Jan 2016 23:26:44 +0000 Subject: maint: update copyright years. * lib/regexprops.c (copying): Update the text so that the copyright years (and the line breaks) match the result of "make update-copyright". * doc/regexprops.texi: Tweak copyright years to match the result of "make update-copyright". * All other files: update copyright years if the file has a copyright statement. * .x-update-copyright: new file, a list of files to exclude from automated copyright updates. --- lib/buildcmd.c | 4 ++-- lib/buildcmd.h | 3 ++- lib/check-regexprops.sh | 2 +- lib/dircallback.c | 3 +-- lib/dircallback.h | 3 ++- 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 | 4 ++-- lib/printquoted.h | 2 +- lib/qmark.c | 2 +- lib/regexprops.c | 7 ++++--- 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/test_splitstring.c | 2 +- lib/unused-result.h | 2 +- 25 files changed, 32 insertions(+), 30 deletions(-) (limited to 'lib') diff --git a/lib/buildcmd.c b/lib/buildcmd.c index 3b5d226d..73d31874 100644 --- a/lib/buildcmd.c +++ b/lib/buildcmd.c @@ -1,6 +1,6 @@ /* buildcmd.c -- build command lines from a list of arguments. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003, 2005, 2006, - 2007, 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1990-1994, 2000, 2003, 2005-2008, 2010-2011, 2016 Free + Software Foundation, Inc. This program is free 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 f32aeecd..c9b371a9 100644 --- a/lib/buildcmd.h +++ b/lib/buildcmd.h @@ -1,5 +1,6 @@ /* buildcmd.[ch] -- build command lines from a stream of arguments - Copyright (C) 2005, 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2005, 2008, 2010-2011, 2016 Free Software Foundation, + Inc. This program is free 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 805c1512..a507d8e3 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 Free Software Foundation, Inc. # # This program is free 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 c982a0ad..87827adc 100644 --- a/lib/dircallback.c +++ b/lib/dircallback.c @@ -1,6 +1,5 @@ /* listfile.c -- run a function in a specific directory - Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, - Inc. + Copyright (C) 2007-2011, 2016 Free Software Foundation, Inc. This program is free 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 1447a047..72602d8b 100644 --- a/lib/dircallback.h +++ b/lib/dircallback.h @@ -1,5 +1,6 @@ /* listfile.h -- display a long listing of a file - Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007-2008, 2010-2011, 2016 Free Software Foundation, + Inc. This program is free 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 e6e91035..30529bb9 100644 --- a/lib/extendbuf.c +++ b/lib/extendbuf.c @@ -1,6 +1,6 @@ /* extendbuf.c -- manage a dynamically-allocated buffer - Copyright 2004, 2010, 2011 Free Software Foundation, Inc. + Copyright 2004, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 6727af19..7905448f 100644 --- a/lib/extendbuf.h +++ b/lib/extendbuf.h @@ -1,6 +1,6 @@ /* extendbuf.h -- Manage a dynamically-alloicated buffer - Copyright (C) 2004, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2004, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 c7ee611a..5dc4cb1e 100644 --- a/lib/fdleak.c +++ b/lib/fdleak.c @@ -1,5 +1,5 @@ /* fdleak.c -- detect file descriptor leaks - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 8584d8ff..31502118 100644 --- a/lib/fdleak.h +++ b/lib/fdleak.h @@ -1,5 +1,5 @@ /* fdleak.h -- detect file descriptor leaks - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 9704f955..a53884f3 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, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 e73df796..91afe6e4 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, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 c6c86091..cc76e0a1 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, 1993, 2000, 2004, 2005, 2007, 2008, 2010, 2011 + Copyright (C) 1991, 1993, 2000, 2004-2005, 2007-2008, 2010-2011, 2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/listfile.h b/lib/listfile.h index 2e151659..9514c583 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, 1993, 2000, 2008, 2010, 2011 Free Software + Copyright (C) 1991, 1993, 2000, 2008, 2010-2011, 2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/printquoted.c b/lib/printquoted.c index ddc09e47..3d0ba407 100644 --- a/lib/printquoted.c +++ b/lib/printquoted.c @@ -1,7 +1,7 @@ /* printquoted.c -- print a specified string with any necessary quoting. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003, 2004, 2005, - 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1990-1994, 2000, 2003-2005, 2007, 2009-2011, 2016 Free + Software Foundation, Inc. This program is free 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 539de711..bc2b6ea2 100644 --- a/lib/printquoted.h +++ b/lib/printquoted.h @@ -1,6 +1,6 @@ /* Print a string, appropriately quoted. - Copyright 1997, 1999, 2001, 2003, 2005, 2010, 2011 Free Software + Copyright 1997, 1999, 2001, 2003, 2005, 2010-2011, 2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/qmark.c b/lib/qmark.c index 2e7cd89f..a0c78aea 100644 --- a/lib/qmark.c +++ b/lib/qmark.c @@ -1,6 +1,6 @@ /* qmark.c -- quote 'dangerous' filenames - Copyright (C) 2005, 2007, 2009, 2010, 2011 Free Software Foundation, + Copyright (C) 2005, 2007, 2009-2011, 2016 Free Software Foundation, Inc. Derived from courutils' ls.c: Copyright (C) 85, 88, 90, 91, 1995-2005 Free Software Foundation, Inc. diff --git a/lib/regexprops.c b/lib/regexprops.c index 2327a646..f7feac56 100644 --- a/lib/regexprops.c +++ b/lib/regexprops.c @@ -1,7 +1,8 @@ /* regexprops.c -- document the properties of the regular expressions understood by gnulib. - Copyright 2005, 2007, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright 2005, 2007, 2010-2011, 2015-2016 Free Software Foundation, + Inc. This 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,8 +454,8 @@ copying (void) { static const char *copy_para[]= { - "Copyright (C) 1994, 1996, 1998, 2000-2007, 2009-2011," - ,"2015-2016 Free Software Foundation, Inc." + "Copyright (C) 1994, 1996, 1998, 2000-2001, 2003-2007, 2009-2011, 2016" + ,"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 735e10f4..b30e66c6 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 2005, 2010, 2011 Free Software Foundation, Inc. + Copyright 2005, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 87a97da7..44b64c97 100644 --- a/lib/regextype.h +++ b/lib/regextype.h @@ -1,6 +1,6 @@ /* regextype.h -- Decode the name of a regular expression syntax. - Copyright 2005, 2010, 2011, 2015 Free Software Foundation, Inc. + Copyright 2005, 2010-2011, 2015-2016 Free Software Foundation, Inc. This program is free 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 4b5d9aee..b5391641 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, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 4341a53c..bb9e038b 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, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2011, 2016 Free Software Foundation, Inc. This program is free 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 6874b336..14c06fc1 100644 --- a/lib/splitstring.c +++ b/lib/splitstring.c @@ -1,5 +1,5 @@ /* splitstring.c -- split a const string into fields. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2016 Free Software Foundation, Inc. This program is free 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 d977573d..1faa5b1e 100644 --- a/lib/splitstring.h +++ b/lib/splitstring.h @@ -1,5 +1,5 @@ /* splitstring.h -- split a const string into fields. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2016 Free Software Foundation, Inc. This program is free 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 639a5bf3..960d82ae 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 Free Software Foundation, Inc. + Copyright (C) 2011, 2016 Free Software Foundation, Inc. This program is free 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 a49b2792..a79897c9 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, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2011, 2016 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1