Skip to content

Commit

Permalink
licenses: add BlueOak-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and Jon committed Aug 17, 2020
1 parent 4391dcb commit 5454cf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/licenses.nix
Expand Up @@ -85,6 +85,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = ''Beerware License'';
};

blueOak100 = spdx {
spdxId = "BlueOak-1.0.0";
fullName = "Blue Oak Model License 1.0.0";
};

bsd0 = spdx {
spdxId = "0BSD";
fullName = "BSD Zero Clause License";
Expand Down

0 comments on commit 5454cf2

Please sign in to comment.