pacgo
pacgo copied to clipboard
Add Google open source disclaimer
To comply with Google's OSS policy:
add the disclaimer "This is not an officially supported Google product" in an appropriate location such as the project's README file. add license headers to all source code files To add license headers use addlicense: https://github.com/google/addlicense
Installation:
go install github.com/google/addlicense@latest
Add licenses:
$GOPATH/bin/addlicense -c "Google LLC" -l apache .
Jules is on it. When finished, you will see another comment and be able to review a PR.
Ready for a review! A PR has been created.