mailr27980 - /trunk/devel_scripts/find_unused_imports.py


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

Header


Content

Posted by edward on October 05, 2015 - 10:51:
Author: bugman
Date: Mon Oct  5 10:50:59 2015
New Revision: 27980

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

This is mainly to indicate how out of date the script will be in the future.


Modified:
    trunk/devel_scripts/find_unused_imports.py

Modified: trunk/devel_scripts/find_unused_imports.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/find_unused_imports.py?rev=27980&r1=27979&r2=27980&view=diff
==============================================================================
--- trunk/devel_scripts/find_unused_imports.py  (original)
+++ trunk/devel_scripts/find_unused_imports.py  Mon Oct  5 10:50:59 2015
@@ -1,3 +1,24 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2013-2015 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/>.      
 #
+#                                                                            
 #
+###############################################################################
+
 #! /usr/bin/env python
 
 """Find all unused imports within all relax *.py files using the pylint 
program."""




Related Messages


Powered by MHonArc, Updated Mon Oct 05 11:40:09 2015