this post was submitted on 18 Feb 2024
149 points (98.7% liked)

Python

6134 readers
13 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Previously LGPL, now re-licensed as closed-source/commercial. Previous code taken down.

Commercial users pay $99/year, free for personal use but each user has to make a free account after a trial period.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] turbowafflz@lemmy.world 39 points 6 months ago (1 children)

Does the LGPL really allow that or did they make all the contributors agree to allow their code to be relicensed?

[โ€“] dosboy0xff@infosec.pub 38 points 6 months ago (2 children)

Previous versions licensed under LGPL will remain licensed as such. The current maintainers have no obligation to contribute distributing the older versions, but they aren't permitted to prevent others from distributing it or modifying or doing anything else that was permitted by the license.

And, yes, to change from GPL/LGPL to another license you would need all of the contributors to consent, or to rewrite the parts that were contributed by anyone who doesn't agree with the license change. Since it looks like there only one contributor according to the GitHub page, this probably wasn't too difficult.

[โ€“] turbowafflz@lemmy.world 21 points 6 months ago (1 children)

Was there only ever one contributor? There's only one now, but all the old commits have been removed.

[โ€“] Amaltheamannen@lemmy.ml 18 points 6 months ago (1 children)

They apparantly had a police of not accepting merge requests or even code snippets.

[โ€“] turbowafflz@lemmy.world 16 points 6 months ago (1 children)

Ahh huh, I wonder if this was the plan the whole time then

[โ€“] JayPalm@lemmy.world 3 points 6 months ago

Hmm thatโ€™s a scary conspiracy. Seems like checking that there are at least a handful of contributors needs to be part of adding new dependencies.