From e99ca3215f7c2629b7cc5898563023654b692e26 Mon Sep 17 00:00:00 2001 From: dangyifei Date: Thu, 8 Aug 2019 17:09:26 +0800 Subject: [PATCH] cube transfer add licenses --- cube/cube-transfer/CMakeLists.txt | 14 ++++++++++++++ cube/cube-transfer/src/CMakeLists.txt | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/cube/cube-transfer/CMakeLists.txt b/cube/cube-transfer/CMakeLists.txt index 9cee6026..ab91c0f5 100644 --- a/cube/cube-transfer/CMakeLists.txt +++ b/cube/cube-transfer/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright (c) 2019 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 + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake") project(cube-transfer Go) diff --git a/cube/cube-transfer/src/CMakeLists.txt b/cube/cube-transfer/src/CMakeLists.txt index db186512..62d3f7ef 100644 --- a/cube/cube-transfer/src/CMakeLists.txt +++ b/cube/cube-transfer/src/CMakeLists.txt @@ -1,3 +1,16 @@ +# Copyright (c) 2019 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 set(SOURCE_FILE cube-transfer.go) add_go_executable(cube-transfer ${SOURCE_FILE}) -- GitLab