We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0e78f commit 698ca75Copy full SHA for 698ca75
2 files changed
development/addlicense.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
# Adds the BioJava LGPL license statement to the top of every java file
3
4
-find . -iname '*.java' -exec grep -L 'http://www.gnu.org/copyleft/lesser.html' '{}' ';' |
+find . -iname '*.java' -exec grep -L 'http://www.gnu.org/copyleft/lesser.html' '{}' '+'|
5
+xargs grep -Li 'copyright' |
6
while read file; do
7
echo "$file"
8
cat >tmp.java <<END
development/spacestotabs.py
100644
100755
0 commit comments