Skip to content

Commit 9cdc429

Browse files
authored
Accept bare 2023 in license header (#676)
1 parent 98b45ed commit 9cdc429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/soundness.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818

1919
function replace_acceptable_years() {
2020
# this needs to replace all acceptable forms with 'YEARS'
21-
sed -e 's/20[12][0-9]-20[12][0-9]/YEARS/' -e 's/2019/YEARS/' -e 's/2020/YEARS/' -e 's/2021/YEARS/' -e 's/2022/YEARS/'
21+
sed -e 's/20[12][0-9]-20[12][0-9]/YEARS/' -e 's/20[12][0-9]/YEARS/'
2222
}
2323

2424
printf "=> Checking linux tests... "

0 commit comments

Comments
 (0)