bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List of abbreviations for licenses


From: Nikita Karetnikov
Subject: Re: List of abbreviations for licenses
Date: Tue, 11 Dec 2012 11:24:21 +0300

Hi,

I've found out that we can't use (guix licenses) right now; 'bzip2'
and 'flex' use BSD-like licenses that differ from 'bsd-2', 'bsd-3',
and 'bsd-4'.

There are two ways to fix the problem. We can create new licenses for
such packages (e.g. 'bzip2'), but it will be tricky. I propose to use
the following variable instead:

(define bsd-like
  (license "BSD-like"
           #f
          "This is not a real license. It's just a placeholder for
           packages that use BSD-like licenses which don't fall into the
           following categories: 'bsd-2', 'bsd-3', and 'bsd-4'. Check the
           source code for details.")

What do you think?

Also, I'll add 'expat', which is used by 'libffi'.

Nikita



reply via email to

[Prev in Thread] Current Thread [Next in Thread]