about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorGabriel Arazas <foo.dogsquared@gmail.com>2022-11-16 12:01:05 +0800
committerGabriel Arazas <foo.dogsquared@gmail.com>2022-11-16 12:01:53 +0800
commit62b78d1eade02c63a8df938ede8b13e3ea581e63 (patch)
treed36d047e0e80451f39d18471cdb459f0c16a4802 /lib
parent3537f2ccd52f0e54b0a90bff14279c04a1483600 (diff)
licenses: add bsd2WithViews
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 09f8be7d725b6..612cfba6c7305 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -154,6 +154,11 @@ in mkLicense lset) ({
     fullName = "BSD-2-Clause Plus Patent License";
   };
 
+  bsd2WithViews = {
+    spdxId = "BSD-2-Clause-Views";
+    fullName = "BSD 2-Clause with views sentence";
+  };
+
   bsd3 = {
     spdxId = "BSD-3-Clause";
     fullName = ''BSD 3-clause "New" or "Revised" License'';