summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-rw-r--r--guix/licenses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 58eb7218c5..93af865055 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -28,6 +28,7 @@
cpl1.0
epl1.0
expat
+ freetype
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
ijg
ibmpl1.0
@@ -111,6 +112,11 @@ which may be a file:// URI pointing the package's tree."
"http://directory.fsf.org/wiki/License:Expat"
"https://www.gnu.org/licenses/license-list.html#Expat"))
+(define freetype
+ (license "Freetype"
+ "http://directory.fsf.org/wiki/License:Freetype"
+ "https://www.gnu.org/licenses/license-list.html#freetype"))
+
(define gpl1
(license "GPL 1"
"https://www.gnu.org/licenses/old-licenses/gpl-1.0.html"