From 139c6fb180f4f95151003350e11ac9a3554541c9 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 6 May 2014 04:04:43 -0400 Subject: Add OFL as an actual license --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 68f91f80685..e49528f2a2e 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -208,6 +208,12 @@ url = https://www.mozilla.org/MPL/2.0; }; + ofl = { + shortName = "OFL"; + fullName = "SIL Open Font License"; + url = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web"; + }; + openssl = { shortName = "openssl"; fullName = "OpenSSL license"; -- cgit 1.4.1