You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by je...@apache.org on 2021/08/13 22:36:17 UTC

[incubator-mxnet] branch v1.9.x updated: [LICENSE] updated licenses for files under both ASF + BSD 3-clause (#20495)

This is an automated email from the ASF dual-hosted git repository.

jevans pushed a commit to branch v1.9.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.9.x by this push:
     new 1716402  [LICENSE] updated licenses for files under both ASF + BSD 3-clause (#20495)
1716402 is described below

commit 17164021e56c9569948d5ad2b4c02e11f9ca4a71
Author: Hongshan Li <li...@gmail.com>
AuthorDate: Fri Aug 13 15:34:10 2021 -0700

    [LICENSE] updated licenses for files under both ASF + BSD 3-clause (#20495)
    
    * remove inappropriate ASF license
    
    * updated LICENSE, files under ASF and BSD3-clause are under the correct section
    
    * added mkldnn_base-inl.h to license whitelist
    
    * removed duplicated update from 20492
    
    * minor update
    
    * remove redundant headers
    
    * updated license white list
    
    * updated rat-excludes whitelist
    
    Co-authored-by: aws-tensorflow-bot <aw...@amazon.com>
---
 cmake/Modules/FindJeMalloc.cmake         | 18 ------------------
 rat-excludes                             |  1 +
 src/operator/nn/mkldnn/mkldnn_base-inl.h | 19 -------------------
 tools/license_header.py                  |  4 ++++
 4 files changed, 5 insertions(+), 37 deletions(-)

diff --git a/cmake/Modules/FindJeMalloc.cmake b/cmake/Modules/FindJeMalloc.cmake
index f3ca06f..b5f9efb 100644
--- a/cmake/Modules/FindJeMalloc.cmake
+++ b/cmake/Modules/FindJeMalloc.cmake
@@ -1,21 +1,3 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-
 # Copyright (c)      2014 Thomas Heller
 # Copyright (c) 2007-2012 Hartmut Kaiser
 # Copyright (c) 2010-2011 Matt Anderson
diff --git a/rat-excludes b/rat-excludes
index 5fc635c..488a228 100644
--- a/rat-excludes
+++ b/rat-excludes
@@ -129,6 +129,7 @@ deformable_im2col.h
 modulated_deformable_im2col.cuh
 modulated_deformable_im2col.h
 FindCUDAToolkit.cmake
+FindJeMalloc.cmake
 select_compute_arch.cmake
 
 # AL2 License header not at the beginning of the file
diff --git a/src/operator/nn/mkldnn/mkldnn_base-inl.h b/src/operator/nn/mkldnn/mkldnn_base-inl.h
index 3e73103..3eb42b4 100644
--- a/src/operator/nn/mkldnn/mkldnn_base-inl.h
+++ b/src/operator/nn/mkldnn/mkldnn_base-inl.h
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
 /*******************************************************************************
 * Copyright 2016-2017 Intel Corporation
 *
diff --git a/tools/license_header.py b/tools/license_header.py
index 423be25..b4db33a 100755
--- a/tools/license_header.py
+++ b/tools/license_header.py
@@ -115,12 +115,16 @@ _WHITE_LIST = [
 
                # Licensed under 2-Clause BSD in header
                'example/ssd/dataset/pycocotools/coco.py',
+                
+               # Licensed under the Boost Software License, Version 1.0
+               'cmake/Modules/FindJeMalloc.cmake',
 
                # Julia package metadata, generated by Pkg3.jl
                'julia/Project.toml',
 
                # Licensed under Apache 2.0 license
                'example/image-classification/predict-cpp/image-classification-predict.cc',
+               'src/operator/nn/mkldnn/mkldnn_base-inl.h',
 
                # This file
                'tools/license_header.py',