From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add psutils. Date: Mon, 21 Jan 2013 23:43:38 +0100 Message-ID: <87sj5u5f8l.fsf@gnu.org> References: <201301202333.31367.andreas@enge.fr> <87wqv68f8n.fsf@gnu.org> <201301212145.56116.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxQ5g-0004Cu-GJ for bug-guix@gnu.org; Mon, 21 Jan 2013 17:43:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxQ5f-0002ka-CW for bug-guix@gnu.org; Mon, 21 Jan 2013 17:43:44 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:58083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxQ5f-0002kW-5p for bug-guix@gnu.org; Mon, 21 Jan 2013 17:43:43 -0500 In-Reply-To: <201301212145.56116.andreas@enge.fr> (Andreas Enge's message of "Mon, 21 Jan 2013 21:45:55 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Montag, 21. Januar 2013 schrieb Ludovic Court=C3=A8s: >> > Does it qualify as "bsd-like"? >> It looks like BSD-3 to me, or at least =E2=80=9CBSD-like=E2=80=9D. > > Sort of. Except that the second clause states that source code needs to b= e=20 > provided, whereas BSD just states that binary distributions need to keep= =20 > the copyright notice. Oh, OK. > I could also add an entry to the licenses file, but I am afraid we might= =20 > end up with almost as many licenses as packages. Agreed, that=E2=80=99s a problem. :-) >> > If not, would it make sense to add a license "other" to licenses.scm, >> > which takes the same parameters as "bsd-like"? >> I think (guix licenses) should export the constructor, but under the >> name =E2=80=98make-license=E2=80=99 to avoid clashes with the =E2=80=98l= icense=E2=80=99 field in >> =E2=80=98package=E2=80=99 records. > > Is this not exactly how bsd-style operates? Yes, but it=E2=80=99s only for BSD-style licenses. Thanks! Ludo=E2=80=99.