From: Oleg Broytman Date: Sun, 27 Sep 2009 11:48:32 +0000 (+0000) Subject: "BroytMann" => "Broytman". X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=d450aeda27440cadb2fcd1504cdc4acf23187860 "BroytMann" => "Broytman". git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@86 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/news.py b/news.py index 38bdf56..0ee2270 100644 --- a/news.py +++ b/news.py @@ -3,8 +3,8 @@ __version__ = "$Revision$"[11:-2] __revision__ = "$Id$"[5:-2] __date__ = "$Date$"[7:-2] -__author__ = "Oleg BroytMann " -__copyright__ = "Copyright (C) 2006 PhiloSoft Design" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2006-2009 PhiloSoft Design" __docformat__ = "epytext en" __all__ = ["get_news", "write_if_changed"]