Remove ECOMP in headers 29/44429/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 24 Apr 2018 16:12:06 +0000 (18:12 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 24 Apr 2018 16:12:06 +0000 (18:12 +0200)
Remove ECOMP in headers of the source files

Issue-ID: CLAMP-156
Change-Id: I4de15a4b487098b1c7f5adf16bd809bbbf8d7de0
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/main/java/org/onap/clamp/clds/config/EncodedPasswordBasicDataSource.java
src/main/resources/META-INF/resources/designer/partials/portfolios/extra_user_info.html
src/main/resources/META-INF/resources/designer/scripts/ExportFileCtrl.js
src/main/resources/META-INF/resources/designer/scripts/ExportFileService.js
src/main/resources/META-INF/resources/designer/scripts/ExtraUserInfoCtrl.js
src/main/resources/META-INF/resources/designer/scripts/ExtraUserInfoService.js

index 9914ea7..0d39cd5 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 package org.onap.clamp.clds.config;
index 5cefa4f..bf151d7 100644 (file)
@@ -18,7 +18,7 @@
   limitations under the License.
   ============LICENSE_END============================================
   ===================================================================
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
+  
   -->
 
 <div attribute-test="extrauserinfo" id="configure-widgets">
index f20601a..d5326d9 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 app.controller('exportCtrl', ['$scope', '$rootScope','exportService','dialogs', function($scope,$rootScope,exportService,dialogs){
index dd99a46..076cd09 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 app.service('exportService', ['$http', '$q', function ($http, $q) {
     console.log("/////////exportService");
index f269b41..72b160c 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 app.controller('ExtraUserInfoCtrl', 
index 25dc37b..9b8cdfd 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 app.service('extraUserInfoService', ['$http', '$q', function($http, $q){
        //console.log("///////////extraUserInfoService");