Commit 6821c758 authored by jopejoe1's avatar jopejoe1
Browse files

lib.licenses: add bsd3Modification

parent ba81fb35
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -263,6 +263,11 @@ lib.mapAttrs mkLicense (
      fullName = "Lawrence Berkeley National Labs BSD variant license";
    };

    bsd3Modification = {
      spdxId = "BSD-3-Clause-Modification";
      fullName = "BSD 3-Clause Modification";
    };

    bsd3ClauseTso = {
      spdxId = "BSD-3-Clause-Tso";
      fullName = "BSD 3-Clause Tso variant";