From 293795e0ef55abd18946aeea366b10ac3a6aeef9 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 30 Sep 2009 19:33:58 -0700 Subject: [PATCH] Explicitly import stdbool gnulib module (gnulib copyrights were reverted in the process). --- lib/Makefile.am | 2 +- lib/alloca.in.h | 4 ++-- lib/c-ctype.c | 3 +-- lib/c-ctype.h | 3 +-- lib/error.h | 3 +-- lib/exitfail.c | 3 +-- lib/exitfail.h | 2 +- lib/getline.c | 2 +- lib/getopt.in.h | 5 ++--- lib/getopt_int.h | 4 ++-- lib/getpagesize.c | 2 +- lib/getpass.c | 5 ++--- lib/getpass.h | 2 +- lib/intprops.h | 3 +-- lib/localcharset.h | 3 +-- lib/lseek.c | 2 +- lib/mbsinit.c | 2 +- lib/memchr.c | 4 ++-- lib/quote.c | 2 +- lib/quote.h | 2 +- lib/quotearg.c | 2 +- lib/quotearg.h | 4 ++-- lib/realloc.c | 3 +-- lib/ref-add.sin | 2 +- lib/ref-del.sin | 2 +- lib/stdbool.in.h | 3 +-- lib/stdio-impl.h | 2 +- lib/str-two-way.h | 2 +- lib/strcasecmp.c | 3 +-- lib/strcasestr.c | 3 +-- lib/streq.h | 2 +- lib/strings.in.h | 2 +- lib/strncasecmp.c | 3 +-- lib/verify.h | 2 +- lib/wctype.in.h | 2 +- lib/xalloc-die.c | 4 ++-- lib/xalloc.h | 3 +-- m4/error.m4 | 4 ++-- m4/exitfail.m4 | 3 +-- m4/fseeko.m4 | 2 +- m4/getpagesize.m4 | 3 +-- m4/glibc21.m4 | 3 +-- m4/gnulib-cache.m4 | 3 ++- m4/gnulib-tool.m4 | 2 +- m4/lseek.m4 | 2 +- m4/mbsinit.m4 | 2 +- m4/quote.m4 | 3 +-- m4/strerror.m4 | 2 +- m4/strings_h.m4 | 2 +- m4/wctype.m4 | 2 +- m4/xalloc.m4 | 3 +-- 51 files changed, 60 insertions(+), 78 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 05163698..519a925f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg stdbool strcasestr update-copyright AUTOMAKE_OPTIONS = 1.5 gnits diff --git a/lib/alloca.in.h b/lib/alloca.in.h index 57f58578..6269607a 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -1,7 +1,7 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004, 2006, 2007, 2008, - 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2001-2004, 2006-2008 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/lib/c-ctype.c b/lib/c-ctype.c index ca0201cf..b87e6ef3 100644 --- a/lib/c-ctype.c +++ b/lib/c-ctype.c @@ -1,7 +1,6 @@ /* Character handling in C locale. - Copyright 2000, 2001, 2002, 2003, 2006, 2009 Free Software - Foundation, Inc. + Copyright 2000-2003, 2006 Free Software Foundation, Inc. This program is free 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/c-ctype.h b/lib/c-ctype.h index 4d72e90b..d78dd19d 100644 --- a/lib/c-ctype.h +++ b/lib/c-ctype.h @@ -5,8 +5,7 @@ functions' behaviour depends on the current locale set via setlocale. - Copyright (C) 2000, 2001, 2002, 2003, 2006, 2008, 2009 Free Software - Foundation, Inc. + Copyright (C) 2000-2003, 2006, 2008 Free Software Foundation, Inc. This program is free 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/error.h b/lib/error.h index 4168b757..6d496811 100644 --- a/lib/error.h +++ b/lib/error.h @@ -1,6 +1,5 @@ /* Declaration for error-reporting function - Copyright (C) 1995, 1996, 1997, 2003, 2006, 2008, 2009 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2003, 2006, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify diff --git a/lib/exitfail.c b/lib/exitfail.c index c4beedbf..6d1fe4ae 100644 --- a/lib/exitfail.c +++ b/lib/exitfail.c @@ -1,7 +1,6 @@ /* Failure exit status - Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free 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/exitfail.h b/lib/exitfail.h index ee399be5..713f2591 100644 --- a/lib/exitfail.h +++ b/lib/exitfail.h @@ -1,6 +1,6 @@ /* Failure exit status - Copyright (C) 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 2002 Free Software Foundation, Inc. This program is free 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/getline.c b/lib/getline.c index 8fd11caa..a653648f 100644 --- a/lib/getline.c +++ b/lib/getline.c @@ -1,5 +1,5 @@ /* getline.c --- Implementation of replacement getline function. - Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 6c08a479..d2d3e6e6 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h @@ -1,7 +1,6 @@ /* Declarations for getopt. - Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, - 1999, 2001, 2003, 2004, 2005, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005,2006,2007 + Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify diff --git a/lib/getopt_int.h b/lib/getopt_int.h index ce06f4cd..3c6628bb 100644 --- a/lib/getopt_int.h +++ b/lib/getopt_int.h @@ -1,6 +1,6 @@ /* Internal declarations for getopt. - Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, - 1999, 2001, 2003, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1989-1994,1996-1999,2001,2003,2004 + Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify diff --git a/lib/getpagesize.c b/lib/getpagesize.c index 9889b56d..5498aa94 100644 --- a/lib/getpagesize.c +++ b/lib/getpagesize.c @@ -1,6 +1,6 @@ /* getpagesize emulation for systems where it cannot be done in a C macro. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. This program is free 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/getpass.c b/lib/getpass.c index 1c400daa..208e21bb 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -1,6 +1,5 @@ -/* Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, - Inc. +/* Copyright (C) 1992-2001, 2003, 2004, 2005, 2006, 2007 Free Software + Foundation, Inc. This file is part of the GNU C Library. diff --git a/lib/getpass.h b/lib/getpass.h index 8e678d4e..616a3104 100644 --- a/lib/getpass.h +++ b/lib/getpass.h @@ -1,5 +1,5 @@ /* getpass.h -- Read a password of arbitrary length from /dev/tty or stdin. - Copyright (C) 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 2004 Free Software Foundation, Inc. Contributed by Simon Josefsson , 2004. This program is free software; you can redistribute it and/or modify diff --git a/lib/intprops.h b/lib/intprops.h index 8dd26233..002161ee 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -1,7 +1,6 @@ /* intprops.h -- properties of integer types - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009 Free Software - Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free 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/localcharset.h b/lib/localcharset.h index 434f3876..b9a3013a 100644 --- a/lib/localcharset.h +++ b/lib/localcharset.h @@ -1,6 +1,5 @@ /* Determine a canonical name for the current locale's character encoding. - Copyright (C) 2000, 2001, 2002, 2003, 2009 Free Software Foundation, - Inc. + Copyright (C) 2000-2003 Free Software Foundation, Inc. This file is part of the GNU CHARSET Library. This program is free software; you can redistribute it and/or modify diff --git a/lib/lseek.c b/lib/lseek.c index 980795d3..f2ed8bb5 100644 --- a/lib/lseek.c +++ b/lib/lseek.c @@ -1,5 +1,5 @@ /* An lseek() function that detects pipes. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. This program is free 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/mbsinit.c b/lib/mbsinit.c index 205a55e5..81fed5a1 100644 --- a/lib/mbsinit.c +++ b/lib/mbsinit.c @@ -1,5 +1,5 @@ /* Test for initial conversion state. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify diff --git a/lib/memchr.c b/lib/memchr.c index 9e20780a..2253d2d6 100644 --- a/lib/memchr.c +++ b/lib/memchr.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, - 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1996, 1997, 1999, 2000, 2003, 2004, 2006, 2008 + Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and diff --git a/lib/quote.c b/lib/quote.c index 76d38108..5e8b7647 100644 --- a/lib/quote.c +++ b/lib/quote.c @@ -1,6 +1,6 @@ /* quote.c - quote arguments for output - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006, 2009 Free + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/quote.h b/lib/quote.h index 546d77b8..c3660b19 100644 --- a/lib/quote.h +++ b/lib/quote.h @@ -1,6 +1,6 @@ /* quote.h - prototypes for quote.c - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2009 Free Software + Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/quotearg.c b/lib/quotearg.c index bd9321ac..8380e9de 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -1,7 +1,7 @@ /* quotearg.c - quote arguments for output Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + 2008 Free Software Foundation, Inc. This program is free 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/quotearg.h b/lib/quotearg.h index f426ac7f..63c47f13 100644 --- a/lib/quotearg.h +++ b/lib/quotearg.h @@ -1,7 +1,7 @@ /* quotearg.h - quote arguments for output - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2006, 2008 Free + Software Foundation, Inc. This program is free 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/realloc.c b/lib/realloc.c index 9bb830d5..b61c2ca8 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -1,7 +1,6 @@ /* realloc() function that is glibc compatible. - Copyright (C) 1997, 2003, 2004, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 1997, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This program is free 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/ref-add.sin b/lib/ref-add.sin index 1d066ca0..222d7529 100644 --- a/lib/ref-add.sin +++ b/lib/ref-add.sin @@ -1,6 +1,6 @@ # Add this package to a list of references stored in a text file. # -# Copyright (C) 2000, 2009 Free Software Foundation, Inc. +# Copyright (C) 2000 Free Software Foundation, Inc. # # This program is free 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/ref-del.sin b/lib/ref-del.sin index ce2c4ae7..1bf073e1 100644 --- a/lib/ref-del.sin +++ b/lib/ref-del.sin @@ -1,6 +1,6 @@ # Remove this package from a list of references stored in a text file. # -# Copyright (C) 2000, 2009 Free Software Foundation, Inc. +# Copyright (C) 2000 Free Software Foundation, Inc. # # This program is free 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/stdbool.in.h b/lib/stdbool.in.h index 05cf0bbf..cffa0ab2 100644 --- a/lib/stdbool.in.h +++ b/lib/stdbool.in.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009 Free Software - Foundation, Inc. +/* Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index 8a5ed886..c803e88c 100644 --- a/lib/stdio-impl.h +++ b/lib/stdio-impl.h @@ -1,5 +1,5 @@ /* Implementation details of FILE streams. - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free 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/str-two-way.h b/lib/str-two-way.h index 74552f00..19993802 100644 --- a/lib/str-two-way.h +++ b/lib/str-two-way.h @@ -1,5 +1,5 @@ /* Byte-wise substring search, using the Two-Way algorithm. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Eric Blake , 2008. diff --git a/lib/strcasecmp.c b/lib/strcasecmp.c index 21026593..bbfd570b 100644 --- a/lib/strcasecmp.c +++ b/lib/strcasecmp.c @@ -1,6 +1,5 @@ /* Case-insensitive string comparison function. - Copyright (C) 1998, 1999, 2005, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 1998-1999, 2005-2007 Free Software Foundation, Inc. This program is free 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/strcasestr.c b/lib/strcasestr.c index f831868e..a7a6630f 100644 --- a/lib/strcasestr.c +++ b/lib/strcasestr.c @@ -1,6 +1,5 @@ /* Case-insensitive searching in a string. - Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Copyright (C) 2005-2008 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software; you can redistribute it and/or modify diff --git a/lib/streq.h b/lib/streq.h index d4ccc158..80df9163 100644 --- a/lib/streq.h +++ b/lib/streq.h @@ -1,5 +1,5 @@ /* Optimized string comparison. - Copyright (C) 2001, 2002, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/lib/strings.in.h b/lib/strings.in.h index f1d39cfe..05e71528 100644 --- a/lib/strings.in.h +++ b/lib/strings.in.h @@ -1,6 +1,6 @@ /* A substitute . - Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free 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/strncasecmp.c b/lib/strncasecmp.c index 7d2cb2bc..5e29a0a5 100644 --- a/lib/strncasecmp.c +++ b/lib/strncasecmp.c @@ -1,6 +1,5 @@ /* strncasecmp.c -- case insensitive string comparator - Copyright (C) 1998, 1999, 2005, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 1998-1999, 2005-2007 Free Software Foundation, Inc. This program is free 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/verify.h b/lib/verify.h index 1f3e2cb2..fac53f6f 100644 --- a/lib/verify.h +++ b/lib/verify.h @@ -1,6 +1,6 @@ /* Compile-time assert-like macros. - Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This program is free 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/wctype.in.h b/lib/wctype.in.h index 7aea442a..f008d8ff 100644 --- a/lib/wctype.in.h +++ b/lib/wctype.in.h @@ -1,6 +1,6 @@ /* A substitute for ISO C99 , for platforms that lack it. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2008 Free Software Foundation, Inc. This program is free 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/xalloc-die.c b/lib/xalloc-die.c index f8152f4d..0a0694fc 100644 --- a/lib/xalloc-die.c +++ b/lib/xalloc-die.c @@ -1,7 +1,7 @@ /* Report a memory allocation failure and exit. - Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2009 - Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006 Free + Software Foundation, Inc. This program is free 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/xalloc.h b/lib/xalloc.h index d20dc459..57a13e0a 100644 --- a/lib/xalloc.h +++ b/lib/xalloc.h @@ -1,8 +1,7 @@ /* xalloc.h -- malloc with out-of-memory checking Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2003, 2004, 2006, 2007, 2008, 2009 Free Software - Foundation, Inc. + 1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. This program is free 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/error.m4 b/m4/error.m4 index 9010feb5..7c7746e2 100644 --- a/m4/error.m4 +++ b/m4/error.m4 @@ -1,7 +1,7 @@ #serial 11 -# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/m4/exitfail.m4 b/m4/exitfail.m4 index 594287d6..b7a691e5 100644 --- a/m4/exitfail.m4 +++ b/m4/exitfail.m4 @@ -1,6 +1,5 @@ # exitfail.m4 serial 6 -dnl Copyright (C) 2002, 2003, 2005, 2006, 2009 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 2002, 2003, 2005, 2006 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/fseeko.m4 b/m4/fseeko.m4 index 6764ca7c..3d773656 100644 --- a/m4/fseeko.m4 +++ b/m4/fseeko.m4 @@ -1,5 +1,5 @@ # fseeko.m4 serial 4 -dnl Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2007-2008 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/getpagesize.m4 b/m4/getpagesize.m4 index 09b7c7ba..0d07a3a5 100644 --- a/m4/getpagesize.m4 +++ b/m4/getpagesize.m4 @@ -1,6 +1,5 @@ # getpagesize.m4 serial 7 -dnl Copyright (C) 2002, 2004, 2005, 2007, 2009 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 2002, 2004-2005, 2007 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/glibc21.m4 b/m4/glibc21.m4 index 3a9d92d7..93fbf474 100644 --- a/m4/glibc21.m4 +++ b/m4/glibc21.m4 @@ -1,6 +1,5 @@ # glibc21.m4 serial 4 -dnl Copyright (C) 2000, 2001, 2002, 2004, 2008, 2009 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 2000-2002, 2004, 2008 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/gnulib-cache.m4 b/m4/gnulib-cache.m4 index bfcbea78..71a66255 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg stdbool strcasestr update-copyright # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -29,6 +29,7 @@ gl_MODULES([ maintainer-makefile quote quotearg + stdbool strcasestr update-copyright ]) diff --git a/m4/gnulib-tool.m4 b/m4/gnulib-tool.m4 index 40d661c0..4438d488 100644 --- a/m4/gnulib-tool.m4 +++ b/m4/gnulib-tool.m4 @@ -1,5 +1,5 @@ # gnulib-tool.m4 serial 2 -dnl Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2004-2005 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/lseek.m4 b/m4/lseek.m4 index bbf14447..f3369907 100644 --- a/m4/lseek.m4 +++ b/m4/lseek.m4 @@ -1,5 +1,5 @@ # lseek.m4 serial 4 -dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2007 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/mbsinit.m4 b/m4/mbsinit.m4 index 25b21c29..03b055cd 100644 --- a/m4/mbsinit.m4 +++ b/m4/mbsinit.m4 @@ -1,5 +1,5 @@ # mbsinit.m4 serial 3 -dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2008 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/quote.m4 b/m4/quote.m4 index 0f032896..0f08791a 100644 --- a/m4/quote.m4 +++ b/m4/quote.m4 @@ -1,6 +1,5 @@ # quote.m4 serial 5 -dnl Copyright (C) 2002, 2003, 2005, 2006, 2009 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 2002, 2003, 2005, 2006 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/strerror.m4 b/m4/strerror.m4 index 5cc7259c..8c16ca9a 100644 --- a/m4/strerror.m4 +++ b/m4/strerror.m4 @@ -1,5 +1,5 @@ # strerror.m4 serial 9 -dnl Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2007-2008 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/strings_h.m4 b/m4/strings_h.m4 index de0e0a63..03ac182f 100644 --- a/m4/strings_h.m4 +++ b/m4/strings_h.m4 @@ -1,6 +1,6 @@ # Configure a replacement for . -# Copyright (C) 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2007 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/m4/wctype.m4 b/m4/wctype.m4 index 694e3197..6a1b6f07 100644 --- a/m4/wctype.m4 +++ b/m4/wctype.m4 @@ -2,7 +2,7 @@ dnl A placeholder for ISO C99 , for platforms that lack it. -dnl Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2008 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/xalloc.m4 b/m4/xalloc.m4 index 2ec753bf..837a948c 100644 --- a/m4/xalloc.m4 +++ b/m4/xalloc.m4 @@ -1,6 +1,5 @@ # xalloc.m4 serial 16 -dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software -dnl Foundation, Inc. +dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 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. -- 2.39.2