From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: Add arc-icon-theme. Date: Fri, 10 Jun 2016 14:29:22 +0200 Message-ID: <87inxh2pnh.fsf@gnu.org> References: <20160607123555.14504-1-dthompson2@worcester.edu> <20160607123555.14504-3-dthompson2@worcester.edu> 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]:41691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLZ4-0002jI-SR for guix-devel@gnu.org; Fri, 10 Jun 2016 08:29:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLYz-0000jE-8D for guix-devel@gnu.org; Fri, 10 Jun 2016 08:29:29 -0400 In-Reply-To: <20160607123555.14504-3-dthompson2@worcester.edu> (David Thompson's message of "Tue, 7 Jun 2016 08:35:55 -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" To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > * gnu/packages/gnome.scm (arc-icon-theme): New variable. [...] > + (home-page "https://github.com/horst3180/arc-icon-theme") > + ;; No "or later" language found. > + (license license:gpl3))) Looking more closely (the same goes for the two other themes), it seems there are no source file headers, because source files are SVGs, so in effect, there=E2=80=99s no place where they could write =E2=80=9Cv3 only=E2= =80=9D or =E2=80=9Cv3 or any later version=E2=80=9D. In that case, the license text prevails, and thus, we write it as =E2=80=98gpl3+=E2=80=99. Does it make sense? Otherwise LGTM, thanks! Ludo=E2=80=99.