X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=news.py;h=3e0385116228ed6b637c9c918c25066b15d7fde3;hb=d25d749d6c737395c9076c2061c8088fedeb80bf;hp=f454592f45d0d0e84db15ae063d9be12123dc718;hpb=42465be8abac2fdb32c939bc7e5ad0fbca5df2f8;p=phdru.name%2Fphdru.name.git diff --git a/news.py b/news.py index f454592..3e03851 100644 --- a/news.py +++ b/news.py @@ -1,10 +1,7 @@ """News""" -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2006-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2006-2012 PhiloSoft Design" __docformat__ = "epytext en" __all__ = ["get_news", "write_if_changed"]