We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many of the golang files have a header like this:
// Copyright 2024 Google LLC. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
But no BSD style license can be found in the LICENSE file.
Either a BSD license should be added, or these headers should be corrected.
No response
The text was updated successfully, but these errors were encountered:
all: fix license headers and add a check
93947f2
Replace all incorrect license headers with the correct one. Add a test that checks all Go files and shell scripts. Fixes #217.
all: fix license headers and add a check (#218)
6d58228
jba
Successfully merging a pull request may close this issue.
Description of the bug:
Many of the golang files have a header like this:
But no BSD style license can be found in the LICENSE file.
Either a BSD license should be added, or these headers should be corrected.
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered: