Add missing license headers to comply with Apache-2.0#39
Merged
Conversation
There was a problem hiding this comment.
license-eye has checked 72 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 0 | 57 | 15 | 0 |
Click to see the invalid file list
- examples/platform/cert_store.rs
- examples/platform/certs.rs
- examples/platform/crypto.rs
- examples/platform/evidence.rs
- examples/platform/mod.rs
- examples/platform/socket_transport.rs
- examples/spdm_requester.rs
- examples/spdm_responder.rs
- src/cert_store.rs
- src/chunk_ctx.rs
- src/codec.rs
- src/commands/algorithms/mod.rs
- src/commands/algorithms/request.rs
- src/commands/algorithms/response.rs
- src/commands/capabilities/mod.rs
- src/commands/capabilities/request.rs
- src/commands/capabilities/response.rs
- src/commands/certificate/mod.rs
- src/commands/certificate/request.rs
- src/commands/certificate/response.rs
- src/commands/challenge/mod.rs
- src/commands/challenge/request.rs
- src/commands/challenge/response.rs
- src/commands/chunk_get_rsp.rs
- src/commands/digests/mod.rs
- src/commands/digests/request.rs
- src/commands/digests/response.rs
- src/commands/error_rsp.rs
- src/commands/measurements_rsp.rs
- src/commands/mod.rs
- src/commands/version/mod.rs
- src/commands/version/request.rs
- src/commands/version/response.rs
- src/context.rs
- src/error.rs
- src/lib.rs
- src/measurements/common.rs
- src/measurements/freeform_manifest.rs
- src/measurements/mod.rs
- src/platform/evidence.rs
- src/platform/hash.rs
- src/platform/mod.rs
- src/platform/rng.rs
- src/platform/transport.rs
- src/protocol/algorithms.rs
- src/protocol/capabilities.rs
- src/protocol/certs.rs
- src/protocol/common.rs
- src/protocol/mod.rs
- src/protocol/signature.rs
- src/protocol/version.rs
- src/requester.rs
- src/state.rs
- src/test.rs
- src/transcript.rs
- src/transport.rs
- tests/spdm_validator_host.rs
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
d6d659c to
431e248
Compare
embediver
reviewed
Mar 9, 2026
| // See the License for the specific language governing permissions and | ||
| // limitations under the License. | ||
| // | ||
| // Licensed under the Apache-2.0 license |
There was a problem hiding this comment.
We should then drop this old license line in every file.
Signed-off-by: leongross <leon.gross@9elements.com>
431e248 to
4d111da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all source files to include the complete Apache 2 license header.