Skip to content

Commit 0bdbf89

Browse files
committed
erofs: switch on-disk header erofs_fs.h to MIT license
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: composefs/composefs#216 (comment) Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Acked-by: Jingbo Xu <jefflexu@linux.alibaba.com> Acked-by: Yue Hu <zbestahu@gmail.com> Acked-by: Chao Yu <chao@kernel.org> Acked-by: Jianan Huang <jnhuang95@gmail.com> Acked-by: Chunhai Guo <guochunhai@vivo.com> Acked-by: Hongbo Li <lihongbo22@huawei.com>
1 parent 80d0c27 commit 0bdbf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/erofs/erofs_fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */
1+
/* SPDX-License-Identifier: MIT */
22
/*
33
* EROFS (Enhanced ROM File System) on-disk format definition
44
*

0 commit comments

Comments
 (0)