src/Tools/Metis/fix_metis_license
author blanchet
Tue, 19 Apr 2011 12:22:59 +0200
changeset 42414 9465651c0db7
parent 39446 7ed24d2dc7de
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
optimize trivial equalities early in Nitpick -- it shouldn't be the job of the peephole optimizer

#!/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)