Skip to content

Commit 55a1aaa

Browse files
committed
fix licenses
1 parent 28431af commit 55a1aaa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

include/gc/Conversion/Passes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- Passes.h - Conversion Pass Construction and Registration -----------===//
1+
//===-- Passes.h - Conversion Passes ---------------------------*- 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/Conversion/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//===-- Passes.td - Conversion pass definition file --------*- tablegen -*-===//
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/Conversion/XeVMToLLVM/XeVMToLLVM.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- XeVMTOLLVMPass.h - Convert XeVM to LLVM dialect ----------*- C++ -*-===//
1+
//===-- XeVMToLLVM.h - Convert XeVM to LLVM dialect -------------*- 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
//
@@ -25,4 +25,4 @@ void registerConvertXeVMToLLVMInterface(DialectRegistry &registry);
2525

2626
} // namespace mlir
2727

28-
#endif // MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
28+
#endif // MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_

lib/gc/Conversion/XeVMToLLVM/XeVMToLLVM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//===- XeVMToLLVM.cpp - XeVM to LLVM dialect conversion -------------------===//
1+
//===-- XeVMToLLVM.cpp - XeVM to LLVM dialect conversion --------*- 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)