mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(compiler): clean dialect licenses
set dialect licenses to apache 2.0 and keeps the rest following the main license
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
//===- ConcreteDialect.td - Concrete dialect ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_Concrete_IR_Concrete_DIALECT
|
||||
#define CONCRETELANG_DIALECT_Concrete_IR_Concrete_DIALECT
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- ConcreteOps.td - Concrete dialect ops ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_Concrete_IR_Concrete_OPS
|
||||
#define CONCRETELANG_DIALECT_Concrete_IR_Concrete_OPS
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- ConcreteTypes.td - Concrete dialect types ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_Concrete_IR_Concrete_TYPES
|
||||
#define CONCRETELANG_DIALECT_Concrete_IR_Concrete_TYPES
|
||||
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//===-- Passes.td - pass definition file -------------------*- tablegen -*-===//
|
||||
//
|
||||
// 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MLIR_DIALECT_TENSOR_TRANSFORMS_PASSES
|
||||
#define MLIR_DIALECT_TENSOR_TRANSFORMS_PASSES
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- FHETypes.td - FHE dialect types ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_FHE_IR_FHE_TYPES
|
||||
#define CONCRETELANG_DIALECT_FHE_IR_FHE_TYPES
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- FHELinalgDialect.td - FHELinalg dialect ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_DIALECT
|
||||
#define CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_DIALECT
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- FHELinalgOps.td - FHELinalg dialect ops ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_OPS
|
||||
#define CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_OPS
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- FHELinalgTypes.td - FHELinalg dialect types ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_TYPES
|
||||
#define CONCRETELANG_DIALECT_FHELinalg_IR_FHELinalg_TYPES
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- SDFGTypes.td - SDFG dialect types ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_SDFG_IR_SDFG_TYPES
|
||||
#define CONCRETELANG_DIALECT_SDFG_IR_SDFG_TYPES
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- TFHEOps.td - High level FHE dialect ops ----------------*- tablegen
|
||||
//===- TFHEAttrs.td - TFHE dialect attrs ----------------*- tablegen
|
||||
//-*-===//
|
||||
//
|
||||
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===- TFHEOps.td - High level FHE dialect ops ----------------*- tablegen
|
||||
//===- TFHEOps.td - TFHE dialect ops ----------------*- tablegen
|
||||
//-*-===//
|
||||
//
|
||||
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
//===- TFHETypes.td - TFHE dialect types ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_TFHE_IR_TFHE_TYPES
|
||||
#define CONCRETELANG_DIALECT_TFHE_IR_TFHE_TYPES
|
||||
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
//===- TracingDialect.td - Tracing dialect ----------------*- tablegen -*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_TRACING_IR_TRACING_DIALECT
|
||||
#define CONCRETELANG_DIALECT_TRACING_IR_TRACING_DIALECT
|
||||
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
//===- TracingOps.td - Tracing dialect ops ----------------*- tablegen
|
||||
//-*-===//
|
||||
//
|
||||
// This file is licensed 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONCRETELANG_DIALECT_TRACING_IR_TRACING_OPS
|
||||
#define CONCRETELANG_DIALECT_TRACING_IR_TRACING_OPS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user