You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,9 @@ Please see our [contributing.md](./CONTRIBUTING.md).
73
73
## License
74
74
75
75
Apache License 2.0, see [LICENSE](./LICENSE) for details.
76
+
77
+
### Adding License Headers
78
+
79
+
[`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`.
80
+
81
+
Ensure `github.com/google/addlicense` is installed by running `go install github.com/google/addlicense@latest`.
0 commit comments