X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_dups.py;h=eebd09b20ac0c09691262cf032e804131c542c55;hb=2d964b5fedeaeecd68a4f4de698348a5595906f0;hp=16a8c43e2ed7199eaf6954862d900b5fda57628b;hpb=f5e83d99fbcd0416e784f25ab3076c25318f235c;p=bookmarks_db.git diff --git a/check_dups.py b/check_dups.py index 16a8c43..eebd09b 100755 --- a/check_dups.py +++ b/check_dups.py @@ -1,10 +1,13 @@ #! /usr/bin/env python -""" - Check duplicate URLs in the bookmarks database +"""Check duplicate URLs in the bookmarks database - Written by BroytMann. Copyright (C) 2000-2007 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" +__license__ = "GNU GPL" + import sys @@ -38,7 +41,7 @@ def run(): pass if report_stats: - print "BroytMann check_dups, Copyright (C) 2000-2007 PhiloSoft Design" + print "Broytman check_dups, Copyright (C) 2000-2007 PhiloSoft Design" if args: sys.stderr.write("check_urls: too many arguments\n")