mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
updated apache2 notice
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user