Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: GitHub License Detection #1657

Merged
merged 4 commits into from
Sep 24, 2024
Merged

Conversation

fthaler
Copy link
Contributor

@fthaler fthaler commented Sep 23, 2024

GitHub fails to detect the license of GT4Py correctly (thus we get the ugly banner license). GitHub uses licensee to detect the license as documented here. This PR fixes license detection using licensee, which previously was broken due to an additional line above the typical BSD-3 copyright notice and the file LICENSE_HEADER.txt which confused licensee, too.

Copy link
Contributor

@egparedes egparedes left a comment

Choose a reason for hiding this comment

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

LGTM.

@havogt havogt changed the title GitHub License Detection Fix fix: GitHub License Detection Fix Sep 24, 2024
@havogt havogt changed the title fix: GitHub License Detection Fix fix: GitHub License Detection Sep 24, 2024
@havogt havogt merged commit e9e1fa3 into GridTools:main Sep 24, 2024
43 checks passed
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