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:
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits