X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=set-real_title.py;h=62ded1c21b93cbf50ac33c79c2abe476cc728d7c;hp=1115f31f14e90cdfb8d74d9c367a130df9a5c686;hb=96e39d55c791326368ff14d538850e14ba5a2c97;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556 diff --git a/set-real_title.py b/set-real_title.py index 1115f31..62ded1c 100755 --- a/set-real_title.py +++ b/set-real_title.py @@ -1,10 +1,12 @@ -#! /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 - Aug 2002. Copyright (C) 2002-2002 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2002-2012 PhiloSoft Design" +__license__ = "GNU GPL" import sys @@ -24,7 +26,7 @@ def run(): pass if report_stats: - print "BroytMann check_title, Copyright (C) 2002 PhiloSoft Design" + print "Broytman set-real_title, Copyright (C) 2003 PhiloSoft Design" if args: sys.stderr.write("set-real_title: too many arguments\n")