Loading lib/licenses.nix +5 −5 Original line number Diff line number Diff line Loading @@ -109,6 +109,11 @@ in mkLicense lset) ({ fullName = "Apache License 2.0"; }; asl20-llvm = { spdxId = "Apache-2.0 WITH LLVM-exception"; fullName = "Apache License 2.0 with LLVM Exceptions"; }; bitstreamVera = { spdxId = "Bitstream-Vera"; fullName = "Bitstream Vera Font License"; Loading Loading @@ -657,11 +662,6 @@ in mkLicense lset) ({ url = "https://opensource.franz.com/preamble.html"; }; llvm-exception = { spdxId = "LLVM-exception"; fullName = "LLVM Exception"; # LLVM exceptions to the Apache 2.0 License }; lppl12 = { spdxId = "LPPL-1.2"; fullName = "LaTeX Project Public License v1.2"; Loading pkgs/development/compilers/llvm/15/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ in let inherit (releaseInfo) release_version version; llvm_meta = { license = with lib.licenses; [ ncsa llvm-exception ]; license = with lib.licenses; [ ncsa asl20-llvm ]; maintainers = lib.teams.llvm.members; platforms = lib.platforms.all; }; Loading pkgs/development/libraries/libabigail/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "ABI Generic Analysis and Instrumentation Library"; homepage = "https://sourceware.org/libabigail/"; license = with licenses; [ asl20 llvm-exception ]; license = licenses.asl20-llvm; maintainers = with maintainers; [ jtojnar ]; platforms = platforms.linux; }; Loading pkgs/development/libraries/wasilibc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,6 +63,6 @@ stdenv.mkDerivation { homepage = "https://wasi.dev"; platforms = platforms.wasi; maintainers = with maintainers; [ matthewbauer rvolosatovs ]; license = with licenses; [ asl20 mit llvm-exception ]; license = with licenses; [ asl20-llvm mit ]; }; } Loading
lib/licenses.nix +5 −5 Original line number Diff line number Diff line Loading @@ -109,6 +109,11 @@ in mkLicense lset) ({ fullName = "Apache License 2.0"; }; asl20-llvm = { spdxId = "Apache-2.0 WITH LLVM-exception"; fullName = "Apache License 2.0 with LLVM Exceptions"; }; bitstreamVera = { spdxId = "Bitstream-Vera"; fullName = "Bitstream Vera Font License"; Loading Loading @@ -657,11 +662,6 @@ in mkLicense lset) ({ url = "https://opensource.franz.com/preamble.html"; }; llvm-exception = { spdxId = "LLVM-exception"; fullName = "LLVM Exception"; # LLVM exceptions to the Apache 2.0 License }; lppl12 = { spdxId = "LPPL-1.2"; fullName = "LaTeX Project Public License v1.2"; Loading
pkgs/development/compilers/llvm/15/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ in let inherit (releaseInfo) release_version version; llvm_meta = { license = with lib.licenses; [ ncsa llvm-exception ]; license = with lib.licenses; [ ncsa asl20-llvm ]; maintainers = lib.teams.llvm.members; platforms = lib.platforms.all; }; Loading
pkgs/development/libraries/libabigail/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "ABI Generic Analysis and Instrumentation Library"; homepage = "https://sourceware.org/libabigail/"; license = with licenses; [ asl20 llvm-exception ]; license = licenses.asl20-llvm; maintainers = with maintainers; [ jtojnar ]; platforms = platforms.linux; }; Loading
pkgs/development/libraries/wasilibc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,6 +63,6 @@ stdenv.mkDerivation { homepage = "https://wasi.dev"; platforms = platforms.wasi; maintainers = with maintainers; [ matthewbauer rvolosatovs ]; license = with licenses; [ asl20 mit llvm-exception ]; license = with licenses; [ asl20-llvm mit ]; }; }