From: Gao Xiang Date: Mon, 1 Dec 2025 02:38:16 +0000 (+0800) Subject: erofs: switch on-disk header `erofs_fs.h` to MIT license X-Git-Tag: v6.19-rc1~165^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdbf89a8bbeb155644b69dc2d071a1ce23414f8;p=thirdparty%2Fkernel%2Flinux.git 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: https://github.com/composefs/composefs/pull/216#discussion_r1356409501 Signed-off-by: Gao Xiang Acked-by: Jingbo Xu Acked-by: Yue Hu Acked-by: Chao Yu Acked-by: Jianan Huang Acked-by: Chunhai Guo Acked-by: Hongbo Li --- diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h index 3d5738f80072e..e24268acdd627 100644 --- a/fs/erofs/erofs_fs.h +++ b/fs/erofs/erofs_fs.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only OR Apache-2.0 */ +/* SPDX-License-Identifier: MIT */ /* * EROFS (Enhanced ROM File System) on-disk format definition *