From 37cf8593f0b860336cdcb9d9bdc92873d774d1bd Mon Sep 17 00:00:00 2001 From: agrawalgaurav Date: Wed, 13 May 2020 00:39:20 +0530 Subject: [PATCH] Adding missing headers Change-Id: If9c17f4fb453c43b8db0b0638518625adcef4dd8 --- .../applcm/broker/internal/lcmservice/lcmservice.proto | 14 ++++++++++++++ mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go | 16 ++++++++++++++++ .../applcm/k8shelm/internal/lcmservice/lcmservice.proto | 14 ++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/mecm/mepm/applcm/broker/internal/lcmservice/lcmservice.proto b/mecm/mepm/applcm/broker/internal/lcmservice/lcmservice.proto index bf8c39b..888c1a5 100644 --- a/mecm/mepm/applcm/broker/internal/lcmservice/lcmservice.proto +++ b/mecm/mepm/applcm/broker/internal/lcmservice/lcmservice.proto @@ -1,3 +1,17 @@ +// Copyright 2020 Huawei Technologies Co., Ltd. +// +// 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. + syntax = "proto3"; package lcmservice; diff --git a/mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go b/mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go index 613af74..d55098d 100644 --- a/mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go +++ b/mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go @@ -1,3 +1,19 @@ +/* + * Copyright 2020 Huawei Technologies Co., Ltd. + * + * 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 plugin import ( diff --git a/mecm/mepm/applcm/k8shelm/internal/lcmservice/lcmservice.proto b/mecm/mepm/applcm/k8shelm/internal/lcmservice/lcmservice.proto index ca7d891..92d834d 100644 --- a/mecm/mepm/applcm/k8shelm/internal/lcmservice/lcmservice.proto +++ b/mecm/mepm/applcm/k8shelm/internal/lcmservice/lcmservice.proto @@ -1,3 +1,17 @@ +// Copyright 2020 Huawei Technologies Co., Ltd. +// +// 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. + syntax = "proto3"; package lcmservice; -- 2.16.6