X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=hooke%2F__init__.py;h=f0447adb638276c32706459f09a5ad5088c33430;hb=07858ddba5aac13eb0a4741f3d02086a0681f266;hp=694887e6bc884a28e36fc6f3f18ba94629b08644;hpb=defc6247d72ec6507df5d408ca82a34388edec0d;p=hooke.git diff --git a/hooke/__init__.py b/hooke/__init__.py index 694887e..f0447ad 100644 --- a/hooke/__init__.py +++ b/hooke/__init__.py @@ -1,4 +1,22 @@ -"""The hooke module does all the legwork for Hooke_ (BE). +# Copyright (C) 2010 W. Trevor King +# +# This file is part of Hooke. +# +# Hooke is free software: you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# Hooke is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with Hooke. If not, see +# . + +"""The hooke module does all the legwork for Hooke_. .. _hooke: http://code.google.com/p/hooke/ @@ -38,7 +56,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')