]> git.phdru.name Git - bookmarks_db.git/blobdiff - sort_db.py
Split parse_html/__init__.py into __main__.py
[bookmarks_db.git] / sort_db.py
index ed22fda52914cc8de997ce2a1a64699dc6932960..f3a5ff1ce203bfed6fe159175777aba21c6556d2 100755 (executable)
@@ -1,6 +1,5 @@
 #! /usr/bin/env python
-"""
-   Sort bookmarks DB according to a rule:
+"""Sort bookmarks DB according to a rule:
       -a - by AddDate
       -v - by LastVisit
       -m - by LastModified
@@ -9,9 +8,12 @@
    default is -m
       -r - reverse the sort order
 
-   Written by Broytman, Apr 2000. Copyright (C) 2000 PhiloSoft Design
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys