bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: licenses of tests


From: Eric Blake
Subject: Re: licenses of tests
Date: Tue, 29 Dec 2009 22:59:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Simon Josefsson <simon <at> josefsson.org> writes:

> > files that suffer from the same fate, although I would like feedback before 
> > changing any of their licenses.
> >
> 
> I recognize some of my files in there, and using GPLv3+ for them should
> be fine.

Here's what I'll push, then.  My sed script for automating the second was just 
arcane enough that I had to document it in the commit comment.


>From c831fb8e42287b12aa5afa9ef1df31ae6a046473 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Tue, 29 Dec 2009 09:25:40 -0700
Subject: [PATCH 1/2] tests: fix license on several tests

The use of GPLv2+ was a relic of copy-and-paste, and not intentional.

* tests/test-des.c: Update to GPLv3+.
* tests/test-flock.c: Likewise.
* tests/test-fsync.c: Likewise.
* tests/test-futimens.h: Likewise.
* tests/test-gc-arcfour.c: Likewise.
* tests/test-gc-arctwo.c: Likewise.
* tests/test-gc-des.c: Likewise.
* tests/test-gc-hmac-md5.c: Likewise.
* tests/test-gc-hmac-sha1.c: Likewise.
* tests/test-gc-md2.c: Likewise.
* tests/test-gc-md4.c: Likewise.
* tests/test-gc-md5.c: Likewise.
* tests/test-gc-pbkdf2-sha1.c: Likewise.
* tests/test-gc-rijndael.c: Likewise.
* tests/test-gc-sha1.c: Likewise.
* tests/test-gc.c: Likewise.
* tests/test-getcwd.c: Likewise.
* tests/test-link.c: Likewise.
* tests/test-link.h: Likewise.
* tests/test-lutimens.h: Likewise.
* tests/test-md2.c: Likewise.
* tests/test-md4.c: Likewise.
* tests/test-mkdir.h: Likewise.
* tests/test-rename.c: Likewise.
* tests/test-rename.h: Likewise.
* tests/test-safe-alloc.c: Likewise.
* tests/test-utimens-common.h: Likewise.
* tests/test-utimens.h: Likewise.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog                   |   30 ++++++++++++++++++++++++++++++
 tests/test-des.c            |    2 +-
 tests/test-flock.c          |    2 +-
 tests/test-fsync.c          |    2 +-
 tests/test-futimens.h       |    2 +-
 tests/test-gc-arcfour.c     |    2 +-
 tests/test-gc-arctwo.c      |    2 +-
 tests/test-gc-des.c         |    2 +-
 tests/test-gc-hmac-md5.c    |    2 +-
 tests/test-gc-hmac-sha1.c   |    2 +-
 tests/test-gc-md2.c         |    2 +-
 tests/test-gc-md4.c         |    2 +-
 tests/test-gc-md5.c         |    2 +-
 tests/test-gc-pbkdf2-sha1.c |    2 +-
 tests/test-gc-rijndael.c    |    2 +-
 tests/test-gc-sha1.c        |    2 +-
 tests/test-gc.c             |    2 +-
 tests/test-getcwd.c         |    2 +-
 tests/test-link.c           |    2 +-
 tests/test-link.h           |    2 +-
 tests/test-lutimens.h       |    2 +-
 tests/test-md2.c            |    2 +-
 tests/test-md4.c            |    2 +-
 tests/test-mkdir.h          |    2 +-
 tests/test-rename.c         |    2 +-
 tests/test-rename.h         |    2 +-
 tests/test-safe-alloc.c     |    2 +-
 tests/test-utimens-common.h |    2 +-
 tests/test-utimens.h        |    2 +-
 29 files changed, 58 insertions(+), 28 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8bd805a..2e9b1c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
 2009-12-29  Eric Blake  <address@hidden>

+       tests: fix license on several tests
+       * tests/test-des.c: Update to GPLv3+.
+       * tests/test-flock.c: Likewise.
+       * tests/test-fsync.c: Likewise.
+       * tests/test-futimens.h: Likewise.
+       * tests/test-gc-arcfour.c: Likewise.
+       * tests/test-gc-arctwo.c: Likewise.
+       * tests/test-gc-des.c: Likewise.
+       * tests/test-gc-hmac-md5.c: Likewise.
+       * tests/test-gc-hmac-sha1.c: Likewise.
+       * tests/test-gc-md2.c: Likewise.
+       * tests/test-gc-md4.c: Likewise.
+       * tests/test-gc-md5.c: Likewise.
+       * tests/test-gc-pbkdf2-sha1.c: Likewise.
+       * tests/test-gc-rijndael.c: Likewise.
+       * tests/test-gc-sha1.c: Likewise.
+       * tests/test-gc.c: Likewise.
+       * tests/test-getcwd.c: Likewise.
+       * tests/test-link.c: Likewise.
+       * tests/test-link.h: Likewise.
+       * tests/test-lutimens.h: Likewise.
+       * tests/test-md2.c: Likewise.
+       * tests/test-md4.c: Likewise.
+       * tests/test-mkdir.h: Likewise.
+       * tests/test-rename.c: Likewise.
+       * tests/test-rename.h: Likewise.
+       * tests/test-safe-alloc.c: Likewise.
+       * tests/test-utimens-common.h: Likewise.
+       * tests/test-utimens.h: Likewise.
+
        maint: sync license texts
        * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
        * doc/gpl-3.0.texi: Revert copyright year update.
