Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / __init__.py
index 694887e6bc884a28e36fc6f3f18ba94629b08644..ed8eb58e3340ee642a79ee0c4d51bb7eebf017af 100644 (file)
@@ -1,4 +1,6 @@
-"""The hooke module does all the legwork for Hooke_ (BE).
+# Copyright
+
+"""The hooke module does all the legwork for Hooke_.
 
 .. _hooke: http://code.google.com/p/hooke/
 
@@ -38,7 +40,7 @@ def version(depth=-1, version_tuple=None):
 
     Since I seem to be unable to override __version__ in a Doctest,
     we'll pass the version tuple in as an argument.  You can ignore
-    ``version_tuple``.
+    `version_tuple`.
 
     >>> v = (1, 2, 3, 'devel', '20100501', 'Kenzo')