[libclc] 0e8555d - [libclc] Remove mention of BSD license in readme (#111371)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 07:26:09 PDT 2024
Author: David Spickett
Date: 2024-10-07T15:26:04+01:00
New Revision: 0e8555d4dbfdfeddc01dc2ecf9a9b6e804f7b645
URL: https://github.com/llvm/llvm-project/commit/0e8555d4dbfdfeddc01dc2ecf9a9b6e804f7b645
DIFF: https://github.com/llvm/llvm-project/commit/0e8555d4dbfdfeddc01dc2ecf9a9b6e804f7b645.diff
LOG: [libclc] Remove mention of BSD license in readme (#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
Added:
Modified:
libclc/README.TXT
Removed:
################################################################################
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