Update extension docs to mention BSD 3-Clause is a valid license (#40934)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons
2025-10-22 20:34:38 +00:00
committed by GitHub
parent 6ed9c0271d
commit ab22478ed4
+3 -1
View File
@@ -111,9 +111,11 @@ git submodule update
## Extension License Requirements
As of October 1st, 2025, extension repositories must include one of the following licenses:
As of October 1st, 2025, extension repositories must include a license.
The following licenses are accepted:
- [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
- [BSD 3-Clause](https://opensource.org/license/bsd-3-clause)
- [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)
- [MIT](https://opensource.org/license/mit)