webui-dev / nim-webui

Use any web browser as GUI, with Nim in the backend and HTML5 in the frontend.
https://webui.me
MIT License
130 stars 9 forks source link

Question about License #6

Closed AlbertShown closed 1 year ago

AlbertShown commented 1 year ago

Why did you choose MIT License? Is there any benefit over the GPL one?

neroist commented 1 year ago

I chose it because its the fist license that comes up when you do nimble init. I want to change it but I'm not sure if you can change the license in packages.json.

AlbertShown commented 1 year ago

According to to this. We should follow the exact license GPLv2.0. It's not a big deal. I want to let you know.

AlbertShown commented 1 year ago

Probably If you update the license file in GitHub, commit, push, then push the package to nimble, the license will also be updated in https://nimble.directory.

neroist commented 1 year ago

According to to this. We should follow the exact license GPLv2.0. It's not a big deal. I want to let you know.

Okay, I'll change it accordingly.

neroist commented 1 year ago

Made a PR here: https://github.com/nim-lang/packages/pull/2555

AlbertShown commented 1 year ago

https://github.com/nim-lang/packages/pull/2555 is merged. Thank you 👍