gogglesmm / gogglesmm

Goggles Music Manager
https://gogglesmm.dev
GNU General Public License v3.0
52 stars 13 forks source link

About dialog: ALAC decoder licensed under MIT #72

Closed hartwork closed 6 years ago

hartwork commented 7 years ago

Hi!

In the about dialog the note on ALAC decoder "All rights reserved" caught my attention, so I went to the code and compared the license header to find out: That's the MIT license, which is a lot better than "All rights reserved" from the users point of view. Could you make the dialog say "MIT license"? It would save users to research that again and also confusion (because true "All rights reserved" would have been incompatible with the GPL).

Thanks and best, Sebastian

gogglesguy commented 7 years ago

"All rights reserved" is a bit of an obsolete term in regards to copyright, but since it is included in the original work I'm keeping it. I consider the About dialog merely a summary of the actual licensing information, for complete details one should consult the actual source code, which is how the actual program is distributed.

Nonetheless I'll see if I can fit in a MIT statement.