diff --git a/tests/test-des.c b/tests/test-des.c
index ddd2e7f..cbb8178 100644
--- a/tests/test-des.c
+++ b/tests/test-des.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-flock.c b/tests/test-flock.c
index beae8c8..5454d17 100644
--- a/tests/test-flock.c
+++ b/tests/test-flock.c
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-fsync.c b/tests/test-fsync.c
index 12a56b2..26c5e9a 100644
--- a/tests/test-fsync.c
+++ b/tests/test-fsync.c
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-futimens.h b/tests/test-futimens.h
index 795aa9e..f93b6b8 100644
--- a/tests/test-futimens.h
+++ b/tests/test-futimens.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-arcfour.c b/tests/test-gc-arcfour.c
index 31fa237..3de2e67 100644
--- a/tests/test-gc-arcfour.c
+++ b/tests/test-gc-arcfour.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-arctwo.c b/tests/test-gc-arctwo.c
index 8533612..c6dfe95 100644
--- a/tests/test-gc-arctwo.c
+++ b/tests/test-gc-arctwo.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-des.c b/tests/test-gc-des.c
index 5d7e13b..6b07895 100644
--- a/tests/test-gc-des.c
+++ b/tests/test-gc-des.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-hmac-md5.c b/tests/test-gc-hmac-md5.c
index e2fac44..9ed1991 100644
--- a/tests/test-gc-hmac-md5.c
+++ b/tests/test-gc-hmac-md5.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-hmac-sha1.c b/tests/test-gc-hmac-sha1.c
index 09ebf2c..7f54049 100644
--- a/tests/test-gc-hmac-sha1.c
+++ b/tests/test-gc-hmac-sha1.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-md2.c b/tests/test-gc-md2.c
index 61e2720..db85311 100644
--- a/tests/test-gc-md2.c
+++ b/tests/test-gc-md2.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-md4.c b/tests/test-gc-md4.c
index db79e39..00c8434 100644
--- a/tests/test-gc-md4.c
+++ b/tests/test-gc-md4.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-md5.c b/tests/test-gc-md5.c
index cdfc7bc..fdaa6a8 100644
--- a/tests/test-gc-md5.c
+++ b/tests/test-gc-md5.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-pbkdf2-sha1.c b/tests/test-gc-pbkdf2-sha1.c
index 4e84596..4726aa6 100644
--- a/tests/test-gc-pbkdf2-sha1.c
+++ b/tests/test-gc-pbkdf2-sha1.c
@@ -3,7 +3,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-rijndael.c b/tests/test-gc-rijndael.c
index 9b9d384..ddbbe0b 100644
--- a/tests/test-gc-rijndael.c
+++ b/tests/test-gc-rijndael.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc-sha1.c b/tests/test-gc-sha1.c
index 55565e7..a0bdf02 100644
--- a/tests/test-gc-sha1.c
+++ b/tests/test-gc-sha1.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-gc.c b/tests/test-gc.c
index 204142e..f2afa47 100644
--- a/tests/test-gc.c
+++ b/tests/test-gc.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-getcwd.c b/tests/test-getcwd.c
index 1f6306d..46acf8a 100644
--- a/tests/test-getcwd.c
+++ b/tests/test-getcwd.c
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-link.c b/tests/test-link.c
index 9c1ce36..bd2f9cb 100644
--- a/tests/test-link.c
+++ b/tests/test-link.c
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-link.h b/tests/test-link.h
index 0d58262..99fd3df 100644
--- a/tests/test-link.h
+++ b/tests/test-link.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-lutimens.h b/tests/test-lutimens.h
index f19df80..5397ae9 100644
--- a/tests/test-lutimens.h
+++ b/tests/test-lutimens.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-md2.c b/tests/test-md2.c
index 5aaa168..c53e8d3 100644
--- a/tests/test-md2.c
+++ b/tests/test-md2.c
@@ -3,7 +3,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-md4.c b/tests/test-md4.c
index 4647c56..1955aee 100644
--- a/tests/test-md4.c
+++ b/tests/test-md4.c
@@ -4,7 +4,7 @@
  *
  * 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)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tests/test-mkdir.h b/tests/test-mkdir.h
index 61a3ef6..5707485 100644
--- a/tests/test-mkdir.h
+++ b/tests/test-mkdir.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-rename.c b/tests/test-rename.c
index 17cd025..25db639 100644
--- a/tests/test-rename.c
+++ b/tests/test-rename.c
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-rename.h b/tests/test-rename.h
index 63ec8ca..a43300d 100644
--- a/tests/test-rename.h
+++ b/tests/test-rename.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-safe-alloc.c b/tests/test-safe-alloc.c
index 96a1285..0513c29 100644
--- a/tests/test-safe-alloc.c
+++ b/tests/test-safe-alloc.c
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * version 3.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/tests/test-utimens-common.h b/tests/test-utimens-common.h
index 30fd886..7077f47 100644
--- a/tests/test-utimens-common.h
+++ b/tests/test-utimens-common.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
diff --git a/tests/test-utimens.h b/tests/test-utimens.h
index bc2599e..25a7652 100644
--- a/tests/test-utimens.h
+++ b/tests/test-utimens.h
@@ -3,7 +3,7 @@

    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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
-- 
1.6.4.2


