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

Split LICENSE into two files #15

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

gmgunter
Copy link
Member

Currently, GitHub doesn't automatically recognize tophu's licenses, presumably because the text of both licenses are concatenated in the LICENSE file, causing that file to fail pattern matching.

However, GitHub does successfully recognize the licenses of other dual-licensed software repos (e.g. https://github.com/facebook/buck2). The trick seems to be to put the contents of each license in a separate file.

This has the minor downside of making the top-level directory slightly more crowded.

Currently, GitHub doesn't automatically recognize tophu's licenses,
presumably because the text of both licenses are appened to the
`LICENSE` file, causing that file to fail pattern matching.

Other dual-licensed software repos (e.g.
https://github.com/facebook/buck2) *do* have their licenses recognized
by GitHub. The trick seems to be to put the contents of each license in
a separate file.

This has the minor downside of making the top-level directory slightly
more crowded.
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #15 (5f2d9a5) into main (02511c4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   97.62%   97.62%           
=======================================
  Files           9        9           
  Lines         759      759           
=======================================
  Hits          741      741           
  Misses         18       18           

@gmgunter gmgunter merged commit fb74c3c into isce-framework:main Aug 21, 2023
6 checks passed
@gmgunter gmgunter deleted the split-license branch August 21, 2023 18:20
This pull request was closed.
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