-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Prefix non SPDX licenses "LicenseRef-scancode-" #1307
Prefix non SPDX licenses "LicenseRef-scancode-" #1307
Conversation
ScanCode can detetect many more licenses than those listed in the SPDX standard. Such licenses are considered external and are named LicenseRef-xxx. This change adds a 'LicenseRef-scancode-' prefix to such licenses to clarify that the license refers to the license as defined by ScanCode and avoid name collisions with output from other license scanners. Signed-off-by: Tobias Furuholm <tobiasfuruholm@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #1307 +/- ##
===========================================
+ Coverage 84.11% 84.13% +0.02%
===========================================
Files 117 117
Lines 13119 13119
===========================================
+ Hits 11035 11038 +3
+ Misses 2084 2081 -3
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #1307 +/- ##
===========================================
+ Coverage 84.11% 84.13% +0.02%
===========================================
Files 117 117
Lines 13119 13119
===========================================
+ Hits 11035 11038 +3
+ Misses 2084 2081 -3
Continue to review full report at Codecov.
|
@furuholm thank you! Looking good and merging, |
Like ScanCode itself does for SPDX file output as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Like ScanCode itself does for SPDX output file formats as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Like ScanCode itself does for SPDX output file formats as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Like ScanCode itself does for SPDX output file formats as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Like ScanCode itself does for SPDX output file formats as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Like ScanCode itself does for SPDX output file formats as of aboutcode-org/scancode-toolkit#1307 Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
Fix for #532
ScanCode can detetect many more licenses than those listed in the
SPDX standard. Such licenses are considered external and are
named LicenseRef-xxx. This change adds a 'LicenseRef-scancode-'
prefix to such licenses to clarify that the license refers to the
license as defined by ScanCode and avoid name collisions with
output from other license scanners.
Signed-off-by: Tobias Furuholm tobiasfuruholm@gmail.com