>From e2f0ccff5ba14f558df1f65fea8b16ba5dfde86f Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Tue, 29 Dec 2009 15:45:18 -0700
Subject: [PATCH 2/2] tests: remove License section from module

Per modules/TEMPLATE-TESTS, test modules do not need a license
section.  This is because all tests are implicitly GPLv3+, with
no conflict even in an LGPL or GPLv2 client, because the tests
are not linked into the client executable.  Delete the existing
License sections with the following:

  find modules -name '*-tests' | xargs grep -l License \
    | xargs sed -i '/^$/N; /License:/,$ d'

* modules/arpa_inet-tests: Remove unneeded section.
* modules/byteswap-tests: Likewise.
* modules/ceilf-tests: Likewise.
* modules/ceill-tests: Likewise.
* modules/crypto/des-tests: Likewise.
* modules/crypto/gc-arcfour-tests: Likewise.
* modules/crypto/gc-arctwo-tests: Likewise.
* modules/crypto/gc-des-tests: Likewise.
* modules/crypto/gc-hmac-md5-tests: Likewise.
* modules/crypto/gc-hmac-sha1-tests: Likewise.
* modules/crypto/gc-md2-tests: Likewise.
* modules/crypto/gc-md4-tests: Likewise.
* modules/crypto/gc-md5-tests: Likewise.
* modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
* modules/crypto/gc-rijndael-tests: Likewise.
* modules/crypto/gc-sha1-tests: Likewise.
* modules/crypto/gc-tests: Likewise.
* modules/crypto/md2-tests: Likewise.
* modules/crypto/md4-tests: Likewise.
* modules/fcntl-h-tests: Likewise.
* modules/floorf-tests: Likewise.
* modules/floorl-tests: Likewise.
* modules/frexp-nolibm-tests: Likewise.
* modules/frexp-tests: Likewise.
* modules/frexpl-nolibm-tests: Likewise.
* modules/frexpl-tests: Likewise.
* modules/getaddrinfo-tests: Likewise.
* modules/inttypes-tests: Likewise.
* modules/isfinite-tests: Likewise.
* modules/isinf-tests: Likewise.
* modules/ldexpl-tests: Likewise.
* modules/locale-tests: Likewise.
* modules/math-tests: Likewise.
* modules/netdb-tests: Likewise.
* modules/netinet_in-tests: Likewise.
* modules/printf-frexp-tests: Likewise.
* modules/printf-frexpl-tests: Likewise.
* modules/priv-set-tests: Likewise.
* modules/random_r-tests: Likewise.
* modules/round-tests: Likewise.
* modules/roundf-tests: Likewise.
* modules/roundl-tests: Likewise.
* modules/search-tests: Likewise.
* modules/select-tests: Likewise.
* modules/signal-tests: Likewise.
* modules/stdbool-tests: Likewise.
* modules/stddef-tests: Likewise.
* modules/stdint-tests: Likewise.
* modules/stdio-tests: Likewise.
* modules/stdlib-tests: Likewise.
* modules/string-tests: Likewise.
* modules/strings-tests: Likewise.
* modules/sys_select-tests: Likewise.
* modules/sys_socket-tests: Likewise.
* modules/sys_stat-tests: Likewise.
* modules/sys_time-tests: Likewise.
* modules/sys_utsname-tests: Likewise.
* modules/sysexits-tests: Likewise.
* modules/time-tests: Likewise.
* modules/trunc-tests: Likewise.
* modules/truncf-tests: Likewise.
* modules/truncl-tests: Likewise.
* modules/tsearch-tests: Likewise.
* modules/unistd-tests: Likewise.
* modules/wchar-tests: Likewise.
* modules/wctype-tests: Likewise.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog                           |   68 +++++++++++++++++++++++++++++++++++
 modules/arpa_inet-tests             |    3 --
 modules/byteswap-tests              |    3 --
 modules/ceilf-tests                 |    3 --
 modules/ceill-tests                 |    3 --
 modules/crypto/des-tests            |    3 --
 modules/crypto/gc-arcfour-tests     |    3 --
 modules/crypto/gc-arctwo-tests      |    3 --
 modules/crypto/gc-des-tests         |    3 --
 modules/crypto/gc-hmac-md5-tests    |    3 --
 modules/crypto/gc-hmac-sha1-tests   |    3 --
 modules/crypto/gc-md2-tests         |    3 --
 modules/crypto/gc-md4-tests         |    3 --
 modules/crypto/gc-md5-tests         |    3 --
 modules/crypto/gc-pbkdf2-sha1-tests |    3 --
 modules/crypto/gc-rijndael-tests    |    3 --
 modules/crypto/gc-sha1-tests        |    3 --
 modules/crypto/gc-tests             |    3 --
 modules/crypto/md2-tests            |    3 --
 modules/crypto/md4-tests            |    3 --
 modules/fcntl-h-tests               |    3 --
 modules/floorf-tests                |    3 --
 modules/floorl-tests                |    3 --
 modules/frexp-nolibm-tests          |    3 --
 modules/frexp-tests                 |    3 --
 modules/frexpl-nolibm-tests         |    3 --
 modules/frexpl-tests                |    3 --
 modules/getaddrinfo-tests           |    3 --
 modules/inttypes-tests              |    3 --
 modules/isfinite-tests              |    3 --
 modules/isinf-tests                 |    3 --
 modules/ldexpl-tests                |    3 --
 modules/locale-tests                |    3 --
 modules/math-tests                  |    3 --
 modules/netdb-tests                 |    3 --
 modules/netinet_in-tests            |    3 --
 modules/printf-frexp-tests          |    3 --
 modules/printf-frexpl-tests         |    3 --
 modules/priv-set-tests              |    3 --
 modules/random_r-tests              |    3 --
 modules/round-tests                 |    3 --
 modules/roundf-tests                |    3 --
 modules/roundl-tests                |    3 --
 modules/search-tests                |    3 --
 modules/select-tests                |    3 --
 modules/signal-tests                |    3 --
 modules/stdbool-tests               |    3 --
 modules/stddef-tests                |    3 --
 modules/stdint-tests                |    3 --
 modules/stdio-tests                 |    3 --
 modules/stdlib-tests                |    3 --
 modules/string-tests                |    3 --
 modules/strings-tests               |    3 --
 modules/sys_select-tests            |    3 --
 modules/sys_socket-tests            |    3 --
 modules/sys_stat-tests              |    3 --
 modules/sys_time-tests              |    3 --
 modules/sys_utsname-tests           |    3 --
 modules/sysexits-tests              |    3 --
 modules/time-tests                  |    3 --
 modules/trunc-tests                 |    3 --
 modules/truncf-tests                |    3 --
 modules/truncl-tests                |    3 --
 modules/tsearch-tests               |    3 --
 modules/unistd-tests                |    3 --
 modules/wchar-tests                 |    3 --
 modules/wctype-tests                |    3 --
 67 files changed, 68 insertions(+), 198 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2e9b1c8..496239c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,73 @@
 2009-12-29  Eric Blake  <address@hidden>

