Skip to content

Commit

Permalink
update README with instructions on adding license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Sep 18, 2023
1 parent 85263aa commit 7074439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ Please see our [contributing.md](./CONTRIBUTING.md).
## License

Apache License 2.0, see [LICENSE](./LICENSE) for details.

### Adding License Headers

[`license_header`](./license_header.txt) contains the license header to be contained under all source files. For Go sources, this can be included by running `bash add_licenses.sh`.

Ensure `github.com/google/addlicense` is installed by running `go install github.com/google/addlicense@latest`.

0 comments on commit 7074439

Please sign in to comment.