Does Kodi fall under "non commercial use" license - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Does Kodi fall under "non commercial use" license (/showthread.php?tid=371109) |
Does Kodi fall under "non commercial use" license - User 476552 - 2023-01-05 I'm working on an addon, I want to include an icon but it states "Non Commercial Use". Generally, open source CAN qualify for commercial use however I don't believe Kodi actually IS commercial use. Anyone know the right route to take here, I intend to submit it to Kodi's addon repo and I want to be 100% sure I'm not including anything I shouldn't be. Icon in question would be for Hulu specifically, generally it will include more icons of the same nature for various streaming services. RE: Does Kodi fall under "non commercial use" license - jmgibson1981 - 2023-01-11 https://github.com/xbmc/xbmc/blob/master/LICENSE.md GPL is pretty flexible in this case. It isn't limited to non commercial use. You can do what you want other than changing the code itself. If you do that you should fork the repo and make your changes there. RE: Does Kodi fall under "non commercial use" license - User 476552 - 2023-01-11 Cool, I just didn't want any issues with the Artist or the Company who's logo I used. Thanks RE: Does Kodi fall under "non commercial use" license - wsnipex - 2023-01-11 beware of the difference of the kodi license (GPL v2 or v3 depending on the build options. e.g. if you build with samba-gpl3, which is default, the kodi binary will be GPL v3) and licenses or Trademarks for artwork. see https://kodi.wiki/view/Official:Trademark_Policy_index for details on kodi trademarks and https://kodi.wiki/view/Add-on_rules for addon develepment related rules RE: Does Kodi fall under "non commercial use" license - User 476552 - 2023-01-11 Good to know. With the restrictions, maybe I don't want to attempt to add anything to the Kodi repo. Most my stuff is use case specific anyway, not so much general use interest. |