+       tests: remove License section from module
+       * modules/arpa_inet-tests: Remove unneeded section.
+       * modules/byteswap-tests: Likewise.
+       * modules/ceilf-tests: Likewise.
+       * modules/ceill-tests: Likewise.
+       * modules/crypto/des-tests: Likewise.
+       * modules/crypto/gc-arcfour-tests: Likewise.
+       * modules/crypto/gc-arctwo-tests: Likewise.
+       * modules/crypto/gc-des-tests: Likewise.
+       * modules/crypto/gc-hmac-md5-tests: Likewise.
+       * modules/crypto/gc-hmac-sha1-tests: Likewise.
+       * modules/crypto/gc-md2-tests: Likewise.
+       * modules/crypto/gc-md4-tests: Likewise.
+       * modules/crypto/gc-md5-tests: Likewise.
+       * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
+       * modules/crypto/gc-rijndael-tests: Likewise.
+       * modules/crypto/gc-sha1-tests: Likewise.
+       * modules/crypto/gc-tests: Likewise.
+       * modules/crypto/md2-tests: Likewise.
+       * modules/crypto/md4-tests: Likewise.
+       * modules/fcntl-h-tests: Likewise.
+       * modules/floorf-tests: Likewise.
+       * modules/floorl-tests: Likewise.
+       * modules/frexp-nolibm-tests: Likewise.
+       * modules/frexp-tests: Likewise.
+       * modules/frexpl-nolibm-tests: Likewise.
+       * modules/frexpl-tests: Likewise.
+       * modules/getaddrinfo-tests: Likewise.
+       * modules/inttypes-tests: Likewise.
+       * modules/isfinite-tests: Likewise.
+       * modules/isinf-tests: Likewise.
+       * modules/ldexpl-tests: Likewise.
+       * modules/locale-tests: Likewise.
+       * modules/math-tests: Likewise.
+       * modules/netdb-tests: Likewise.
+       * modules/netinet_in-tests: Likewise.
+       * modules/printf-frexp-tests: Likewise.
+       * modules/printf-frexpl-tests: Likewise.
+       * modules/priv-set-tests: Likewise.
+       * modules/random_r-tests: Likewise.
+       * modules/round-tests: Likewise.
+       * modules/roundf-tests: Likewise.
+       * modules/roundl-tests: Likewise.
+       * modules/search-tests: Likewise.
+       * modules/select-tests: Likewise.
+       * modules/signal-tests: Likewise.
+       * modules/stdbool-tests: Likewise.
+       * modules/stddef-tests: Likewise.
+       * modules/stdint-tests: Likewise.
+       * modules/stdio-tests: Likewise.
+       * modules/stdlib-tests: Likewise.
+       * modules/string-tests: Likewise.
+       * modules/strings-tests: Likewise.
+       * modules/sys_select-tests: Likewise.
+       * modules/sys_socket-tests: Likewise.
+       * modules/sys_stat-tests: Likewise.
+       * modules/sys_time-tests: Likewise.
+       * modules/sys_utsname-tests: Likewise.
+       * modules/sysexits-tests: Likewise.
+       * modules/time-tests: Likewise.
+       * modules/trunc-tests: Likewise.
+       * modules/truncf-tests: Likewise.
+       * modules/truncl-tests: Likewise.
+       * modules/tsearch-tests: Likewise.
+       * modules/unistd-tests: Likewise.
+       * modules/wchar-tests: Likewise.
+       * modules/wctype-tests: Likewise.
+
        tests: fix license on several tests
        * tests/test-des.c: Update to GPLv3+.
        * tests/test-flock.c: Likewise.
diff --git a/modules/arpa_inet-tests b/modules/arpa_inet-tests
index 4c0bca1..8c31fde 100644
--- a/modules/arpa_inet-tests
+++ b/modules/arpa_inet-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-arpa_inet
 check_PROGRAMS += test-arpa_inet
