licenses: add BSD-3-Clause-Clear

authored by ners and committed by Alyssa Ross 7f528f2f 5a891322

+5
+5
lib/licenses.nix
··· 178 178 fullName = ''BSD 3-clause "New" or "Revised" License''; 179 179 }; 180 180 181 + bsd3Clear = { 182 + spdxId = "BSD-3-Clause-Clear"; 183 + fullName = "BSD 3-Clause Clear License"; 184 + }; 185 + 181 186 bsdOriginal = { 182 187 spdxId = "BSD-4-Clause"; 183 188 fullName = ''BSD 4-clause "Original" or "Old" License'';