Skip to content

Add missing license headers to comply with Apache-2.0#39

Merged
leongross merged 1 commit intobuildupfrom
leongross/license-fixup
Mar 12, 2026
Merged

Add missing license headers to comply with Apache-2.0#39
leongross merged 1 commit intobuildupfrom
leongross/license-fixup

Conversation

@leongross
Copy link
Copy Markdown
Member

@leongross leongross commented Feb 28, 2026

Update all source files to include the complete Apache 2 license header.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>

Comment thread src/platform/evidence.rs Outdated
Comment thread src/platform/hash.rs Outdated
Comment thread src/platform/mod.rs Outdated
Comment thread src/platform/rng.rs Outdated
Comment thread src/platform/transport.rs Outdated
Comment thread src/test.rs Outdated
Comment thread tests/spdm_validator_host.rs Outdated
@leongross leongross force-pushed the leongross/license-fixup branch from d6d659c to 431e248 Compare March 1, 2026 11:25
@leongross leongross marked this pull request as ready for review March 1, 2026 11:27
Comment thread examples/platform/cert_store.rs Outdated
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Licensed under the Apache-2.0 license
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should then drop this old license line in every file.

Signed-off-by: leongross <leon.gross@9elements.com>
@leongross leongross force-pushed the leongross/license-fixup branch from 431e248 to 4d111da Compare March 12, 2026 17:27
@leongross leongross self-assigned this Mar 12, 2026
@leongross leongross merged commit 3308936 into buildup Mar 12, 2026
9 of 11 checks passed
@leongross leongross deleted the leongross/license-fixup branch March 12, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants