diff options
author | armando-migliaccio <armamig@gmail.com> | 2014-01-28 17:02:25 -0800 |
---|---|---|
committer | armando-migliaccio <armamig@gmail.com> | 2014-01-28 17:21:06 -0800 |
commit | 9235f83d68139ac7d3bf62686fc40e690d782fab (patch) | |
tree | 584a4d868b7bb0a604af3bd06985ad4fc6d5423a /neutronclient/common/exceptions.py | |
parent | 8aacb125df8b1739f2225f62bc0172693c35d3f7 (diff) | |
download | python-neutronclient-9235f83d68139ac7d3bf62686fc40e690d782fab.tar.gz |
Rename Nicira NVP to VMware NSX in neutronclient
Use new naming scheme to reflect rebranding.
Partial-implements blueprint nicira-plugin-renaming
Change-Id: I694fbda1c228e92a0b910358523787fa742d9ab2
Diffstat (limited to 'neutronclient/common/exceptions.py')
-rw-r--r-- | neutronclient/common/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/common/exceptions.py b/neutronclient/common/exceptions.py index a52a7dc..9347310 100644 --- a/neutronclient/common/exceptions.py +++ b/neutronclient/common/exceptions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nicira Networks, Inc +# Copyright 2011 VMware, Inc # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may |