Skip to content
Snippets Groups Projects
Commit 4bc6757e authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

tools: remove the 'by' in copyright header

Change-Id: I39c63f07adb9843471e56579d7651d42c69ed828
parent 975dc054
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ year=`date +%Y`
# Loop and replace
for f in $FILES
do
sed -i "/$year/b; s/\-[0-9]\+ Savoir-[fF]aire Linux Inc/-$year Savoir-faire Linux Inc/g" $f
sed -i "/$year/b; s/ \([0-9]\+\) Savoir-[fF]aire Linux Inc/ \1-$year Savoir-faire Linux Inc/g" $f
sed -i "/$year/b; s/\-[0-9]\+ \(by \)\?Savoir-[fF]aire Linux/-$year Savoir-faire Linux/g" $f
sed -i "/$year/b; s/ \([0-9]\+\) \(by \)\?Savoir-[fF]aire Linux/ \1-$year Savoir-faire Linux/g" $f
sed -i "/$year/b; s/Savoir-[fF]aire Linux \([0-9]\+\)\-[0-9]\+/Savoir-faire Linux \1-$year/g" $f
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment