Author: ArcRiley Date: 2008-09-28 12:14:14 -0400 (Sun, 28 Sep 2008) New Revision: 1365
Modified: trunk/pysoy/config.py trunk/pysoy/setup.py Log: Quick fix for setup.py and config.py: * fixed __credits__ * fixed svn:keywords Modified: trunk/pysoy/config.py =================================================================== --- trunk/pysoy/config.py 2008-09-26 19:27:20 UTC (rev 1364) +++ trunk/pysoy/config.py 2008-09-28 16:14:14 UTC (rev 1365) @@ -1,7 +1,7 @@ ''' PySoy's compile and install config ''' __credits__ = '''Copyright (C) 2006,2007,2008 PySoy Group - This program is free software: you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -12,11 +12,14 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see http://www.gnu.org/licenses/ + along with this program; if not, see http://www.gnu.org/licenses +''' +__author__ = 'PySoy Group' +__date__ = 'Last change on '+ \ + '$Date$'[7:-20]+ \ + 'by '+'$Author$'[9:-2] +__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' - $Id: setup.py 1141 2008-03-13 07:07:31Z ArcRiley $ -''' - import sys Property changes on: trunk/pysoy/config.py ___________________________________________________________________ Added: svn:keywords + Author Date Rev Modified: trunk/pysoy/setup.py =================================================================== --- trunk/pysoy/setup.py 2008-09-26 19:27:20 UTC (rev 1364) +++ trunk/pysoy/setup.py 2008-09-28 16:14:14 UTC (rev 1365) @@ -1,9 +1,8 @@ #!/usr/bin/env python ''' PySoy's compile and install script ''' -''' - Copyright (C) 2006,2007,2008 PySoy Group +__credits__ = '''Copyright (C) 2006,2007,2008 PySoy Group - This program is free software: you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -14,11 +13,14 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see http://www.gnu.org/licenses/ + along with this program; if not, see http://www.gnu.org/licenses +''' +__author__ = 'PySoy Group' +__date__ = 'Last change on '+ \ + '$Date$'[7:-20]+ \ + 'by '+'$Author$'[9:-2] +__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' - $Id$ -''' - import os import sys from stat import * Property changes on: trunk/pysoy/setup.py ___________________________________________________________________ Modified: svn:keywords - Id + Author Date Rev _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn