From 04cd790b1b08fe9fe09dddd896db267c78640872 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 13 Sep 2016 23:45:21 +0000 Subject: [PATCH 1/2] licenses: Add epic. * guix/licenses.scm (epic): New variable. --- guix/licenses.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 265f048..4abd539 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -40,6 +40,7 @@ artistic2.0 clarified-artistic copyleft-next cpl1.0 + epic epl1.0 expat freetype @@ -209,6 +210,14 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:CPLv1.0" "https://www.gnu.org/licenses/license-list#CommonPublicLicense10")) +;; The epic license is equal to the standard three-clause BSD license except +;; that you are not permitted to remove the "Redistribution is permitted" +;; clause of the license if you distribute binaries. +(define epic + (license "epic" + "http://epicsol.org/copyright" + #f)) + (define epl1.0 (license "EPL 1.0" "http://directory.fsf.org/wiki/License:EPLv1.0" -- 2.10.0