diff --git a/cmake/Modules/FindJeMalloc.cmake b/cmake/Modules/FindJeMalloc.cmake index f3ca06faa3ae..b5f9efbe8aef 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 5fc635ce39c9..488a228ec4a1 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 3e73103b2f14..3eb42b410a22 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 423be25741e7..b4db33a1369c 100755 --- a/tools/license_header.py +++ b/tools/license_header.py @@ -115,12 +115,16 @@ # 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',