-
-License:
-LGPL
diff --git a/modules/byteswap-tests b/modules/byteswap-tests
index 08ffc83..be7b659 100644
--- a/modules/byteswap-tests
+++ b/modules/byteswap-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-byteswap
 check_PROGRAMS += test-byteswap
-
-License:
-LGPL
diff --git a/modules/ceilf-tests b/modules/ceilf-tests
index f58cbed..9462b06 100644
--- a/modules/ceilf-tests
+++ b/modules/ceilf-tests
@@ -19,6 +19,3 @@ TESTS += test-ceilf1 test-ceilf2
 check_PROGRAMS += test-ceilf1 test-ceilf2
 test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
 test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@
-
-License:
-LGPL
diff --git a/modules/ceill-tests b/modules/ceill-tests
index 6ac9b5a..48b9be3 100644
--- a/modules/ceill-tests
+++ b/modules/ceill-tests
@@ -15,6 +15,3 @@ Makefile.am:
 TESTS += test-ceill
 check_PROGRAMS += test-ceill
 test_ceill_LDADD = $(LDADD) @CEILL_LIBM@
-
-License:
-LGPL
diff --git a/modules/crypto/des-tests b/modules/crypto/des-tests
index 0985c9f..a5850a4 100644
--- a/modules/crypto/des-tests
+++ b/modules/crypto/des-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-des
 check_PROGRAMS += test-des
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-arcfour-tests b/modules/crypto/gc-arcfour-tests
index 141cdb7..b0ed0bd 100644
--- a/modules/crypto/gc-arcfour-tests
+++ b/modules/crypto/gc-arcfour-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-arcfour
 check_PROGRAMS += test-gc-arcfour
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-arctwo-tests b/modules/crypto/gc-arctwo-tests
index 563be1e..d1cdaff 100644
--- a/modules/crypto/gc-arctwo-tests
+++ b/modules/crypto/gc-arctwo-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-arctwo
 check_PROGRAMS += test-gc-arctwo
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-des-tests b/modules/crypto/gc-des-tests
index 05a7a70..e9851db 100644
--- a/modules/crypto/gc-des-tests
+++ b/modules/crypto/gc-des-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-des
 check_PROGRAMS += test-gc-des
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-hmac-md5-tests b/modules/crypto/gc-hmac-md5-tests
index dd8a065..699ccf9 100644
--- a/modules/crypto/gc-hmac-md5-tests
+++ b/modules/crypto/gc-hmac-md5-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-hmac-md5
 check_PROGRAMS += test-gc-hmac-md5
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-hmac-sha1-tests b/modules/crypto/gc-hmac-sha1-
tests
index 6a7ab50..2795ee9 100644
--- a/modules/crypto/gc-hmac-sha1-tests
+++ b/modules/crypto/gc-hmac-sha1-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-hmac-sha1
 check_PROGRAMS += test-gc-hmac-sha1
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-md2-tests b/modules/crypto/gc-md2-tests
index 3100baf..759d3d5 100644
--- a/modules/crypto/gc-md2-tests
+++ b/modules/crypto/gc-md2-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-md2
 check_PROGRAMS += test-gc-md2
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-md4-tests b/modules/crypto/gc-md4-tests
index fa8e50b..c6bd64a 100644
--- a/modules/crypto/gc-md4-tests
+++ b/modules/crypto/gc-md4-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-md4
 check_PROGRAMS += test-gc-md4
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-md5-tests b/modules/crypto/gc-md5-tests
index ac11545..a271971 100644
--- a/modules/crypto/gc-md5-tests
+++ b/modules/crypto/gc-md5-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-md5
 check_PROGRAMS += test-gc-md5
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-pbkdf2-sha1-tests b/modules/crypto/gc-pbkdf2-
sha1-tests
index 2fcc1ba..d0f79ba 100644
--- a/modules/crypto/gc-pbkdf2-sha1-tests
+++ b/modules/crypto/gc-pbkdf2-sha1-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-pbkdf2-sha1
 check_PROGRAMS += test-gc-pbkdf2-sha1
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-rijndael-tests b/modules/crypto/gc-rijndael-tests
index e3c526d..1bf2433 100644
--- a/modules/crypto/gc-rijndael-tests
+++ b/modules/crypto/gc-rijndael-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-rijndael
 check_PROGRAMS += test-gc-rijndael
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-sha1-tests b/modules/crypto/gc-sha1-tests
index f5e4a54..e438aa2 100644
--- a/modules/crypto/gc-sha1-tests
+++ b/modules/crypto/gc-sha1-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc-sha1
 check_PROGRAMS += test-gc-sha1
-
-License:
-LGPLv2+
diff --git a/modules/crypto/gc-tests b/modules/crypto/gc-tests
index e6e7406..6ce252f 100644
--- a/modules/crypto/gc-tests
+++ b/modules/crypto/gc-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-gc
 check_PROGRAMS += test-gc
-
-License:
-LGPLv2+
diff --git a/modules/crypto/md2-tests b/modules/crypto/md2-tests
index 1b7ef72..2beed87 100644
--- a/modules/crypto/md2-tests
+++ b/modules/crypto/md2-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-md2
 check_PROGRAMS += test-md2
