From 8540eb59f7e7f8ff2043a8eaf7edfc255a60874a Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Wed, 30 Jan 2019 16:02:17 -0600 Subject: [VVP] Removing unnecessary trademark lines Issue-ID: VVP-152 Change-Id: I6b978768324f69adba50c75a187509c4a7605341 Signed-off-by: Lovett, Trevor --- .../test_heat_template_and_env_file_extension/fail/environment.yaml | 3 +-- .../fail/valid_heat_template.env | 3 +-- .../test_heat_template_and_env_file_extension/pass/environment.env | 3 +-- .../pass/valid_heat_template.yaml | 3 +-- .../pass/valid_heat_template.yml | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) (limited to 'ice_validator/tests/fixtures/test_heat_template_and_env_file_extension') diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml index a9e6f1a..b435138 100644 --- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml +++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/environment.yaml @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- parameters: @@ -57,4 +56,4 @@ event_sinks: parameter_merge_strategies: default: merge param1: overwrite - param2: deep_merge \ No newline at end of file + param2: deep_merge diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env index 215e406..8c401da 100644 --- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env +++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/fail/valid_heat_template.env @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- heat_template_version: 2015-04-30 @@ -111,4 +110,4 @@ conditions: cd8: and: - cd1 - - cd2a \ No newline at end of file + - cd2a diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env index a9e6f1a..b435138 100644 --- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env +++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/environment.env @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- parameters: @@ -57,4 +56,4 @@ event_sinks: parameter_merge_strategies: default: merge param1: overwrite - param2: deep_merge \ No newline at end of file + param2: deep_merge diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml index 215e406..8c401da 100644 --- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml +++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yaml @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- heat_template_version: 2015-04-30 @@ -111,4 +110,4 @@ conditions: cd8: and: - cd1 - - cd2a \ No newline at end of file + - cd2a diff --git a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml index e1e864c..ee4c777 100644 --- a/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml +++ b/ice_validator/tests/fixtures/test_heat_template_and_env_file_extension/pass/valid_heat_template.yml @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- heat_template_version: 2015-04-30 @@ -111,4 +110,4 @@ conditions: cd8: and: - cd1 - - cd2 \ No newline at end of file + - cd2 -- cgit 1.2.3-korg