runix icon indicating copy to clipboard operation
runix copied to clipboard

Relicensing under a non-GPL license?

Open matthiasbeyer opened this issue 1 year ago • 1 comments

Hey!

I found your project and I really like it. Would you consider relicensing it under a non-GPL license? Because of static linking, this is essentially a GPL project, which makes it impossible to use in non-GPL projects.

For example, you could use MPL to get the same effect as (L)GPL, but on a source-code level (that's how I understand MPL after all).

Obligatory: I am not a lawyer.

Either way, thanks for working on this!

matthiasbeyer avatar Mar 31 '24 08:03 matthiasbeyer

Hej Matthias

Glad you like the efforts of this project! However, I'm sorry to disappoint

Currently the library is under LGPL because parts of it are implemented by statically linking to nix libraries, albeit through a separate binary that is currently not shipped with this library either https://github.com/flox/runix/issues/51.

Further there were plans to integrate closer with nix natively, through the C-API one day. Unfortunately (for this library) our approach to using Nix changed, leading to efforts being diverted away from runix. I'm hoping to bring this back to at least a state where use of and addition to this by the community is possible, but at the moment we are pursuing other priorities.

ysndr avatar Aug 15 '24 13:08 ysndr

Okay, thanks for responding anyways!

matthiasbeyer avatar Aug 27 '24 12:08 matthiasbeyer