We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4420064 commit 49d0ff6Copy full SHA for 49d0ff6
development/addlicense.sh
@@ -7,7 +7,7 @@ find . -iname '*.java' -exec grep -L 'http://www.gnu.org/copyleft/lesser.html' '
7
xargs grep -Li 'copyright' |
8
while read file; do
9
echo "$file"
10
- cat $BASEDIR/../HEADER.txt > tmp.java
+ cat $BASEDIR/HEADER.txt > tmp.java
11
echo >> tmp.java
12
cat "$file" >> tmp.java
13
mv tmp.java "$file"
ignore.txt
0 commit comments