about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-06-10 09:32:34 +0100
committerGitHub <noreply@github.com>2017-06-10 09:32:34 +0100
commitb731e65081aa0bdb065e637b85b9e4a02e1a4c99 (patch)
treed16315b6b724e2885ece7402a8f39ef4874a41c3 /lib
parentc1d05287d62091115e5963a324ef3bb45b0dc3f5 (diff)
parent6e604ec68c2f849dad045194bf3701202c0ed4ec (diff)
downloadnixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar.gz
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar.bz2
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar.lz
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar.xz
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.tar.zst
nixlib-b731e65081aa0bdb065e637b85b9e4a02e1a4c99.zip
arphic: init at 0.2.20080216.2
arphic: init at 0.2.20080216.2
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 0919699b41e3..8dd1c210b7fa 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -45,6 +45,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Apple Public Source License 2.0";
   };
 
+  arphicpl = {
+    fullName = "Arphic Public License";
+    url = https://www.freedesktop.org/wiki/Arphic_Public_License/;
+  };
+
   artistic1 = spdx {
     spdxId = "Artistic-1.0";
     fullName = "Artistic License 1.0";