]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-add.py
Added docstrings, __{version,revision,etc}__ boilerplates.
[bookmarks_db.git] / bkmk-add.py
index 7e7b415b469ddef45775fdcf0fb0f0a011b1ae5f..03cf5c3cad3133953ab0d5864b19b1a0bbb860a2 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Add a bookmark to the database.
+"""Add a bookmark to the database
 
-   Written by Broytman. Copyright (C) 2002-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) 2002-2011 PhiloSoft Design"
+__license__ = "GNU GPL"
 
 import sys, os, time
 from bkmk_objects import Bookmark