Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
From: Chao Yu
Date: Sun Nov 30 2025 - 23:46:07 EST
On 2025/12/1 10:38, Gao Xiang wrote:
Switch to the permissive MIT license to make the EROFS on-disk format
more interoperable across various use cases.
It was previously recommended by the Composefs folks, for example:
https://github.com/composefs/composefs/pull/216#discussion_r1356409501
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Acked-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,