Marcel Telka
2023-10-19 a316af4da2c3887cb3cd66df3be06931c67b2f90
tools/license-detector: accept two single quotes for MIT

1 files modified
2 ■■■ changed files
tools/licenses/license.MIT.filter 2 ●●● patch | view | raw | blame | history
tools/licenses/license.MIT.filter
@@ -16,7 +16,7 @@
#
sed -E -n \
    -e 's/“/"/g' -e 's/”/"/g' \
    -e 's/“/"/g' -e 's/”/"/g' -e 's/``/"/g' -e 's/'\'\''/"/g' \
    -e 's/(obtaining a copy of).*(\(the "Software"\))/\1 REPLACEABLE \2/' \
    -e 's/(this permission notice).*(shall be included)/\1 \2/' \
    -e 's/(IN NO EVENT SHALL).*(BE LIABLE)/\1 REPLACEABLE \2/' \