From: Arielk Date: Mon, 14 May 2018 13:43:38 +0000 (+0300) Subject: ATT warning generated in CSAR X-Git-Tag: v1.2.0~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5778c51a8b3d480c3c19f0e2848853808c25361e;p=sdc.git ATT warning generated in CSAR Change-Id: I9b0e952c80947782ccc22e84630061049de0401e Issue-ID: SDC-1329 Signed-off-by: Arielk --- 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;