From ccf06a48b0626e7ba1fe7c10c43ee9949d5b3375 Mon Sep 17 00:00:00 2001 From: cjt222 <806512756@qq.com> Date: Sat, 20 Jul 2019 07:06:15 +0800 Subject: [PATCH] test=develop (#18701) add license --- paddle/fluid/operators/deformable_psroi_pooling_op.cu | 9 +++++++++ paddle/fluid/operators/deformable_psroi_pooling_op.h | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/paddle/fluid/operators/deformable_psroi_pooling_op.cu b/paddle/fluid/operators/deformable_psroi_pooling_op.cu index 800ff5ef85..c38e955385 100644 --- a/paddle/fluid/operators/deformable_psroi_pooling_op.cu +++ b/paddle/fluid/operators/deformable_psroi_pooling_op.cu @@ -11,6 +11,15 @@ // 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. +// +// Part of the following code in this file refs to +// https://github.com/msracver/Deformable-ConvNets/blob/master/faster_rcnn/operator_cxx/deformable_psroi_pooling.cu +// +// Copyright (c) 2017 Microsoft +// Licensed under The Apache-2.0 License [see LICENSE for details] +// \file deformable_psroi_pooling.cu +// \brief +// \author Yi Li, Guodong Zhang, Jifeng Dai #pragma once #include diff --git a/paddle/fluid/operators/deformable_psroi_pooling_op.h b/paddle/fluid/operators/deformable_psroi_pooling_op.h index a22ccbd3ff..22df51c6de 100644 --- a/paddle/fluid/operators/deformable_psroi_pooling_op.h +++ b/paddle/fluid/operators/deformable_psroi_pooling_op.h @@ -11,6 +11,15 @@ // 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. +// +// Part of the following code in this file refs to +// https://github.com/msracver/Deformable-ConvNets/blob/master/faster_rcnn/operator_cxx/deformable_psroi_pooling.cu +// +// Copyright (c) 2017 Microsoft +// Licensed under The Apache-2.0 License [see LICENSE for details] +// \file deformable_psroi_pooling.cu +// \brief +// \author Yi Li, Guodong Zhang, Jifeng Dai #pragma once #include -- GitLab