From 5778c51a8b3d480c3c19f0e2848853808c25361e Mon Sep 17 00:00:00 2001 From: Arielk Date: Mon, 14 May 2018 16:43:38 +0300 Subject: ATT warning generated in CSAR Change-Id: I9b0e952c80947782ccc22e84630061049de0401e Issue-ID: SDC-1329 Signed-off-by: Arielk --- .../impl/TxtInformationArtifactConstants.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-vendor-software-product-lib') diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/informationArtifact/impl/TxtInformationArtifactConstants.java b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/informationArtifact/impl/TxtInformationArtifactConstants.java index f99d3814e6..56e01d1fa4 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/informationArtifact/impl/TxtInformationArtifactConstants.java +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/informationArtifact/impl/TxtInformationArtifactConstants.java @@ -33,13 +33,11 @@ public class TxtInformationArtifactConstants { public static final String DELIMITER = ":"; public static final String FOUR_TABS = TAB + TAB + TAB + TAB; - public static final String HEADER = "AT&T Proprietary (Restricted)\n" - + "Only for use by authorized individuals or any above-designated team(s)\n" - + "within the AT&T companies and not for general distribution" + NL + NL + NL; + public static final String HEADER = "Proprietary information (Restricted)\n" + + "For use only by authorized individuals and not for general distribution." + NL + NL + NL; - public static final String FOOTER = NL + NL + NL + "AT&T Proprietary (Restricted)\n" - + "Only for use by authorized individuals or any above-designated team(s)\n" - + "within the AT&T companies and not for general distribution"; + public static final String FOOTER = NL + NL + NL + "Proprietary information (Restricted)\n" + + "For use only by authorized individuals and not for general distribution."; public static final String TITLE = "1." + TAB + "VSP Details" + DELIMITER; -- cgit 1.2.3-korg