jbensmann / mouseless

A replacement for the mouse in Linux
MIT License
167 stars 16 forks source link

Add LICENSE #13

Closed WolfangAukang closed 1 year ago

WolfangAukang commented 1 year ago

This is a very trivial request. The reason is because I am packaging this for Nix and generally I need to reference a license to it.

benjaminbhollon commented 1 year ago

Ooh, packaged for nix would be great. Would there be some way to run it without sudo? I don't think the way referenced in the README would work on NixOS.

Just discovered this yesterday and have spent the day customizing all my keybindings; I love it!

WolfangAukang commented 1 year ago

Ooh, packaged for nix would be great. Would there be some way to run it without sudo? I don't think the way referenced in the README would work on NixOS.

Creating a module where you can specify the user(s) might be an option, as you have the capability of adding the udev rules through it.

jbensmann commented 1 year ago

Yeah I was not sure which license to choose, after some research I think MIT is fine, I've just added it.

WolfangAukang commented 1 year ago

Thanks a lot!

benjaminbhollon commented 1 year ago

I approve of the decision. ;)

Copyleft (ie GPL and friends) may have worked well too, but could cause problems if people wanted to use this as a dependency of some sort.