Adding LICENSE.txt and version.properties
LICENSE.txt is to fix license issues with unlabeled files. version.properties is to fix the broken build.
Issue-ID: VNFSDK-122
Change-Id: I19733c0effcf260a00a14a478a18f8442141a48a
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
diff --git a/veslibrary/ves_javalibrary/evel_javalib2/version.properties b/veslibrary/ves_javalibrary/evel_javalib2/version.properties
new file mode 100644
index 0000000..0424f62
--- /dev/null
+++ b/veslibrary/ves_javalibrary/evel_javalib2/version.properties
@@ -0,0 +1,13 @@
+###########################################################
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=1
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT