]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/hash/zshelve.py
Remove wrong copyright lines, fix module docstrings
[m_lib.git] / m_lib / hash / zshelve.py
index b9feb144f5ec0b5266d3be21643948f82fd42453..10bb367feccd9228645c3b8327a70a65ef8d7120 100644 (file)
@@ -1,8 +1,4 @@
-"""Compressed shelves.
-Author: Oleg Broytman <phd@phd.pp.ru>
-Copyright (C) 2001-2003 PhiloSoft Design
-License: Python"""
-
+"""Compressed shelves"""
 
 from shelve import DbfilenameShelf
 from zlib import compress, decompress