-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: GitHub License Detection (#1657)
GitHub fails to detect the license of GT4Py correctly (thus we get the ugly banner ![license](https://img.shields.io/github/license/GridTools/gt4py)). GitHub uses [licensee](https://github.com/licensee/licensee/) to detect the license as documented [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#detecting-a-license). 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.
- Loading branch information
Showing
4 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
GT4Py - GridTools Framework | ||
|
||
Copyright (c) 2014-2024, ETH Zurich | ||
All rights reserved. | ||
|
||
|