Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

licenses: add BSD-3-Clause-Clear

(cherry picked from commit 87f785ce085a09b6c42c518956d47f5b730d2666)

authored by ners and committed by Alyssa Ross 896dfa8e 5eedf3fd

Changed files
+5
lib
+5
lib/licenses.nix
··· 164 164 fullName = ''BSD 3-clause "New" or "Revised" License''; 165 165 }; 166 166 167 + bsd3Clear = { 168 + spdxId = "BSD-3-Clause-Clear"; 169 + fullName = "BSD 3-Clause Clear License"; 170 + }; 171 + 167 172 bsdOriginal = { 168 173 spdxId = "BSD-4-Clause"; 169 174 fullName = ''BSD 4-clause "Original" or "Old" License'';