From 3254adfa26641cadae580f5f1985d4fa913edff7 Mon Sep 17 00:00:00 2001 From: Michael Mattioli Date: Sun, 13 Jul 2014 03:02:00 -0400 Subject: [PATCH] Updated Copyright Years Updated copyright years to 2014 where applicable --- Notice.txt | 2 +- pyVim/connect.py | 2 +- pyVmomi/Cache.py | 2 +- pyVmomi/CoreTypes.py | 2 +- pyVmomi/Differ.py | 2 +- pyVmomi/DynamicTypeManagerHelper.py | 2 +- pyVmomi/Iso8601.py | 2 +- pyVmomi/ManagedMethodExecutorHelper.py | 2 +- pyVmomi/ServerObjects.py | 2 +- pyVmomi/SoapAdapter.py | 2 +- pyVmomi/Version.py | 2 +- pyVmomi/VmomiSupport.py | 2 +- pyVmomi/__init__.py | 2 +- pyVmomi/pyVmomiSettings.py | 2 +- sample/getallvms.py | 2 +- sample/poweronvm.py | 2 +- setup.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Notice.txt b/Notice.txt index fb049c5..92968ac 100644 --- a/Notice.txt +++ b/Notice.txt @@ -1,7 +1,7 @@ pyVmomi ======= -Copyright (c) 2005-2013 VMware, Inc. All Rights Reserved. +Copyright (c) 2005-2014 VMware, Inc. All Rights Reserved. This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License. diff --git a/pyVim/connect.py b/pyVim/connect.py index 4ba2a19..958783a 100644 --- a/pyVim/connect.py +++ b/pyVim/connect.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/Cache.py b/pyVmomi/Cache.py index 592cce5..fd71bc3 100644 --- a/pyVmomi/Cache.py +++ b/pyVmomi/Cache.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/CoreTypes.py b/pyVmomi/CoreTypes.py index 530a436..05ad37a 100644 --- a/pyVmomi/CoreTypes.py +++ b/pyVmomi/CoreTypes.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/Differ.py b/pyVmomi/Differ.py index f1995f0..bf6c973 100644 --- a/pyVmomi/Differ.py +++ b/pyVmomi/Differ.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/DynamicTypeManagerHelper.py b/pyVmomi/DynamicTypeManagerHelper.py index 10ef64e..dbd3559 100644 --- a/pyVmomi/DynamicTypeManagerHelper.py +++ b/pyVmomi/DynamicTypeManagerHelper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/Iso8601.py b/pyVmomi/Iso8601.py index 8f0e2f7..c66ef7d 100644 --- a/pyVmomi/Iso8601.py +++ b/pyVmomi/Iso8601.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/ManagedMethodExecutorHelper.py b/pyVmomi/ManagedMethodExecutorHelper.py index abf806d..bbde5d4 100644 --- a/pyVmomi/ManagedMethodExecutorHelper.py +++ b/pyVmomi/ManagedMethodExecutorHelper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/ServerObjects.py b/pyVmomi/ServerObjects.py index a524cd5..59ec727 100644 --- a/pyVmomi/ServerObjects.py +++ b/pyVmomi/ServerObjects.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/SoapAdapter.py b/pyVmomi/SoapAdapter.py index 398f76c..025ec2e 100644 --- a/pyVmomi/SoapAdapter.py +++ b/pyVmomi/SoapAdapter.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/Version.py b/pyVmomi/Version.py index 2a6971b..eabe84c 100644 --- a/pyVmomi/Version.py +++ b/pyVmomi/Version.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/VmomiSupport.py b/pyVmomi/VmomiSupport.py index 73912bc..86de832 100644 --- a/pyVmomi/VmomiSupport.py +++ b/pyVmomi/VmomiSupport.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/__init__.py b/pyVmomi/__init__.py index b265718..e827bf9 100644 --- a/pyVmomi/__init__.py +++ b/pyVmomi/__init__.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/pyVmomi/pyVmomiSettings.py b/pyVmomi/pyVmomiSettings.py index 281f3df..369975b 100644 --- a/pyVmomi/pyVmomiSettings.py +++ b/pyVmomi/pyVmomiSettings.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/sample/getallvms.py b/sample/getallvms.py index e0bf6f7..6e61143 100755 --- a/sample/getallvms.py +++ b/sample/getallvms.py @@ -1,6 +1,6 @@ #!/usr/bin/python # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/sample/poweronvm.py b/sample/poweronvm.py index 4962a98..363d58a 100755 --- a/sample/poweronvm.py +++ b/sample/poweronvm.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # VMware vSphere Python SDK -# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved. # # 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/setup.py b/setup.py index 9833184..f472274 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # VMware vSphere Python SDK -# Copyright (c) 2009-2013 VMware, Inc. All Rights Reserved. +# Copyright (c) 2009-2014 VMware, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.