[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] gnu: add feh
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/1] gnu: add feh |
Date: |
Mon, 06 Oct 2014 09:59:25 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Ian Denhardt <address@hidden> skribis:
> * gnu/packages/feh.scm: New File
I pushed the patch with a slightly tweaked commit message (gnu-system.am
was not mentioned) and with:
> + (license x11-style)))
... this changed to:
+ ;; The license is really the Expat license, with additional wording in the
+ ;; 2nd paragraph: "acknowledgment shall be given in the documentation and
+ ;; software packages that this Software was used."
+ (license (x11-style "file://COPYING"
+ "See 'COPYING' in the distribution."))))
Because ‘x11-style’ is actually a procedure that returns a license.
Thanks!
Ludo’.