Index: boto/cacerts/__init__.py |
diff --git a/boto/tests/__init__.py b/boto/cacerts/__init__.py |
similarity index 93% |
copy from boto/tests/__init__.py |
copy to boto/cacerts/__init__.py |
index 449bd162a8ea33724103f1cba717f3255d1edea1..1b2dec79e76ca0e13e32eb2533430c1125b3f7cd 100644 |
--- a/boto/tests/__init__.py |
+++ b/boto/cacerts/__init__.py |
@@ -1,4 +1,5 @@ |
-# Copyright (c) 2006,2007 Mitch Garnaat http://garnaat.org/ |
+# Copyright 2010 Google Inc. |
+# All rights reserved. |
# |
# Permission is hereby granted, free of charge, to any person obtaining a |
# copy of this software and associated documentation files (the |
@@ -14,10 +15,8 @@ |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- |
# ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT |
-# SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
+# SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
# IN THE SOFTWARE. |
# |
- |
- |