this post was submitted on 19 Apr 2025
157 points (94.9% liked)
Technology
69110 readers
2851 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't tell if this is actually a new project or if you forked, extended, and changed the license of an existing MPL 2.0 project. The latter would be a bad thing.
You have a commit titled "Full rewrite!!" but I'm not about to go do a comparison to see how "full" it is. If it is indeed a complete clean reimplementation then I would recommend making it a new project so it doesn't look like you took someone's FOSS code and relicensed it for yourself.
This started as a fork but was fully rewritten from scratch. No code is used from the original repo, so I also chose to make the license more premissive.
See this commit!
You have some good points but if I made a new repo from scratch, it would break many links, including links in the add-on's store page, the add-on itself and search engines. It would also kill every watcher/issue/PR etc so I don't think it's really a good idea.
If you have a clean solution to solve this I'd love to hear it!