diff options
author | Christian Breunig <christian@breunig.cc> | 2025-07-03 08:11:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 08:11:05 +0200 |
commit | 6ea9bbc2f9a6f27ba194192adc8032e10685b0d8 (patch) | |
tree | b3a7c9fd60681f1f3e40a4c3c8d12e16d93b46f8 | |
parent | 1478516ae437f19ebeb7d6ff9b83dd74f8e76758 (diff) | |
download | vyos-1x-6ea9bbc2f9a6f27ba194192adc8032e10685b0d8.tar.gz vyos-1x-6ea9bbc2f9a6f27ba194192adc8032e10685b0d8.zip |
Update Makefile
Co-authored-by: John Estabrook <jsestabrook@gmail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ all: clean copyright libvyosconfig interface_definitions op_mode_definitions tes .PHONY: copyright copyright: - @if git grep -q -E "Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers"; then \ + @if git grep -q -E "Copyright( \(C\))? (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers"; then \ echo "Error: Legacy copyright notice found."; \ exit 1; \ fi |