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 55c1184d60ed560dc689b98be4b8b2237c8264e0..cbea69b95ac3535c589ded2aeb9ebf6cb8eb36c2 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 90771e1851ad86c2f69163a293a1de63d22c1161..db29a99ce212be4ca3cc702ffb07c87a1a89446f 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-des
 noinst_PROGRAMS += test-des
 test_des_SOURCES = test-des.c
+
+License:
+LGPL
index e6249aad82395592f073766b2cce418c8470c09e..a760eeb13be61413ceff150d8ab9432f66bf9a5c 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 f7f3e986f4cfbbefdb181cc4535cd813875255d3..21a7fd1ff72e54b2e57c52d92b1223d7a6c796ea 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 e0eb0d1977e9f77cf6b5cb99f55beb477168c1f9..607fce36f9a0ab40461f3784506bc587e161fbde 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 0a271a46526208239d5e199ed74170a5b0ccf3b1..7e14ff2c80fb6c18e278a2d6a75bd98afd2b85ff 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 9e7e18e804fa0383796b3da898993d7644346a7d..8da3b8ff17a1cbc86311d8edc1711de3c376271c 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 e3b5c3e607bffd27a82389db5ae2329f0962ae36..739e27994b44421297fdb7bea54c64a4f8c3b529 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 d5054b1e019e4491e52c537bcebe53293b13c5b0..d10a2d6e7c328e3c0d5092340ad6a88f8d72e928 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 4be755144515c883bf54691996073c3ecaefbe7c..52e2d2adf5292ecd95161e47d260bf3509b19d6b 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 f1aa1188821b9366affe8cdafa1b281480eb9dce..ec22acbb020c32faf1d4d9c13be113273ef01694 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 1be8824b12c8825334a3ea6f8615a44231184198..c72ad076bdbf491fa673871d95708c2882a7bb89 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 4894984fd4c05989a8ef6cb01784e95d6b44e44e..990d5ee97f730ade4eef348c3524263338c99cfe 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 2c10e4251286fa326896c1151579f35805f858da..fbd25859ca0397132e68e596038d01dca8edb2de 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-gc
 noinst_PROGRAMS += test-gc
 test_gc_SOURCES = test-gc.c
+
+License:
+LGPL
index bcbac60720cf711e11de557dc57979bfef8e4ac9..efa994f05f145d1153340447865c9da04aa7d3eb 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-md2
 noinst_PROGRAMS += test-md2
 test_md2_SOURCES = test-md2.c
+
+License:
+LGPL
index ac2cbcb0403cf295ab0ee1fde4035852d7e52056..4e1b284088762a3f0a6b3c92d37123b390e71707 100644 (file)
@@ -9,3 +9,6 @@ Makefile.am:
 TESTS += test-md4
 noinst_PROGRAMS += test-md4
 test_md4_SOURCES = test-md4.c
+
+License:
+LGPL