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 --- .../fail/non_environment_invalid_key.env | 3 +-- .../test_environment_file_structure/fail/non_environment_no_keys.env | 3 +-- .../fixtures/test_environment_file_structure/pass/environment.env | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'ice_validator/tests/fixtures/test_environment_file_structure') diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env index 3624291..dd0f838 100644 --- a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env +++ b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_invalid_key.env @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- parameters: @@ -60,4 +59,4 @@ parameter_merge_strategies: param2: deep_merge dummy_section: - dummy_key: "" \ No newline at end of file + dummy_key: "" diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env index eb4b25b..f33e461 100644 --- a/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env +++ b/ice_validator/tests/fixtures/test_environment_file_structure/fail/non_environment_no_keys.env @@ -35,10 +35,9 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # --- a: 1 b: c: 3 - d: 4 \ No newline at end of file + d: 4 diff --git a/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env b/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env index a9e6f1a..b435138 100644 --- a/ice_validator/tests/fixtures/test_environment_file_structure/pass/environment.env +++ b/ice_validator/tests/fixtures/test_environment_file_structure/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 -- cgit 1.2.3-korg