X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=set-urls.py;fp=set-URLs.py;h=b897078f70a19efff2bb0e15dbf46d2b69ec305d;hp=bfcf5da5cb1dbb998b2a6a57c4b90a640397b69e;hb=ea22f4419c754854beb6e8c323b2c4af4af8c047;hpb=6f0376049642867b164c6f93798906be77c2a166 diff --git a/set-URLs.py b/set-urls.py similarity index 94% rename from set-URLs.py rename to set-urls.py index bfcf5da..b897078 100755 --- a/set-URLs.py +++ b/set-urls.py @@ -10,7 +10,7 @@ import sys __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2023 PhiloSoft Design" +__copyright__ = "Copyright (C) 2023, 2024 PhiloSoft Design" __license__ = "GNU GPL" @@ -29,10 +29,10 @@ def run(): pass if report_stats: - print("Broytman set-URLs, Copyright (C) 2023 PhiloSoft Design") + print("Broytman set-urls, Copyright (C) 2023, 2024 PhiloSoft Design") if len(args) != 1: - sys.stderr.write("Usage: set-URLs [-s] urls_file") + sys.stderr.write("Usage: set-urls [-s] urls_file") sys.exit(1) # Read the external file with URLs and build a mapping (URL => redirect)