[Libguestfs] modules in gnulib that are GPL

2013-08-25 Thread Or Goshen
gettime hash human memcpy openat-die openat-safer quote quotearg readlinkat save-cwd symlinkat timespec utimens xstrtol xstrtoll xstrtoumax xvasprintf I didnt track where they are uses, some of them arent used directly. ___ Libguestfs mailing list

Re: [Libguestfs] modules in gnulib that are GPL

2013-08-25 Thread Richard W.M. Jones
On Sun, Aug 25, 2013 at 02:50:17PM +0300, Or Goshen wrote: gettime hash human memcpy openat-die openat-safer quote quotearg readlinkat save-cwd symlinkat timespec utimens xstrtol xstrtoll xstrtoumax xvasprintf I didnt track where they are uses, some of them arent used directly.

[Libguestfs] Modules in gnulib that are GPL and are used in libguestfs

2013-08-22 Thread Or Goshen
acl:26:GPL areadlinkat:33:GPL areadlinkat-with-size:34:GPL argmatch:28:GPL argp-version-etc:19:GPL argv-iter:22:GPL array-list:21:GPL array-oset:21:GPL assert:18:GPL at-internal:25:GPL avltreehash-list:31:GPL avltree-list:24:GPL avltree-oset:21:GPL backupfile:31:GPL bcopy:19:GPL calloc:23:GPL

Re: [Libguestfs] Modules in gnulib that are GPL and are used in libguestfs

2013-08-22 Thread Richard W.M. Jones
How did you construct this list? It appears to list modules which are not used by libguestfs directly or indirectly, eg (picked at random): avltreehash-list:31:GPL avltree-list:24:GPL avltree-oset:21:GPL Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones

Re: [Libguestfs] Modules in gnulib that are GPL and are used in libguestfs

2013-08-22 Thread Or Goshen
after creating a git clone I executed bootstrap and then entered libguestfs/.gnulib/modules and executed grep -rn GPL * | grep :GPL | grep -v build tool ~/GPLed On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones rjo...@redhat.comwrote: How did you construct this list? It appears to list

Re: [Libguestfs] Modules in gnulib that are GPL and are used in libguestfs

2013-08-22 Thread Richard W.M. Jones
On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote: after creating a git clone I executed bootstrap and then entered libguestfs/.gnulib/modules and executed grep -rn GPL * | grep :GPL | grep -v build tool ~/GPLed The .gnulib subdirectory is the gnulib submodule, so it contains a

Re: [Libguestfs] Modules in gnulib that are GPL and are used in libguestfs

2013-08-22 Thread Richard W.M. Jones
On Thu, Aug 22, 2013 at 11:47:32AM +0300, Or Goshen wrote: well, correct me if I'm wrong, but there is at least one module that is used and is GPL: xvasprintf We only use xvasprintf in tools (df, edit, rescue), and those are already GPLv2+. Rich. -- Richard Jones, Virtualization Group, Red