]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk_objects.py
Removed svn:keywords. Extended copyright to 2012.
[bookmarks_db.git] / bkmk_objects.py
index 4847e2c991c53ba5beb4b474a7913d1313108e15..9627e6516a75af1fbb0b19d879a843ab5c1f383b 100644 (file)
@@ -3,11 +3,8 @@
 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"
+__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot',