ATT warning generated in CSAR 09/47409/2
authorArielk <Ariel.Kenan@amdocs.com>
Mon, 14 May 2018 13:43:38 +0000 (16:43 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Wed, 16 May 2018 15:06:00 +0000 (15:06 +0000)
Change-Id: I9b0e952c80947782ccc22e84630061049de0401e
Issue-ID: SDC-1329
Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
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 f99d381..56e01d1 100644 (file)
@@ -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;