docs: standardize license headers (#113)

This commit is contained in:
Kevin Goslar
2022-11-03 10:31:10 -04:00
committed by GitHub
parent 445d51671b
commit 77d196e886
16 changed files with 43 additions and 100 deletions

View File

@ -89,7 +89,8 @@ manifests: controller-gen
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
# Format the source code
format: node_modules
format: .bin/ory node_modules
.bin/ory dev headers license
go fmt ./...
npm exec -- prettier --write .
@ -136,6 +137,10 @@ kubebuilder:
mv /tmp/kubebuilder_2.3.2_${OS}_${ARCH} ${PWD}/.bin/kubebuilder
export PATH=${PATH}:${PWD}/.bin/kubebuilder/bin
.bin/ory: Makefile
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.47
touch .bin/ory
licenses: .bin/licenses node_modules # checks open-source licenses
.bin/licenses