From: Eric Blake Date: Wed, 3 Jul 2013 21:34:30 +0000 (-0600) Subject: nproc: relax license to LGPLv2+ X-Git-Tag: v0.1~100 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=240af58aeaae7863a3adcdbc812d7646a0a5ac99 nproc: relax license to LGPLv2+ 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 --- diff --git a/ChangeLog b/ChangeLog index 0ae4f53fb..49e71c711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-07-03 Eric Blake + 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. diff --git a/modules/nproc b/modules/nproc index 8c0e7f228..2cbf04d92 100644 --- a/modules/nproc +++ b/modules/nproc @@ -21,7 +21,7 @@ Include: "nproc.h" License: -LGPL +LGPLv2+ Maintainer: Glen Lenker and Paul Eggert