From f9890335da1beeb0b1fe4678934b5731a371d8d1 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 6 May 2023 19:47:40 -0400 Subject: [PATCH] More clear ref of thirdparty license (#14790) This PR improves ref of liceneses of thirdparty we depend on. Not a blocker for anything as previous state was fine, just to improve overall clarity. --- LICENSE | 1 + licenses/LICENSE.cnpy.txt | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 licenses/LICENSE.cnpy.txt diff --git a/LICENSE b/LICENSE index 2705be863f50..93bcbc63497e 100644 --- a/LICENSE +++ b/LICENSE @@ -212,6 +212,7 @@ Apache Software Foundation License 2.0 3rdparty/dlpack 3rdparty/dmlc-core 3rdparty/OpenCL-Headers +3rdparty/mlperftiny 3rdparty/nvbench (with LLVM exception) diff --git a/licenses/LICENSE.cnpy.txt b/licenses/LICENSE.cnpy.txt new file mode 100644 index 000000000000..e60eadbccb3f --- /dev/null +++ b/licenses/LICENSE.cnpy.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) Carl Rogers, 2011 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.