You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using askalono to scan the GCC codebase for licenses and found that it was unable to detect the COPYING.RUNTIME license which should be identified as GCC-exception-3.1. After some digging I found that this was because the askalono does not load the data from the json/exceptions folder in the SPDX dataset.
The changes required to load these additional license exceptions text is minimal, it would be great if this was added by default. I would be happy to raise a PR for the same if it makes sense.
The text was updated successfully, but these errors were encountered:
I was using askalono to scan the GCC codebase for licenses and found that it was unable to detect the
COPYING.RUNTIME
license which should be identified asGCC-exception-3.1
. After some digging I found that this was because the askalono does not load the data from thejson/exceptions
folder in the SPDX dataset.The changes required to load these additional license exceptions text is minimal, it would be great if this was added by default. I would be happy to raise a PR for the same if it makes sense.
The text was updated successfully, but these errors were encountered: