bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: second call: please nail down the license terms of some more modules


From: Bruno Haible
Subject: Re: second call: please nail down the license terms of some more modules
Date: Mon, 30 Jul 2007 23:36:07 +0200
User-agent: KMail/1.5.4

Simon Josefsson wrote two weeks ago:
> I need the following modules to be usable in a LGPLv2 project:
> 
> Libidn: gettext-h stdint striconv strverscmp
> Gsasl: base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-md5-tests
>  crypto/gc-md5 crypto/gc-md5-tests crypto/gc-random crypto/gc-tests
>  getline gettext maintainer-makefile strdup strverscmp vasprintf
> GnuTLS: crypto/gc crypto/gc-arcfour crypto/gc-arctwo crypto/gc-des
>  crypto/gc-hmac-md5 crypto/gc-md2 crypto/gc-md4 crypto/gc-md5
>  crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-rijndael crypto/gc-sha1
>  getpass gettext memmem memmove minmax read-file snprintf socklen stdint
>  strverscmp sys_socket sys_stat time_r unistd vasprintf
> Libntlm: check-version des des-tests maintainer-makefile md4 md4-tests
>  strdup strverscmp unistd
> ...
> I moving today, so I don't have time to go through them and check who is
> the owner etc.  I'll see if I find time later this week.  Unless someone
> else beats me to it...

The week is over. I'm marking the modules that you specified as LGPLv2+.
Except the tests, because they can be under GPL without problems, since they
are not installed into libraries.

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

2007-07-30  Bruno Haible  <address@hidden>

        * 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.

--- modules/base64      9 Aug 2006 22:52:40 -0000       1.2
+++ modules/base64      30 Jul 2007 21:26:07 -0000
@@ -19,7 +19,7 @@
 "base64.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/c-ctype     14 Nov 2006 11:07:51 -0000      1.3
+++ modules/c-ctype     30 Jul 2007 21:26:07 -0000
@@ -17,7 +17,7 @@
 "c-ctype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- modules/c-strcase   11 Oct 2005 18:48:53 -0000      1.1
+++ modules/c-strcase   30 Jul 2007 21:26:07 -0000
@@ -18,7 +18,7 @@
 "c-strcase.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- modules/check-version       13 Oct 2006 12:40:23 -0000      1.5
+++ modules/check-version       30 Jul 2007 21:26:07 -0000
@@ -18,7 +18,7 @@
 "check-version.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/iconv       1 Feb 2007 01:52:34 -0000       1.10
+++ modules/iconv       30 Jul 2007 21:26:07 -0000
@@ -21,7 +21,7 @@
 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- modules/iconv_open  21 Jun 2007 17:08:45 -0000      1.4
+++ modules/iconv_open  30 Jul 2007 21:26:07 -0000
@@ -58,7 +58,7 @@
 <iconv.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- modules/read-file   13 Oct 2006 12:40:23 -0000      1.4
+++ modules/read-file   30 Jul 2007 21:26:07 -0000
@@ -17,7 +17,7 @@
 "read-file.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/striconv    31 Mar 2007 21:00:51 -0000      1.3
+++ modules/striconv    30 Jul 2007 21:26:07 -0000
@@ -27,7 +27,7 @@
 "striconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, Simon Josefsson
--- modules/strverscmp  13 Oct 2006 12:40:23 -0000      1.8
+++ modules/strverscmp  30 Jul 2007 21:26:07 -0000
@@ -17,7 +17,7 @@
 "strverscmp.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
--- modules/vasprintf   27 Mar 2007 20:18:17 -0000      1.5
+++ modules/vasprintf   30 Jul 2007 21:26:07 -0000
@@ -20,7 +20,7 @@
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- modules/crypto/des  1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/des  30 Jul 2007 21:26:07 -0000
@@ -19,7 +19,7 @@
 "des.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc   3 Apr 2007 14:32:39 -0000       1.1
+++ modules/crypto/gc   30 Jul 2007 21:26:07 -0000
@@ -26,7 +26,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-arcfour   1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-arcfour   30 Jul 2007 21:26:07 -0000
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-arctwo    1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-arctwo    30 Jul 2007 21:26:07 -0000
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-des       1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-des       30 Jul 2007 21:26:07 -0000
@@ -22,7 +22,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-hmac-md5  1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-hmac-md5  30 Jul 2007 21:26:07 -0000
@@ -27,7 +27,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-hmac-sha1 1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-hmac-sha1 30 Jul 2007 21:26:07 -0000
@@ -27,7 +27,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-md2       1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-md2       30 Jul 2007 21:26:07 -0000
@@ -20,7 +20,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-md4       1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-md4       30 Jul 2007 21:26:07 -0000
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-md5       1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-md5       30 Jul 2007 21:26:07 -0000
@@ -22,7 +22,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-pbkdf2-sha1       1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-pbkdf2-sha1       30 Jul 2007 21:26:07 -0000
@@ -18,7 +18,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-random    1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-random    30 Jul 2007 21:26:07 -0000
@@ -17,7 +17,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-rijndael  1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-rijndael  30 Jul 2007 21:26:07 -0000
@@ -23,7 +23,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/gc-sha1      1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/gc-sha1      30 Jul 2007 21:26:07 -0000
@@ -21,7 +21,7 @@
 "gc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/md2  1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/md2  30 Jul 2007 21:26:07 -0000
@@ -18,7 +18,7 @@
 "md2.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson
--- modules/crypto/md4  1 Apr 2007 08:38:41 -0000       1.1
+++ modules/crypto/md4  30 Jul 2007 21:26:07 -0000
@@ -18,7 +18,7 @@
 "md4.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson





reply via email to

[Prev in Thread] Current Thread [Next in Thread]