This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
tests/nightly/apache_rat_license_check Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 =======================================================================================
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change @@ -75,3 +75,4 @@ include/*
7575searchtools_custom.js
7676theme.conf
7777LICENSE.binary.dependencies
78+ cmake/Modules/FindCUDAToolkit.cmake
Original file line number Diff line number Diff line change 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
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' ,
You can’t perform that action at this time.
0 commit comments