mailr22157 - /trunk/devel_scripts/python_seek.py


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

Header


Content

Posted by edward on February 07, 2014 - 17:48:
Author: bugman
Date: Fri Feb  7 17:48:28 2014
New Revision: 22157

URL: http://svn.gna.org/viewcvs/relax?rev=22157&view=rev
Log:
Added a copyright notice to the python_seek.py script.

The descriptive text has also been converted into a docstring.  The copyright 
is simply to show who
wrote the script and how old it is.


Modified:
    trunk/devel_scripts/python_seek.py

Modified: trunk/devel_scripts/python_seek.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/python_seek.py?rev=22157&r1=22156&r2=22157&view=diff
==============================================================================
--- trunk/devel_scripts/python_seek.py (original)
+++ trunk/devel_scripts/python_seek.py Fri Feb  7 17:48:28 2014
@@ -1,7 +1,30 @@
 #! /usr/bin/env python
 
-# Script for finding all Python binaries on the system and to print out 
various package versions.
-# This requires access to a shell and the locate, grep, and other programs.
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2013-2014 Edward d'Auvergne                                  
 #
+#                                                                            
 #
+# 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 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# 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 this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+"""Script for finding all Python binaries on the system and to print out 
various package versions.
+
+This requires access to a shell and the locate, grep, and other programs.
+"""
 
 
 # Python module imports.




Related Messages


Powered by MHonArc, Updated Fri Feb 07 18:00:02 2014