src/Tools/Metis/fix_metis_license
author wenzelm
Sat, 24 Nov 2012 16:13:21 +0100
changeset 50185 820673500454
parent 39446 7ed24d2dc7de
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
avoid showing semantic aspects of Unicode -- Isabelle/Scala merely (ab)uses the low-level rendering model (codepoint + font);

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