Unverified Commit 386aba31 authored by Rahul Butani's avatar Rahul Butani
Browse files

llvmPackages_15: update licenses

parent f8cbbdd0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -152,8 +152,5 @@ stdenv.mkDerivation {
      implementations of run-time libraries for dynamic testing tools such as
      AddressSanitizer, ThreadSanitizer, MemorySanitizer, and DataFlowSanitizer.
    '';
    # "All of the code in the compiler-rt project is dual licensed under the MIT
    # license and the UIUC License (a BSD-like license)":
    license = with lib.licenses; [ mit ncsa ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ let
  };

  llvm_meta = {
    license     = lib.licenses.ncsa;
    license     = with lib.licenses; [ ncsa llvm-exception ];
    maintainers = lib.teams.llvm.members;
    platforms   = lib.platforms.all;
  };
+0 −3
Original line number Diff line number Diff line
@@ -103,8 +103,5 @@ stdenv.mkDerivation rec {
      libc++ is an implementation of the C++ standard library, targeting C++11,
      C++14 and above.
    '';
    # "All of the code in libc++ is dual licensed under the MIT license and the
    # UIUC License (a BSD-like license)":
    license = with lib.licenses; [ mit ncsa ];
  };
}
+0 −3
Original line number Diff line number Diff line
@@ -100,9 +100,6 @@ stdenv.mkDerivation rec {
    longDescription = ''
      libc++abi is a new implementation of low level support for a standard C++ library.
    '';
    # "All of the code in libc++abi is dual licensed under the MIT license and
    # the UIUC License (a BSD-like license)":
    license = with lib.licenses; [ mit ncsa ];
    maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ];
  };
}
+0 −3
Original line number Diff line number Diff line
@@ -67,8 +67,5 @@ stdenv.mkDerivation rec {
      "clang -fopenmp" must be linked before it can run and the library that
      supports offload to target devices.
    '';
    # "All of the code is dual licensed under the MIT license and the UIUC
    # License (a BSD-like license)":
    license = with lib.licenses; [ mit ncsa ];
  };
}