src/Tools/Metis/fix_metis_license
author boehmes
Thu, 16 Dec 2010 12:33:06 +0100
changeset 41196 d23af676f9f8
parent 39446 7ed24d2dc7de
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
fixed introduction of explicit application function: bound variables always need explicit application if they are applied to some term

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