[Mlir-commits] [mlir] cd340a4 - [mlir][Ptr] Fix license url typo (#114555)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 1 12:10:08 PDT 2024
Author: Henrich Lauko
Date: 2024-11-01T20:10:04+01:00
New Revision: cd340a49570a5da13b98a866b8165999e9840668
URL: https://github.com/llvm/llvm-project/commit/cd340a49570a5da13b98a866b8165999e9840668
DIFF: https://github.com/llvm/llvm-project/commit/cd340a49570a5da13b98a866b8165999e9840668.diff
LOG: [mlir][Ptr] Fix license url typo (#114555)
Added:
Modified:
mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td b/mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
index c63a0b220e501c..84e3e33f6fcb93 100644
--- a/mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
+++ b/mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
@@ -1,7 +1,7 @@
//===- PtrOps.td - Pointer dialect ops ---------------------*- tablegen -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
-// See https://ptr.org/LICENSE.txt for license information.
+// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
More information about the Mlir-commits
mailing list