]> git.phdru.name Git - bookmarks_db.git/blobdiff - set-real_title.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / set-real_title.py
index 2926b5ac3310a241edd0dbe47e040ce0dd51b64d..621d929a3d7dbfe46273ff04d05030c3656a733a 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Run through the bookmarks database and set name to real title
+"""Run through the bookmarks database and set name to real title
 
-   Written by Broytman, Jul 2002 - May 2003. Copyright (C) 2002-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) 2002-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys