mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
license stuff
--HG-- rename : src/licensecomment.txt => licensecomment.txt
This commit is contained in:
parent
0604f3f2ee
commit
fc26dcdb19
45 changed files with 808 additions and 6 deletions
9
addlicensecomments.sh
Normal file
9
addlicensecomments.sh
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue