Skip to content

Add missing Apache-2.0 license headers - #52

Closed
volen-silo wants to merge 1 commit into
mainfrom
chore/license-headers
Closed

Add missing Apache-2.0 license headers#52
volen-silo wants to merge 1 commit into
mainfrom
chore/license-headers

Conversation

@volen-silo

Copy link
Copy Markdown
Collaborator

Problem

The hawkeye License header check is red across the repo. Six source files already on main are missing the SPDX header that licenserc.toml mandates, so the check fails on main and on every open PR (hawkeye scans the whole tree, not just the diff).

Affected files:

  • apps/rocm/src/dash_seam.rs
  • apps/rocm/tests/daemon_run.rs
  • crates/rocm-core/src/diagnose.rs
  • crates/rocm-core/src/examine.rs
  • crates/rocm-core/src/fix.rs
  • crates/rocm-dash-tui/src/tool_exec.rs

Fix

Prepend the standard header (per licenserc.toml) to each file:

// Copyright Advanced Micro Devices, Inc.
//
// SPDX-License-Identifier: Apache-2.0

Header-only change — no code touched. After merge, rebasing open PRs clears the license check for them too.

Six source files lack the SPDX header that licenserc.toml requires,
turning the hawkeye license-header CI check red across the repo. Prepend
the standard header so the check passes.
@volen-silo
volen-silo requested a review from rominf June 24, 2026 12:52
@volen-silo

Copy link
Copy Markdown
Collaborator Author

#51

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.

1 participant