ggordan / GutterColor

A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
MIT License
486 stars 44 forks source link

Some advice about license compliance #126

Open Ashley123456789 opened 1 year ago

Ashley123456789 commented 1 year ago

Hello, such a nice repository benefits me a lot and so kind of you to make it open source!

Question There’s some possible legal issues on the license of your repository when you combine numerous third-party packages. For instance, sublime and re you imported are licensed with CC0 1.0 and BSD-3-Clause, respectively. However, the MIT license of your repository are less strict than above package licenses, which has violated the whole license compatibility in your repository and may bring legal and financial risks.

Advice You can select another proper license for your repository, or write a custom license with license exception if some license terms couldn’t be summed up consistently.

Best wishes!

315568099 commented 1 year ago

已收到你的邮件~ 谢谢