Skip to content

Commit df88901

Browse files
mbaijalhen
authored and
hen
committed
[ReviewRequired] License Fixes post 1.0.0 Release (based on Voting Thread Feedback) (apache#9462)
* remove ASF license src/operator/nn/im2col.cuh and src/operator/nn/im2col.h * Remove ASF header from deformable_im2col.cuh and update license_header.py * Remove ASF header from coco.py * Remove ASF header cython/setup.py * Remove ASF header from nms_kernel.cu * Remove ASF header from prepare_mkl.sh
1 parent 20fbda6 commit df88901

File tree

8 files changed

+7
-127
lines changed

8 files changed

+7
-127
lines changed

example/rcnn/rcnn/cython/nms_kernel.cu

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

example/rcnn/rcnn/cython/setup.py

-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
181
# --------------------------------------------------------
192
# Fast R-CNN
203
# Copyright (c) 2015 Microsoft

example/ssd/dataset/pycocotools/coco.py

-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
181
__author__ = 'tylin'
192
__version__ = '2.0'
203
# Interface for accessing the Microsoft COCO dataset.

prepare_mkl.sh

-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
#!/bin/bash
22

3-
# Licensed to the Apache Software Foundation (ASF) under one
4-
# or more contributor license agreements. See the NOTICE file
5-
# distributed with this work for additional information
6-
# regarding copyright ownership. The ASF licenses this file
7-
# to you under the Apache License, Version 2.0 (the
8-
# "License"); you may not use this file except in compliance
9-
# with the License. You may obtain a copy of the License at
10-
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
13-
# Unless required by applicable law or agreed to in writing,
14-
# software distributed under the License is distributed on an
15-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16-
# KIND, either express or implied. See the License for the
17-
# specific language governing permissions and limitations
18-
# under the License.
19-
203
# set -ex
214
#
225
# All modification made by Intel Corporation: © 2016 Intel Corporation

src/operator/contrib/nn/deformable_im2col.cuh

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

src/operator/nn/im2col.cuh

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

src/operator/nn/im2col.h

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

tools/license_header.py

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
'src/operator/nn/pool.h',
6969
'src/operator/contrib/psroi_pooling-inl.h',
7070
'src/operator/contrib/nn/deformable_im2col.h',
71+
'src/operator/contrib/nn/deformable_im2col.cuh',
72+
'src/operator/nn/im2col.h',
73+
'src/operator/nn/im2col.cuh',
74+
'example/ssd/dataset/pycocotools/coco.py',
75+
'example/rcnn/rcnn/cython/setup.py',
76+
'example/rcnn/rcnn/cython/nms_kernel.cu',
77+
'prepare_mkl.sh',
7178
'example/image-classification/predict-cpp/image-classification-predict.cc',
7279
'src/operator/contrib/ctc_include/']
7380

0 commit comments

Comments
 (0)