<div dir="ltr">Acked-by: Yue Hu <<a href="mailto:zbestahu@gmail.com">zbestahu@gmail.com</a>></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Dec 1, 2025 at 10:38 AM Gao Xiang <<a href="mailto:hsiangkao@linux.alibaba.com">hsiangkao@linux.alibaba.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Switch to the permissive MIT license to make the EROFS on-disk format<br>
more interoperable across various use cases.<br>
<br>
It was previously recommended by the Composefs folks, for example:<br>
<a href="https://github.com/composefs/composefs/pull/216#discussion_r1356409501" rel="noreferrer" target="_blank">https://github.com/composefs/composefs/pull/216#discussion_r1356409501</a><br>
<br>
Signed-off-by: Gao Xiang <<a href="mailto:hsiangkao@linux.alibaba.com" target="_blank">hsiangkao@linux.alibaba.com</a>><br>
---<br>
fs/erofs/erofs_fs.h | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h<br>
index 3d5738f80072..e24268acdd62 100644<br>
--- a/fs/erofs/erofs_fs.h<br>
+++ b/fs/erofs/erofs_fs.h<br>
@@ -1,4 +1,4 @@<br>
-/* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */<br>
+/* SPDX-License-Identifier: MIT */<br>
/*<br>
* EROFS (Enhanced ROM File System) on-disk format definition<br>
*<br>
-- <br>
2.43.5<br>
<br>
<br>
</blockquote></div>