summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMoritz Küttel <moritz.kuettel@wsl.ch>2018-03-07 21:15:33 +0100
committerobadz <obadz-git@obadz.com>2018-03-18 19:30:50 +0000
commitd17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25 (patch)
tree63faea7fffd580e31fd3240474c13e0538f7455b /lib/licenses.nix
parent335394ff8155c46c03607bf343c8c3b3419ee9d5 (diff)
downloadnixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar.gz
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar.bz2
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar.lz
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar.xz
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.tar.zst
nixpkgs-d17e6f2c3e9fca9e5291a5dda17b9f7ce78d7e25.zip
add the CPAL-1.0 license
The 'Common Public Attribution License 1.0' is used
for projectlibre and required for packaging it into nixpkgs.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 03af13b990e..ba575c27052 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -179,6 +179,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName  = "CeCILL-C Free Software License Agreement";
   };
 
+  cpal10 = spdx {
+    spdxId = "CPAL-1.0";
+    fullName = "Common Public Attribution License 1.0";
+  };
+
   cpl10 = spdx {
     spdxId = "CPL-1.0";
     fullName = "Common Public License 1.0";