summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-15 00:11:09 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-15 00:11:09 +0200
commit5d8c8845ed3e1b3e4bf75328e37915fa69648a09 (patch)
treef3805fc5959e065570802f96cee54a29ef048fcc /lib
parent4a93a5f8f4b9db8af8d9e1e664e0f70cc8c9f905 (diff)
licenses: add LPL-102
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 29144264ddd20..02618f1c6ca7d 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -184,6 +184,11 @@ rec {
     url = http://opensource.franz.com/preamble.html;
   };
 
+  lpl-102 = spdx {
+    shortName = "LPL-1.02";
+    fullName = "Lucent Public License v1.02";
+  };
+
   mit = spdx {
     shortName = "MIT";
     fullName = "MIT License";