-
-License:
-LGPLv2+
diff --git a/modules/crypto/md4-tests b/modules/crypto/md4-tests
index de3b218..b4b851e 100644
--- a/modules/crypto/md4-tests
+++ b/modules/crypto/md4-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-md4
 check_PROGRAMS += test-md4
-
-License:
-LGPLv2+
diff --git a/modules/fcntl-h-tests b/modules/fcntl-h-tests
index f0cf173..94d87bc 100644
--- a/modules/fcntl-h-tests
+++ b/modules/fcntl-h-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-fcntl-h
 check_PROGRAMS += test-fcntl-h
-
-License:
-LGPL
diff --git a/modules/floorf-tests b/modules/floorf-tests
index 988d892..ffe6a99 100644
--- a/modules/floorf-tests
+++ b/modules/floorf-tests
@@ -19,6 +19,3 @@ TESTS += test-floorf1 test-floorf2
 check_PROGRAMS += test-floorf1 test-floorf2
 test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
 test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@
-
-License:
-LGPL
diff --git a/modules/floorl-tests b/modules/floorl-tests
index 4cffee6..f7dd7bb 100644
--- a/modules/floorl-tests
+++ b/modules/floorl-tests
@@ -15,6 +15,3 @@ Makefile.am:
 TESTS += test-floorl
 check_PROGRAMS += test-floorl
 test_floorl_LDADD = $(LDADD) @FLOORL_LIBM@
-
-License:
-LGPL
diff --git a/modules/frexp-nolibm-tests b/modules/frexp-nolibm-tests
index abde575..2d761c0 100644
--- a/modules/frexp-nolibm-tests
+++ b/modules/frexp-nolibm-tests
@@ -13,6 +13,3 @@ Makefile.am:
 TESTS += test-frexp-nolibm
 check_PROGRAMS += test-frexp-nolibm
 test_frexp_nolibm_SOURCES = test-frexp.c
-
-License:
-LGPL
diff --git a/modules/frexp-tests b/modules/frexp-tests
index a5cfeaf..32a9eca 100644
--- a/modules/frexp-tests
+++ b/modules/frexp-tests
@@ -14,6 +14,3 @@ Makefile.am:
 TESTS += test-frexp
 check_PROGRAMS += test-frexp
 test_frexp_LDADD = $(LDADD) @FREXP_LIBM@
-
-License:
-LGPL
diff --git a/modules/frexpl-nolibm-tests b/modules/frexpl-nolibm-tests
index 90b8ee4..d9f6d4d 100644
--- a/modules/frexpl-nolibm-tests
+++ b/modules/frexpl-nolibm-tests
@@ -14,6 +14,3 @@ Makefile.am:
 TESTS += test-frexpl-nolibm
 check_PROGRAMS += test-frexpl-nolibm
 test_frexpl_nolibm_SOURCES = test-frexpl.c
-
-License:
-LGPL
diff --git a/modules/frexpl-tests b/modules/frexpl-tests
index 54fe2ae..4eb2e4b 100644
--- a/modules/frexpl-tests
+++ b/modules/frexpl-tests
@@ -16,6 +16,3 @@ Makefile.am:
 TESTS += test-frexpl
 check_PROGRAMS += test-frexpl
 test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@
-
-License:
-LGPL
diff --git a/modules/getaddrinfo-tests b/modules/getaddrinfo-tests
index 688d1f1..521cf68 100644
--- a/modules/getaddrinfo-tests
+++ b/modules/getaddrinfo-tests
@@ -12,6 +12,3 @@ Makefile.am:
 TESTS += test-getaddrinfo
 check_PROGRAMS += test-getaddrinfo
 test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@
-
-License:
-LGPL
diff --git a/modules/inttypes-tests b/modules/inttypes-tests
index 97c25ad..0f0727e 100644
--- a/modules/inttypes-tests
+++ b/modules/inttypes-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-inttypes
 check_PROGRAMS += test-inttypes
-
-License:
-LGPL
diff --git a/modules/isfinite-tests b/modules/isfinite-tests
index 78971d9..d494069 100644
--- a/modules/isfinite-tests
+++ b/modules/isfinite-tests
@@ -14,6 +14,3 @@ Makefile.am:
 TESTS += test-isfinite
 check_PROGRAMS += test-isfinite
 test_isfinite_LDADD = $(LDADD) @ISFINITE_LIBM@
-
-License:
-GPL
diff --git a/modules/isinf-tests b/modules/isinf-tests
index e5b6387..f577aa9 100644
--- a/modules/isinf-tests
+++ b/modules/isinf-tests
@@ -17,6 +17,3 @@ Makefile.am:
 TESTS += test-isinf
 check_PROGRAMS += test-isinf
 test_isinf_LDADD = $(LDADD) @ISINF_LIBM@
-
-License:
-GPL
diff --git a/modules/ldexpl-tests b/modules/ldexpl-tests
index 7148f26..3c4f251 100644
--- a/modules/ldexpl-tests
+++ b/modules/ldexpl-tests
@@ -15,6 +15,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-ldexpl
 check_PROGRAMS += test-ldexpl
-
-License:
-LGPL
diff --git a/modules/locale-tests b/modules/locale-tests
index 1e6a0e8..272aa61 100644
--- a/modules/locale-tests
+++ b/modules/locale-tests
@@ -10,6 +10,3 @@ AC_CHECK_FUNCS_ONCE([newlocale])
 Makefile.am:
 TESTS += test-locale
 check_PROGRAMS += test-locale
