Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> > Note that the following modules are not yet marked as LGPLv2+. I don't know >> > if you intended it like this. >> > crypto/arcfour:LGPL >> > crypto/arctwo:LGPL >> > crypto/hmac-md5:LGPL >> > crypto/hmac-sha1:LGPL >> > crypto/md5:LGPL >> > crypto/rijndael:LGPL >> > crypto/sha1:LGPL >> >> What does 'LGPL' mean? v2.1+ or v3.0? > > The day we switch gnulib's major part to v3.0, it will mean LGPLv3+.
Ok. >> The above are/may be needed by >> GnuTLS, so I think it would be useful if the remain LGPLv2.1+. > > Then please mark the modules files (and their required modules) as LGPLv2+. Done, thanks. Jim, FYI, this touches your modules 'md5' and 'sha1'. Ok? /Simon Index: ChangeLog =================================================================== RCS file: /sources/gnulib/gnulib/ChangeLog,v retrieving revision 1.1874 diff -u -p -r1.1874 ChangeLog --- ChangeLog 6 Aug 2007 16:44:24 -0000 1.1874 +++ ChangeLog 7 Aug 2007 09:48:20 -0000 @@ -1,3 +1,28 @@ +2007-08-07 Simon Josefsson <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> and Bruno Haible <[EMAIL PROTECTED]> Index: modules/memxor =================================================================== RCS file: /sources/gnulib/gnulib/modules/memxor,v retrieving revision 1.7 diff -u -p -r1.7 memxor --- modules/memxor 3 Apr 2007 14:34:41 -0000 1.7 +++ modules/memxor 7 Aug 2007 09:48:20 -0000 @@ -17,7 +17,7 @@ Include: "memxor.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/arcfour =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/arcfour,v retrieving revision 1.1 diff -u -p -r1.1 arcfour --- modules/crypto/arcfour 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/arcfour 7 Aug 2007 09:48:20 -0000 @@ -18,7 +18,7 @@ Include: "arcfour.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/arctwo =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/arctwo,v retrieving revision 1.1 diff -u -p -r1.1 arctwo --- modules/crypto/arctwo 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/arctwo 7 Aug 2007 09:48:20 -0000 @@ -18,7 +18,7 @@ Include: "arctwo.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/des-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/des-tests,v retrieving revision 1.1 diff -u -p -r1.1 des-tests --- modules/crypto/des-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/des-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-des check_PROGRAMS += test-des License: -LGPL +LGPLv2+ Index: modules/crypto/gc-arcfour-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-arcfour-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-arcfour-tests --- modules/crypto/gc-arcfour-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-arcfour-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-arcfour check_PROGRAMS += test-gc-arcfour License: -LGPL +LGPLv2+ Index: modules/crypto/gc-arctwo-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-arctwo-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-arctwo-tests --- modules/crypto/gc-arctwo-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-arctwo-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-arctwo check_PROGRAMS += test-gc-arctwo License: -LGPL +LGPLv2+ Index: modules/crypto/gc-des-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-des-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-des-tests --- modules/crypto/gc-des-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-des-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-des check_PROGRAMS += test-gc-des License: -LGPL +LGPLv2+ Index: modules/crypto/gc-hmac-md5-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-hmac-md5-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-hmac-md5-tests --- modules/crypto/gc-hmac-md5-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-hmac-md5-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-hmac-md5 check_PROGRAMS += test-gc-hmac-md5 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-hmac-sha1-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-hmac-sha1-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-hmac-sha1-tests --- modules/crypto/gc-hmac-sha1-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-hmac-sha1-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-hmac-sha1 check_PROGRAMS += test-gc-hmac-sha1 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-md2-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-md2-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-md2-tests --- modules/crypto/gc-md2-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-md2-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-md2 check_PROGRAMS += test-gc-md2 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-md4-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-md4-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-md4-tests --- modules/crypto/gc-md4-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-md4-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-md4 check_PROGRAMS += test-gc-md4 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-md5-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-md5-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-md5-tests --- modules/crypto/gc-md5-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-md5-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-md5 check_PROGRAMS += test-gc-md5 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-pbkdf2-sha1-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-pbkdf2-sha1-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-pbkdf2-sha1-tests --- modules/crypto/gc-pbkdf2-sha1-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-pbkdf2-sha1-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-pbkdf2-sha1 check_PROGRAMS += test-gc-pbkdf2-sha1 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-rijndael-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-rijndael-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-rijndael-tests --- modules/crypto/gc-rijndael-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-rijndael-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-rijndael check_PROGRAMS += test-gc-rijndael License: -LGPL +LGPLv2+ Index: modules/crypto/gc-sha1-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-sha1-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-sha1-tests --- modules/crypto/gc-sha1-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-sha1-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc-sha1 check_PROGRAMS += test-gc-sha1 License: -LGPL +LGPLv2+ Index: modules/crypto/gc-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/gc-tests,v retrieving revision 1.1 diff -u -p -r1.1 gc-tests --- modules/crypto/gc-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/gc-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-gc check_PROGRAMS += test-gc License: -LGPL +LGPLv2+ Index: modules/crypto/hmac-md5 =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/hmac-md5,v retrieving revision 1.1 diff -u -p -r1.1 hmac-md5 --- modules/crypto/hmac-md5 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/hmac-md5 7 Aug 2007 09:48:20 -0000 @@ -19,7 +19,7 @@ Include: "hmac.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/hmac-sha1 =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/hmac-sha1,v retrieving revision 1.2 diff -u -p -r1.2 hmac-sha1 --- modules/crypto/hmac-sha1 3 Apr 2007 14:34:41 -0000 1.2 +++ modules/crypto/hmac-sha1 7 Aug 2007 09:48:20 -0000 @@ -19,7 +19,7 @@ Include: "hmac.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/md2-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/md2-tests,v retrieving revision 1.1 diff -u -p -r1.1 md2-tests --- modules/crypto/md2-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/md2-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-md2 check_PROGRAMS += test-md2 License: -LGPL +LGPLv2+ Index: modules/crypto/md4-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/md4-tests,v retrieving revision 1.1 diff -u -p -r1.1 md4-tests --- modules/crypto/md4-tests 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/md4-tests 7 Aug 2007 09:48:20 -0000 @@ -10,4 +10,4 @@ TESTS += test-md4 check_PROGRAMS += test-md4 License: -LGPL +LGPLv2+ Index: modules/crypto/md5 =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/md5,v retrieving revision 1.1 diff -u -p -r1.1 md5 --- modules/crypto/md5 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/md5 7 Aug 2007 09:48:20 -0000 @@ -18,7 +18,7 @@ Include: "md5.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc Index: modules/crypto/rijndael =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/rijndael,v retrieving revision 1.1 diff -u -p -r1.1 rijndael --- modules/crypto/rijndael 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/rijndael 7 Aug 2007 09:48:20 -0000 @@ -21,7 +21,7 @@ Include: "rijndael-api-fst.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson Index: modules/crypto/sha1 =================================================================== RCS file: /sources/gnulib/gnulib/modules/crypto/sha1,v retrieving revision 1.1 diff -u -p -r1.1 sha1 --- modules/crypto/sha1 1 Apr 2007 08:38:41 -0000 1.1 +++ modules/crypto/sha1 7 Aug 2007 09:48:20 -0000 @@ -18,7 +18,7 @@ Include: "sha1.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering