wapmorgan / Mp3Info

The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).
https://wapmorgan.github.io/Mp3Info/
GNU Lesser General Public License v3.0
139 stars 41 forks source link

Composer.json license does not match the license in the project. #10

Closed ryanrigby17 closed 6 years ago

ryanrigby17 commented 6 years ago

Composer.json contains "license": "GPL-3.0", this should be changed to "license": "LGPL-3.0".

wapmorgan commented 6 years ago

Thanks, fixed in dev-master.