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 55c1184d60..cbea69b95a 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 90771e1851..db29a99ce2 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 e6249aad82..a760eeb13b 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 f7f3e986f4..21a7fd1ff7 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 e0eb0d1977..607fce36f9 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 0a271a4652..7e14ff2c80 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 9e7e18e804..8da3b8ff17 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 e3b5c3e607..739e27994b 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 d5054b1e01..d10a2d6e7c 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 4be7551445..52e2d2adf5 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 f1aa118882..ec22acbb02 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 1be8824b12..c72ad076bd 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 4894984fd4..990d5ee97f 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 2c10e42512..fbd25859ca 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 bcbac60720..efa994f05f 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 ac2cbcb040..4e1b284088 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.30.2