Skip to content

Commit f2e4d32

Browse files
committed
License headers: allow 2023
1 parent 4cdb0c0 commit f2e4d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_license_headers.sh

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

3333
function replace_acceptable_years() {
3434
# this needs to replace all acceptable forms with 'YEARS'
35-
sed -e 's/202[01]-202[12]/YEARS/' -e 's/202[012]/YEARS/'
35+
sed -e 's/202[01]-202[123]/YEARS/' -e 's/202[0123]/YEARS/'
3636
}
3737

3838
printf "=> Checking license headers\n"

0 commit comments

Comments
 (0)