src/Tools/Metis/fix_metis_license
author Fabian Huch <huch@in.tum.de>
Mon, 10 Feb 2025 10:52:55 +0100
changeset 82131 7d89e4f10ffe
parent 73705 ac07f6be27ea
permissions -rwxr-xr-x
remove limit on boolean clauses in Solr, introduced in "fix" SOLR-13336;

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