Marcel Telka
2023-04-11 86e5085cab8809474b51a672dc0499ef63f0f488
tools/license-detector: ISC filter should capture single copy of license only

1 files modified
3 ■■■■ changed files
tools/licenses/license.ISC.filter 3 ●●●● patch | view | raw | blame | history
tools/licenses/license.ISC.filter
@@ -19,4 +19,5 @@
    -e 's/and \{0,1\}\/or distribute/and distribute/' \
    -e 's/\(AND\) .* \(DISCLAIMS ALL WARRANTIES\)/\1 REPLACEABLE \2/' \
    -e 's/\(IN NO EVENT SHALL\) .* \(BE LIABLE FOR ANY\)/\1 REPLACEABLE \2/' \
    -e '/^Permission to use, copy, modify/,/^THE SOFTWARE IS PROVIDED/p'
    -e '/^Permission to use, copy, modify/,/^THE SOFTWARE IS PROVIDED/p' \
    -e '/^THE SOFTWARE IS PROVIDED/q'