diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-02-15 16:40:45 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-02-15 16:43:32 -0500 |
commit | 425bc0a8097a7fff02524a839b6ebc1f412b8c40 (patch) | |
tree | c0d0a36cde7ff0b5d3ab5abf2e981e1b7d8942dc | |
parent | 5b2bfbb0572909ea745f0e86c86e1479bfb81e22 (diff) |
Add license to properties file
Change-Id: Id2f0469943f4ab6f574ec53ce43cddb9235758d1
Issue-ID: AAI-778
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index 6657f45..36e9ff3 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -1,4 +1,21 @@ -#Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. +# ============LICENSE_START======================================================= +# org.onap.aai +# ================================================================================ +# Copyright © 2016-2018 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. +# ============LICENSE_END========================================================= + #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed #to a SOA/CSI Cloud node. |