Show
Ignore:
Timestamp:
07/13/09 15:37:55 (3 years ago)
Author:
jon
Message:

Adding license information

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • collective.imstransport/trunk/collective/imstransport/config.py

    r143 r383  
    11################################################################################## 
    2 # 
    3 #    Copyright (C) 2004-2006 Utah State University, All rights reserved. 
    4 # 
    5 #    This program is free software; you can redistribute it and/or modify 
    6 #    it under the terms of the GNU General Public License as published by 
    7 #    the Free Software Foundation; either version 2 of the License, or 
    8 #    (at your option) any later version. 
    9 # 
    10 #    This program is distributed in the hope that it will be useful, 
    11 #    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13 #    GNU General Public License for more details. 
    14 # 
    15 #    You should have received a copy of the GNU General Public License 
    16 #    along with this program; if not, write to the Free Software 
    17 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    18 # 
     2#    Copyright (c) 2004-2009 Utah State University, All rights reserved. 
     3#    Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 
     4#                                                                                  
     5#    This program is free software; you can redistribute it and/or modify          
     6#    it under the terms of the GNU General Public License as published by          
     7#    the Free Software Foundation; either version 2 of the License, or             
     8#    (at your option) any later version.                                           
     9#                                                                                  
     10#    This program is distributed in the hope that it will be useful,               
     11#    but WITHOUT ANY WARRANTY; without even the implied warranty of                
     12#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                 
     13#    GNU General Public License for more details.                                  
     14#                                                                                  
     15#    You should have received a copy of the GNU General Public License             
     16#    along with this program; if not, write to the Free Software                   
     17#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA     
     18#                                                                                  
    1919################################################################################## 
    2020 
    2121__author__ = '''Brent Lambert, David Ray, Jon Thomas''' 
    22 __docformat__ = 'plaintext' 
    2322__version__ = "$Revision: 2618 $"[11:-2] 
    2423 
    25 # 
    26 # Product configuration. This contents of this module will be imported into 
    27 # __init__.py and every content type module. 
    28 # 
    29 # If you wish to perform custom configuration, you may put a file AppConfig.py 
    30 # in your product's root directory. This will be included in this file if 
    31 # found. 
    32 # 
    3324import os 
    3425