diff --git a/Makefile b/Makefile index 7bc8572fd5..1cc324880e 100644 --- a/Makefile +++ b/Makefile @@ -182,14 +182,13 @@ dev-doctor: #============ tools ==================== .PHONY: update-authors -update-authors: ## Update AUTHORS file for Cilium repository. +update-authors: ## Update AUTHORS file for the repository. @echo "Updating AUTHORS file..." @echo "The following people, in alphabetical order, have either authored or signed" > AUTHORS - @echo "off on commits in the Cilium repository:" >> AUTHORS + @echo "off on commits in the repository:" >> AUTHORS @echo "" >> AUTHORS @contrib/authorgen/authorgen.sh >> AUTHORS - .PHONY: licenses-all licenses-all: ## Generate file with all the License from dependencies. @$(GO) run ./contrib/licensegen > LICENSE.all || ( rm -f LICENSE.all ; false )