From 53a7fede950e9ec38c1ce509d76b9c4512fbfbef Mon Sep 17 00:00:00 2001 From: eclipsess Date: Wed, 23 May 2018 20:06:48 +0800 Subject: [PATCH] add testhelper copyright --- test/test_helper.h | 14 ++++++++++++++ test/test_include.h | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/test/test_helper.h b/test/test_helper.h index 4d6fc4a8d4..9c3bbb29c7 100644 --- a/test/test_helper.h +++ b/test/test_helper.h @@ -1,3 +1,17 @@ +/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. + +Licensed 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. */ + #pragma once #include "common/log.h" #include "framework/ddim.h" diff --git a/test/test_include.h b/test/test_include.h index 3700e9c8de..27ed715b2d 100644 --- a/test/test_include.h +++ b/test/test_include.h @@ -1,3 +1,17 @@ +/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. + +Licensed 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. */ + #include "framework/block_desc.h" #include "framework/framework.pb.h" #include "framework/lod_tensor.h" -- GitLab