Projects under aboutcode-org are lacking license information in the 'About' section.
In addition, the github API responses do not provide license details (e.g., license: null)
For instance,
https://api.github.com/repos/aboutcode-org/purldb
https://api.github.com/repos/aboutcode-org/scancode-toolkit
This happens because GitHub does not recognize apache-2.0.LICENSE as a valid license file. It only looks for files named LICENSE, LICENSE.md etc. Since the project repositories don't have these files, GitHub is unable to detect the license.