-
Notifications
You must be signed in to change notification settings - Fork 10
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
Two different license files #20
Comments
I've tried symlinks both ways and neither worked 100%:
|
Closes curl#20 Signed-off-by: Sergio Durigan Junior <[email protected]>
According to ansible-community/community-topics#112 (comment), having the real file be the top-level COPYING (or LICENSE) file (so that GitHub can detect the license) and having a symlink to it in the LICENSES directory (for REUSE) should have worked. If this failed the REUSE compliance check, then the REUSE compliance check should be fixed. |
There are now two different curl license files: the original one at LICENSE and the newly added one at LICENSES/curl.txt. It should be possible to have a single license file that satisfies both REUSE requirements and allows GitHub to identify and display the license, in which one of these files is a symlink to the other. I forget which direction the symlink needs to be made to make both parties happy but I have seen it done in another repository.
The text was updated successfully, but these errors were encountered: