mailr25911 - /trunk/docs/devel/find_missing_copyrights


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

Header


Content

Posted by edward on September 19, 2014 - 10:58:
Author: bugman
Date: Fri Sep 19 10:58:36 2014
New Revision: 25911

URL: http://svn.gna.org/viewcvs/relax?rev=25911&view=rev
Log:
Even more improvements to the shell command for finding missing copyrights.


Modified:
    trunk/docs/devel/find_missing_copyrights

Modified: trunk/docs/devel/find_missing_copyrights
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/devel/find_missing_copyrights?rev=25911&r1=25910&r2=25911&view=diff
==============================================================================
--- trunk/docs/devel/find_missing_copyrights    (original)
+++ trunk/docs/devel/find_missing_copyrights    Fri Sep 19 10:58:36 2014
@@ -9,7 +9,8 @@
 | sed 's/\/trunk\///g' \
 | sed 's/ .*//g' \
 | xargs -I {} bash -c 'if [ -f {} ] ; then echo {} ; fi' \
-| xargs grep Copyright
+| xargs grep Copyright -l \
+| xargs -I {} bash -c 'if grep -Fq "2014 Troels" {}; then : ; else echo {} ; 
fi'
 
 
 To change to a different developer, for example replace 'tlinnet' with 
'bugman' and 'Troels' with 'Edward'.  To check the history of one of these 
files, say 'lib/xyz.py', to be sure that the developer edited the file, type:




Related Messages


Powered by MHonArc, Updated Fri Sep 19 11:20:03 2014