all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* License auditing
@ 2016-08-03 16:28 David Craven
  2016-08-03 17:55 ` Danny Milosavljevic
  2016-08-03 18:03 ` Leo Famulari
  0 siblings, 2 replies; 14+ messages in thread
From: David Craven @ 2016-08-03 16:28 UTC (permalink / raw)
  To: guix-devel

Hi!

How can I tell the difference between a lgpl2.1 and lgpl2.1+ license?

Is this a job that an automated tool could do? Detecting licenses
included in a tarball?

Cheers
David

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: License auditing
@ 2016-08-04 17:41 Philippe Ombredanne
  0 siblings, 0 replies; 14+ messages in thread
From: Philippe Ombredanne @ 2016-08-04 17:41 UTC (permalink / raw)
  To: guix-devel

On Wed, 3 Aug 2016 19:55:11 +0200, Danny Milosavljevic wrote:
> See also <https://spdx.org/licenses/> (especially
> <https://github.com/triplecheck/>),
> <http://www.sciencedirect.com/science/article/pii/S0164121216300905> (also
> lists several license checkers; Fossology seems to be a whole webservice which
> does that).

On Wed, 3 Aug 2016 14:05:06 -0400, Leo Famulari wrote:
> There could also be binaries with no source code, some code with a
> unique license, or countless other ways to confuse a license parser.

On Thu, 4 Aug 2016 00:59:52 +0200, David Craven wrote:
> I found a promising package to help with license auditing. It's not
> perfect judging from the bug reports, but it seems pretty nice. It is
> the only option I found which is intended for scripted usage (has a
> nice cli interface). I'll package it tomorrow. Interesting would be to
> write a plugin for guix to see how it's findings compare to the
> licenses declared in guixsd.
> [0]
> https://github.com/nexB/scancode-toolkit/blob/develop/src/scancode/cli.py#L204


Hello guixers!
Scancode maintainer here!
Scancode detects licenses and more and it tries hard not to get
confused by the countless
ways licenses are written or mentioned.

It also does not require any specific install beyond a Python
interpreter and runs
from the command line and could come handy there.

There are bugs but I track these actively and fix them eventually!
I am curious if this breaks a few assumptions in Guix or not.
For instance, I vendor all third-parties such that a simple tarball
has everything it
needs to run except for a Python interpreter. But this could be
eventually borken down
in a python package and several lib deps if you want to go this route in Guix.

PS: I am also one of the SPDX co-founders.

I would be glad to help in any way I can.
-- 
Cordially
Philippe Ombredanne

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: License auditing
@ 2016-08-04 18:34 Philippe Ombredanne
  0 siblings, 0 replies; 14+ messages in thread
From: Philippe Ombredanne @ 2016-08-04 18:34 UTC (permalink / raw)
  To: guix-devel

On Wed, 3 Aug 2016 19:55:11 +0200, Danny Milosavljevic wrote:
> See also <https://spdx.org/licenses/> (especially
> <https://github.com/triplecheck/>),
> <http://www.sciencedirect.com/science/article/pii/S0164121216300905> (also
> lists several license checkers; Fossology seems to be a whole webservice which
> does that).

On Wed, 3 Aug 2016 14:05:06 -0400, Leo Famulari wrote:
> There could also be binaries with no source code, some code with a
> unique license, or countless other ways to confuse a license parser.

On Thu, 4 Aug 2016 00:59:52 +0200, David Craven wrote:
> I found a promising package to help with license auditing. It's not
> perfect judging from the bug reports, but it seems pretty nice. It is
> the only option I found which is intended for scripted usage (has a
> nice cli interface). I'll package it tomorrow. Interesting would be to
> write a plugin for guix to see how it's findings compare to the
> licenses declared in guixsd.
> [0]
> https://github.com/nexB/scancode-toolkit/blob/develop/src/scancode/cli.py#L204


Hello guixers!
Scancode maintainer here.
Scancode detects licenses and more and it tries hard not to get
(too) confused by the countless ways licenses are written or mentioned.

It also does not require any specific install beyond a Python
interpreter and runs from the command line and could come
handy there.

There are bugs but I track these actively and fix them eventually.

I am curious if this breaks a few assumptions in Guix or not:
I vendor all third-parties such that a simple tarball has
everything it needs to run except for a Python interpreter.

But this could be eventually broken down in a python package
and several lib deps to package it in Guix.
See also this conversation with David [1]

PS: I am also one of the SPDX co-founders.

I will be glad to help in any modest way I can.

 [1] https://github.com/nexB/scancode-toolkit/issues/288

-- 
Cordially
Philippe Ombredanne

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-08-04 18:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03 16:28 License auditing David Craven
2016-08-03 17:55 ` Danny Milosavljevic
2016-08-03 18:00   ` Jelle Licht
2016-08-03 18:05   ` Leo Famulari
2016-08-03 18:05   ` David Craven
2016-08-03 18:15     ` David Craven
2016-08-03 18:03 ` Leo Famulari
2016-08-03 20:42   ` Ludovic Courtès
2016-08-03 21:11     ` Alex Griffin
2016-08-03 22:59       ` David Craven
2016-08-04 14:23       ` Ludovic Courtès
2016-08-04 14:40         ` Alex Griffin
  -- strict thread matches above, loose matches on Subject: below --
2016-08-04 17:41 Philippe Ombredanne
2016-08-04 18:34 Philippe Ombredanne

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.