changeset 9138:9321c69be4bc

2007-08-07 Simon Josefsson <simon@josefsson.org> * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+". * modules/crypto/arcfour (License): Likewise. * modules/crypto/des-tests (License): Likewise. * modules/crypto/gc-arctwo-tests (License): Likewise. * modules/crypto/gc-des-tests (License): Likewise. * modules/crypto/gc-hmac-md5-tests (License): Likewise. * modules/crypto/gc-hmac-sha1-tests (License): Likewise. * modules/crypto/gc-md2-tests (License): Likewise. * modules/crypto/gc-md4-tests (License): Likewise. * modules/crypto/gc-md5-tests (License): Likewise. * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise. * modules/crypto/gc-rijndael-tests (License): Likewise. * modules/crypto/gc-sha1-tests (License): Likewise. * modules/crypto/gc-tests (License): Likewise. * modules/crypto/hmac-md5 (License): Likewise. * modules/crypto/hmac-sha1 (License): Likewise. * modules/crypto/md2-tests (License): Likewise. * modules/crypto/md4-tests (License): Likewise. * modules/crypto/md5 (License): Likewise. * modules/crypto/rijndael (License): Likewise. * modules/crypto/sha1 (License): Likewise. * modules/memxor (License): Likewise.
author Simon Josefsson <simon@josefsson.org>
date Tue, 07 Aug 2007 09:49:37 +0000
parents 629a6928f108
children c68fd65692fd
files ChangeLog modules/crypto/arcfour modules/crypto/arctwo modules/crypto/des-tests modules/crypto/gc-arcfour-tests modules/crypto/gc-arctwo-tests modules/crypto/gc-des-tests modules/crypto/gc-hmac-md5-tests modules/crypto/gc-hmac-sha1-tests modules/crypto/gc-md2-tests modules/crypto/gc-md4-tests modules/crypto/gc-md5-tests modules/crypto/gc-pbkdf2-sha1-tests modules/crypto/gc-rijndael-tests modules/crypto/gc-sha1-tests modules/crypto/gc-tests modules/crypto/hmac-md5 modules/crypto/hmac-sha1 modules/crypto/md2-tests modules/crypto/md4-tests modules/crypto/md5 modules/crypto/rijndael modules/crypto/sha1 modules/memxor
diffstat 24 files changed, 48 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2007-08-07  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
+	* modules/crypto/arcfour (License): Likewise.
+	* modules/crypto/des-tests (License): Likewise.
+	* modules/crypto/gc-arctwo-tests (License): Likewise.
+	* modules/crypto/gc-des-tests (License): Likewise.
+	* modules/crypto/gc-hmac-md5-tests (License): Likewise.
+	* modules/crypto/gc-hmac-sha1-tests (License): Likewise.
+	* modules/crypto/gc-md2-tests (License): Likewise.
+	* modules/crypto/gc-md4-tests (License): Likewise.
+	* modules/crypto/gc-md5-tests (License): Likewise.
+	* modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
+	* modules/crypto/gc-rijndael-tests (License): Likewise.
+	* modules/crypto/gc-sha1-tests (License): Likewise.
+	* modules/crypto/gc-tests (License): Likewise.
+	* modules/crypto/hmac-md5 (License): Likewise.
+	* modules/crypto/hmac-sha1 (License): Likewise.
+	* modules/crypto/md2-tests (License): Likewise.
+	* modules/crypto/md4-tests (License): Likewise.
+	* modules/crypto/md5 (License): Likewise.
+	* modules/crypto/rijndael (License): Likewise.
+	* modules/crypto/sha1 (License): Likewise.
+	* modules/memxor (License): Likewise.
+
 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
 	and Bruno Haible  <bruno@clisp.org>
 
--- a/modules/crypto/arcfour
+++ b/modules/crypto/arcfour
@@ -18,7 +18,7 @@
 "arcfour.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/arctwo
+++ b/modules/crypto/arctwo
@@ -18,7 +18,7 @@
 "arctwo.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/des-tests
+++ b/modules/crypto/des-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-des
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-arcfour-tests
+++ b/modules/crypto/gc-arcfour-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-arcfour
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-arctwo-tests
+++ b/modules/crypto/gc-arctwo-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-arctwo
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-des-tests
+++ b/modules/crypto/gc-des-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-des
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-hmac-md5-tests
+++ b/modules/crypto/gc-hmac-md5-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-hmac-md5
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-hmac-sha1-tests
+++ b/modules/crypto/gc-hmac-sha1-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-hmac-sha1
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-md2-tests
+++ b/modules/crypto/gc-md2-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-md2
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-md4-tests
+++ b/modules/crypto/gc-md4-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-md4
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-md5-tests
+++ b/modules/crypto/gc-md5-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-md5
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-pbkdf2-sha1-tests
+++ b/modules/crypto/gc-pbkdf2-sha1-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-pbkdf2-sha1
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-rijndael-tests
+++ b/modules/crypto/gc-rijndael-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-rijndael
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-sha1-tests
+++ b/modules/crypto/gc-sha1-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc-sha1
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/gc-tests
+++ b/modules/crypto/gc-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-gc
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/hmac-md5
+++ b/modules/crypto/hmac-md5
@@ -19,7 +19,7 @@
 "hmac.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/hmac-sha1
+++ b/modules/crypto/hmac-sha1
@@ -19,7 +19,7 @@
 "hmac.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/md2-tests
+++ b/modules/crypto/md2-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-md2
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/md4-tests
+++ b/modules/crypto/md4-tests
@@ -10,4 +10,4 @@
 check_PROGRAMS += test-md4
 
 License:
-LGPL
+LGPLv2+
--- a/modules/crypto/md5
+++ b/modules/crypto/md5
@@ -18,7 +18,7 @@
 "md5.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
--- a/modules/crypto/rijndael
+++ b/modules/crypto/rijndael
@@ -21,7 +21,7 @@
 "rijndael-api-fst.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/sha1
+++ b/modules/crypto/sha1
@@ -18,7 +18,7 @@
 "sha1.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering
--- a/modules/memxor
+++ b/modules/memxor
@@ -17,7 +17,7 @@
 "memxor.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson