diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-03-20 15:12:13 -0700 |
---|---|---|
committer | Girish Havaldar <hg0071052@techmahindra.com> | 2018-03-21 14:31:28 +0000 |
commit | 6e8ef8ac3a9f9504ff4a5ea9991197010930d834 (patch) | |
tree | a8543d8d1502cc5cbc8ba938f56c0922795a0688 /sms-service/bin/LICENSE.txt | |
parent | d5fd81a4b5940da7a3a787271abd069b7d12ea86 (diff) |
Adding bash script to call docker build
Adding the necessary bash scripts to be called for docker build
These will be called by the jenkins job for the nightly docker build
Issue-ID: AAF-100
Change-Id: Iae0c095d44849ae65583247fc7026f313d1ee0b7
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/bin/LICENSE.txt')
-rw-r--r-- | sms-service/bin/LICENSE.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sms-service/bin/LICENSE.txt b/sms-service/bin/LICENSE.txt new file mode 100644 index 0000000..5f63bb7 --- /dev/null +++ b/sms-service/bin/LICENSE.txt @@ -0,0 +1,18 @@ + + ============LICENSE_START========================================== + =================================================================== + Copyright © 2018 Intel Corp, Inc + 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============================================ |