Changeset 1365

Show
Ignore:
Timestamp:
09/28/08 12:14:14 (2 months ago)
Author:
ArcRiley
Message:

Quick fix for setup.py and config.py:

  • fixed credits
  • fixed svn:keywords
Location:
trunk/pysoy
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/config.py

    • Property svn:keywords set to Author Date Rev
    r1308 r1365  
    22__credits__ = '''Copyright (C) 2006,2007,2008 PySoy Group 
    33 
    4     This program is free software: you can redistribute it and/or modify 
     4    This program is free software; you can redistribute it and/or modify 
    55    it under the terms of the GNU Affero General Public License as published 
    66    by the Free Software Foundation, either version 3 of the License, or 
     
    1313 
    1414    You should have received a copy of the GNU Affero General Public License 
    15     along with this program.  If not, see http://www.gnu.org/licenses/ 
    16  
    17   $Id: setup.py 1141 2008-03-13 07:07:31Z ArcRiley $ 
    18 '''  
     15    along with this program; if not, see http://www.gnu.org/licenses 
     16''' 
     17__author__  = 'PySoy Group' 
     18__date__    = 'Last change on '+ \ 
     19              '$Date$'[7:-20]+ \ 
     20              'by '+'$Author$'[9:-2] 
     21__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' 
    1922 
    2023import sys 
  • trunk/pysoy/setup.py

    • Property svn:keywords changed from Id to Author Date Rev
    r1349 r1365  
    11#!/usr/bin/env python 
    22''' PySoy's compile and install script ''' 
    3 ''' 
    4     Copyright (C) 2006,2007,2008 PySoy Group 
    5  
    6     This program is free software: you can redistribute it and/or modify 
     3__credits__ = '''Copyright (C) 2006,2007,2008 PySoy Group 
     4 
     5    This program is free software; you can redistribute it and/or modify 
    76    it under the terms of the GNU Affero General Public License as published 
    87    by the Free Software Foundation, either version 3 of the License, or 
     
    1514 
    1615    You should have received a copy of the GNU Affero General Public License 
    17     along with this program.  If not, see http://www.gnu.org/licenses/ 
    18  
    19   $Id$ 
    20 '''  
     16    along with this program; if not, see http://www.gnu.org/licenses 
     17''' 
     18__author__  = 'PySoy Group' 
     19__date__    = 'Last change on '+ \ 
     20              '$Date$'[7:-20]+ \ 
     21              'by '+'$Author$'[9:-2] 
     22__version__ = 'Trunk (r'+'$Rev$'[6:-2]+')' 
    2123 
    2224import os