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)
commit240af58aeaae7863a3adcdbc812d7646a0a5ac99
treeeba9d0c3ce04afe07ecb469159a1d93f1c5709da
parentb72ff2a45efde544c406804186d37a3254728571
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 <eblake@redhat.com>
ChangeLog
modules/nproc