Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 134d199

Browse files
leezuptrendx
authored andcommitted
Don't relicense FindCUDAToolkit.cmake (#17334) (#17361)
https://www.apache.org/legal/src-headers.html#3party recommends to license small changes based on the original license. Thus I re-license my changes to FindCUDAToolkit.cmake under the BSD license used by CMake (see file header).
1 parent a003132 commit 134d199

4 files changed

Lines changed: 5 additions & 20 deletions

File tree

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@
326326
Copyright 2005-2015, Google Inc.
327327
8. OpenMP Testsuite - For details, see, 3rdparty/openmp/testsuite/LICENSE
328328
Copyright (c) 2011, 2012 University of Houston System
329+
9. CMake FindCUDAToolkit.cmake - For details, see, cmake/Modules/FindCUDAToolkit.cmake
330+
Copyright 2000-2019 Kitware, Inc. and Contributors
329331

330332

331333
=======================================================================================

cmake/Modules/FindCUDAToolkit.cmake

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
18-
# Original license notice, prior to modification by MXNet Contributors:
19-
#
201
# Copyright 2000-2019 Kitware, Inc. and Contributors
212
# All rights reserved.
223
#

tests/nightly/apache_rat_license_check/rat-excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ include/*
7575
searchtools_custom.js
7676
theme.conf
7777
LICENSE.binary.dependencies
78+
cmake/Modules/FindCUDAToolkit.cmake

tools/license_header.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# Docs Jekyll website under different licenses
7878
'docs/static_site',
79-
79+
8080
# Code shared with project by author - see file for details
8181
'src/operator/special_functions-inl.h',
8282

@@ -98,6 +98,7 @@
9898
'docs/_static/js/clipboard.js',
9999
'docs/_static/js/clipboard.min.js',
100100
'docs/static_site/src/assets/js/clipboard.js',
101+
'cmake/Modules/FindCUDAToolkit.cmake',
101102

102103
# Licensed under 2-Clause BSD in header
103104
'example/ssd/dataset/pycocotools/coco.py',

0 commit comments

Comments
 (0)