diff options
author | Dan Timoney <dt5972@att.com> | 2018-07-19 16:16:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-19 16:16:22 +0000 |
commit | 77ee1a55c18e1992bcf2b17b09bc874ab8bc8f6a (patch) | |
tree | a3f67530462053efaaec095168254019089a1dfa /saltstack-adapter/saltstack-adapter-installer/src/main | |
parent | e1184d3033ca9f1e1572050ef6f92f67a62865d0 (diff) | |
parent | f8ebec657389d40a88442b5a9be1a18254bbdbfd (diff) |
Merge "saltstack to take env and file param"
Diffstat (limited to 'saltstack-adapter/saltstack-adapter-installer/src/main')
-rw-r--r-- | saltstack-adapter/saltstack-adapter-installer/src/main/resources/scripts/install-feature.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/saltstack-adapter/saltstack-adapter-installer/src/main/resources/scripts/install-feature.sh b/saltstack-adapter/saltstack-adapter-installer/src/main/resources/scripts/install-feature.sh index c8214c52..38782cab 100644 --- a/saltstack-adapter/saltstack-adapter-installer/src/main/resources/scripts/install-feature.sh +++ b/saltstack-adapter/saltstack-adapter-installer/src/main/resources/scripts/install-feature.sh @@ -2,9 +2,9 @@ # ============LICENSE_START======================================================= # ONAP : APPC # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2018 Samsung Electronics. All rights reserved. # ================================================================================ -# Copyright (C) 2017 Amdocs +# # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# # ============LICENSE_END========================================================= ### |