nproc: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:34:30 +0000 (15:34 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:34:30 +0000 (15:34 -0600)
nproc merely exposes alternatives to sysconf(_SC_NPROCESSORS_CONF),
which is part of glibc and thus LGPLv2+; it is not adding any value
that strategically requires LGPLv3+.  See also this thread.
https://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00105.html

* modules/nproc (License): Change from LGPLv3+.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/nproc

index 0ae4f53..49e71c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-07-03  Eric Blake  <eblake@redhat.com>
 
+       nproc: relax license to LGPLv2+
+       * modules/nproc (License): Change from LGPLv3+.
+
        bootstrap: honor --no-git
        * build-aux/bootstrap: Don't even try to use git when user is
        pointing to a static checkout.
index 8c0e7f2..2cbf04d 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "nproc.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Glen Lenker and Paul Eggert