* Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 2:38 [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Gao Xiang
@ 2025-12-01 2:41 ` Jingbo Xu
2025-12-01 4:46 ` Chao Yu
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jingbo Xu @ 2025-12-01 2:41 UTC (permalink / raw)
To: Gao Xiang, linux-erofs; +Cc: LKML
On 12/1/25 10:38 AM, 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@linux.alibaba.com>
> ---
> fs/erofs/erofs_fs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h
> index 3d5738f80072..e24268acdd62 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
> *
Acked-by: Jingbo Xu <jefflexu@linux.alibaba.com>
--
Thanks,
Jingbo
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 2:38 [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Gao Xiang
2025-12-01 2:41 ` Jingbo Xu
@ 2025-12-01 4:46 ` Chao Yu
2025-12-01 5:52 ` Jianan Huang
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Chao Yu @ 2025-12-01 4:46 UTC (permalink / raw)
To: Gao Xiang, linux-erofs; +Cc: chao, LKML
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@linux.alibaba.com>
Acked-by: Chao Yu <chao@kernel.org>
Thanks,
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 2:38 [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Gao Xiang
2025-12-01 2:41 ` Jingbo Xu
2025-12-01 4:46 ` Chao Yu
@ 2025-12-01 5:52 ` Jianan Huang
2025-12-01 7:20 ` Chunhai Guo
2025-12-01 7:21 ` Hongbo Li
4 siblings, 0 replies; 6+ messages in thread
From: Jianan Huang @ 2025-12-01 5:52 UTC (permalink / raw)
To: Gao Xiang; +Cc: linux-erofs, LKML
Acked-by: Jianan Huang <jnhuang95@gmail.com>
Thanks,
Jianan
Gao Xiang <hsiangkao@linux.alibaba.com> 于2025年12月1日周一 10:38写道:
>
> 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@linux.alibaba.com>
> ---
> fs/erofs/erofs_fs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h
> index 3d5738f80072..e24268acdd62 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
> *
> --
> 2.43.5
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 2:38 [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Gao Xiang
` (2 preceding siblings ...)
2025-12-01 5:52 ` Jianan Huang
@ 2025-12-01 7:20 ` Chunhai Guo
2025-12-01 7:21 ` Hongbo Li
4 siblings, 0 replies; 6+ messages in thread
From: Chunhai Guo @ 2025-12-01 7:20 UTC (permalink / raw)
To: Gao Xiang, linux-erofs; +Cc: LKML
在 12/1/2025 10:38 AM, Gao Xiang 写道:
> 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@linux.alibaba.com>
Acked-by: Chunhai Guo <guochunhai@vivo.com>
Thanks,
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
2025-12-01 2:38 [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Gao Xiang
` (3 preceding siblings ...)
2025-12-01 7:20 ` Chunhai Guo
@ 2025-12-01 7:21 ` Hongbo Li
4 siblings, 0 replies; 6+ messages in thread
From: Hongbo Li @ 2025-12-01 7:21 UTC (permalink / raw)
To: Gao Xiang, linux-erofs; +Cc: LKML
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@linux.alibaba.com>
Acked-by: Hongbo Li <lihongbo22@huawei.com>
Thanks,
Hongbo
> ---
> fs/erofs/erofs_fs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h
> index 3d5738f80072..e24268acdd62 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
> *
^ permalink raw reply [flat|nested] 6+ messages in thread