summaryrefslogtreecommitdiffstats
path: root/vesagent
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2018-01-16 11:50:17 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2018-01-16 11:56:30 +0800
commit965979f8ba0e18da785afa00698c940001916966 (patch)
treec6575b6019188dc1256c9f1c8906826055c6f2b4 /vesagent
parent2b354ac832492da320f5e921041dafbee6c3f64b (diff)
Update license for VIO plugin
Update license Change-Id: I97cf6e844c5f942ff2a91c7d26a118d0a41fec71 Issue-ID: MULTICLOUD-141 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'vesagent')
-rwxr-xr-xvesagent/docker/docker-build.sh14
-rwxr-xr-xvesagent/docker/opt/start-manager.sh14
-rw-r--r--vesagent/pom.xml2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonAlarmStorage.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonStoreMap.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/ReadPropertiesFile.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VESRestAPI.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesAgent.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesEntity.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesTimer.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereData.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereDataEntity.java2
-rw-r--r--vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereEntity.java2
-rw-r--r--vesagent/src/test/java/org/onap/multicloud/openstack/vmware/VesAgentTest.java2
14 files changed, 40 insertions, 12 deletions
diff --git a/vesagent/docker/docker-build.sh b/vesagent/docker/docker-build.sh
index ac2ea33..d696e66 100755
--- a/vesagent/docker/docker-build.sh
+++ b/vesagent/docker/docker-build.sh
@@ -1,4 +1,18 @@
#!/bin/bash
+# Copyright (c) 2017-2018 VMware, Inc.
+#
+# 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.
+
echo "WORKSPACE: ${WORKSPACE}"
VERSION="1.0.0-SNAPSHOT"
STAGING="1.0.0-STAGING"
diff --git a/vesagent/docker/opt/start-manager.sh b/vesagent/docker/opt/start-manager.sh
index 735f0d9..e70dc19 100755
--- a/vesagent/docker/opt/start-manager.sh
+++ b/vesagent/docker/opt/start-manager.sh
@@ -1,4 +1,18 @@
#!/bin/bash
+# Copyright (c) 2017-2018 VMware, Inc.
+#
+# 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.
+
# TODO: Enable the below command to execute the VESAgent process
exec java -jar /opt/vesagent-1.0.0.jar /opt/etc/Agent.properties
#while :; do echo 'sleeping for 3600 secs'; sleep 3600; done
diff --git a/vesagent/pom.xml b/vesagent/pom.xml
index d09f76b..75fc9bb 100644
--- a/vesagent/pom.xml
+++ b/vesagent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2017 VMware, Inc.
+ Copyright (c) 2017-2018 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonAlarmStorage.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonAlarmStorage.java
index b38330e..6ad6ffc 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonAlarmStorage.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonAlarmStorage.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonStoreMap.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonStoreMap.java
index 95950f6..9ecf732 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonStoreMap.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/JsonStoreMap.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/ReadPropertiesFile.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/ReadPropertiesFile.java
index 9a96c2c..ee98706 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/ReadPropertiesFile.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/ReadPropertiesFile.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VESRestAPI.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VESRestAPI.java
index 5298261..f2e4b8b 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VESRestAPI.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VESRestAPI.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesAgent.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesAgent.java
index b6b536f..2b1b98c 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesAgent.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesAgent.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesEntity.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesEntity.java
index 3bacc55..55c3d3a 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesEntity.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesEntity.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesTimer.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesTimer.java
index 8dddcc7..572d94b 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesTimer.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VesTimer.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereData.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereData.java
index e1a0b19..e81934e 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereData.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereData.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereDataEntity.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereDataEntity.java
index 2e747ba..5513e73 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereDataEntity.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereDataEntity.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereEntity.java b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereEntity.java
index 6aec4c0..a415c66 100644
--- a/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereEntity.java
+++ b/vesagent/src/main/java/org/onap/multicloud/openstack/vmware/VsphereEntity.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/vesagent/src/test/java/org/onap/multicloud/openstack/vmware/VesAgentTest.java b/vesagent/src/test/java/org/onap/multicloud/openstack/vmware/VesAgentTest.java
index 60d82c0..07bab5f 100644
--- a/vesagent/src/test/java/org/onap/multicloud/openstack/vmware/VesAgentTest.java
+++ b/vesagent/src/test/java/org/onap/multicloud/openstack/vmware/VesAgentTest.java
@@ -1,4 +1,4 @@
- /* Copyright (c) 2017 VMware, Inc.
+ /* Copyright (c) 2017-2018 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.