summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-03 08:11:05 +0200
committerGitHub <noreply@github.com>2025-07-03 08:11:05 +0200
commit6ea9bbc2f9a6f27ba194192adc8032e10685b0d8 (patch)
treeb3a7c9fd60681f1f3e40a4c3c8d12e16d93b46f8
parent1478516ae437f19ebeb7d6ff9b83dd74f8e76758 (diff)
downloadvyos-1x-6ea9bbc2f9a6f27ba194192adc8032e10685b0d8.tar.gz
vyos-1x-6ea9bbc2f9a6f27ba194192adc8032e10685b0d8.zip
Update Makefile
Co-authored-by: John Estabrook <jsestabrook@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59ecb7b51..218fc4ae1 100644
--- a/Makefile
+++ b/Makefile
@@ -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