Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licensing issue #27

Open
paravoid opened this issue Jun 30, 2019 · 1 comment
Open

Licensing issue #27

paravoid opened this issue Jun 30, 2019 · 1 comment

Comments

@paravoid
Copy link

Thanks for Pytricia - I found the API to be super clean and straightforward and easy to use, much appreciated!

Unfortunately, there is a licensing issue with it: the code includes patricia.c, which is licensed under a 4-clause BSD License (i.e. with an advertising clause), and then used from LGPLv3 code.

Unfortunately, 4-clause BSD is not compatible with the (L)GPLs, and this makes the current combination undistributable :/

One option would be to relicense Pytricia to 4-clause BSD, but of course that would just perpetuate the licensing problems and prohibit others from using this software in a GPL program.

A better option would be to switch to a different trie implementation (Patricia or otherwise)... @vincentbernat has an excellent blog post about trie implementations, including pointers to Linux's (GPL) or Free/Open/NetBSD's (3-clause BSD) implementations.

Note that hadiasghari/pyasn#25 seems to be experiencing the same issue and reporters there thought that using Pytricia would help. This seems to be a misunderstanding, as the very same issue applies here too.

Sorry to the bearer of bad news & thanks again for all your efforts!

@paravoid
Copy link
Author

paravoid commented Jul 1, 2019

Oh, it seems like the code is a derivative of MRT's radix code, which is now available as 2-clause BSD.

I'm not sure how much patricia.c resembles MRT anymore, but I'd recommend just getting rid of it and starting from the latest MRT code from scratch in order to avoid any licensing issues down the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant