From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.17]) (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 A35721E9B08; Wed, 20 Aug 2025 03:27:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755660471; cv=none; b=C397bLohClaWzDQaBJR6p/bdfW2U4xnmAdJ/nh9wAypl+ci7IMLE4TQjvqllF+sHHiQOa4nV6OnzMX8jtkfwW/TFxM4aYdxqrNK9h19Ylbb8+qPCrdRa530kPTOGr6/NL4C6wN4YTpTZPsX6NiatjF7XztbpuCGbsxoqNkt0c9c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755660471; c=relaxed/simple; bh=NxxNs+ArdxuQ+n3QEJzsPfm2GrNFXrcdjyVmnQdNvgg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=A+wWG8Me0joySTV/CuQO42D4zrkZBMWT4WE+XIK2lO8T12zX1VjO+D4Ks9SCPNI9ONwjYnDXSwA3qtvssiOHN6DwmtLIfZ8UHhp39C1x43iTu9Dgfyqy2BbWZ6ryhZbo+G9i1PAZbjVYueONTFmAPsq/W6k3Oldxr8imh5Zf5/g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=bWQCXMnO; arc=none smtp.client-ip=1.95.21.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="bWQCXMnO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=GE3Jq1Ciq6MhAAQc1qJ6fcK35clkEtk0uKnaYwyaufE=; b=bWQCXMnOjqJWDF2BQzcu4GZvEAoe36Pm4a4n1lGck9ucw68xhs/iPWxKgjrGab O0XVc6RR5j66vkaEAmWBiLTKE93rRTtUb93U4OVmx36Q6rkHta4pQRbDcMEOKRXT 40KV+XQpJU7QFIloQRZ1Kff4xwLVFyzG9T9Nf3/b8LAVE= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgDXSnt7QKVo47L+Ag--.63175S3; Wed, 20 Aug 2025 11:26:53 +0800 (CST) Date: Wed, 20 Aug 2025 11:26:51 +0800 From: Shawn Guo To: Bence =?iso-8859-1?B?Q3Pza+Fz?= Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lukasz Majewski Subject: Re: [PATCH] ARM: dts: imx6-display5: Replace license text comment with SPDX identifier Message-ID: References: <20250709-display5-dts-lic-v1-1-81e46a650d3d@prolan.hu> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250709-display5-dts-lic-v1-1-81e46a650d3d@prolan.hu> X-CM-TRANSID:Mc8vCgDXSnt7QKVo47L+Ag--.63175S3 X-Coremail-Antispam: 1Uf129KBjvdXoW7JryDAF1rtF47GF45GF1rWFg_yoWxKFbE93 y0gw15tw4SgFW0krWfCF1avasrKFWDZr12qw1FvFsrAF98KrZ8u3Z8Wr1qvrn8Xw47Jr17 CF15Ka42kwnrujkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUb7PEDUUUUU== X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiARuvZWik7SLzbwAAsP On Wed, Jul 09, 2025 at 09:32:44AM +0200, Bence Csókás wrote: > Replace verbatim license text with a `SPDX-License-Identifier`. > > The comment header mis-attributes this license to be "X11", but the > license text does not include the last line "Except as contained in this > notice, the name of the X Consortium shall not be used in advertising or > otherwise to promote the sale, use or other dealings in this Software > without prior written authorization from the X Consortium.". Therefore, > this license is actually equivalent to the SPDX "MIT" license (confirmed > by text diffing). > > Cc: Lukasz Majewski > Signed-off-by: Bence Csókás Applied, thanks!