src/Tools/Metis/fix_metis_license
author wenzelm
Wed, 04 Nov 2015 22:08:07 +0100
changeset 61577 de7045616fc7
parent 39446 7ed24d2dc7de
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
added propertional dashes from DejaVuSans (not Mono): 0x2013, 0x2014, 0x2015;

#!/usr/bin/env bash
THIS=$(cd "$(dirname "$0")"; echo $PWD)
(cd $THIS;
 perl -p -i~ -w -e 's/MIT license/BSD License/g' Makefile src/*.s* scripts/mlpp)