mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 04:38:09 +08:00
Move copyright to the top of files.
This commit is contained in:
@@ -8,7 +8,7 @@ for file in $files
|
||||
do
|
||||
if ! grep -q Copyright $file
|
||||
then
|
||||
cat $file ./tools/license_headers.cpp > $file.new && mv $file.new $file
|
||||
cat ./tools/license_headers.cpp $file > $file.new && mv $file.new $file
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user