[Mlir-commits] [mlir] [mlir][Ptr] Fix license url typo (PR #114555)
Henrich Lauko
llvmlistbot at llvm.org
Fri Nov 1 08:59:26 PDT 2024
https://github.com/xlauko created https://github.com/llvm/llvm-project/pull/114555
None
>From e435c149983a78e66fe8f363e7e78b9f2db0964f Mon Sep 17 00:00:00 2001
From: xlauko <xlauko at mail.muni.cz>
Date: Fri, 1 Nov 2024 16:56:22 +0100
Subject: [PATCH] [mlir][Ptr] Fix license url typo
---
mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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