-
-
Notifications
You must be signed in to change notification settings - Fork 616
4181 update about to use license expression #4184
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
4181 update about to use license expression #4184
Conversation
…of 'dje_license' Signed-off-by: Chin Yeung Li <[email protected]>
Signed-off-by: Chin Yeung Li <[email protected]>
Signed-off-by: Chin Yeung Li <[email protected]>
…ap.min.css were switched. * Updated the ABOUT files to fix the error * Added package_url field Signed-off-by: Chin Yeung Li <[email protected]>
* Mainly added package_url into ABOUT files * Removed "package_url" field if it refers to borrowed code Signed-off-by: Chin Yeung Li <[email protected]>
Signed-off-by: Chin Yeung Li <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chinyeungli LGTM!
We should also have some linter/checker for ABOUT files to check for common issues and missing data, check if the referenced files are present etc. And add this to all repos via skeleton, we should probably open a seperate issue for this.
| name: scancode-toolkit | ||
| license_expression: apache-2.0 AND cc-by-4.0 AND other-permissive AND other-copyleft | ||
| copyright: Copyright (c) nexB Inc. and others. | ||
| homepage_url: https://www.aboutcode.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are doing a cleanup, we should probably delete this file, since this does not add any data to the package manifests already present here for scancode-toolkit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the purpose of the ABOUT file, I think we still want to keep this file.
We can use the |
Fixes #4181 - Update ABOUT files
Tasks
Run tests locally to check for errors.
This PR only consist of ABOUT files (i.e. no code changes), I believe the failing tests are as same as the current in the
developbranchSigned-off-by: Chin Yeung Li [email protected]