mailr17253 - in /branches/relax_disp: maths_fns/ prompt/ specific_fns/ test_suite/system_tests/ test_suite/unit_tests/_prompt/


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

Header


Content

Posted by edward on July 12, 2012 - 20:01:
Author: bugman
Date: Thu Jul 12 20:01:38 2012
New Revision: 17253

URL: http://svn.gna.org/viewcvs/relax?rev=17253&view=rev
Log:
GPLv3 license updates for all files not found in the trunk.


Modified:
    branches/relax_disp/maths_fns/dispersion.c
    branches/relax_disp/maths_fns/dispersion.h
    branches/relax_disp/maths_fns/relax_disp.c
    branches/relax_disp/maths_fns/relax_disp.h
    branches/relax_disp/prompt/relax_disp.py
    branches/relax_disp/specific_fns/relax_disp.py
    branches/relax_disp/test_suite/system_tests/relax_disp.py
    branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py

Modified: branches/relax_disp/maths_fns/dispersion.c
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/maths_fns/dispersion.c?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/maths_fns/dispersion.c (original)
+++ branches/relax_disp/maths_fns/dispersion.c Thu Jul 12 20:01:38 2012
@@ -2,21 +2,20 @@
  * Copyright (C) 2006 Edward d'Auvergne
  * Copyright (C) 2009 Sebastien Morin
  *
- * This file is part of the program relax.
+ * This file is part of the program relax (http://www.nmr-relax.com).
  *
- * relax 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 General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * relax is distributed in the hope that it will be useful,
+ * This program 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
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 

Modified: branches/relax_disp/maths_fns/dispersion.h
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/maths_fns/dispersion.h?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/maths_fns/dispersion.h (original)
+++ branches/relax_disp/maths_fns/dispersion.h Thu Jul 12 20:01:38 2012
@@ -3,21 +3,20 @@
  *                                     details)
  * Copyright (C) 2009 Sebastien Morin
  *
- * This file is part of the program relax.
+ * This file is part of the program relax (http://www.nmr-relax.com).
  *
- * relax 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 General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * relax is distributed in the hope that it will be useful,
+ * This program 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
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 #ifndef RELAX_DISPERSION 
 #define RELAX_DISPERSION

Modified: branches/relax_disp/maths_fns/relax_disp.c
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/maths_fns/relax_disp.c?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/maths_fns/relax_disp.c (original)
+++ branches/relax_disp/maths_fns/relax_disp.c Thu Jul 12 20:01:38 2012
@@ -2,21 +2,20 @@
  * Copyright (C) 2006 Edward d'Auvergne
  * Copyright (C) 2009 Sebastien Morin
  *
- * This file is part of the program relax.
+ * This file is part of the program relax (http://www.nmr-relax.com).
  *
- * relax 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 General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * relax is distributed in the hope that it will be useful,
+ * This program 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
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* This include must come first */

Modified: branches/relax_disp/maths_fns/relax_disp.h
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/maths_fns/relax_disp.h?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/maths_fns/relax_disp.h (original)
+++ branches/relax_disp/maths_fns/relax_disp.h Thu Jul 12 20:01:38 2012
@@ -2,21 +2,20 @@
  * Copyright (C) 2006 Edward d'Auvergne
  * Copyright (C) 2009 Sebastien Morin
  *
- * This file is part of the program relax.
+ * This file is part of the program relax (http://www.nmr-relax.com).
  *
- * relax 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 General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
  *
- * relax is distributed in the hope that it will be useful,
+ * This program 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
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 

Modified: branches/relax_disp/prompt/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/prompt/relax_disp.py (original)
+++ branches/relax_disp/prompt/relax_disp.py Thu Jul 12 20:01:38 2012
@@ -3,21 +3,20 @@
 # Copyright (C) 2004-2010 Edward d'Auvergne                                  
 #
 # Copyright (C) 2009 Sebastien Morin                                         
 #
 #                                                                            
 #
-# This file is part of the program relax.                                    
 #
-#                                                                            
 #
-# relax is free software; you can redistribute it and/or modify              
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program 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          
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
 # (at your option) any later version.                                        
 #
 #                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
+# This program 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  
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
 

Modified: branches/relax_disp/specific_fns/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Thu Jul 12 20:01:38 2012
@@ -3,21 +3,20 @@
 # Copyright (C) 2004-2010 Edward d'Auvergne                                  
 #
 # Copyright (C) 2009 Sebastien Morin                                         
 #
 #                                                                            
 #
-# This file is part of the program relax.                                    
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
-# relax 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 General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
 # (at your option) any later version.                                        
 #
 #                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
+# This program 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  
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
 

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Thu Jul 12 
20:01:38 2012
@@ -3,21 +3,20 @@
 # Copyright (C) 2006-2008 Edward d'Auvergne                                  
 #
 # Copyright (C) 2009 Sebastien Morin                                         
 #
 #                                                                            
 #
-# This file is part of the program relax.                                    
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
-# relax 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 General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
 # (at your option) any later version.                                        
 #
 #                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
+# This program 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  
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
 

Modified: branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py?rev=17253&r1=17252&r2=17253&view=diff
==============================================================================
--- branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py 
(original)
+++ branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py Thu 
Jul 12 20:01:38 2012
@@ -3,21 +3,20 @@
 # Copyright (C) 2008-2010 Edward d'Auvergne                                  
 #
 # Copyright (C) 2009 Sebastien Morin                                         
 #
 #                                                                            
 #
-# This file is part of the program relax.                                    
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
-# relax 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 General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
 # (at your option) any later version.                                        
 #
 #                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
+# This program 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  
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
 #                                                                            
 #
 
###############################################################################
 




Related Messages


Powered by MHonArc, Updated Mon Jul 16 12:20:02 2012