summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-29 15:45:18 -0700
committerEric Blake <ebb9@byu.net>2009-12-29 20:55:37 -0700
commitedc6ae6158ec6c611538d4093a10012c9c283f29 (patch)
treeef7f5fe85f85b0aec98d2f03abc126321b616a43 /modules
parentba2d9dffa77a8a1ff255b51820d2d791c909e779 (diff)
downloadgnulib-edc6ae6158ec6c611538d4093a10012c9c283f29.tar.gz
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 <ebb9@byu.net>
Diffstat (limited to 'modules')
-rw-r--r--modules/arpa_inet-tests3
-rw-r--r--modules/byteswap-tests3
-rw-r--r--modules/ceilf-tests3
-rw-r--r--modules/ceill-tests3
-rw-r--r--modules/crypto/des-tests3
-rw-r--r--modules/crypto/gc-arcfour-tests3
-rw-r--r--modules/crypto/gc-arctwo-tests3
-rw-r--r--modules/crypto/gc-des-tests3
-rw-r--r--modules/crypto/gc-hmac-md5-tests3
-rw-r--r--modules/crypto/gc-hmac-sha1-tests3
-rw-r--r--modules/crypto/gc-md2-tests3
-rw-r--r--modules/crypto/gc-md4-tests3
-rw-r--r--modules/crypto/gc-md5-tests3
-rw-r--r--modules/crypto/gc-pbkdf2-sha1-tests3
-rw-r--r--modules/crypto/gc-rijndael-tests3
-rw-r--r--modules/crypto/gc-sha1-tests3
-rw-r--r--modules/crypto/gc-tests3
-rw-r--r--modules/crypto/md2-tests3
-rw-r--r--modules/crypto/md4-tests3
-rw-r--r--modules/fcntl-h-tests3
-rw-r--r--modules/floorf-tests3
-rw-r--r--modules/floorl-tests3
-rw-r--r--modules/frexp-nolibm-tests3
-rw-r--r--modules/frexp-tests3
-rw-r--r--modules/frexpl-nolibm-tests3
-rw-r--r--modules/frexpl-tests3
-rw-r--r--modules/getaddrinfo-tests3
-rw-r--r--modules/inttypes-tests3
-rw-r--r--modules/isfinite-tests3
-rw-r--r--modules/isinf-tests3
-rw-r--r--modules/ldexpl-tests3
-rw-r--r--modules/locale-tests3
-rw-r--r--modules/math-tests3
-rw-r--r--modules/netdb-tests3
-rw-r--r--modules/netinet_in-tests3
-rw-r--r--modules/printf-frexp-tests3
-rw-r--r--modules/printf-frexpl-tests3
-rw-r--r--modules/priv-set-tests3
-rw-r--r--modules/random_r-tests3
-rw-r--r--modules/round-tests3
-rw-r--r--modules/roundf-tests3
-rw-r--r--modules/roundl-tests3
-rw-r--r--modules/search-tests3
-rw-r--r--modules/select-tests3
-rw-r--r--modules/signal-tests3
-rw-r--r--modules/stdbool-tests3
-rw-r--r--modules/stddef-tests3
-rw-r--r--modules/stdint-tests3
-rw-r--r--modules/stdio-tests3
-rw-r--r--modules/stdlib-tests3
-rw-r--r--modules/string-tests3
-rw-r--r--modules/strings-tests3
-rw-r--r--modules/sys_select-tests3
-rw-r--r--modules/sys_socket-tests3
-rw-r--r--modules/sys_stat-tests3
-rw-r--r--modules/sys_time-tests3
-rw-r--r--modules/sys_utsname-tests3
-rw-r--r--modules/sysexits-tests3
-rw-r--r--modules/time-tests3
-rw-r--r--modules/trunc-tests3
-rw-r--r--modules/truncf-tests3
-rw-r--r--modules/truncl-tests3
-rw-r--r--modules/tsearch-tests3
-rw-r--r--modules/unistd-tests3
-rw-r--r--modules/wchar-tests3
-rw-r--r--modules/wctype-tests3
66 files changed, 0 insertions, 198 deletions
diff --git a/modules/arpa_inet-tests b/modules/arpa_inet-tests
index 4c0bca1542..8c31fdeb20 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 08ffc83d2e..be7b65947e 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 f58cbed016..9462b06f45 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 6ac9b5aee8..48b9be301b 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 0985c9ff06..a5850a48d5 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 141cdb7597..b0ed0bd694 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 563be1e5f7..d1cdaff991 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 05a7a703b5..e9851db3ae 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 dd8a06588e..699ccf9c88 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 6a7ab50771..2795ee91db 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 3100baf29a..759d3d5503 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 fa8e50b87a..c6bd64a0f8 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 ac11545357..a2719716b3 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 2fcc1ba92d..d0f79ba176 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 e3c526d499..1bf243336c 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 f5e4a5499c..e438aa2555 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 e6e74060f7..6ce252ff56 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 1b7ef72780..2beed8747a 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 de3b218266..b4b851e859 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 f0cf17364e..94d87bc2b1 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 988d8925cb..ffe6a9951e 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 4cffee619c..f7dd7bb80f 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 abde575805..2d761c063d 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 a5cfeaf14f..32a9ecae18 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 90b8ee4969..d9f6d4da46 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 54fe2ae192..4eb2e4bd98 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 688d1f1bb5..521cf680f8 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 97c25ad65c..0f0727e971 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 78971d9834..d4940690b0 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 e5b6387771..f577aa9e8d 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 7148f264be..3c4f251cb1 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 1e6a0e8a89..272aa61375 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 7c515b5a72..ebab1579ce 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 d1ef7e1403..1c3ae0b3e3 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 8e5696e21c..08d1a28fde 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 37a40d013a..b1f0b9ff00 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 d70339ccf7..d87a003863 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 af329dd93c..7a24aa13ca 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 b9dd6bf96a..e1fa291945 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 002fc8b22c..28b0defef8 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 84d5723b3c..82ff3b74ca 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 73dcd9c3d3..bd1b5c90b6 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 2bfe80d26a..93d35114a9 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 89415d5ad5..fff6ec3507 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 0686537c38..3a321f1ed7 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 a24825f97b..6905dfbedc 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 04be2f5b6f..622ece50f0 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 82fe003d50..ad320b2296 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 c572bfb4cd..f8433c7950 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 3503511efe..a47cba9838 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 ab8699a71b..dc55e94505 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 9fffe8495a..b414a12888 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 a07d40a385..9908e40c57 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 b0d44abd9d..7ead3ae0e5 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 376eaf6cfc..451f83185f 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 cb5ae92f60..dd1bff48b0 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 94e187705b..8d95351f47 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 44b9b33e85..7794cf05b1 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 c4b18d2cc1..cde1e0f873 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 1f0f0de529..3f84affcd0 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 175ae88c22..a2b93202da 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 82cfeb988f..6056a642e5 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 82d3b103d1..0ca1114002 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 7f9d44da86..486f9e1ada 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 dac05ec111..b98622c743 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 e7c7b2b0de..d10498fc04 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