src/Tools/Metis/fix_metis_license
author wenzelm
Thu, 16 Jan 2020 16:15:25 +0100
changeset 71388 57861bd0a3e1
parent 39446 7ed24d2dc7de
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
updated to sumatra_pdf-3.1.2-1: x86_64-windows;

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