Remove ECOMP in headers
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / FileUploadService.js
index 7cfa7a9..ffbbb16 100644 (file)
@@ -18,9 +18,8 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
-
 app.directive('fileModel', ['$parse', function ($parse) {
     console.log("////////fileModel");
     return {
@@ -96,4 +95,4 @@ app.service('fileUpload', ['$http', '$q', function ($http, $q) {
         return def.promise;
        
     };
-}]);
+}]);
\ No newline at end of file