[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] gnu: Add arc-icon-theme.
From: |
Thompson, David |
Subject: |
Re: [PATCH 3/3] gnu: Add arc-icon-theme. |
Date: |
Fri, 10 Jun 2016 08:50:48 -0400 |
On Fri, Jun 10, 2016 at 8:29 AM, Ludovic Courtès <address@hidden> wrote:
> David Thompson <address@hidden> 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’s no place where they could write “v3 only” or “v3 or any
> later version”.
>
> In that case, the license text prevails, and thus, we write it as
> ‘gpl3+’.
>
> Does it make sense?
>
> Otherwise LGTM, thanks!
Makes sense! Fixed and pushed.
- Dave