summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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