From 93136a9aaaa28527e0347be81b8850bbd2b9c1a7 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 22 Oct 2025 15:59:39 -0400 Subject: [PATCH] Update extension docs to mention GNU GPLv3 is a valid license (#40933) Merge after: - https://github.com/zed-industries/extensions/pull/3641 Release Notes: - N/A --- docs/src/extensions/developing-extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/extensions/developing-extensions.md b/docs/src/extensions/developing-extensions.md index 5fdff6ff0810f6075d43c91af5a5f22e1d154d21..0e60048075e36aa90200a790f27a2494093b0f4a 100644 --- a/docs/src/extensions/developing-extensions.md +++ b/docs/src/extensions/developing-extensions.md @@ -113,8 +113,9 @@ git submodule update As of October 1st, 2025, extension repositories must include one of the following licenses: -- [MIT](https://opensource.org/license/mit) - [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) +- [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) +- [MIT](https://opensource.org/license/mit) This allows us to distribute the resulting binary produced from your extension code to our users. Without a valid license, the pull request to add or update your extension in the following steps will fail CI.