]> git.phdru.name Git - bookmarks_db.git/commitdiff
2011.
authorOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 09:51:42 +0000 (09:51 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 3 Jan 2011 09:51:42 +0000 (09:51 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@306 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Makefile
README
Robots/bkmk_rsimple.py
Robots/parse_html.py
doc/README
mk-distr

index 9c334d28252b892369d615fc02a36e1bb28a0f98..bf45d48f71af530be6533909283126dfe6f49a8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=4.3.0
+VERSION=4.3.1
 
 EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-koi bkmk-publish bkmk-rsync \
    bkmk-sort bkmk-win bkmk2db check_title.py check_url.py hotexplode.pl \
diff --git a/README b/README
index 546a9ce58d9d774cf2d62f757f4aff2be5abc662..d67d544ca09308736aefbad694a98851ccd129cd 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Bookmarks database and Internet robot.
 
 Author: Oleg Broytman <phd@phdru.name>
 
-Copyright (C) 1997-2010 PhiloSoft Design.
+Copyright (C) 1997-2011 PhiloSoft Design.
 
 License: GPL. For detailed terms see COPYING.
 
index 88f5e16ab2339613b82432af553210685f476e3b..7de63185a6c8800e2d41a04d0ead795475531616 100644 (file)
@@ -1,7 +1,7 @@
 """
    Simple, strightforward robot
 
-   Written by Oleg Broytman. Copyright (C) 2000-2010 PhiloSoft Design.
+   Written by Oleg Broytman. Copyright (C) 2000-2011 PhiloSoft Design.
 """
 
 import sys, os
index a83585df318afb1602a916a1a17768485a099138..a8c1d79329de5e5fbce6432ac3c168a655416e2a 100755 (executable)
@@ -2,7 +2,7 @@
 """
    HTML Parsers wrapper
 
-   Written by Broytman. Copyright (C) 1997-2010 PhiloSoft Design
+   Written by Broytman. Copyright (C) 1997-2011 PhiloSoft Design
 """
 
 import codecs
index 94c2546143106860472ee91a8311bffbc003239c..04a563aa5b99adebc9964045617c3d75f5113be2 100644 (file)
@@ -23,7 +23,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT and LEGAL ISSUES
-   Copyright (C) 1997-2010 PhiloSoft Design
+   Copyright (C) 1997-2011 PhiloSoft Design
 All sources protected by GNU  GPL.  Programs are provided "as-is", without
 any kind of warranty. All usual blah-blah-blah.
 
index c8ae5b3e90930cee5329bb187bf1d27ee0f2d7c9..552ac5d3ff7dead206887686629ad48a73b2b813 100755 (executable)
--- a/mk-distr
+++ b/mk-distr
@@ -3,7 +3,7 @@
 #
 # This file is a part of Bookmarks Database and Internet robot.
 # Author: Oleg Broytman <phd@phdru.name>.
-# Copyright: (C) 2004-2008 PhiloSoft Design.
+# Copyright: (C) 2004-2011 PhiloSoft Design.
 # License: GPL.
 
 
@@ -11,7 +11,7 @@
 # __revision__ = "$Id$"
 # __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2004-2008 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2004-2011 PhiloSoft Design"
 
 
 error() {