Bruno, can you please review the following patches to fix the remaining copyright-notice problems in gnulib? I'll install them if that will save you time. Thanks.
2006-08-14 Paul Eggert <[EMAIL PROTECTED]> Add copyright notices to long-enough files that lack them, since otherwise the files aren't clearly free. Use the same notice that doc/getdate.texi already uses. * doc/alloca-opt.texi: Add copyright notice. * doc/alloca.texi: Likewise. * doc/ctime.texi: Likewise. * doc/functions.texi: Likewise. * doc/gcd.texi: Likewise. * doc/gnulib-tool.texi: Likewise. * doc/inet_ntoa.texi: Likewise. * doc/visibility.texi: Likewise. Change copyright notice from LGPL 2 to GPL 2, since that's the standard form used in the gnulib repository. * lib/lock.c: LGPL -> GPL. * lib/lock.h: Likewise. * lib/strnlen1.c: Likewise. * lib/strnlen1.h: Likewise. * lib/tls.c: Likewise. * lib/tls.h: Likewise. * lib/tmpdir.c: Likewise. * tests/test-lock.c: Likewise. * tests/test-stdint.c: Likewise. * tests/test-tls.c: Likewise. Index: doc/alloca-opt.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/alloca-opt.texi,v retrieving revision 1.1 diff -p -u -r1.1 alloca-opt.texi --- doc/alloca-opt.texi 18 Dec 2004 16:27:31 -0000 1.1 +++ doc/alloca-opt.texi 14 Aug 2006 18:43:20 -0000 @@ -1,5 +1,14 @@ @c Documentation of gnulib module 'alloca-opt'. [EMAIL PROTECTED] Copyright (C) 2004 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + The alloca-opt module provides for a function alloca() which allocates memory on the stack, where the system allows it. A memory block allocated with alloca() exists only until the function that calls alloca() returns or exits abruptly. Index: doc/alloca.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/alloca.texi,v retrieving revision 1.1 diff -p -u -r1.1 alloca.texi --- doc/alloca.texi 18 Dec 2004 16:27:31 -0000 1.1 +++ doc/alloca.texi 14 Aug 2006 18:43:20 -0000 @@ -1,5 +1,14 @@ @c Documentation of gnulib module 'alloca'. [EMAIL PROTECTED] Copyright (C) 2004 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + The alloca module provides for a function alloca() which allocates memory on the stack, where the system allows it. A memory block allocated with alloca() exists only until the function that calls alloca() returns or exits abruptly. Index: doc/ctime.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/ctime.texi,v retrieving revision 1.1 diff -p -u -r1.1 ctime.texi --- doc/ctime.texi 19 Sep 2005 15:46:53 -0000 1.1 +++ doc/ctime.texi 14 Aug 2006 18:43:20 -0000 @@ -2,6 +2,15 @@ @section ctime @findex ctime [EMAIL PROTECTED] Copyright (C) 2005 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + The @code{ctime} function need not be reentrant, and consequently is not required to be thread safe. Implementations of @code{ctime} typically write the time stamp into static buffer. If two threads Index: doc/functions.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/functions.texi,v retrieving revision 1.5 diff -p -u -r1.5 functions.texi --- doc/functions.texi 10 Jul 2006 06:37:33 -0000 1.5 +++ doc/functions.texi 14 Aug 2006 18:43:20 -0000 @@ -2,6 +2,15 @@ @section Portability of Standard Functions @cindex functions [EMAIL PROTECTED] Copyright (C) 2006 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + Many standard library functions have portability limitations, although they are specified in the @uref{http://www.opengroup.org/susv3, Posix standard}. In this section, Index: doc/gcd.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/gcd.texi,v retrieving revision 1.2 diff -p -u -r1.2 gcd.texi --- doc/gcd.texi 30 Apr 2006 13:38:54 -0000 1.2 +++ doc/gcd.texi 14 Aug 2006 18:43:20 -0000 @@ -2,6 +2,15 @@ @section gcd: greatest common divisor @findex gcd [EMAIL PROTECTED] Copyright (C) 2006 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + The @code{gcd} function returns the greatest common divisor of two numbers @code{a > 0} and @code{b > 0}. It is the caller's responsibility to ensure that the arguments are non-zero. Index: doc/gnulib-tool.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/gnulib-tool.texi,v retrieving revision 1.5 diff -p -u -r1.5 gnulib-tool.texi --- doc/gnulib-tool.texi 31 Jul 2006 11:35:20 -0000 1.5 +++ doc/gnulib-tool.texi 14 Aug 2006 18:43:20 -0000 @@ -1,6 +1,15 @@ @node Invoking gnulib-tool @chapter Invoking gnulib-tool [EMAIL PROTECTED] Copyright (C) 2005, 2006 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + @pindex gnulib-tool @cindex invoking @command{gnulib-tool} Index: doc/inet_ntoa.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/inet_ntoa.texi,v retrieving revision 1.1 diff -p -u -r1.1 inet_ntoa.texi --- doc/inet_ntoa.texi 19 Sep 2005 15:47:27 -0000 1.1 +++ doc/inet_ntoa.texi 14 Aug 2006 18:43:20 -0000 @@ -2,6 +2,15 @@ @section inet_ntoa @findex inet_ntoa [EMAIL PROTECTED] Copyright (C) 2005 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + The @code{inet_ntoa} function need not be reentrant, and consequently is not required to be thread safe. Implementations of @code{inet_ntoa} typically write the time stamp into static buffer. Index: doc/visibility.texi =================================================================== RCS file: /cvsroot/gnulib/gnulib/doc/visibility.texi,v retrieving revision 1.1 diff -p -u -r1.1 visibility.texi --- doc/visibility.texi 25 Jul 2005 12:07:43 -0000 1.1 +++ doc/visibility.texi 14 Aug 2006 18:43:20 -0000 @@ -1,5 +1,14 @@ @c Documentation of gnulib module 'visibility'. [EMAIL PROTECTED] Copyright (C) 2005 Free Software Foundation, Inc. + [EMAIL PROTECTED] Permission is granted to copy, distribute and/or modify this document [EMAIL PROTECTED] under the terms of the GNU Free Documentation License, Version 1.2 or [EMAIL PROTECTED] any later version published by the Free Software Foundation; with no [EMAIL PROTECTED] Invariant Sections, with no Front-Cover Texts, and with no Back-Cover [EMAIL PROTECTED] Texts. A copy of the license is included in the ``GNU Free [EMAIL PROTECTED] Documentation License'' file as part of this distribution. + This module allows precise control of the symbols exported by a shared library. This is useful because Index: lib/lock.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/lock.c,v retrieving revision 1.3 diff -p -u -r1.3 lock.c --- lib/lock.c 26 Jul 2005 12:35:20 -0000 1.3 +++ lib/lock.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Locking in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, Index: lib/lock.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/lock.h,v retrieving revision 1.5 diff -p -u -r1.5 lock.h --- lib/lock.h 24 Aug 2005 11:04:19 -0000 1.5 +++ lib/lock.h 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Locking in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, Index: lib/strnlen1.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/strnlen1.c,v retrieving revision 1.2 diff -p -u -r1.2 strnlen1.c --- lib/strnlen1.c 19 Sep 2005 17:28:15 -0000 1.2 +++ lib/strnlen1.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Find the length of STRING + 1, but scan at most MAXLEN bytes. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H # include <config.h> Index: lib/strnlen1.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/strnlen1.h,v retrieving revision 1.1 diff -p -u -r1.1 strnlen1.h --- lib/strnlen1.h 16 Aug 2005 12:12:13 -0000 1.1 +++ lib/strnlen1.h 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Find the length of STRING + 1, but scan at most MAXLEN bytes. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _STRNLEN1_H #define _STRNLEN1_H Index: lib/tls.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/tls.c,v retrieving revision 1.1 diff -p -u -r1.1 tls.c --- lib/tls.c 16 Aug 2005 11:18:22 -0000 1.1 +++ lib/tls.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Thread-local storage in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. */ Index: lib/tls.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/tls.h,v retrieving revision 1.3 diff -p -u -r1.3 tls.h --- lib/tls.h 24 Aug 2005 11:04:19 -0000 1.3 +++ lib/tls.h 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Thread-local storage in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. */ Index: lib/tmpdir.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/tmpdir.c,v retrieving revision 1.1 diff -p -u -r1.1 tmpdir.c --- lib/tmpdir.c 24 Jul 2006 16:43:01 -0000 1.1 +++ lib/tmpdir.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Copyright (C) 1999, 2001-2002, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + 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 2, or (at your option) + any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 51 Franklin Street, - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Extracted from sysdeps/posix/tempname.c. */ Index: tests/test-lock.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/tests/test-lock.c,v retrieving revision 1.1 diff -p -u -r1.1 test-lock.c --- tests/test-lock.c 25 Aug 2005 12:37:01 -0000 1.1 +++ tests/test-lock.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Test of locking in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. */ Index: tests/test-stdint.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/tests/test-stdint.c,v retrieving revision 1.3 diff -p -u -r1.3 test-stdint.c --- tests/test-stdint.c 2 Jul 2006 06:49:07 -0000 1.3 +++ tests/test-stdint.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Test of <stdint.h> substitute. Copyright (C) 2006 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2006. */ Index: tests/test-tls.c =================================================================== RCS file: /cvsroot/gnulib/gnulib/tests/test-tls.c,v retrieving revision 1.1 diff -p -u -r1.1 test-tls.c --- tests/test-tls.c 25 Aug 2005 12:40:25 -0000 1.1 +++ tests/test-tls.c 14 Aug 2006 18:43:21 -0000 @@ -1,20 +1,19 @@ /* Test of thread-local storage in multithreaded situations. Copyright (C) 2005 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) + 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 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible <[EMAIL PROTECTED]>, 2005. */