From 549f2f18d009949203c07dec2d47a167848a0b25 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 9 Jan 2006 14:10:09 +0000 Subject: [PATCH] LGPL self tests, suggested by Bruno. --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ modules/des-tests | 3 +++ modules/gc-arcfour-tests | 3 +++ modules/gc-arctwo-tests | 3 +++ modules/gc-des-tests | 3 +++ modules/gc-hmac-md5-tests | 3 +++ modules/gc-hmac-sha1-tests | 3 +++ modules/gc-md2-tests | 3 +++ modules/gc-md4-tests | 3 +++ modules/gc-md5-tests | 3 +++ modules/gc-pbkdf2-sha1-tests | 3 +++ modules/gc-rijndael-tests | 3 +++ modules/gc-sha1-tests | 3 +++ modules/gc-tests | 3 +++ modules/md2-tests | 3 +++ modules/md4-tests | 3 +++ 16 files changed, 77 insertions(+) diff --git a/ChangeLog b/ChangeLog index 55c1184d6..cbea69b95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2006-01-09 Simon Josefsson + + * 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 * build-aux/javacomp.sh.in: New file, moved from lib/. diff --git a/modules/des-tests b/modules/des-tests index 90771e185..db29a99ce 100644 --- a/modules/des-tests +++ b/modules/des-tests @@ -9,3 +9,6 @@ Makefile.am: TESTS += test-des noinst_PROGRAMS += test-des test_des_SOURCES = test-des.c + +License: +LGPL diff --git a/modules/gc-arcfour-tests b/modules/gc-arcfour-tests index e6249aad8..a760eeb13 100644 --- a/modules/gc-arcfour-tests +++ b/modules/gc-arcfour-tests @@ -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 diff --git a/modules/gc-arctwo-tests b/modules/gc-arctwo-tests index f7f3e986f..21a7fd1ff 100644 --- a/modules/gc-arctwo-tests +++ b/modules/gc-arctwo-tests @@ -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 diff --git a/modules/gc-des-tests b/modules/gc-des-tests index e0eb0d197..607fce36f 100644 --- a/modules/gc-des-tests +++ b/modules/gc-des-tests @@ -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 diff --git a/modules/gc-hmac-md5-tests b/modules/gc-hmac-md5-tests index 0a271a465..7e14ff2c8 100644 --- a/modules/gc-hmac-md5-tests +++ b/modules/gc-hmac-md5-tests @@ -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 diff --git a/modules/gc-hmac-sha1-tests b/modules/gc-hmac-sha1-tests index 9e7e18e80..8da3b8ff1 100644 --- a/modules/gc-hmac-sha1-tests +++ b/modules/gc-hmac-sha1-tests @@ -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 diff --git a/modules/gc-md2-tests b/modules/gc-md2-tests index e3b5c3e60..739e27994 100644 --- a/modules/gc-md2-tests +++ b/modules/gc-md2-tests @@ -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 diff --git a/modules/gc-md4-tests b/modules/gc-md4-tests index d5054b1e0..d10a2d6e7 100644 --- a/modules/gc-md4-tests +++ b/modules/gc-md4-tests @@ -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 diff --git a/modules/gc-md5-tests b/modules/gc-md5-tests index 4be755144..52e2d2adf 100644 --- a/modules/gc-md5-tests +++ b/modules/gc-md5-tests @@ -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 diff --git a/modules/gc-pbkdf2-sha1-tests b/modules/gc-pbkdf2-sha1-tests index f1aa11888..ec22acbb0 100644 --- a/modules/gc-pbkdf2-sha1-tests +++ b/modules/gc-pbkdf2-sha1-tests @@ -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 diff --git a/modules/gc-rijndael-tests b/modules/gc-rijndael-tests index 1be8824b1..c72ad076b 100644 --- a/modules/gc-rijndael-tests +++ b/modules/gc-rijndael-tests @@ -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 diff --git a/modules/gc-sha1-tests b/modules/gc-sha1-tests index 4894984fd..990d5ee97 100644 --- a/modules/gc-sha1-tests +++ b/modules/gc-sha1-tests @@ -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 diff --git a/modules/gc-tests b/modules/gc-tests index 2c10e4251..fbd25859c 100644 --- a/modules/gc-tests +++ b/modules/gc-tests @@ -9,3 +9,6 @@ Makefile.am: TESTS += test-gc noinst_PROGRAMS += test-gc test_gc_SOURCES = test-gc.c + +License: +LGPL diff --git a/modules/md2-tests b/modules/md2-tests index bcbac6072..efa994f05 100644 --- a/modules/md2-tests +++ b/modules/md2-tests @@ -9,3 +9,6 @@ Makefile.am: TESTS += test-md2 noinst_PROGRAMS += test-md2 test_md2_SOURCES = test-md2.c + +License: +LGPL diff --git a/modules/md4-tests b/modules/md4-tests index ac2cbcb04..4e1b28408 100644 --- a/modules/md4-tests +++ b/modules/md4-tests @@ -9,3 +9,6 @@ Makefile.am: TESTS += test-md4 noinst_PROGRAMS += test-md4 test_md4_SOURCES = test-md4.c + +License: +LGPL -- 2.11.0