]> git.phdru.name Git - bookmarks_db.git/commitdiff
Chore(bkmk_parser): Fix year
authorOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2024 20:04:46 +0000 (23:04 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2024 20:04:46 +0000 (23:04 +0300)
bkmk_parser.py

index 24dc7c6acc4868b695e6ebf7265a48917a7a177c..e0969dc6c27cfdb09f5f71d6581a3447e2b75989 100644 (file)
@@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2023 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2024 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['BkmkParser']