mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Update year in all the addlicense targets
This commit is contained in:
@@ -40,7 +40,7 @@ lint: $(MYGOBIN)/golangci-lint
|
||||
|
||||
|
||||
license: $(MYGOBIN)/addlicense
|
||||
( find . -type f -not -path "*/internal/forked/github.com/go-yaml*" -exec bash -c "$(MYGOBIN)/addlicense -y 2021 -c 'The Kubernetes Authors.' -f LICENSE_TEMPLATE {}" ";" )
|
||||
( find . -type f -not -path "*/internal/forked/github.com/go-yaml*" -exec bash -c "$(MYGOBIN)/addlicense -y 2022 -c 'The Kubernetes Authors.' -f LICENSE_TEMPLATE {}" ";" )
|
||||
|
||||
test:
|
||||
go test -cover ./...
|
||||
|
||||
Reference in New Issue
Block a user