summaryrefslogtreecommitdiff
path: root/modules/crypto
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/crypto
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/crypto')
-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
15 files changed, 0 insertions, 45 deletions
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+