Add licence and make script use current year

This commit is contained in:
Katrina Verey
2023-04-13 17:45:47 -04:00
parent 85d623bc86
commit 38d5bf8e09
7 changed files with 19 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ else
fi
args=(
-y 2022
-y $(date +"%Y")
-c "The Kubernetes Authors."
-f LICENSE_TEMPLATE
-ignore "kyaml/internal/forked/github.com/**/*"