Skip to content

Commit cd340a4

Browse files
authored
[mlir][Ptr] Fix license url typo (#114555)
1 parent a795a18 commit cd340a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//===- PtrOps.td - Pointer dialect ops ---------------------*- tablegen -*-===//
22
//
33
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4-
// See https://ptr.org/LICENSE.txt for license information.
4+
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)