-
-License:
-LGPL
diff --git a/modules/math-tests b/modules/math-tests
index 7c515b5..ebab157 100644
--- a/modules/math-tests
+++ b/modules/math-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-math
 check_PROGRAMS += test-math
-
-License:
-LGPL
diff --git a/modules/netdb-tests b/modules/netdb-tests
index d1ef7e1..1c3ae0b 100644
--- a/modules/netdb-tests
+++ b/modules/netdb-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-netdb
 check_PROGRAMS += test-netdb
-
-License:
-LGPL
diff --git a/modules/netinet_in-tests b/modules/netinet_in-tests
index 8e5696e..08d1a28 100644
--- a/modules/netinet_in-tests
+++ b/modules/netinet_in-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-netinet_in
 check_PROGRAMS += test-netinet_in
-
-License:
-LGPL
diff --git a/modules/printf-frexp-tests b/modules/printf-frexp-tests
index 37a40d0..b1f0b9f 100644
--- a/modules/printf-frexp-tests
+++ b/modules/printf-frexp-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-printf-frexp
 check_PROGRAMS += test-printf-frexp
-
-License:
-LGPL
diff --git a/modules/printf-frexpl-tests b/modules/printf-frexpl-tests
index d70339c..d87a003 100644
--- a/modules/printf-frexpl-tests
+++ b/modules/printf-frexpl-tests
@@ -10,6 +10,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-printf-frexpl
 check_PROGRAMS += test-printf-frexpl
-
-License:
-LGPL
diff --git a/modules/priv-set-tests b/modules/priv-set-tests
index af329dd..7a24aa1 100644
--- a/modules/priv-set-tests
+++ b/modules/priv-set-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-priv-set
 check_PROGRAMS += test-priv-set
-
-License:
-GPL
diff --git a/modules/random_r-tests b/modules/random_r-tests
index b9dd6bf..e1fa291 100644
--- a/modules/random_r-tests
+++ b/modules/random_r-tests
@@ -10,6 +10,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-random_r
 check_PROGRAMS += test-random_r
-
-License:
-LGPL
diff --git a/modules/round-tests b/modules/round-tests
index 002fc8b..28b0def 100644
--- a/modules/round-tests
+++ b/modules/round-tests
@@ -19,6 +19,3 @@ TESTS += test-round1 test-round2
 check_PROGRAMS += test-round1 test-round2
 test_round1_LDADD = $(LDADD) @ROUND_LIBM@
 test_round2_LDADD = $(LDADD) @ROUND_LIBM@
-
-License:
-LGPL
diff --git a/modules/roundf-tests b/modules/roundf-tests
index 84d5723..82ff3b7 100644
--- a/modules/roundf-tests
+++ b/modules/roundf-tests
@@ -22,6 +22,3 @@ TESTS += test-roundf1 test-roundf2
 check_PROGRAMS += test-roundf1 test-roundf2
 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@
-
-License:
-LGPL
diff --git a/modules/roundl-tests b/modules/roundl-tests
index 73dcd9c..bd1b5c9 100644
--- a/modules/roundl-tests
+++ b/modules/roundl-tests
@@ -15,6 +15,3 @@ Makefile.am:
 TESTS += test-roundl
 check_PROGRAMS += test-roundl
 test_roundl_LDADD = $(LDADD) @ROUNDL_LIBM@
-
-License:
-LGPL
diff --git a/modules/search-tests b/modules/search-tests
index 2bfe80d..93d3511 100644
--- a/modules/search-tests
+++ b/modules/search-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-search
 check_PROGRAMS += test-search
-
-License:
-LGPL
diff --git a/modules/select-tests b/modules/select-tests
index 89415d5..fff6ec3 100644
--- a/modules/select-tests
+++ b/modules/select-tests
@@ -37,6 +37,3 @@ check_PROGRAMS += test-select test-select-fd test-select-stdin
 test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
 test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@
-
-License:
-LGPL
diff --git a/modules/signal-tests b/modules/signal-tests
index 0686537..3a321f1 100644
--- a/modules/signal-tests
+++ b/modules/signal-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-signal
 check_PROGRAMS += test-signal
-
-License:
-LGPL
diff --git a/modules/stdbool-tests b/modules/stdbool-tests
index a24825f..6905dfb 100644
--- a/modules/stdbool-tests
+++ b/modules/stdbool-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-stdbool
 check_PROGRAMS += test-stdbool
-
-License:
-LGPL
diff --git a/modules/stddef-tests b/modules/stddef-tests
index 04be2f5..622ece5 100644
--- a/modules/stddef-tests
+++ b/modules/stddef-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-stddef
 check_PROGRAMS += test-stddef
-
-License:
-LGPL
diff --git a/modules/stdint-tests b/modules/stdint-tests
index 82fe003..ad320b2 100644
--- a/modules/stdint-tests
+++ b/modules/stdint-tests
@@ -14,6 +14,3 @@ gt_TYPE_WINT_T
 Makefile.am:
 TESTS += test-stdint
 check_PROGRAMS += test-stdint
-
-License:
-LGPL
diff --git a/modules/stdio-tests b/modules/stdio-tests
index c572bfb..f8433c7 100644
--- a/modules/stdio-tests
+++ b/modules/stdio-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-stdio
 check_PROGRAMS += test-stdio
