We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e6509 commit 5bc7651Copy full SHA for 5bc7651
scripts/check_license/check_headers.sh
@@ -152,7 +152,7 @@ s/.*Copyright (C) \([0-9]\+\).*/\1/' "$src_path")
152
if [[ $HEADER_LAST -eq $COMMIT_LAST ]]; then
153
continue
154
else
155
- NEW="$HEADER_FIRST-$COMMIT_LAST"
+ NEW="$HEADER_FIRST-$COMMIT_LAST"
156
if [[ ${UPDATE_DATES} -eq 1 ]]; then
157
echo "Updating copyright date in $src_path: $YEARS -> $NEW"
158
sed -i "s/Copyright (C) ${YEARS}/Copyright (C) ${NEW}/g" "${src_path}"
0 commit comments