summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-07-30 21:35:56 +0000
committerBruno Haible <bruno@clisp.org>2007-07-30 21:35:56 +0000
commitb3027087e07468b63109d116e77202d391019125 (patch)
tree3a460b88e9b64a7d9db42e09a17bf2b5d4f048bc
parentdd3b451c536c14d3f31922e3dc394da4a724275f (diff)
downloadgnulib-b3027087e07468b63109d116e77202d391019125.tar.gz
Use the synonymous term LGPLv2+.
-rw-r--r--ChangeLog29
-rw-r--r--modules/base642
-rw-r--r--modules/c-ctype2
-rw-r--r--modules/c-strcase2
-rw-r--r--modules/check-version2
-rw-r--r--modules/crypto/des2
-rw-r--r--modules/crypto/gc2
-rw-r--r--modules/crypto/gc-arcfour2
-rw-r--r--modules/crypto/gc-arctwo2
-rw-r--r--modules/crypto/gc-des2
-rw-r--r--modules/crypto/gc-hmac-md52
-rw-r--r--modules/crypto/gc-hmac-sha12
-rw-r--r--modules/crypto/gc-md22
-rw-r--r--modules/crypto/gc-md42
-rw-r--r--modules/crypto/gc-md52
-rw-r--r--modules/crypto/gc-pbkdf2-sha12
-rw-r--r--modules/crypto/gc-random2
-rw-r--r--modules/crypto/gc-rijndael2
-rw-r--r--modules/crypto/gc-sha12
-rw-r--r--modules/crypto/md22
-rw-r--r--modules/crypto/md42
-rw-r--r--modules/iconv2
-rw-r--r--modules/iconv_open2
-rw-r--r--modules/read-file2
-rw-r--r--modules/striconv2
-rw-r--r--modules/strverscmp2
-rw-r--r--modules/vasprintf2
27 files changed, 55 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f9d29e95..6fc6c2eacd 100644
--- 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,
diff --git a/modules/base64 b/modules/base64
index 4150d5673e..80f04f1691 100644
--- a/modules/base64
+++ b/modules/base64
@@ -19,7 +19,7 @@ Include:
"base64.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/c-ctype b/modules/c-ctype
index 47889c206a..70136316cf 100644
--- a/modules/c-ctype
+++ b/modules/c-ctype
@@ -17,7 +17,7 @@ Include:
"c-ctype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/c-strcase b/modules/c-strcase
index eceac9e56c..49f391d996 100644
--- a/modules/c-strcase
+++ b/modules/c-strcase
@@ -18,7 +18,7 @@ Include:
"c-strcase.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/check-version b/modules/check-version
index bbde4f9e59..ab1bb3bc31 100644
--- a/modules/check-version
+++ b/modules/check-version
@@ -18,7 +18,7 @@ Include:
"check-version.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/des b/modules/crypto/des
index 107796c0fa..ded5aa857b 100644
--- a/modules/crypto/des
+++ b/modules/crypto/des
@@ -19,7 +19,7 @@ Include:
"des.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc b/modules/crypto/gc
index f989b21254..408dfef740 100644
--- a/modules/crypto/gc
+++ b/modules/crypto/gc
@@ -26,7 +26,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-arcfour b/modules/crypto/gc-arcfour
index 8c7f1fe693..0d1c3b01db 100644
--- a/modules/crypto/gc-arcfour
+++ b/modules/crypto/gc-arcfour
@@ -21,7 +21,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-arctwo b/modules/crypto/gc-arctwo
index 412ad6ccbc..479120afb8 100644
--- a/modules/crypto/gc-arctwo
+++ b/modules/crypto/gc-arctwo
@@ -21,7 +21,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-des b/modules/crypto/gc-des
index 1a2be0ed68..9d58dff57e 100644
--- a/modules/crypto/gc-des
+++ b/modules/crypto/gc-des
@@ -22,7 +22,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-hmac-md5 b/modules/crypto/gc-hmac-md5
index 2b3f4b093e..881899bb7b 100644
--- a/modules/crypto/gc-hmac-md5
+++ b/modules/crypto/gc-hmac-md5
@@ -27,7 +27,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-hmac-sha1 b/modules/crypto/gc-hmac-sha1
index 726e589d7c..603c28e459 100644
--- a/modules/crypto/gc-hmac-sha1
+++ b/modules/crypto/gc-hmac-sha1
@@ -27,7 +27,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-md2 b/modules/crypto/gc-md2
index 737524746c..1240549247 100644
--- a/modules/crypto/gc-md2
+++ b/modules/crypto/gc-md2
@@ -20,7 +20,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-md4 b/modules/crypto/gc-md4
index e3c555db7d..1e9490bf4f 100644
--- a/modules/crypto/gc-md4
+++ b/modules/crypto/gc-md4
@@ -21,7 +21,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-md5 b/modules/crypto/gc-md5
index da73ab9340..35fdf13c6e 100644
--- a/modules/crypto/gc-md5
+++ b/modules/crypto/gc-md5
@@ -22,7 +22,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-pbkdf2-sha1 b/modules/crypto/gc-pbkdf2-sha1
index e1c430fc2e..d70960c1e5 100644
--- a/modules/crypto/gc-pbkdf2-sha1
+++ b/modules/crypto/gc-pbkdf2-sha1
@@ -18,7 +18,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-random b/modules/crypto/gc-random
index 74b879c1e9..2f1787178f 100644
--- a/modules/crypto/gc-random
+++ b/modules/crypto/gc-random
@@ -17,7 +17,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-rijndael b/modules/crypto/gc-rijndael
index 5cf1496c44..bfcd48e1a2 100644
--- a/modules/crypto/gc-rijndael
+++ b/modules/crypto/gc-rijndael
@@ -23,7 +23,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/gc-sha1 b/modules/crypto/gc-sha1
index 7db6c1db1e..94a5812319 100644
--- a/modules/crypto/gc-sha1
+++ b/modules/crypto/gc-sha1
@@ -21,7 +21,7 @@ Include:
"gc.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/md2 b/modules/crypto/md2
index f3fa344e01..322e94eb9a 100644
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -18,7 +18,7 @@ Include:
"md2.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/crypto/md4 b/modules/crypto/md4
index 9ecfd616d6..03ad58fede 100644
--- a/modules/crypto/md4
+++ b/modules/crypto/md4
@@ -18,7 +18,7 @@ Include:
"md4.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/iconv b/modules/iconv
index 0b930cc52b..5d81aa3db0 100644
--- a/modules/iconv
+++ b/modules/iconv
@@ -21,7 +21,7 @@ Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/iconv_open b/modules/iconv_open
index 8aa5e8f132..1fa84125e8 100644
--- a/modules/iconv_open
+++ b/modules/iconv_open
@@ -58,7 +58,7 @@ Include:
<iconv.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/read-file b/modules/read-file
index 1b7263eb32..4fce90542b 100644
--- a/modules/read-file
+++ b/modules/read-file
@@ -17,7 +17,7 @@ Include:
"read-file.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Simon Josefsson
diff --git a/modules/striconv b/modules/striconv
index 0b75e43d55..82d74d854c 100644
--- a/modules/striconv
+++ b/modules/striconv
@@ -27,7 +27,7 @@ Include:
"striconv.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible, Simon Josefsson
diff --git a/modules/strverscmp b/modules/strverscmp
index c6acf5bea6..df634803a4 100644
--- a/modules/strverscmp
+++ b/modules/strverscmp
@@ -17,7 +17,7 @@ Include:
"strverscmp.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Jim Meyering, glibc
diff --git a/modules/vasprintf b/modules/vasprintf
index 1cade8a017..e57575e1d8 100644
--- a/modules/vasprintf
+++ b/modules/vasprintf
@@ -20,7 +20,7 @@ Include:
<stdio.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible