From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Add font-ubuntu Date: Sun, 23 Aug 2015 23:07:11 +0200 Message-ID: <87fv39ww74.fsf@gnu.org> References: <1439766267-15096-1-git-send-email-eric@dvorsak.fr> <87fv3e10r7.fsf@gnu.org> <87io88b6k7.fsf@netris.org> 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]:44553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTcU2-0007ub-2B for guix-devel@gnu.org; Sun, 23 Aug 2015 17:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTcTy-00068m-Cd for guix-devel@gnu.org; Sun, 23 Aug 2015 17:07:18 -0400 In-Reply-To: <87io88b6k7.fsf@netris.org> (Mark H. Weaver's message of "Fri, 21 Aug 2015 18:49:44 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> Eric Dvorsak skribis: >> >>> * gnu/packages/fonts/scm (font-ubuntu): New variable. > > That last "/" should have been a ".". Oh well. Oops. my bad. >> I changed the license URL to >> http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt and applied it. >> Thank you! > > The patch labelled this license as 'non-copyleft', but I'm not sure > that's right. It includes this text: > > 4) The Font Software, modified or unmodified, in part or in whole, > must be distributed entirely under this licence, and must not be > distributed under any other licence. [...] > > So this ensures that additional restrictions cannot be added later, like > a copyleft license. Good point. > I'm not entirely sure it's a free software license as indicated by > 'fsf-free' either, Why? > but that's okay because fonts qualify as non-functional data. It > might be that we don't yet have anything in (guix licenses) that > applies here. Maybe we need another license-producing procedure for > non-functional works that satify the FSDG requirements? Right, that=E2=80=99s something we could do in this case. I=E2=80=99d be s= urprised if this one were not considered FSF-free though? Thank you, Ludo=E2=80=99.