From 5b0e1fac873a332ee35b6153e4a8542723f0fca8 Mon Sep 17 00:00:00 2001 From: yangrui07 Date: Fri, 9 Aug 2019 11:18:49 +0800 Subject: [PATCH] cube agent copyright --- cube/cube-agent/src/agent/define.go | 14 ++++++++++++++ cube/cube-agent/src/agent/http.go | 14 +++++++++++++- cube/cube-agent/src/agent/http_get.go | 15 ++++++++++++++- cube/cube-agent/src/agent/http_post.go | 15 ++++++++++++++- cube/cube-agent/src/agent/util.go | 14 ++++++++++++++ cube/cube-agent/src/agent/work.go | 14 ++++++++++++++ cube/cube-agent/src/agent/work_pool.go | 14 ++++++++++++++ cube/cube-agent/src/cube-agent.go | 14 ++++++++++++++ 8 files changed, 111 insertions(+), 3 deletions(-) diff --git a/cube/cube-agent/src/agent/define.go b/cube/cube-agent/src/agent/define.go index e741f016..9098a101 100644 --- a/cube/cube-agent/src/agent/define.go +++ b/cube/cube-agent/src/agent/define.go @@ -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. + package agent import ( diff --git a/cube/cube-agent/src/agent/http.go b/cube/cube-agent/src/agent/http.go index 67687c4e..d548c5c4 100755 --- a/cube/cube-agent/src/agent/http.go +++ b/cube/cube-agent/src/agent/http.go @@ -1,4 +1,16 @@ -//-*- coding:utf-8; indent-tabs-mode:nil; -*- +// 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. package agent diff --git a/cube/cube-agent/src/agent/http_get.go b/cube/cube-agent/src/agent/http_get.go index 66065cb2..86e39437 100755 --- a/cube/cube-agent/src/agent/http_get.go +++ b/cube/cube-agent/src/agent/http_get.go @@ -1,4 +1,17 @@ -//-*- coding:utf-8; indent-tabs-mode:nil; -*- +// 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. + package agent import ( diff --git a/cube/cube-agent/src/agent/http_post.go b/cube/cube-agent/src/agent/http_post.go index 4ded0a37..921da6e7 100755 --- a/cube/cube-agent/src/agent/http_post.go +++ b/cube/cube-agent/src/agent/http_post.go @@ -1,4 +1,17 @@ -//-*- coding:utf-8; indent-tabs-mode:nil; -*- +// 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. + package agent import ( diff --git a/cube/cube-agent/src/agent/util.go b/cube/cube-agent/src/agent/util.go index 3a878e50..c629c9c4 100644 --- a/cube/cube-agent/src/agent/util.go +++ b/cube/cube-agent/src/agent/util.go @@ -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. + package agent import ( diff --git a/cube/cube-agent/src/agent/work.go b/cube/cube-agent/src/agent/work.go index 1017bf13..992882c6 100644 --- a/cube/cube-agent/src/agent/work.go +++ b/cube/cube-agent/src/agent/work.go @@ -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. + package agent import ( diff --git a/cube/cube-agent/src/agent/work_pool.go b/cube/cube-agent/src/agent/work_pool.go index 451b509a..aecf00cc 100644 --- a/cube/cube-agent/src/agent/work_pool.go +++ b/cube/cube-agent/src/agent/work_pool.go @@ -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. + package agent import ( diff --git a/cube/cube-agent/src/cube-agent.go b/cube/cube-agent/src/cube-agent.go index c044407d..34f74979 100644 --- a/cube/cube-agent/src/cube-agent.go +++ b/cube/cube-agent/src/cube-agent.go @@ -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. + package main import ( -- GitLab