From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout12.his.huawei.com (canpmsgout12.his.huawei.com [113.46.200.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 60A432F851 for ; Mon, 1 Dec 2025 07:21:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.227 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764573710; cv=none; b=Ovh5qt5aZZc/il7AqBJ6AWFM8Ueinmd4XQLllNSzZIU8HF70hufM6ZL2GCPl0xHl0cLjSTCJaLmyA72rqWAo10muSBjp+GiSqUq/7L0BZWoK/ifprTx88EJ1+vu0iF31nitAkahelByVA9SMyHpseMp8emvzB8i+h7BrLgCz0X0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764573710; c=relaxed/simple; bh=lim9Bpks1R/qo2imUlkiLm7PJ7ncA5W2BB4jfkj9gtE=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=YK2xDXnGQU2PMAi+5QN4CoX6ofsAuyPS2BMhupFhgA9IZhqw04SVpkC96C6LVKN5R7afMZ92m1VlxoTMPhVEGHEy7K2ehW+mdZxbf1BcrmU1rSR/aGTJVT4qcSf/IjM0bdNjQMx8carjraywW7A28AT4n9rOrQvYwCclc+XplWQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=Gc/6S2tM; arc=none smtp.client-ip=113.46.200.227 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="Gc/6S2tM" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=1Fj+680NkjrL3M2RzeMallbPDvVp78sXyBn/GQp1DYc=; b=Gc/6S2tM8FtpGAxszoFNLKwHbbHl7nIjq3lpvfgbGk8Z4LfZeJ385Hz+Ktd/vdNk3HjsXtvdx WK6m5Ua2PuPD1dhzy7Z1f98z/PNcscCSahZfsikayFE5/W2ikYD85plxsPHD3lRKDIlGid/HLJg blZeR2GH8rSA7TxHSjobuBA= Received: from mail.maildlp.com (unknown [172.19.88.214]) by canpmsgout12.his.huawei.com (SkyGuard) with ESMTPS id 4dKZyy0hq6znTVV; Mon, 1 Dec 2025 15:19:22 +0800 (CST) Received: from kwepemr500015.china.huawei.com (unknown [7.202.195.162]) by mail.maildlp.com (Postfix) with ESMTPS id BDFDB1A016C; Mon, 1 Dec 2025 15:21:44 +0800 (CST) Received: from [10.67.111.104] (10.67.111.104) by kwepemr500015.china.huawei.com (7.202.195.162) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 1 Dec 2025 15:21:44 +0800 Message-ID: <0e9e01cb-6140-441f-968a-a520fe4e7e6a@huawei.com> Date: Mon, 1 Dec 2025 15:21:43 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] erofs: switch on-disk header `erofs_fs.h` to MIT license Content-Language: en-US To: Gao Xiang , CC: LKML References: <20251201023816.1045273-1-hsiangkao@linux.alibaba.com> From: Hongbo Li In-Reply-To: <20251201023816.1045273-1-hsiangkao@linux.alibaba.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To kwepemr500015.china.huawei.com (7.202.195.162) 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 Acked-by: Hongbo Li 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 > *