Skip to content
Snippets Groups Projects
Commit e95132c7 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update wolf_scripts/license_manager.sh

parent 048e3e32
No related branches found
No related tags found
2 merge requests!476spdlog version upgrade,!472Merge ProcessorLandmarkExternal
Pipeline #15310 canceled
......@@ -4,6 +4,7 @@
#
# This script is used for managing the license headers of code files (.h, .c, .cpp, .hpp)
# This file is automatically called by the CI in gitlab.
echo "==== WOLF license_manager script ===="
line_start_mark="//--------LICENSE_START--------"
line_end_mark="//--------LICENSE_END--------"
......@@ -142,4 +143,4 @@ do
( echo ${line_start_mark}$'\n//'; cat ${license}; echo $'//\n'${line_end_mark}; cat $i ) > temp_file
mv temp_file $i
fi
done
\ No newline at end of file
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment