]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / bkmk2db.py
index 946dfbdf96e3a9bdaa46d3b8d811908616668ac3..37308a2a570aba3df1ffc7f66edd19e4f894cc0e 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
+"""Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
-   Written by Broytman. Copyright (C) 1997-2003 PhiloSoft Design
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys, os
 from getopt import getopt