From a6f91efda578965710630154b173cf1ee9b64727 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 12 Feb 2018 11:03:36 -0500 Subject: Update license text Change-Id: Ia720d87a661c297d3613e12db19e91ae3b7c0a5f Signed-off-by: Lusheng Ji Issue-ID: DCAEGEN2-325 --- etc/dcae_snmptrapd.yaml | 17 +++++++++++++++++ etc/dcae_snmptrapd_logging.yaml | 17 +++++++++++++++++ etc/trapd.yaml | 17 +++++++++++++++++ etc/trapd_logging.yaml | 17 +++++++++++++++++ mvn-phase-script.sh | 2 +- pom.xml | 2 +- setup.py | 2 +- src/dcae_snmptrapd.py | 2 +- src/dcae_snmptrapd.sh | 2 +- src/mod/trapd_dmaap_config.py | 2 +- src/mod/trapd_exit.py | 2 +- src/mod/trapd_http_session.py | 2 +- src/mod/trapd_perm_status.py | 2 +- src/mod/trapd_runtime_pid.py | 2 +- src/mod/trapd_trap_config.py | 2 +- src/mod/trapd_yaml_config.py | 2 +- 16 files changed, 80 insertions(+), 12 deletions(-) diff --git a/etc/dcae_snmptrapd.yaml b/etc/dcae_snmptrapd.yaml index c3c7f06..0b4feb7 100644 --- a/etc/dcae_snmptrapd.yaml +++ b/etc/dcae_snmptrapd.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. protocol: transport: udp interface: localhost diff --git a/etc/dcae_snmptrapd_logging.yaml b/etc/dcae_snmptrapd_logging.yaml index 586e3cb..43af342 100644 --- a/etc/dcae_snmptrapd_logging.yaml +++ b/etc/dcae_snmptrapd_logging.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. version: 1 disable_existing_loggers: False formatters: diff --git a/etc/trapd.yaml b/etc/trapd.yaml index 06e1323..7432e56 100644 --- a/etc/trapd.yaml +++ b/etc/trapd.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 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. snmptrap: '2.0' info: version: 2.1 diff --git a/etc/trapd_logging.yaml b/etc/trapd_logging.yaml index 586e3cb..6719e5e 100644 --- a/etc/trapd_logging.yaml +++ b/etc/trapd_logging.yaml @@ -1,3 +1,20 @@ +# ================================================================================ +# Copyright (c) 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. version: 1 disable_existing_loggers: False formatters: diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index edfbed0..eceab57 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# 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. diff --git a/pom.xml b/pom.xml index 5f3acab..1a61b2a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@