mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 07:01:33 +01:00
before adding license notice
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user