From 247c54e374882443492b19a2275c707b5c25174d Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Tue, 6 Sep 2016 17:44:41 -0400 Subject: souffle: init at 1.0.0 --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index 3708b1eb15cf..a106e0727267 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -470,6 +470,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { fullName = "The Unlicense"; }; + upl = { + fullName = "Universal Permissive License"; + url = "https://oss.oracle.com/licenses/upl/"; + }; + vim = spdx { spdxId = "Vim"; fullName = "Vim License"; -- cgit 1.4.1