[libclc] [libclc] Remove mention of BSD license in readme (PR #111371)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 05:45:42 PDT 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/111371
This seems to be an artifact from the intial import in 2012, but even if not, folks are better off reading the LICENSE.TXT file for the full details if they need them.
Fixes #109968
>From 34f7c9c40cac397af6041ef89ce001891244f799 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Mon, 7 Oct 2024 12:38:32 +0000
Subject: [PATCH] [libclc] Remove mention of BSD license in readme
This seems to be an artifact from the intial import in 2012,
but even if not, folks are better off reading the LICENSE.TXT
file for the full details if they need them.
Fixes #109968
---
libclc/README.TXT | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libclc/README.TXT b/libclc/README.TXT
index 57b5242b9bbecb..c55a3e441638da 100644
--- a/libclc/README.TXT
+++ b/libclc/README.TXT
@@ -1,7 +1,7 @@
libclc
------
-libclc is an open source, BSD licensed implementation of the library
+libclc is an open source implementation of the library
requirements of the OpenCL C programming language, as specified by the
OpenCL 1.1 Specification. The following sections of the specification
impose library requirements:
More information about the cfe-commits
mailing list