changeset 9131:8812f453e378

Use the synonymous term LGPLv2+.
author Bruno Haible <bruno@clisp.org>
date Mon, 30 Jul 2007 21:35:56 +0000
parents 5571ca48ba38
children 7e3854a9b806
files ChangeLog modules/base64 modules/c-ctype modules/c-strcase modules/check-version modules/crypto/des modules/crypto/gc modules/crypto/gc-arcfour modules/crypto/gc-arctwo modules/crypto/gc-des modules/crypto/gc-hmac-md5 modules/crypto/gc-hmac-sha1 modules/crypto/gc-md2 modules/crypto/gc-md4 modules/crypto/gc-md5 modules/crypto/gc-pbkdf2-sha1 modules/crypto/gc-random modules/crypto/gc-rijndael modules/crypto/gc-sha1 modules/crypto/md2 modules/crypto/md4 modules/iconv modules/iconv_open modules/read-file modules/striconv modules/strverscmp modules/vasprintf
diffstat 27 files changed, 55 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2007-07-30  Bruno Haible  <bruno@clisp.org>
+
+	* modules/base64 (License): Use the synonymous term "LGPLv2+".
+	* modules/c-ctype (License): Likewise.
+	* modules/c-strcase (License): Likewise.
+	* modules/check-version (License): Likewise.
+	* modules/iconv (License): Likewise.
+	* modules/iconv_open (License): Likewise.
+	* modules/read-file (License): Likewise.
+	* modules/striconv (License): Likewise.
+	* modules/strverscmp (License): Likewise.
+	* modules/vasprintf (License): Likewise.
+	* modules/crypto/des (License): Likewise.
+	* modules/crypto/gc (License): Likewise.
+	* modules/crypto/gc-arcfour (License): Likewise.
+	* modules/crypto/gc-arctwo (License): Likewise.
+	* modules/crypto/gc-des (License): Likewise.
+	* modules/crypto/gc-hmac-md5 (License): Likewise.
+	* modules/crypto/gc-hmac-sha1 (License): Likewise.
+	* modules/crypto/gc-md2 (License): Likewise.
+	* modules/crypto/gc-md4 (License): Likewise.
+	* modules/crypto/gc-md5 (License): Likewise.
+	* modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
+	* modules/crypto/gc-random (License): Likewise.
+	* modules/crypto/gc-rijndael (License): Likewise.
+	* modules/crypto/gc-sha1 (License): Likewise.
+	* modules/crypto/md2 (License): Likewise.
+	* modules/crypto/md4 (License): Likewise.
+
 2007-07-30  Jim Meyering  <jim@meyering.net>
 
 	* lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
--- a/modules/base64
+++ b/modules/base64
@@ -19,7 +19,7 @@
 "base64.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/c-ctype
+++ b/modules/c-ctype
@@ -17,7 +17,7 @@
 "c-ctype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/c-strcase
+++ b/modules/c-strcase
@@ -18,7 +18,7 @@
 "c-strcase.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/check-version
+++ b/modules/check-version
@@ -18,7 +18,7 @@
 "check-version.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/des
+++ b/modules/crypto/des
@@ -19,7 +19,7 @@
 "des.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc
+++ b/modules/crypto/gc
@@ -26,7 +26,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-arcfour
+++ b/modules/crypto/gc-arcfour
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-arctwo
+++ b/modules/crypto/gc-arctwo
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-des
+++ b/modules/crypto/gc-des
@@ -22,7 +22,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-hmac-md5
+++ b/modules/crypto/gc-hmac-md5
@@ -27,7 +27,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-hmac-sha1
+++ b/modules/crypto/gc-hmac-sha1
@@ -27,7 +27,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-md2
+++ b/modules/crypto/gc-md2
@@ -20,7 +20,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-md4
+++ b/modules/crypto/gc-md4
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-md5
+++ b/modules/crypto/gc-md5
@@ -22,7 +22,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-pbkdf2-sha1
+++ b/modules/crypto/gc-pbkdf2-sha1
@@ -18,7 +18,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-random
+++ b/modules/crypto/gc-random
@@ -17,7 +17,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-rijndael
+++ b/modules/crypto/gc-rijndael
@@ -23,7 +23,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/gc-sha1
+++ b/modules/crypto/gc-sha1
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -18,7 +18,7 @@
 "md2.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/crypto/md4
+++ b/modules/crypto/md4
@@ -18,7 +18,7 @@
 "md4.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/iconv
+++ b/modules/iconv
@@ -21,7 +21,7 @@
 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/iconv_open
+++ b/modules/iconv_open
@@ -58,7 +58,7 @@
 <iconv.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/read-file
+++ b/modules/read-file
@@ -17,7 +17,7 @@
 "read-file.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- a/modules/striconv
+++ b/modules/striconv
@@ -27,7 +27,7 @@
 "striconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, Simon Josefsson
--- a/modules/strverscmp
+++ b/modules/strverscmp
@@ -17,7 +17,7 @@
 "strverscmp.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
--- a/modules/vasprintf
+++ b/modules/vasprintf
@@ -20,7 +20,7 @@
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible