Skip to content

Fix licensing CI failure from stale header year in problem_cache.hpp#4915

Closed
Copilot wants to merge 2 commits into
developfrom
copilot/fix-licensing-job-failure
Closed

Fix licensing CI failure from stale header year in problem_cache.hpp#4915
Copilot wants to merge 2 commits into
developfrom
copilot/fix-licensing-job-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 27, 2026

Motivation

The licensing GitHub Actions job failed because tools/check_stamped.py detected a stale license year in src/targets/gpu/include/migraphx/gpu/problem_cache.hpp. This PR updates that header stamp to satisfy the repository’s current-year licensing check.

Technical Details

  • Root cause
    • check_stamped.py reported Wrong year in license files for:
      • src/targets/gpu/include/migraphx/gpu/problem_cache.hpp
  • Targeted fix
    • Updated the license header year range in that file from 2015-2024 to 2015-2026.
  • Change snippet
    - * Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved.
    + * Copyright (c) 2015-2026 Advanced Micro Devices, Inc. All rights reserved.

Changelog Category

Add a CHANGELOG.md entry for any option other than Not Applicable

    • Added: New functionality.
    • Changed: Changes to existing functionality.
    • Removed: Functionality or support that has been removed. (Compared to a previous release)
    • Optimized: Component performance that has been optimized or improved.
    • Resolved Issues: Known issues from a previous version that have been resolved.
    • Not Applicable: This PR is not to be included in the changelog.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job licensing Fix licensing CI failure from stale header year in problem_cache.hpp May 27, 2026
Copilot AI requested a review from danieyan-amd May 27, 2026 15:24
@causten causten closed this May 27, 2026
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.

3 participants