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

inconsistent use of "license_expression_spdx" #3838

Open
armijnhemel opened this issue Jul 1, 2024 · 0 comments
Open

inconsistent use of "license_expression_spdx" #3838

armijnhemel opened this issue Jul 1, 2024 · 0 comments
Labels

Comments

@armijnhemel
Copy link
Contributor

Description

There is an inconsistency with regards to license_expression_spdx. The following example shows it:

      "license_detections": [
        {
          "license_expression": "gpl-2.0",
          "license_expression_spdx": "GPL-2.0-only",
          "matches": [
            {
              "license_expression": "gpl-2.0-plus",
              "spdx_license_expression": "GPL-2.0-or-later",

As can be seen in matches something else is used, namely spdx_license_expression.

@armijnhemel armijnhemel added the bug label Jul 1, 2024
AyanSinhaMahapatra added a commit that referenced this issue Jul 5, 2024
Reference: #3838
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra added a commit that referenced this issue Jul 5, 2024
Reference: #3838
Reported-by: Armijn Hemel
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra added a commit that referenced this issue Jul 5, 2024
Reference: #3838
Reported-by: Armijn Hemel
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant