diff options
author | Skip Wonnell <kw5258@att.com> | 2017-08-14 17:47:10 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-08-18 05:46:15 +0000 |
commit | ab6c2c0cd441cf40723016e9a82aeeeb933fec7e (patch) | |
tree | 10d9de942694ca129cfc78d13cf2269f5c37cfc9 /appc-config/appc-config-params/installer/src/assembly | |
parent | 5166a76913fcb658be58adffed441590979e41cf (diff) |
Initial adds artifact handler and design services
asdc-artifact-handler: an interface to receive artifacts distributed
by SDC and persist them into the local database.
appc-design-services: an interface to manage VNF configuration
artifacts, primarily those generated by the configuration design tool.
Includes these user stories: APPC-28/85
Change-Id: Ib207070d4593554fa424fc69d9c77a6cd5349fec
Signed-off-by: Skip Wonnell <kw5258@att.com>
Issue-Id: APPC-9
Diffstat (limited to 'appc-config/appc-config-params/installer/src/assembly')
-rw-r--r-- | appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml | 8 | ||||
-rw-r--r-- | appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml b/appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml index 706fab4f4..f1adf9c5e 100644 --- a/appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml +++ b/appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml @@ -1,9 +1,11 @@ <!-- ============LICENSE_START======================================================= - ONAP : APP-C + ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017 AT&T Intellectual Property. 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. You may obtain a copy of the License at @@ -15,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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========================================================= ECOMP is a trademark and service mark of AT&T Intellectual Property. --> diff --git a/appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml b/appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml index f7e0c9586..a8f949d38 100644 --- a/appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml +++ b/appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml @@ -1,9 +1,11 @@ <!-- ============LICENSE_START======================================================= - ONAP : APP-C + ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017 AT&T Intellectual Property. 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. You may obtain a copy of the License at @@ -15,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 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========================================================= ECOMP is a trademark and service mark of AT&T Intellectual Property. --> |