From 2dfdd151440cd80dc25c928f283df7bcd71cd195 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 12 Feb 2018 11:03:47 -0500 Subject: Update license text Change-Id: I2c6da3d590caed0b847a3dca90e5013951689788 Signed-off-by: Lusheng Ji Issue-ID: DCAEGEN2-325 --- LICENSE.txt | 6 +++--- dpo/blueprint/blueprint_ves.yaml | 17 +++++++++++++++++ dpo/tosca_model/schema.yaml | 17 +++++++++++++++++ dpo/tosca_model/template.yaml | 17 +++++++++++++++++ dpo/tosca_model/translate.yaml | 17 +++++++++++++++++ etc/log4j.xml | 19 +++++++++++++++++++ pom.xml | 19 +++++++++++++++++++ settings.xml | 21 ++++++++++++++++++++- src/main/resources/seclogger.yaml | 19 ++++++++++++++++++- swagger_vescollector.yaml | 17 +++++++++++++++++ 10 files changed, 164 insertions(+), 5 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 69d5fc1d..9536f0bb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,11 +1,11 @@ /* * ============LICENSE_START========================================== * =================================================================== -* Copyright © 2017 AT&T Intellectual Property. All rights reserved. +* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless otherwise specified, all software contained herein is licensed -* under the Apache License, Version 2.0 (the “License”); +* under the Apache License, Version 2.0 (the "License"); * you may not use this software except in compliance with the License. * You may obtain a copy of the License at * @@ -20,7 +20,7 @@ * * * Unless otherwise specified, all documentation contained herein is licensed -* under the Creative Commons License, Attribution 4.0 Intl. (the “License”); +* under the Creative Commons License, Attribution 4.0 Intl. (the "License"); * you may not use this documentation except in compliance with the License. * You may obtain a copy of the License at * diff --git a/dpo/blueprint/blueprint_ves.yaml b/dpo/blueprint/blueprint_ves.yaml index 4012ea7e..3bf50f70 100644 --- a/dpo/blueprint/blueprint_ves.yaml +++ b/dpo/blueprint/blueprint_ves.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. tosca_definitions_version: cloudify_dsl_1_3 description: > diff --git a/dpo/tosca_model/schema.yaml b/dpo/tosca_model/schema.yaml index f2eaae76..d8b16765 100644 --- a/dpo/tosca_model/schema.yaml +++ b/dpo/tosca_model/schema.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. tosca_definitions_version: tosca_simple_yaml_1_0_0 capability_types: dcae.capabilities.cdapHost: diff --git a/dpo/tosca_model/template.yaml b/dpo/tosca_model/template.yaml index 9f2379ea..b439fd18 100644 --- a/dpo/tosca_model/template.yaml +++ b/dpo/tosca_model/template.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. tosca_definitions_version: tosca_simple_yaml_1_0_0 metadata: template_name: ves diff --git a/dpo/tosca_model/translate.yaml b/dpo/tosca_model/translate.yaml index f1607e76..efda8a54 100644 --- a/dpo/tosca_model/translate.yaml +++ b/dpo/tosca_model/translate.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. tosca_definitions_version: tosca_simple_yaml_1_0_0 metadata: template_name: ves_translate diff --git a/etc/log4j.xml b/etc/log4j.xml index ef186761..dc5fe100 100644 --- a/etc/log4j.xml +++ b/etc/log4j.xml @@ -1,3 +1,22 @@ + diff --git a/pom.xml b/pom.xml index b0df84a5..a65f0f80 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + diff --git a/settings.xml b/settings.xml index 1cfab4d2..03047a3b 100644 --- a/settings.xml +++ b/settings.xml @@ -1,3 +1,22 @@ + - \ No newline at end of file + diff --git a/src/main/resources/seclogger.yaml b/src/main/resources/seclogger.yaml index b5dd177c..aeac4270 100644 --- a/src/main/resources/seclogger.yaml +++ b/src/main/resources/seclogger.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. package-name: org.onap.dcae.ecomplog java-root: src/main/java @@ -62,4 +79,4 @@ operations: SECPublishOperation: description: SEC Publish SECAuthenticationOperation: - description: SEC Authentication \ No newline at end of file + description: SEC Authentication diff --git a/swagger_vescollector.yaml b/swagger_vescollector.yaml index 0c8a5b53..6acae21e 100644 --- a/swagger_vescollector.yaml +++ b/swagger_vescollector.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 2017-2018 AT&T Intellectual Property. 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. +# ============LICENSE_END========================================================= +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. swagger: '2.0' info: version: 1.1.0 -- cgit 1.2.3-korg