Remove Proprietary notices 77/91777/1
authorOfir Sonsino <os0695@intl.att.com>
Sun, 21 Jul 2019 10:16:39 +0000 (13:16 +0300)
committerOfir Sonsino <os0695@intl.att.com>
Sun, 21 Jul 2019 10:16:39 +0000 (13:16 +0300)
Change-Id: I038ed4b764d592d013d8b4b2ae3b69b2961c518a
Issue-ID: SDC-2471
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-core/src/main/resources/configuration.yaml
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
openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/informationArtifact/impl/TxtInformationArtifactGeneratorImpl.java
openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml

index 75f2cc8..c5a82d5 100644 (file)
@@ -237,14 +237,6 @@ cleanComponentsConfiguration:
 artifactsIndex: resources
 
 heatEnvArtifactHeader:
-    " # _______________________________________________________________________________________________________________________________________\n
-  #|                                                                               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                                                         |\n
-  #|_______________________________________________________________________________________________________________________________________|\n"
+    ""
 heatEnvArtifactFooter:
-    " # _______________________________________________________________________________________________________________________________________\n
-  #|                                                                               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                                                         |\n
-  #|_______________________________________________________________________________________________________________________________________|\n"
+    ""
index 56e01d1..4fee8ae 100644 (file)
@@ -33,12 +33,6 @@ public class TxtInformationArtifactConstants {
   public static final String DELIMITER = ":";
   public static final String FOUR_TABS = TAB + TAB + TAB + TAB;
 
-  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 + "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;
   public static final String VSP_NAME = "a." + TAB + "Name" + DELIMITER;
index 9aba18e..e69ca8d 100644 (file)
@@ -62,7 +62,7 @@ public class TxtInformationArtifactGeneratorImpl implements InformationArtifactG
   }
 
   private String createTxtArtifact(InformationArtifactData informationArtifactData) {
-    textArtifact = new StringBuilder(TxtInformationArtifactConstants.HEADER);
+    textArtifact = new StringBuilder();
     addVspVlmEntries(informationArtifactData);
     addAvailabilityEntries();
     addDataEntries(informationArtifactData);
@@ -84,7 +84,6 @@ public class TxtInformationArtifactGeneratorImpl implements InformationArtifactG
     for (ComponentQuestionnaire componentQuestionnaire : componentQuestionnaires) {
       addRecoveryEntriesPerComponent(componentQuestionnaire);
     }
-    textArtifact.append(TxtInformationArtifactConstants.FOOTER);
     return textArtifact.toString();
 
   }
index ecfdfe0..4dd21e3 100644 (file)
@@ -238,14 +238,6 @@ cleanComponentsConfiguration:
 artifactsIndex: resources
 
 heatEnvArtifactHeader:
-    " # _______________________________________________________________________________________________________________________________________\n
-  #|                                                                               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                                                         |\n
-  #|_______________________________________________________________________________________________________________________________________|\n"
+    ""
 heatEnvArtifactFooter:
-    " # _______________________________________________________________________________________________________________________________________\n
-  #|                                                                               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                                                         |\n
-  #|_______________________________________________________________________________________________________________________________________|\n"
+    ""