From 58e5b87831a194bb0a1652314b0d2a81a7040bee Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Fri, 24 Mar 2017 15:40:43 +0800 Subject: [PATCH] Add license --- paddle/capi/arguments.h | 14 ++++++++++++++ paddle/capi/gradient_machine.h | 14 ++++++++++++++ paddle/capi/main.h | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/paddle/capi/arguments.h b/paddle/capi/arguments.h index 3f3594b282b..1bb6516ea02 100644 --- a/paddle/capi/arguments.h +++ b/paddle/capi/arguments.h @@ -1,3 +1,17 @@ +/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. + +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. */ + #ifndef __PADDLE_CAPI_ARGUMENTS_H__ #define __PADDLE_CAPI_ARGUMENTS_H__ diff --git a/paddle/capi/gradient_machine.h b/paddle/capi/gradient_machine.h index f3cfd67c220..36c1a2b1b4b 100644 --- a/paddle/capi/gradient_machine.h +++ b/paddle/capi/gradient_machine.h @@ -1,3 +1,17 @@ +/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. + +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. */ + #ifndef __PADDLE_CAPI_GRADIENT_MACHINE_H__ #define __PADDLE_CAPI_GRADIENT_MACHINE_H__ #include "arguments.h" diff --git a/paddle/capi/main.h b/paddle/capi/main.h index 814c8cce244..893ebcbd58d 100644 --- a/paddle/capi/main.h +++ b/paddle/capi/main.h @@ -1,3 +1,17 @@ +/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. + +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. */ + #ifndef __PADDLE_CAPI_MAIN_H__ #define __PADDLE_CAPI_MAIN_H__ #include "config.h" -- GitLab