Skip to content

Commit 93136a9

Browse files
authored
Update extension docs to mention GNU GPLv3 is a valid license (#40933)
Merge after: - zed-industries/extensions#3641 Release Notes: - N/A
1 parent f393138 commit 93136a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/extensions/developing-extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ git submodule update
113113

114114
As of October 1st, 2025, extension repositories must include one of the following licenses:
115115

116-
- [MIT](https://opensource.org/license/mit)
117116
- [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
117+
- [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)
118+
- [MIT](https://opensource.org/license/mit)
118119

119120
This allows us to distribute the resulting binary produced from your extension code to our users.
120121
Without a valid license, the pull request to add or update your extension in the following steps will fail CI.

0 commit comments

Comments
 (0)