awxkee / jxl-coder

JPEG XL (JXL) Decoder/Encoder library for Android
Apache License 2.0
53 stars 5 forks source link

Request: please put license for the repository #5

Closed AndroidDeveloperLB closed 1 year ago

AndroidDeveloperLB commented 1 year ago

Apache/MIT could be nice.

AndroidDeveloperLB commented 1 year ago

Wait, this means that any person that wishes to use it inside the app, it has to be open sourced and have the same license too?

awxkee commented 1 year ago

No, BSD allows to use this in commercial software, but yes, the copy of license is required in project

AndroidDeveloperLB commented 1 year ago

By "copy of license is required in project", you mean that I should have some credit in the UI to show the user that the app uses this library, and a mention of the license there? Or something else?

awxkee commented 1 year ago

Yes, you have to mention the product, authors, and license.

libjxl distributed under this license so I can't change it to another

AndroidDeveloperLB commented 1 year ago

Can't be just the name of the current library ("jxl-coder") with a link to it here, and a mention of the license?

awxkee commented 1 year ago

Finally, I think it's ok. Project will be MIT with mention about libjxl

AndroidDeveloperLB commented 1 year ago

I don't understand. You talked with them and they agreed it's fine?

awxkee commented 1 year ago

No. BSD-3 don't have a requirement to redistribute with the same license.

AndroidDeveloperLB commented 1 year ago

Oops I was confused with a different comment of somewhere else. Sorry about that. So is it ok what I wrote? Something like this in some dialog:

" Libraries and licenses

"jxl-coder" - https://github.com/awxkee/jxl-coder/ - MIT license : https://github.com/awxkee/jxl-coder/blob/master/LICENSE.md "

awxkee commented 1 year ago

Yes, it's ok

AndroidDeveloperLB commented 1 year ago

Thank you very much!