From: Eric Blake Date: Tue, 29 Dec 2009 22:45:18 +0000 (-0700) Subject: tests: remove License section from module X-Git-Tag: v0.1~4966 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=edc6ae6158ec6c611538d4093a10012c9c283f29;hp=ba2d9dffa77a8a1ff255b51820d2d791c909e779;p=gnulib.git 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 --- diff --git a/ChangeLog b/ChangeLog index 2e9b1c8b3..496239c92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,73 @@ 2009-12-29 Eric Blake + 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 4c0bca154..8c31fdeb2 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 08ffc83d2..be7b65947 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 f58cbed01..9462b06f4 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 6ac9b5aee..48b9be301 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 0985c9ff0..a5850a48d 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 141cdb759..b0ed0bd69 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 563be1e5f..d1cdaff99 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 05a7a703b..e9851db3a 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 dd8a06588..699ccf9c8 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 6a7ab5077..2795ee91d 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 3100baf29..759d3d550 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 fa8e50b87..c6bd64a0f 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 ac1154535..a2719716b 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 2fcc1ba92..d0f79ba17 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 e3c526d49..1bf243336 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 f5e4a5499..e438aa255 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 e6e74060f..6ce252ff5 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 1b7ef7278..2beed8747 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 de3b21826..b4b851e85 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 f0cf17364..94d87bc2b 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 988d8925c..ffe6a9951 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 4cffee619..f7dd7bb80 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 abde57580..2d761c063 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 a5cfeaf14..32a9ecae1 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 90b8ee496..d9f6d4da4 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 54fe2ae19..4eb2e4bd9 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 688d1f1bb..521cf680f 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 97c25ad65..0f0727e97 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 78971d983..d4940690b 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 e5b638777..f577aa9e8 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 7148f264b..3c4f251cb 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 1e6a0e8a8..272aa6137 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 7c515b5a7..ebab1579c 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 d1ef7e140..1c3ae0b3e 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 8e5696e21..08d1a28fd 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 37a40d013..b1f0b9ff0 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 d70339ccf..d87a00386 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 af329dd93..7a24aa13c 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 b9dd6bf96..e1fa29194 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 002fc8b22..28b0defef 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 84d5723b3..82ff3b74c 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 73dcd9c3d..bd1b5c90b 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 2bfe80d26..93d35114a 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 89415d5ad..fff6ec350 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 0686537c3..3a321f1ed 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 a24825f97..6905dfbed 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 04be2f5b6..622ece50f 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 82fe003d5..ad320b229 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 c572bfb4c..f8433c795 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 3503511ef..a47cba983 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 ab8699a71..dc55e9450 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 9fffe8495..b414a1288 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 a07d40a38..9908e40c5 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 b0d44abd9..7ead3ae0e 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 376eaf6cf..451f83185 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 cb5ae92f6..dd1bff48b 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 94e187705..8d95351f4 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 44b9b33e8..7794cf05b 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 c4b18d2cc..cde1e0f87 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 1f0f0de52..3f84affcd 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 175ae88c2..a2b93202d 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 82cfeb988..6056a642e 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 82d3b103d..0ca111400 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 7f9d44da8..486f9e1ad 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 dac05ec11..b98622c74 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 e7c7b2b0d..d10498fc0 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