LGPL self tests, suggested by Bruno.
authorSimon Josefsson <simon@josefsson.org>
Mon, 9 Jan 2006 14:10:09 +0000 (14:10 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 9 Jan 2006 14:10:09 +0000 (14:10 +0000)
16 files changed:
ChangeLog
modules/des-tests
modules/gc-arcfour-tests
modules/gc-arctwo-tests
modules/gc-des-tests
modules/gc-hmac-md5-tests
modules/gc-hmac-sha1-tests
modules/gc-md2-tests
modules/gc-md4-tests
modules/gc-md5-tests
modules/gc-pbkdf2-sha1-tests
modules/gc-rijndael-tests
modules/gc-sha1-tests
modules/gc-tests
modules/md2-tests
modules/md4-tests

index 55c1184..cbea69b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+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/.
index 90771e1..db29a99 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-des
 noinst_PROGRAMS += test-des
 test_des_SOURCES = test-des.c
+
+License:
+LGPL
index e6249aa..a760eeb 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-arcfour
 noinst_PROGRAMS += test-gc-arcfour
 test_gc_arcfour_SOURCES = test-gc-arcfour.c
+
+License:
+LGPL
index f7f3e98..21a7fd1 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-arctwo
 noinst_PROGRAMS += test-gc-arctwo
 test_gc_arctwo_SOURCES = test-gc-arctwo.c
+
+License:
+LGPL
index e0eb0d1..607fce3 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-des
 noinst_PROGRAMS += test-gc-des
 test_gc_des_SOURCES = test-gc-des.c
+
+License:
+LGPL
index 0a271a4..7e14ff2 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-hmac-md5
 noinst_PROGRAMS += test-gc-hmac-md5
 test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c
+
+License:
+LGPL
index 9e7e18e..8da3b8f 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-hmac-sha1
 noinst_PROGRAMS += test-gc-hmac-sha1
 test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c
+
+License:
+LGPL
index e3b5c3e..739e279 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-md2
 noinst_PROGRAMS += test-gc-md2
 test_gc_md2_SOURCES = test-gc-md2.c
+
+License:
+LGPL
index d5054b1..d10a2d6 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-md4
 noinst_PROGRAMS += test-gc-md4
 test_gc_md4_SOURCES = test-gc-md4.c
+
+License:
+LGPL
index 4be7551..52e2d2a 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-md5
 noinst_PROGRAMS += test-gc-md5
 test_gc_md5_SOURCES = test-gc-md5.c
+
+License:
+LGPL
index f1aa118..ec22acb 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-pbkdf2-sha1
 noinst_PROGRAMS += test-gc-pbkdf2-sha1
 test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c
+
+License:
+LGPL
index 1be8824..c72ad07 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-rijndael
 noinst_PROGRAMS += test-gc-rijndael
 test_gc_rijndael_SOURCES = test-gc-rijndael.c
+
+License:
+LGPL
index 4894984..990d5ee 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc-sha1
 noinst_PROGRAMS += test-gc-sha1
 test_gc_sha1_SOURCES = test-gc-sha1.c
+
+License:
+LGPL
index 2c10e42..fbd2585 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc
 noinst_PROGRAMS += test-gc
 test_gc_SOURCES = test-gc.c
+
+License:
+LGPL
index bcbac60..efa994f 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-md2
 noinst_PROGRAMS += test-md2
 test_md2_SOURCES = test-md2.c
+
+License:
+LGPL
index ac2cbcb..4e1b284 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-md4
 noinst_PROGRAMS += test-md4
 test_md4_SOURCES = test-md4.c
+
+License:
+LGPL