changeset 6522:dc575ea653f8

LGPL self tests, suggested by Bruno.
author Simon Josefsson <simon@josefsson.org>
date Mon, 09 Jan 2006 14:10:09 +0000
parents 4c0b2f2f590e
children 8e85cbed7955
files 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
diffstat 16 files changed, 77 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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/.
--- a/modules/des-tests
+++ b/modules/des-tests
@@ -9,3 +9,6 @@
 TESTS += test-des
 noinst_PROGRAMS += test-des
 test_des_SOURCES = test-des.c
+
+License:
+LGPL
--- a/modules/gc-arcfour-tests
+++ b/modules/gc-arcfour-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-arcfour
 noinst_PROGRAMS += test-gc-arcfour
 test_gc_arcfour_SOURCES = test-gc-arcfour.c
+
+License:
+LGPL
--- a/modules/gc-arctwo-tests
+++ b/modules/gc-arctwo-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-arctwo
 noinst_PROGRAMS += test-gc-arctwo
 test_gc_arctwo_SOURCES = test-gc-arctwo.c
+
+License:
+LGPL
--- a/modules/gc-des-tests
+++ b/modules/gc-des-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-des
 noinst_PROGRAMS += test-gc-des
 test_gc_des_SOURCES = test-gc-des.c
+
+License:
+LGPL
--- a/modules/gc-hmac-md5-tests
+++ b/modules/gc-hmac-md5-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-hmac-md5
 noinst_PROGRAMS += test-gc-hmac-md5
 test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c
+
+License:
+LGPL
--- a/modules/gc-hmac-sha1-tests
+++ b/modules/gc-hmac-sha1-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-hmac-sha1
 noinst_PROGRAMS += test-gc-hmac-sha1
 test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c
+
+License:
+LGPL
--- a/modules/gc-md2-tests
+++ b/modules/gc-md2-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-md2
 noinst_PROGRAMS += test-gc-md2
 test_gc_md2_SOURCES = test-gc-md2.c
+
+License:
+LGPL
--- a/modules/gc-md4-tests
+++ b/modules/gc-md4-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-md4
 noinst_PROGRAMS += test-gc-md4
 test_gc_md4_SOURCES = test-gc-md4.c
+
+License:
+LGPL
--- a/modules/gc-md5-tests
+++ b/modules/gc-md5-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-md5
 noinst_PROGRAMS += test-gc-md5
 test_gc_md5_SOURCES = test-gc-md5.c
+
+License:
+LGPL
--- a/modules/gc-pbkdf2-sha1-tests
+++ b/modules/gc-pbkdf2-sha1-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-pbkdf2-sha1
 noinst_PROGRAMS += test-gc-pbkdf2-sha1
 test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c
+
+License:
+LGPL
--- a/modules/gc-rijndael-tests
+++ b/modules/gc-rijndael-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-rijndael
 noinst_PROGRAMS += test-gc-rijndael
 test_gc_rijndael_SOURCES = test-gc-rijndael.c
+
+License:
+LGPL
--- a/modules/gc-sha1-tests
+++ b/modules/gc-sha1-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc-sha1
 noinst_PROGRAMS += test-gc-sha1
 test_gc_sha1_SOURCES = test-gc-sha1.c
+
+License:
+LGPL
--- a/modules/gc-tests
+++ b/modules/gc-tests
@@ -9,3 +9,6 @@
 TESTS += test-gc
 noinst_PROGRAMS += test-gc
 test_gc_SOURCES = test-gc.c
+
+License:
+LGPL
--- a/modules/md2-tests
+++ b/modules/md2-tests
@@ -9,3 +9,6 @@
 TESTS += test-md2
 noinst_PROGRAMS += test-md2
 test_md2_SOURCES = test-md2.c
+
+License:
+LGPL
--- a/modules/md4-tests
+++ b/modules/md4-tests
@@ -9,3 +9,6 @@
 TESTS += test-md4
 noinst_PROGRAMS += test-md4
 test_md4_SOURCES = test-md4.c
+
+License:
+LGPL