From: agrawalgaurav Date: Tue, 12 May 2020 19:09:20 +0000 (+0530) Subject: Adding missing headers X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=37cf8593f0b860336cdcb9d9bdc92873d774d1bd;p=ealt-edge.git Adding missing headers Change-Id: If9c17f4fb453c43b8db0b0638518625adcef4dd8 --- 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;