]> sjero.net Git - wget/commitdiff
Explicitly import stdbool gnulib module (gnulib copyrights were reverted in the process).
authorMicah Cowan <micah@cowan.name>
Thu, 1 Oct 2009 02:33:58 +0000 (19:33 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 1 Oct 2009 02:33:58 +0000 (19:33 -0700)
51 files changed:
lib/Makefile.am
lib/alloca.in.h
lib/c-ctype.c
lib/c-ctype.h
lib/error.h
lib/exitfail.c
lib/exitfail.h
lib/getline.c
lib/getopt.in.h
lib/getopt_int.h
lib/getpagesize.c
lib/getpass.c
lib/getpass.h
lib/intprops.h
lib/localcharset.h
lib/lseek.c
lib/mbsinit.c
lib/memchr.c
lib/quote.c
lib/quote.h
lib/quotearg.c
lib/quotearg.h
lib/realloc.c
lib/ref-add.sin
lib/ref-del.sin
lib/stdbool.in.h
lib/stdio-impl.h
lib/str-two-way.h
lib/strcasecmp.c
lib/strcasestr.c
lib/streq.h
lib/strings.in.h
lib/strncasecmp.c
lib/verify.h
lib/wctype.in.h
lib/xalloc-die.c
lib/xalloc.h
m4/error.m4
m4/exitfail.m4
m4/fseeko.m4
m4/getpagesize.m4
m4/glibc21.m4
m4/gnulib-cache.m4
m4/gnulib-tool.m4
m4/lseek.m4
m4/mbsinit.m4
m4/quote.m4
m4/strerror.m4
m4/strings_h.m4
m4/wctype.m4
m4/xalloc.m4

index 051636988d3fc4d1b1ffd7f7905e2600fdabe682..519a925f925c45d7369f2d555dda153c3f68167d 100644 (file)
@@ -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
 
index 57f58578c795ba4822189022cce24233a423182e..6269607a475d3d5dda8a7ba07ab13cc1bb7087c4 100644 (file)
@@ -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
index ca0201cf341c8793dc946d838ee1d66ed44b30ea..b87e6ef31a47a556442849a89ff26c0e7723ed9a 100644 (file)
@@ -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
index 4d72e90b7bff9a0122d37812a16af954e9f60c22..d78dd19d5dc9a18fbde4533e1a362ffc3af743cc 100644 (file)
@@ -5,8 +5,7 @@
    <ctype.h> 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
index 4168b757c8d896a5b0ccbc789c6bd4b199c52800..6d49681146d5067a4a9664342047f70b42e20d71 100644 (file)
@@ -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
index c4beedbf130835fe802f5dee6fde5ef630b13290..6d1fe4aea0fff707c8f62f761c7e684361a260a4 100644 (file)
@@ -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
index ee399be5d8e5af1fdf5b020a9f7884f74e727af1..713f2591a79023659d5328085652049b4e977c8c 100644 (file)
@@ -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
index 8fd11caa35f155756bbc7035415e67dd77717a80..a653648f055c4b94cff19dfe25bd13ce86939163 100644 (file)
@@ -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
index 6c08a47921006f267f8f80859a761eb02e719806..d2d3e6e63bb484f2554713e2269972c752330aa4 100644 (file)
@@ -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
index ce06f4cdee51c73fdfe419b5ec3ea5926be434dd..3c6628bb94a920215a25a562b9c5b408c30b9cf7 100644 (file)
@@ -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
index 9889b56d1d51cfcc4a29b70f4f05cce5ec0bbf07..5498aa9483312e814f8cd1c654be4ebefe07a5d9 100644 (file)
@@ -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
index 1c400daa930acd71fa9d012362462d54d7297d76..208e21bbdaf0205a84dfcd8a957a0f5a4984c2f2 100644 (file)
@@ -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.
 
index 8e678d4eac6b07af230c80f00eaa7a1af1603d44..616a31045d8915955b8f51a29ff250043f0f156f 100644 (file)
@@ -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 <jas@extundo.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
index 8dd26233a8f049d60de0a36efd6dc06e6b0cb5f2..002161ee57402c4ee89ca7a5da20d4bfbc7858ae 100644 (file)
@@ -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
index 434f387632088f0b33f65f52643e7dcdc0fb3ca0..b9a3013ae3f1bf2c1216855f87f05fd2eed370c2 100644 (file)
@@ -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
index 980795d3cd124dc0af135e960c43678167514118..f2ed8bb54c135f698acfc730574d412561d72ecc 100644 (file)
@@ -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
index 205a55e57d3d4b8c7fcd829cedbf38f56321fc59..81fed5a12b8849a8df57809aeddc139bdb201b88 100644 (file)
@@ -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 <bruno@clisp.org>, 2008.
 
    This program is free software: you can redistribute it and/or modify
index 9e20780a02c259b7908b8942f93451f7f01463b3..2253d2d651cd2b97993309f2cb00428041082c21 100644 (file)
@@ -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
index 76d3810837aef3c752d55725f274e87695192532..5e8b76471167512fb98d82b3fd57c2929712c095 100644 (file)
@@ -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
index 546d77b8647c9ce3e00c9de592c82a1d792a9ca3..c3660b1963fe6b2b4b4d55094488cf925a162b9a 100644 (file)
@@ -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
index bd9321ac16a60c28ce87d16b9fbea3d87980d7ed..8380e9de6c038e604e50440d5ac49415a94c7aa2 100644 (file)
@@ -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
index f426ac7f0a81cf9b1030edcc84c97e1dd1d392aa..63c47f13cc72ff65b25e3e5c421c825ab680f1a4 100644 (file)
@@ -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
index 9bb830d512e6788ee6e0cfc1e823f671da4fd871..b61c2ca8294d05ba5561ff0ba380d33cd5748368 100644 (file)
@@ -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
index 1d066ca0566eb88f0ee7d4527afb49bedeb30603..222d7529516d190c78bcdc86ab6630a51ec510fd 100644 (file)
@@ -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
index ce2c4ae73f7686ddee433827229424c34dbd6b1e..1bf073e15ed5ae960311dd4c16ac8fcbc7440c24 100644 (file)
@@ -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
index 05cf0bbfe51e301f166589207e68b3465d64221c..cffa0ab2a37fd56c9d9ccb5ea519a85f59709f67 100644 (file)
@@ -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 <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
index 8a5ed88650729c7ff67dd060ae864ae2ea965236..c803e88c97cd0f6f5bca3d41040422289c46d7f5 100644 (file)
@@ -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
index 74552f00789136ee70310e9fed7046b337af773b..199938027b2033e20d727a7f2e12699e4ebb1e5e 100644 (file)
@@ -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 <ebb9@byu.net>, 2008.
 
index 21026593a827d37e95ac81eadf2ae215ef2b5099..bbfd570b43c9aef2e406235cbe371624e76c15a5 100644 (file)
@@ -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
index f831868e5069b467a606d166429f7dfb7cc36acd..a7a6630fdd884c93efd8da5cfa37de926865e78e 100644 (file)
@@ -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 <bruno@clisp.org>, 2005.
 
    This program is free software; you can redistribute it and/or modify
index d4ccc158e8607088c6f3c89475169e919acedf18..80df916321ff1fb7590e7b96821da5e693354928 100644 (file)
@@ -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
index f1d39cfe3ac7552b84e56e65589cb26dda6f0d05..05e71528ec00d3b26c9c30396a36c6877b4f4dc6 100644 (file)
@@ -1,6 +1,6 @@
 /* A substitute <strings.h>.
 
-   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
index 7d2cb2bc1a2db6aafdc1b36ae834b9d1ac11a92c..5e29a0a59b28a07a42a2f544b5facbcbb9791961 100644 (file)
@@ -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
index 1f3e2cb2c548637cb9e8ecf981532af53a7e1120..fac53f6fc4ac94e4452f9d1ee63712dd3d04c14f 100644 (file)
@@ -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
index 7aea442a16ac85b29e25e5609d525851fe5cb883..f008d8ffd6b1d53f877808fd8123330ddc4b237d 100644 (file)
@@ -1,6 +1,6 @@
 /* A substitute for ISO C99 <wctype.h>, 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
index f8152f4d9e6ac941c8298a58822a7cfc943ad7b4..0a0694fcfe835562bee14d3996e5ba09c37e8073 100644 (file)
@@ -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
index d20dc459c1d06334aa419f20ec7cfa47e7a2f9b5..57a13e0afa9a835b4ee879912401930b272876cb 100644 (file)
@@ -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
index 9010feb5271cac4edd4446b278ef8b0a44da333b..7c7746e2cc8ddbf6b94471cf666fca7fe8f1a4c9 100644 (file)
@@ -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,
index 594287d604485ea2c1d18967fdd6e51c2ba5e949..b7a691e501e30af03ce8f9b6b169e48922e232a0 100644 (file)
@@ -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.
index 6764ca7cf5d6ea51057b434bdff4281df0a32026..3d773656886d4f9811ee80be0fe07a37f347a9c9 100644 (file)
@@ -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.
index 09b7c7ba113e395e87242129669c5a1412a7bb2f..0d07a3a53bb95aa2dd8f387630f0c7578cac1e50 100644 (file)
@@ -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.
index 3a9d92d79958bdfa98ebf4214f68ffe44aa87e5a..93fbf4745922719a47db7f0300eb1f202310eaf6 100644 (file)
@@ -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.
index bfcbea786a57ffc77bcb5474b90fc47d1556de13..71a662550d3f4512c2f9bdc6c4d6a2f1862ce202 100644 (file)
@@ -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
 ])
index 40d661c0aaadf725ed0213b0b25ddc211d099ca8..4438d488698b2e25a911a6741d8903cb9fd35ebf 100644 (file)
@@ -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.
index bbf14447378d57824393d429619e60e8ec50cfa7..f336990709c2636072aacfd763a764da1d12db4a 100644 (file)
@@ -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.
index 25b21c292c9b85513b99832a436eb56e85d57727..03b055cd80fda5fd3d22d0a70534fc7493ec3a33 100644 (file)
@@ -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.
index 0f032896e6bdbcbad39681b25d73f8e70e21dad5..0f08791a9005ea01a545e98e2d6fccca1f4e964b 100644 (file)
@@ -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.
index 5cc7259c4a424ef428769d72cf28c7d1bdf157c7..8c16ca9a879a5de8720a7651cf15ee5b22033adf 100644 (file)
@@ -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.
index de0e0a63709b7eaeed11601d442c5833ce65458f..03ac182f3315f173a9db52f291d6394799e0b953 100644 (file)
@@ -1,6 +1,6 @@
 # Configure a replacement for <string.h>.
 
-# 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.
index 694e319778333278677d2eed27f227ea499a6f74..6a1b6f07f482838d4e2faeafa7474c368336d716 100644 (file)
@@ -2,7 +2,7 @@
 
 dnl A placeholder for ISO C99 <wctype.h>, 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.
index 2ec753bf62128742adb0f7c81e74010a40c1e12b..837a948c1dab6a9013cacb8516684fefb505dfc2 100644 (file)
@@ -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.