License update to MIT#313
Open
stsoe wants to merge 3 commits into
Open
Conversation
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates file headers across the repository to reflect an MIT license, in response to a Fedora license check review.
Changes:
- Switched SPDX license identifiers from Apache-2.0 (and an invalid “Apache MIT” string) to MIT in multiple scripts/templates/CMake files.
- Updated copyright year ranges to include 2026 in several headers.
- Normalized the include-guard name in
templates/aie2/stubs.h.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| test/cmake-test/check_and_run.sh | Updates SPDX/license header to MIT and extends copyright years. |
| test/cmake-test/check_and_run.bat | Updates SPDX/license header to MIT and extends copyright years. |
| templates/aie2/stubs.h | Updates SPDX header to MIT, extends copyright years, and changes include guard macro name. |
| gradlew | Replaces the original Gradle wrapper license header with an MIT SPDX header and new copyright lines. |
| cmake/version.cmake | Updates SPDX/license header to MIT and extends copyright years. |
| cmake/findpackage.cmake | Updates SPDX/license header to MIT and extends copyright years. |
| cmake/config/version.h.in | Updates SPDX/license header to MIT and changes the copyright year range. |
| cmake/config/aiebu.fp.in | Updates SPDX/license header to MIT and adds an AMD copyright line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3
to
+5
| # SPDX-License-Identifier: MIT | ||
| # Copyright (C) 2015 Xilinx, Inc. All rights reserved. | ||
| # Copyright (C) 2026 Advanced Micro Devices, Inc. All rights reserved. |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com>
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
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.
As pointed out by Fedora license check review.