mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 07:28:16 +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
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
|
||||
// Copyright 2023 Arthur Sonzogni. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license that can be found in
|
||||
// the LICENSE file.
|
||||
|
||||
|
Reference in New Issue
Block a user