Marcel Telka
2022-12-14 fb247b4092b2a8e8c585b084b911ba5468ac195a
tools/license-detector: support BSD-2-Clause without empty line after Copyright

1 files modified
1 ■■■■ changed files
tools/licenses/license.BSD-2-Clause.filter 1 ●●●● patch | view | raw | blame | history
tools/licenses/license.BSD-2-Clause.filter
@@ -20,4 +20,5 @@
    -e 's/[12]\./*/g' \
    -e 's/\(THIS SOFTWARE IS PROVIDED BY\).*\("AS IS" AND ANY\).*\(OR IMPLIED WARRANTIES\)/\1 REPLACEABLE \2 REPLACEABLE \3/' \
    -e 's/\(IN NO EVENT SHALL\).*\(BE LIABLE\)/\1 REPLACEABLE \2/' \
    -e 's/^.*\(Redistribution and use\)/\1/' \
    -e '/^Redistribution and use/,/^THIS SOFTWARE/p'