]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_dups.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / check_dups.py
index 539712228d477e3630d0e6dd03d3ca19411beb85..113e69ba61be9d3d1426038eb2b48c1616040240 100755 (executable)
@@ -1,10 +1,16 @@
 #! /usr/bin/env python
-"""
-   Check duplicate URLs in the bookmarks database
+"""Check duplicate URLs in the bookmarks database
 
-   Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
+
 import sys