X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_dups.py;h=94ae3f0a51731ad42c771db98bbaf137b69f9e61;hb=9faa13f6f8199790cf01533e857c593520559649;hp=0a267ac60544a28322657df7ba7227aa26e7deaa;hpb=4255ead7de9ed5069f94b90cb134a077387d43c1;p=bookmarks_db.git diff --git a/check_dups.py b/check_dups.py index 0a267ac..94ae3f0 100755 --- a/check_dups.py +++ b/check_dups.py @@ -9,12 +9,13 @@ import sys __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" __license__ = "GNU GPL" log_file = None + def report_dup(href, object_no): s = "Duplicate URL: %s (first at rec. %d)" % (href, object_no) @@ -43,7 +44,7 @@ def run(): pass if report_stats: - print("Broytman check_dups, Copyright (C) 2000-2017 PhiloSoft Design") + print("Broytman check_dups, Copyright (C) 2000-2023 PhiloSoft Design") if args: sys.stderr.write("check_urls: too many arguments\n")