]> git.phdru.name Git - bookmarks_db.git/blobdiff - set-title-list.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / set-title-list.py
index b5fb1eaea367a214f44d8002b51c17b327ed8b81..bd540591c51ded3e01b79b3929c402e1d9898b6e 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Run through the bookmarks database and set names to titles from an external file
+"""Run through the bookmarks database and set names to titles from an external file
 
-   Written by Broytman. Copyright (C) 2003-2007 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) 2003-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys