this post was submitted on 18 Feb 2024
2 points (100.0% liked)

Python

6230 readers
6 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
[โ€“] [email protected] 0 points 7 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.

[โ€“] [email protected] 0 points 7 months ago

https://news.ycombinator.com/item?id=39369886 outlines the (non) PR history. Expand the whole HN post to get links of (unrelated) people who cloned the LGPL v4 tree/tag/branch before they (PySimpleSoft) scrubbed/deleted the entire Github repo of pre-v5 content the past few days.

[โ€“] [email protected] 0 points 7 months ago (1 children)

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

[โ€“] [email protected] 0 points 7 months ago (1 children)

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

[โ€“] [email protected] 0 points 7 months ago (1 children)

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

[โ€“] [email protected] 0 points 7 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.