summaryrefslogtreecommitdiffstats
path: root/vesagent/src
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/src
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/src')
-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
11 files changed, 11 insertions, 11 deletions
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.