From b3027087e07468b63109d116e77202d391019125 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 30 Jul 2007 21:35:56 +0000 Subject: [PATCH] Use the synonymous term LGPLv2+. --- ChangeLog | 29 +++++++++++++++++++++++++++++ modules/base64 | 2 +- modules/c-ctype | 2 +- modules/c-strcase | 2 +- modules/check-version | 2 +- modules/crypto/des | 2 +- modules/crypto/gc | 2 +- modules/crypto/gc-arcfour | 2 +- modules/crypto/gc-arctwo | 2 +- modules/crypto/gc-des | 2 +- modules/crypto/gc-hmac-md5 | 2 +- modules/crypto/gc-hmac-sha1 | 2 +- modules/crypto/gc-md2 | 2 +- modules/crypto/gc-md4 | 2 +- modules/crypto/gc-md5 | 2 +- modules/crypto/gc-pbkdf2-sha1 | 2 +- modules/crypto/gc-random | 2 +- modules/crypto/gc-rijndael | 2 +- modules/crypto/gc-sha1 | 2 +- modules/crypto/md2 | 2 +- modules/crypto/md4 | 2 +- modules/iconv | 2 +- modules/iconv_open | 2 +- modules/read-file | 2 +- modules/striconv | 2 +- modules/strverscmp | 2 +- modules/vasprintf | 2 +- 27 files changed, 55 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9f9d29e9..6fc6c2eac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2007-07-30 Bruno Haible + + * 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 * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory, diff --git a/modules/base64 b/modules/base64 index 4150d5673..80f04f169 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 47889c206..70136316c 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 eceac9e56..49f391d99 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 bbde4f9e5..ab1bb3bc3 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 107796c0f..ded5aa857 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 f989b2125..408dfef74 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 8c7f1fe69..0d1c3b01d 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 412ad6ccb..479120afb 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 1a2be0ed6..9d58dff57 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 2b3f4b093..881899bb7 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 726e589d7..603c28e45 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 737524746..124054924 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 e3c555db7..1e9490bf4 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 da73ab934..35fdf13c6 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 e1c430fc2..d70960c1e 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 74b879c1e..2f1787178 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 5cf1496c4..bfcd48e1a 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 7db6c1db1..94a581231 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 f3fa344e0..322e94eb9 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 9ecfd616d..03ad58fed 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 0b930cc52..5d81aa3db 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 8aa5e8f13..1fa84125e 100644 --- a/modules/iconv_open +++ b/modules/iconv_open @@ -58,7 +58,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/read-file b/modules/read-file index 1b7263eb3..4fce90542 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 0b75e43d5..82d74d854 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 c6acf5bea..df634803a 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 1cade8a01..e57575e1d 100644 --- a/modules/vasprintf +++ b/modules/vasprintf @@ -20,7 +20,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible -- 2.11.0