Open AyanSinhaMahapatra opened 11 months ago
one question is whether a DLL or EXE WinPE file is a package or not. May be we should keep these at the level of data files that are not assembled... But here the lack of a license would be likely still an unknown to me, a string clue that this is under some proprietary license. Unless we can collect evidence this is mostly not used in DLLs and therefore mostly noise and only report it when present and not as unknown when not present.
So in short, here is a suggestion:
There are a lot of windows-type manifests (like type:
winexe
) detected in SCTK which have extracted license statements like the following:And these are detected as:
"declared_license_expression": "unknown",
Here's an example in our test data: https://github.com/nexB/scancode-toolkit/blob/develop/tests/packagedcode/data/plugin/com-package-expected.json#L41, more are present. Since this is a copyright and then no license is specified, is this really an Unknown license? Should we just ignore if we have a'License': None
here and haveNone
in the license fields instead?@pombredanne @JonoYang RFC