src/Tools/Metis/fix_metis_license
author haftmann
Fri, 18 Apr 2025 14:19:41 +0200
changeset 82523 e4207dfa36b5
parent 73705 ac07f6be27ea
permissions -rwxr-xr-x
explicit check for computations on word type

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