php-qrcode-detector-decoder
php-qrcode-detector-decoder copied to clipboard
License issue
1/ License inconsistency
In composer.json
"license": "MIT",
But most of files have
* Licensed under the Apache License, Version 2.0 (the "License");
Some files don't have LIcense headers
2/ LICENSE file missing
This is expected to allow downstream distribution
More information, see https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Text
Common licenses that require including their texts with all derivative works include ASL 2.0, EPL, BSD and MIT.
+1. Please consider adding a LICENSE.md file, this makes depending on your package easier.