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

Adding copyright information

Location:
collective.imstransport/trunk/collective/imstransport/tests
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • collective.imstransport/trunk/collective/imstransport/tests/base.py

    r175 r382  
     1################################################################################## 
     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#                                                                                  
     19################################################################################## 
     20 
     21__author__  = '''Brent Lambert, David Ray, Jon Thomas''' 
     22__version__   = '$ Revision 0.0 $'[11:-2] 
    123 
    224from zope.testing import doctest 
  • collective.imstransport/trunk/collective/imstransport/tests/testCC.py

    r211 r382  
     1################################################################################## 
     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#                                                                                  
     19################################################################################## 
     20 
     21__author__  = '''Brent Lambert, David Ray, Jon Thomas''' 
     22__version__   = '$ Revision 0.0 $'[11:-2] 
    123 
    224from base import IMSTransportTestCase 
     
    158180metadata = general + lifecycle 
    159181 
     182 
    160183class TestCCReader(IMSTransportTestCase): 
    161184    """ 
  • collective.imstransport/trunk/collective/imstransport/tests/testCP.py

    r314 r382  
     1################################################################################## 
     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#                                                                                  
     19################################################################################## 
     20 
     21__author__  = '''Brent Lambert, David Ray, Jon Thomas''' 
     22__version__   = '$ Revision 0.0 $'[11:-2] 
     23 
    124from base import IMSTransportTestCase 
    225from collective.imstransport.utilities.imscp.cpreader import CPReader 
  • collective.imstransport/trunk/collective/imstransport/tests/testIMSCCReader.py

    r202 r382  
     1################################################################################## 
     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#                                                                                  
     19################################################################################## 
     20 
     21__author__  = '''Brent Lambert, David Ray, Jon Thomas''' 
     22__version__   = '$ Revision 0.0 $'[11:-2] 
    123 
    224from base import IMSTransportTestCase 
  • collective.imstransport/trunk/collective/imstransport/tests/testWebCT.py

    r350 r382  
     1################################################################################## 
     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#                                                                                  
     19################################################################################## 
     20 
     21__author__  = '''Brent Lambert, David Ray, Jon Thomas''' 
     22__version__   = '$ Revision 0.0 $'[11:-2] 
     23 
    124from base import IMSTransportTestCase 
    225from collective.imstransport.utilities.webct.webctreader import WebCTReader 
     
    427from unittest import TestSuite, makeSuite 
    528from xml.dom import minidom 
    6  
    7  
    829 
    930manifests = """"<manifest>