mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license
@ 2025-12-01  2:38 Gao Xiang
  2025-12-01  2:41 ` Jingbo Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gao Xiang @ 2025-12-01  2:38 UTC (permalink / raw)
  To: linux-erofs; +Cc: LKML, 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>
---
 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

end of thread, other threads:[~2025-12-01  7:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®