summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-04-03 21:38:53 +0200
committerAlyssa Ross <hi@alyssa.is>2021-04-09 19:42:27 +0000
commitff2e6fcf37be71e0561c72916ae2cde80d133228 (patch)
tree223c9d4cd258c76b506e07d5573b06ce969627ec /lib
parenta8aeef711ea535fa98118af5e24c334d89071827 (diff)
downloadnixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar.gz
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar.bz2
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar.lz
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar.xz
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.tar.zst
nixpkgs-ff2e6fcf37be71e0561c72916ae2cde80d133228.zip
lib.licenses: add bsdOriginalUC (BSD 4-Clause University of California-Specific)
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 46ac0443a03..88d598d9207 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -125,6 +125,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) ({
     fullName = ''BSD 4-clause "Original" or "Old" License'';
   };
 
+  bsdOriginalUC = spdx {
+    spdxId = "BSD-4-Clause-UC";
+    fullName = "BSD 4-Clause University of California-Specific";
+  };
+
   bsdProtection = spdx {
     spdxId = "BSD-Protection";
     fullName = "BSD Protection License";