parent
0604f3f2ee
commit
fc26dcdb19
45 changed files with 808 additions and 6 deletions
@ -0,0 +1,9 @@ |
||||
#!/bin/sh |
||||
for i in `grep -L 'This program is free software' src/*.{h,cpp}` |
||||
do |
||||
cat licensecomment.txt > tempfile |
||||
cat $i >> tempfile |
||||
cp tempfile $i |
||||
done |
||||
rm tempfile |
||||
|
Loading…
Reference in new issue