mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
before adding license notice
This commit is contained in:
parent
576157351e
commit
2d7ffdd603
9
updateLicenseNotice.sh
Normal file
9
updateLicenseNotice.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
for file in $(find . -name "*.h"); do
|
||||||
|
echo Processing $file
|
||||||
|
|
||||||
|
cat notice_to_add_for_every_file $file > $file.modified
|
||||||
|
|
||||||
|
mv $file.modified $file
|
||||||
|
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user