php-qrcode-detector-decoder icon indicating copy to clipboard operation
php-qrcode-detector-decoder copied to clipboard

License issue

Open remicollet opened this issue 7 years ago • 1 comments

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.

remicollet avatar Jun 27 '17 08:06 remicollet

+1. Please consider adding a LICENSE.md file, this makes depending on your package easier.

HajoAhoMantila avatar Dec 07 '18 11:12 HajoAhoMantila