Deployment onap rename
[appc/deployment.git] / platform-logic / installer / src / main / scripts / install.sh
index 448ab37..d320937 100644 (file)
@@ -2,9 +2,9 @@
 
 ###
 # ============LICENSE_START=======================================================
-# openECOMP : APP-C
+# APPC
 # ================================================================================
-# Copyright (C) 2017 OpenECOMP
+# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # ============LICENSE_END=========================================================
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
 ###
 
-# BASEDIR env variable points to /opt/openecomp/appc/svclogic
+# BASEDIR env variable points to /opt/onap/appc/svclogic
 BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
 
 
@@ -44,4 +45,3 @@ do
      $BASEDIR/bin/svclogic.sh activate $module $rpc $version $mode $BASEDIR/config/svclogic.properties
   done < <(cat $graphlist)
 done
-