From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add nvi Date: Tue, 02 Sep 2014 21:36:34 +0200 Message-ID: <87vbp5olvh.fsf@gnu.org> References: <54047591.9080902@gmail.com> <8761h6sac7.fsf@gnu.org> <540594E3.10008@gmail.com> <874mwqnr2q.fsf@gnu.org> <5405C55A.6050301@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOtsm-0000Mb-AT for guix-devel@gnu.org; Tue, 02 Sep 2014 15:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOtsa-0006cO-SW for guix-devel@gnu.org; Tue, 02 Sep 2014 15:36:48 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:55882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOtsa-0006c6-Kg for guix-devel@gnu.org; Tue, 02 Sep 2014 15:36:36 -0400 In-Reply-To: <5405C55A.6050301@gmail.com> (Marek Benc's message of "Tue, 02 Sep 2014 15:25:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Marek Benc Cc: Guix-devel Marek Benc skribis: > On 09/02/2014 02:29 PM, Ludovic Court=C3=A8s wrote: [...] >> Could you send the patch (with the added comments) as an attachment, >> because the mail client apparently mangled it? > > Okay, It's as an attachment. Here's the changelog entries: > > 2014-09-02 Marek Benc > * gnu/packages/nvi.scm: New file. > * gnu/packages/patches/nvi-assume-preserve-path.patch: New file. > * gnu-system.am: Added the preceding 2 files. Actually, if you make the 3 lines above part of the commit log, =E2=80=98git format-patch=E2=80=99 will preserve them, and so the patch will be directly applicable with =E2=80=98git am=E2=80=99=E2=80=93which is better. :-) Anyway I=E2=80=99ve now pushed the patch, thanks! [...] > (The files in the clib/ subdirectory bear a BSD-4 license header, yet t= he > only copyright holder of those files is the University of California, > Berkeley, which removed the ad-clause in 1997 retroactively (i.e. it > relicensed all BSD-4 code under its copyright to BSD-3). Thus those fil= es > are effectively distributed under the BSD-3 license as well.) This seems to be the explanation: at some point UC Berkeley changed the license to BSD-3, which it can do as the sole copyright holder. Thanks, Ludo=E2=80=99.