Marcel Telka
2023-10-04 d91a5c7387f635df2c94a321bd4cb58d7f8494fc
tools/license-detector: BSD-2-Clause should allow single quotes

1 files modified
2 ■■■ changed files
tools/licenses/license.BSD-2-Clause.filter 2 ●●● patch | view | raw | blame | history
tools/licenses/license.BSD-2-Clause.filter
@@ -16,7 +16,7 @@
#
sed -n \
    -e 's/``/"/g' -e "s/''/\"/g" \
    -e 's/`\{1,2\}/"/g' -e "s/'\{1,2\}/\"/g" \
    -e 's/[12]\./*/g' \
    -e 's/\* *//g' \
    -e 's/\(THIS SOFTWARE IS PROVIDED BY\).*\("AS IS" AND ANY\).*\(OR IMPLIED WARRANTIES\)/\1 REPLACEABLE \2 REPLACEABLE \3/' \