Put my copyright on everything I've changed so far, put a more reasonable version number on version.py
diff --git a/test/__init__.py b/test/__init__.py
index e69de29..ab9c4cb 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -0,0 +1,5 @@
+# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
+
+"""
+Package containing unit tests for L{OpenSSL}.
+"""