[Buildroot] [PATCH 10/11] nfs-utils: add license information

Peter Korsgaard jacmet at uclibc.org
Wed May 7 12:01:52 UTC 2014


>>>>> "Ryan" == Ryan Barnett <rjbarnet at rockwellcollins.com> writes:

 > Signed-off-by: Ryan Barnett <rjbarnet at rockwellcollins.com>
 > ---
 >  package/nfs-utils/nfs-utils.mk |    2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/nfs-utils/nfs-utils.mk b/package/nfs-utils/nfs-utils.mk
 > index 76face5..2fe5d43 100644
 > --- a/package/nfs-utils/nfs-utils.mk
 > +++ b/package/nfs-utils/nfs-utils.mk
 > @@ -7,6 +7,8 @@
 >  NFS_UTILS_VERSION = 1.2.6
 >  NFS_UTILS_SOURCE = nfs-utils-$(NFS_UTILS_VERSION).tar.bz2
 >  NFS_UTILS_SITE = http://downloads.sourceforge.net/project/nfs/nfs-utils/$(NFS_UTILS_VERSION)
 > +NFS_UTILS_LICENSE = GPLv2

A number of the files contain the '(at your option) any later version'
string:

grep -rls 'at your option.*later' utils
utils/nfsd/nfssvc.h
utils/nfsdcld/sqlite.h
utils/nfsdcld/sqlite.c
utils/nfsdcld/nfsdcld.c
utils/statd/COPYING
utils/statd/hostname.c
utils/mount/parse_dev.h
utils/mount/network.c
utils/mount/token.h
utils/mount/stropts.h
utils/mount/error.c
utils/mount/parse_opt.c
utils/mount/utils.h
utils/mount/token.c
utils/mount/parse_dev.c
utils/mount/version.h
utils/mount/parse_opt.h
utils/mount/network.h
utils/mount/error.h
utils/mount/stropts.c

So I made it GPLv2+. That's also what Debian lists it as.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list