Commit a87eec04 authored by multrus's avatar multrus
Browse files

adapt license removal for Matlab files to new header

parent 12a29e67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ sed -i.bak -e "s/IVAS\ Codec\ Baseline/IVAS\ Codec\ Version\ $version/g" $WORKDI
# Patch Matlab Scripts
#

find $WORKDIR -name "*.m" -exec sed -i.bak -e "/%\ *(C) 2022-[0-9]* IVAS codec Public Collaboration/,27d" \{\} \;
find $WORKDIR -name "*.m" -exec sed -i.bak -e "/%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%/,31d" \{\} \;

# add new header
tmpfile=`mktemp`