]> git.phdru.name Git - bookmarks_db.git/blobdiff - set-title-list.py
Minor refactoring
[bookmarks_db.git] / set-title-list.py
index 589aa0d85f8b042a378663d1d3a4d4c9bc9c82af..2fb37eccb838b43fdde557435528719252615680 100755 (executable)
@@ -1,10 +1,12 @@
 #! /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 BroytMann. Copyright (C) 2003-2007 PhiloSoft Design.
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2003-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys
 
@@ -24,7 +26,7 @@ def run():
       pass
 
    if report_stats:
-      print "BroytMann set-title-list, Copyright (C) 2003-2007 PhiloSoft Design"
+      print "Broytman set-title-list, Copyright (C) 2003-2007 PhiloSoft Design"
 
    if len(args) <> 1:
       sys.stderr.write("Usage: set-title-list [-s] title_list_file\n")