-
-License:
-LGPL
diff --git a/modules/stdlib-tests b/modules/stdlib-tests
index 3503511..a47cba9 100644
--- a/modules/stdlib-tests
+++ b/modules/stdlib-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-stdlib
 check_PROGRAMS += test-stdlib
-
-License:
-LGPL
diff --git a/modules/string-tests b/modules/string-tests
index ab8699a..dc55e94 100644
--- a/modules/string-tests
+++ b/modules/string-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-string
 check_PROGRAMS += test-string
-
-License:
-LGPL
diff --git a/modules/strings-tests b/modules/strings-tests
index 9fffe84..b414a12 100644
--- a/modules/strings-tests
+++ b/modules/strings-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-strings
 check_PROGRAMS += test-strings
-
-License:
-LGPL
diff --git a/modules/sys_select-tests b/modules/sys_select-tests
index a07d40a..9908e40 100644
--- a/modules/sys_select-tests
+++ b/modules/sys_select-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-sys_select
 check_PROGRAMS += test-sys_select
-
-License:
-LGPL
diff --git a/modules/sys_socket-tests b/modules/sys_socket-tests
index b0d44ab..7ead3ae 100644
--- a/modules/sys_socket-tests
+++ b/modules/sys_socket-tests
@@ -9,6 +9,3 @@ AC_CHECK_FUNCS_ONCE([shutdown])
 Makefile.am:
 TESTS += test-sys_socket
 check_PROGRAMS += test-sys_socket
-
-License:
-LGPL
diff --git a/modules/sys_stat-tests b/modules/sys_stat-tests
index 376eaf6..451f831 100644
--- a/modules/sys_stat-tests
+++ b/modules/sys_stat-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-sys_stat
 check_PROGRAMS += test-sys_stat
-
-License:
-LGPL
diff --git a/modules/sys_time-tests b/modules/sys_time-tests
index cb5ae92..dd1bff4 100644
--- a/modules/sys_time-tests
+++ b/modules/sys_time-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-sys_time
 check_PROGRAMS += test-sys_time
-
-License:
-LGPL
diff --git a/modules/sys_utsname-tests b/modules/sys_utsname-tests
index 94e1877..8d95351 100644
--- a/modules/sys_utsname-tests
+++ b/modules/sys_utsname-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-sys_utsname
 check_PROGRAMS += test-sys_utsname
-
-License:
-LGPL
diff --git a/modules/sysexits-tests b/modules/sysexits-tests
index 44b9b33..7794cf0 100644
--- a/modules/sysexits-tests
+++ b/modules/sysexits-tests
@@ -8,6 +8,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-sysexits
 check_PROGRAMS += test-sysexits
-
-License:
-LGPL
diff --git a/modules/time-tests b/modules/time-tests
index c4b18d2..cde1e0f 100644
--- a/modules/time-tests
+++ b/modules/time-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-time
 check_PROGRAMS += test-time
-
-License:
-LGPL
diff --git a/modules/trunc-tests b/modules/trunc-tests
index 1f0f0de..3f84aff 100644
--- a/modules/trunc-tests
+++ b/modules/trunc-tests
@@ -19,6 +19,3 @@ TESTS += test-trunc1 test-trunc2
 check_PROGRAMS += test-trunc1 test-trunc2
 test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@
 test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@
-
-License:
-LGPL
diff --git a/modules/truncf-tests b/modules/truncf-tests
index 175ae88..a2b9320 100644
--- a/modules/truncf-tests
+++ b/modules/truncf-tests
@@ -19,6 +19,3 @@ TESTS += test-truncf1 test-truncf2
 check_PROGRAMS += test-truncf1 test-truncf2
 test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@
 test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@
-
-License:
-LGPL
diff --git a/modules/truncl-tests b/modules/truncl-tests
index 82cfeb9..6056a64 100644
--- a/modules/truncl-tests
+++ b/modules/truncl-tests
@@ -15,6 +15,3 @@ Makefile.am:
 TESTS += test-truncl
 check_PROGRAMS += test-truncl
 test_truncl_LDADD = $(LDADD) @TRUNCL_LIBM@
-
-License:
-LGPL
diff --git a/modules/tsearch-tests b/modules/tsearch-tests
index 82d3b10..0ca1114 100644
--- a/modules/tsearch-tests
+++ b/modules/tsearch-tests
@@ -23,6 +23,3 @@ TESTS += test-tsearch.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-tsearch
 test_tsearch_LDADD = $(LDADD) @TEST_TSEARCH_LIBM@
-
-License:
-LGPL
diff --git a/modules/unistd-tests b/modules/unistd-tests
index 7f9d44d..486f9e1 100644
--- a/modules/unistd-tests
+++ b/modules/unistd-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-unistd
 check_PROGRAMS += test-unistd
-
-License:
-LGPL
diff --git a/modules/wchar-tests b/modules/wchar-tests
index dac05ec..b98622c 100644
--- a/modules/wchar-tests
+++ b/modules/wchar-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-wchar
 check_PROGRAMS += test-wchar
-
-License:
-LGPL
diff --git a/modules/wctype-tests b/modules/wctype-tests
index e7c7b2b..d10498f 100644
--- a/modules/wctype-tests
+++ b/modules/wctype-tests
@@ -9,6 +9,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-wctype
 check_PROGRAMS += test-wctype
-
-License:
-LGPL
-- 
1.6.4.2








reply via email to

[Prev in Thread] Current Thread [Next in Thread]