diff options
author | Michael Basnight <mbasnight@gmail.com> | 2013-10-22 17:46:41 +0000 |
---|---|---|
committer | Vipul Sabhaya <vipuls@gmail.com> | 2013-10-22 11:21:33 -0700 |
commit | af4d4ed4f75ac26339399c2c226cec69eb20caa8 (patch) | |
tree | 39d621dffede92189954f19bd545765f03d3a3c9 /troveclient/utils.py | |
parent | b46248c98fd3dcafb6dba24cf17103d4e644e2e4 (diff) | |
download | python-troveclient-af4d4ed4f75ac26339399c2c226cec69eb20caa8.tar.gz |
Fixing copyright and license headers
* Added HP copyrights as appropriate
Change-Id: If4f30b0caf03b16f5fb4f54185ba80d9fa41d0b0
Diffstat (limited to 'troveclient/utils.py')
-rw-r--r-- | troveclient/utils.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/troveclient/utils.py b/troveclient/utils.py index 0cb9d49..d3423c2 100644 --- a/troveclient/utils.py +++ b/troveclient/utils.py @@ -1,4 +1,8 @@ -# Copyright 2012 OpenStack Foundation +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2011 OpenStack Foundation +# Copyright 2013 Rackspace Hosting +# 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. You may obtain |