X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-title-list.py;h=bd540591c51ded3e01b79b3929c402e1d9898b6e;hb=2a39903bba640dff7e893a4ce81c961d79d85a0e;hp=589aa0d85f8b042a378663d1d3a4d4c9bc9c82af;hpb=43a5cbf292ea2e4def610f96d38c86d86f7ccfa6;p=bookmarks_db.git diff --git a/set-title-list.py b/set-title-list.py index 589aa0d..bd54059 100755 --- a/set-title-list.py +++ b/set-title-list.py @@ -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 BroytMann. 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 " +__copyright__ = "Copyright (C) 2003-2011 PhiloSoft Design" +__license__ = "GNU GPL" import sys @@ -24,7 +29,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")