Skip to content

Commit 39ce909

Browse files
committed
Fix licences
1 parent 7f8d228 commit 39ce909

File tree

9 files changed

+28
-14
lines changed

9 files changed

+28
-14
lines changed

include/gc/Dialect/LLVMIR/GENDialect.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- GENDialect.h - MLIR GEN target definitions ---------------*- C++ -*-===//
1+
//===-- GENDialect.h - MLIR GEN target definitions --------------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

include/gc/Dialect/LLVMIR/GenOps.td

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//===-- GenOps.td - Gen dialect definition -----------------*- tablegen -*-===//
2+
//
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
18
#ifndef GENIR_OPS
29
#define GENIR_OPS
310

include/gc/Target/LLVM/GEN/Target.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- Target.h - MLIR GEN target registration ------------------*- C++ -*-===//
1+
//===-- Target.h - MLIR GEN target registration -----------------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

include/gc/Target/LLVM/GEN/Utils.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- Utils.h - MLIR GEN target utils --------------------------*- C++ -*-===//
1+
//===-- Utils.h - MLIR GEN target utils -------------------------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

include/gc/Target/LLVMIR/Dialect/GEN/GENToLLVMIRTranslation.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- GENToLLVMIRTranslation.h - GEN to LLVM IR ----------------*- C++ -*-===//
1+
//===-- GENToLLVMIRTranslation.h - GEN to LLVM IR ---------------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

lib/gc/Dialect/LLVMIR/IR/GENDialect.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//===-- GENDialect.cpp - GEN Attrs and dialect registration -----*- C++ -*-===//
2+
//
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
18
#include "gc/Dialect/LLVMIR/GENDialect.h"
29

310
#include "mlir/Dialect/GPU/IR/CompilationInterfaces.h"

lib/gc/Target/LLVM/GEN/Target.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- Target.cpp - MLIR LLVM GEN target compilation ------------*- C++ -*-===//
1+
//===-- Target.cpp - MLIR LLVM GEN target compilation -----------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

lib/gc/Target/LLVMIR/Dialect/GEN/GENToLLVMIRTranslation.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- GENToLLVMIRTranslation.cpp - Translate GEN to LLVM IR --------------===//
1+
//===-- GENToLLVMIRTranslation.cpp - Translate GEN to LLVM IR ---*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

lib/gc/Transforms/GPU/GPUOpsLowering.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- GPUOpsLowering.h - GPU FuncOp / ReturnOp lowering -------*- C++ -*--===//
1+
//===- GPUOpsLowering.h - GPU FuncOp / ReturnOp lowering --------*- C++ -*-===//
22
//
3-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3+
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//

0 commit comments

Comments
 (0)