diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-02-16 15:14:43 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-02-16 15:14:43 +0530 |
commit | 8c2507465484ed346bd632f5e327f124a53f76f3 (patch) | |
tree | 68f4f6087b0c29a467eed8a36f3b2d6a290b45c7 /products/openecomp/auth | |
parent | 164982f7a1cf350d2b99fa5c293b0b243ce8a7d9 (diff) |
Add license header for CLI OCS -opencomp
Issue-ID: CLI-92
Change-Id: I6afc71bb20c2774bda5ee71f586341c9b29c3a9f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/openecomp/auth')
3 files changed, 42 insertions, 0 deletions
diff --git a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-1-0.yaml b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-1-0.yaml index 675a1f88..ba25797c 100644 --- a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-1-0.yaml +++ b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-1-0.yaml @@ -1,3 +1,17 @@ +# Copyright 2017-18 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. + open_cli_schema_version: 1.0 name: basic-login diff --git a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-1-0.yaml b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-1-0.yaml index d9467440..7db5ebfc 100644 --- a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-1-0.yaml +++ b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-1-0.yaml @@ -1,3 +1,17 @@ +# Copyright 2017-18 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. + open_cli_schema_version: 1.0 name: sdc-basic-login diff --git a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-0.yaml b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-0.yaml index 1e2bea22..42883b1b 100644 --- a/products/openecomp/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-0.yaml +++ b/products/openecomp/auth/src/main/resources/open-cli-schema/basic-logout-onap-1-0.yaml @@ -1,3 +1,17 @@ +# Copyright 2017-18 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. + open_cli_schema_version: 1.0 name: basic-logout |