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:
youben11
2023-04-19 11:23:13 +01:00
committed by Ayoub Benaissa
parent e162c58dfb
commit f6c70ac18e
14 changed files with 74 additions and 27 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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