mailr2861 - /branches/test_suite/test_suite/unit_tests/unit_test_runner.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by garyt on November 20, 2006 - 19:34:
Author: varioustoxins
Date: Mon Nov 20 19:33:34 2006
New Revision: 2861

URL: http://svn.gna.org/viewcvs/relax?rev=2861&view=rev
Log:
correct copyright notice

https://mail.gna.org/public/relax-devel/2006-11/msg00176.html

Modified:
    branches/test_suite/test_suite/unit_tests/unit_test_runner.py

Modified: branches/test_suite/test_suite/unit_tests/unit_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/test_suite/test_suite/unit_tests/unit_test_runner.py?rev=2861&r1=2860&r2=2861&view=diff
==============================================================================
--- branches/test_suite/test_suite/unit_tests/unit_test_runner.py (original)
+++ branches/test_suite/test_suite/unit_tests/unit_test_runner.py Mon Nov 20 
19:33:34 2006
@@ -1,26 +1,27 @@
 #!/usr/bin/env python
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2006  Gary S Thompson (see https://gna.org/users for contact 
 #
-#                                      details)                              
 #
-#                                                                            
 #
-# This file is part of the program relax.                                    
 #
-#                                                                            
 #
-# relax is free software; you can redistribute it and/or modify              
 #
-# it under the terms of the GNU General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
-# (at your option) any later version.                                        
 #
-#                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
-# GNU General Public License for more details.                               
 #
-#                                                                            
 #
-# You should have received a copy of the GNU General Public License          
 #
-# along with relax; if not, write to the Free Software                       
 #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
-#                                                                            
 #
-###############################################################################
+################################################################################
+#                                                                            
  #
+# Copyright (C) 2006  Gary S Thompson (see 
https://gna.org/users/varioustoxins #
+#                                      for contact details)                  
  #
+#                                                                            
  #
+#                                                                            
  #
+# This file is part of the program relax.                                    
  #
+#                                                                            
  #
+# relax is free software; you can redistribute it and/or modify              
  #
+# it under the terms of the GNU General Public License as published by       
  #
+# the Free Software Foundation; either version 2 of the License, or          
  #
+# (at your option) any later version.                                        
  #
+#                                                                            
  #
+# relax is distributed in the hope that it will be useful,                   
  #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
  #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
  #
+# GNU General Public License for more details.                               
  #
+#                                                                            
  #
+# You should have received a copy of the GNU General Public License          
  #
+# along with relax; if not, write to the Free Software                       
  #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
  #
+#                                                                            
  #
+################################################################################
 
 ''' unit_test_runner provides utilities for the running of unit tests within
     the relax testing frame work.




Related Messages


Powered by MHonArc, Updated Tue Nov 21 05:00:11 2006