summaryrefslogtreecommitdiff
path: root/guix/licenses.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r--guix/licenses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1b149b5282..4e4aee2036 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -30,6 +30,7 @@
expat
freetype
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
+ isc
ijg
ibmpl1.0
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
@@ -149,6 +150,11 @@ which may be a file:// URI pointing the package's tree."
"https://www.gnu.org/licenses/gpl.html"
"https://www.gnu.org/licenses/license-list#GNUGPLv3"))
+(define isc
+ (license "ISC"
+ "http://directory.fsf.org/wiki/License:ISC"
+ "https://www.gnu.org/licenses/license-list.html#ISC"))
+
(define ijg
(license "IJG"
"http://directory.fsf.org/wiki/License:JPEG"