From 0e5e8f9f8d47e2c94f830cc81c6859023658ee2e Mon Sep 17 00:00:00 2001 From: Bennet Bo Fenner Date: Thu, 1 May 2025 19:30:16 +0200 Subject: [PATCH] Allow MIT-0 license in checks (#29748) Part of #29309 The license is on par with other licenses in the list: https://github.com/aws/mit-0 Release Notes: - N/A --- script/licenses/zed-licenses.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/script/licenses/zed-licenses.toml b/script/licenses/zed-licenses.toml index b01e496013..4df1f5989a 100644 --- a/script/licenses/zed-licenses.toml +++ b/script/licenses/zed-licenses.toml @@ -3,6 +3,7 @@ private = { ignore = true } accepted = [ "Apache-2.0", "MIT", + "MIT-0", "Apache-2.0 WITH LLVM-exception", "MPL-2.0", "BSD-3-Clause",