jesseward / discogstagger

Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
MIT License
70 stars 13 forks source link

licensing issues #43

Open JarbasAl opened 3 years ago

JarbasAl commented 3 years ago

you have licensed your code under MIT, but since it depends on mutagen it must be licensed as GPLv2. Unfortunately you do not have the freedom to choose your own license when dealing with GPL code

learn more https://github.com/quodlibet/mutagen/blob/master/COPYING