Mercurial > hg > octave-lojdl > gnulib-hg
view modules/nproc @ 17440:0d0daceb5bdd
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>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 03 Jul 2013 15:34:30 -0600 |
parents | 9461d52fe84f |
children |
line wrap: on
line source
Description: Detect the number of processors Files: lib/nproc.h lib/nproc.c m4/nproc.m4 Depends-on: c-ctype extensions unistd configure.ac: gl_NPROC Makefile.am: lib_SOURCES += nproc.c Include: "nproc.h" License: LGPLv2+ Maintainer: Glen Lenker and Paul Eggert