// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // Seehttps://llvm.org/LICENSE.txtfor license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---===// // // This file defines the ilist_node class template, which i...
--- LLVM Exceptions to the Apache 2.0 License --- As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source code, you may redistribute such embedded portions in such Object form without complying with ...
See the License for the specific language governing permissions and limitations under the License. --- LLVM Exceptions to the Apache 2.0 License --- As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source...
under the Apache License v2.0 with LLVM Exceptions.// See https://llvm.org/LICENSE.txt for license information.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception///===---===/// \file/// \brief Analyzes how many registers and other resources...
//===-- RISCVNDisassembler.cpp - Disassembler for RISCVN ---===/// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.// See https://llvm.org/LICENSE.txt for license information.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception///===---===//...
MIT-0 OR (Apache-2.0 WITH LLVM-Exception) Note that: I used the LLVM-Exception for apache-2.0 (for better GPLv2 compatibility) I used MIT-0 instead of MIT, which is strictly more permissive than MIT by removing attribution. This is effectively a public domain compatible license. @marceline...
// See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---===// // // This file defines the ilist_node class template, which is a convenient // base class for ...
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// Seefor license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===---===// + +#include "llvm/Support/Mustache.h" +#include "llvm/Support/Error.h" +#include "...
Their new proposed license is effectively Apache 2.0 but with an LLVM Exception -- that exception is just dealing with your own code being compiled by LLVM as well as when pairing LLVM code with the GPLv2 license the user can opt for the indemnity provision. Currently LLVM is published under...
See the License for the specific language governing permissions and limitations under the License. --- LLVM Exceptions to the Apache 2.0 License --- As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source...