updated apache2 notice

This commit is contained in:
2021-10-18 11:43:11 +02:00
parent 479fa23acb
commit a0ecf056d8
5 changed files with 208 additions and 407 deletions

View File

@ -25,7 +25,7 @@ NOTICE="SPDX-License-Identifier"
#echo -e "Notice is \n$NOTICE"
for file in $(find $CURRENT -name "*$FILE_TYPE" -not -path "*./build/*" -not -path "*./libs/*"); do
for file in $(find $CURRENT -name "$FILE_TYPE" -not -path "*./build/*" -not -path "*./libs/*"); do
#echo -e "\nProcessing $file"
#echo "$file"
firstline=$(head -n 1 $file)