+2006-01-09 Simon Josefsson <jas@extundo.com>
+
+ * modules/gc-rijndael-tests (License): Likewise.
+
+ * modules/gc-des-tests (License): Likewise.
+
+ * modules/gc-arcfour-tests (License): Likewise.
+
+ * modules/gc-arctwo-tests (License): Likewise.
+
+ * modules/gc-pbkdf2-sha1-tests (License): Likewise.
+
+ * modules/gc-hmac-sha1-tests (Files): Likewise.
+
+ * modules/gc-hmac-md5-tests (License): Likewise.
+
+ * modules/gc-sha1-tests (License): Likewise.
+
+ * modules/gc-md5-tests (License): Likewise.
+
+ * modules/gc-md4-tests (License): Likewise.
+
+ * modules/gc-md2-tests (License): Likewise.
+
+ * modules/gc-tests (License): Likewise.
+
+ * modules/des-tests (License): Likewise.
+
+ * modules/md4-tests (License): Likewise.
+
+ * modules/md2-tests (License): Likewise.
+
2006-01-09 Bruno Haible <bruno@clisp.org>
* build-aux/javacomp.sh.in: New file, moved from lib/.
TESTS += test-des
noinst_PROGRAMS += test-des
test_des_SOURCES = test-des.c
+
+License:
+LGPL
TESTS += test-gc-arcfour
noinst_PROGRAMS += test-gc-arcfour
test_gc_arcfour_SOURCES = test-gc-arcfour.c
+
+License:
+LGPL
TESTS += test-gc-arctwo
noinst_PROGRAMS += test-gc-arctwo
test_gc_arctwo_SOURCES = test-gc-arctwo.c
+
+License:
+LGPL
TESTS += test-gc-des
noinst_PROGRAMS += test-gc-des
test_gc_des_SOURCES = test-gc-des.c
+
+License:
+LGPL
TESTS += test-gc-hmac-md5
noinst_PROGRAMS += test-gc-hmac-md5
test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c
+
+License:
+LGPL
TESTS += test-gc-hmac-sha1
noinst_PROGRAMS += test-gc-hmac-sha1
test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c
+
+License:
+LGPL
TESTS += test-gc-md2
noinst_PROGRAMS += test-gc-md2
test_gc_md2_SOURCES = test-gc-md2.c
+
+License:
+LGPL
TESTS += test-gc-md4
noinst_PROGRAMS += test-gc-md4
test_gc_md4_SOURCES = test-gc-md4.c
+
+License:
+LGPL
TESTS += test-gc-md5
noinst_PROGRAMS += test-gc-md5
test_gc_md5_SOURCES = test-gc-md5.c
+
+License:
+LGPL
TESTS += test-gc-pbkdf2-sha1
noinst_PROGRAMS += test-gc-pbkdf2-sha1
test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c
+
+License:
+LGPL
TESTS += test-gc-rijndael
noinst_PROGRAMS += test-gc-rijndael
test_gc_rijndael_SOURCES = test-gc-rijndael.c
+
+License:
+LGPL
TESTS += test-gc-sha1
noinst_PROGRAMS += test-gc-sha1
test_gc_sha1_SOURCES = test-gc-sha1.c
+
+License:
+LGPL
TESTS += test-gc
noinst_PROGRAMS += test-gc
test_gc_SOURCES = test-gc.c
+
+License:
+LGPL
TESTS += test-md2
noinst_PROGRAMS += test-md2
test_md2_SOURCES = test-md2.c
+
+License:
+LGPL
TESTS += test-md4
noinst_PROGRAMS += test-md4
test_md4_SOURCES = test-md4.c
+
+License:
+LGPL