X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-real_title.py;h=621d929a3d7dbfe46273ff04d05030c3656a733a;hb=d9712d54b79a868754c706c9f82b1672f12873d7;hp=f032ec8a4549225319d12d575f07353c0b960144;hpb=fb7636c8b85c3005035e2b37ff0e12bafdc49f2e;p=bookmarks_db.git diff --git a/set-real_title.py b/set-real_title.py index f032ec8..621d929 100755 --- a/set-real_title.py +++ b/set-real_title.py @@ -1,10 +1,15 @@ -#! /usr/local/bin/python -O -""" - Run through the bookmarks database and set name to real title +#! /usr/bin/env python +"""Run through the bookmarks database and set name to real title - Written by BroytMann, 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 " +__copyright__ = "Copyright (C) 2002-2011 PhiloSoft Design" +__license__ = "GNU GPL" import sys @@ -24,7 +29,7 @@ def run(): pass if report_stats: - print "BroytMann set-real_title, Copyright (C) 2003 PhiloSoft Design" + print "Broytman set-real_title, Copyright (C) 2003 PhiloSoft Design" if args: sys.stderr.write("set-real_title: too many arguments\n")