diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-01-16 11:50:17 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2018-01-16 11:56:30 +0800 |
commit | 965979f8ba0e18da785afa00698c940001916966 (patch) | |
tree | c6575b6019188dc1256c9f1c8906826055c6f2b4 /vesagent/src/main | |
parent | 2b354ac832492da320f5e921041dafbee6c3f64b (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/main')
10 files changed, 10 insertions, 10 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. |