diff --git a/cube/cube-transfer/CMakeLists.txt b/cube/cube-transfer/CMakeLists.txt index 9cee602608f3533cfcbcf93048f101f9ca5b797f..ab91c0f5f274d971d866ad33680a49103a641934 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 db1865127d1f8058fad8e69522722a294df2e0dd..62d3f7ef7759a0d2a09eb4fe32a064694ece5408 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})