Skip to content

Commit

Permalink
Update licence check for 2024 :O
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont committed Jul 15, 2024
1 parent 01af6d0 commit 05a7f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-license-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ for FILE_PATH in "${PATHS_TO_CHECK_FOR_LICENSE[@]}"; do
FILE_HEADER=$(head -n "${EXPECTED_FILE_HEADER_LINECOUNT}" "${FILE_PATH}")
NORMALIZED_FILE_HEADER=$(
echo "${FILE_HEADER}" \
| sed -e 's/202[3]-202[3]/YEARS/' -e 's/202[3]/YEARS/' \
| sed -e 's/202[3]-202[3,4]/YEARS/' -e 's/202[3,4]/YEARS/' \
)

if ! diff -u \
Expand Down

0 comments on commit 05a7f6d

Please sign in to comment.