Skip to content

Commit 49d0ff6

Browse files
committed
Removing unneded file, probably from svn times
1 parent 4420064 commit 49d0ff6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

development/addlicense.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ find . -iname '*.java' -exec grep -L 'http://www.gnu.org/copyleft/lesser.html' '
77
xargs grep -Li 'copyright' |
88
while read file; do
99
echo "$file"
10-
cat $BASEDIR/../HEADER.txt > tmp.java
10+
cat $BASEDIR/HEADER.txt > tmp.java
1111
echo >> tmp.java
1212
cat "$file" >> tmp.java
1313
mv tmp.java "$file"

ignore.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)