]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/hash/__init__.py
Remove wrong copyright lines, fix module docstrings
[m_lib.git] / m_lib / hash / __init__.py
index 626db2b55334f652fe04b35ad9b8ef96395db6d6..dfd88f00a168344f6fef39b119bf586f6022f55d 100644 (file)
@@ -1,8 +1,6 @@
-"""Extended disk hashes package. It extends anydbm/whichdb with ZODB and
-MetaKit-based hashes.
-Author: Oleg Broytman <phd@phd.pp.ru>
-Copyright (C) 2001-2003 PhiloSoft Design
-License: Python"""
+"""Extended disk hashes package.
+
+It extends anydbm/whichdb with ZODB and MetaKit-based hashes."""
 
 
 __all__ = ["zshelve", "ZODBhash", "MKhash"]