From 6b521273076028e3cfde8b02d861bb65211401a9 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 29 Jan 2018 10:11:23 +0800 Subject: add license file for CII Badge application Issue-ID: MSB-115 Change-Id: I051bde2626e10384218fb3adb3d0eb4ec950b875 Signed-off-by: HuabingZhao --- LICENSE.txt | 12 ++++++++++++ sdclient/pom.xml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..67a5857 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,12 @@ +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. \ No newline at end of file diff --git a/sdclient/pom.xml b/sdclient/pom.xml index 237bd6c..4d5bc7c 100644 --- a/sdclient/pom.xml +++ b/sdclient/pom.xml @@ -13,7 +13,7 @@ org.onap.msb.discovery msb-discovery-parent - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.msb.discovery -- cgit 1.2.3-korg