π License upgrade: MIT β Apache 2.0 + DCO #237
Pinned
green-dalii
announced in
Announcements
Replies: 1 comment
|
Thanks for the cc, @green-dalii β no concerns on the Apache 2.0 move at all. For a project now carrying AI-SDK v6 and a handful of contributors, the explicit patent grant and the trademark clause are the right protections, and "MIT-plus, not MIT-minus" is a fair summary. And thanks for folding in the Monte Carlo PPR note β appreciated. Good to see the #198 thread live on as a discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
π License upgrade: MIT β Apache 2.0 + DCO
A short note on a quiet change behind the scenes β and why it's worth a few minutes of your attention if you've contributed, forked, or downstreamed this project.
What's happening
We've moved the project from the MIT License to the Apache License 2.0. The plugin itself, the API surface, the Obsidian Community Plugin listing, the Sponsor section β none of that changes. What changes is the legal framework underneath.
A new
NOTICEfile accompanies the LICENSE, listing the people who have written code in this repo so far. CONTRIBUTING.md now includes a Developer Certificate of Origin (DCO v1.1) section so future contributions are licensed clearly from the start.The change is live on
mainas of today. If you install or update to the latest release, nothing in your vault or workflow shifts.Why this matters, briefly
When the project started, MIT was the right call β one maintainer, simple scope, "share freely" was the entire thesis. A few versions later, the picture is different:
What it does not change
The full text of the new license is in
LICENSE. The contributor attribution is inNOTICE.If you've contributed code
Your past contributions are still under the MIT terms they were originally submitted under (since MIT was the only license in force at the time). Going forward, new contributions will be Apache 2.0 by default β please add a
Signed-off-by:line to your commit messages (see the new section in CONTRIBUTING.md) to certify that.If you object to this change for any reason, please comment below β we're happy to discuss.
Thanks
To everyone who's filed an issue, opened a PR, sent a star, sponsored a coffee, or quietly translated a string in a language I don't speak β this kind of project only exists because of that. The NOTICE file lists the people who wrote code; the community is larger than any file can hold.
β Greener-Dalii
cc @DocTpoint @Indexed-Apogrypha @dmarchevsky @FrancoTampieri @YounianC β thank you for your contributions to the codebase. If you have any questions or concerns about this license change, please leave a comment and we'll work it out.
All reactions