From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AE314C47077 for ; Thu, 11 Jan 2024 13:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GfAI1fqCpOI+a1c0RR7B7KMJg/sVL5ixidDFHp7XvRk=; b=JXE4rTew4HabSG LkOMskgEcvolFZ75rYim6DhvKInqdF7kcXb3lUQx6J/7NMgyPz1RhbzbqDgVBCVjkh/EKRRV+dsJ5 8YvW012M+CkiEsyZw2cT1owwAMLnaKAzW4ShchI65lvPMbzKcPP6KcsecFiTbrROqHwcEl7iYoHdD h/1P4UrXBeJ5gHpQuShD6Rqqpm5PPhRWeozxLEfsTcBU74C4e6M+RADQbfDVqXonSDpMaZCgTs4eG 45F9jyqL9yC3K8y2EJjFzClRAdo8+kbzGTur0YAy0jcU35m+Xg1vlicaZsbDaHbixA617OE2yIbcd qi0Eatnj9bbIGdFrkODg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rNv8z-000AyA-2V; Thu, 11 Jan 2024 13:30:49 +0000 Received: from mail5.25mail.st ([74.50.62.9]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rNv8x-000AxX-0A for linux-arm-kernel@lists.infradead.org; Thu, 11 Jan 2024 13:30:48 +0000 Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 6B9866058E; Thu, 11 Jan 2024 13:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1704979841; bh=QmOYLoO2FmAnEJI+GkJDiP/C375LS5vC8DeD3lt/UDo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UfJnl/bxPyHDbzusCQnRpzN4fycn8KrLfucekOivxDwDlSeBfbukiZ+e8JarS9+gW u8FP4cLDi4bDGROpXX9t54FJkoN7DU4OGtb/rnpI6byyP5YezlStGLSpkhQ/wEgOa5 Ake+r5kS635cvtbrhP/550lpXsDCduEW5so6gYsxYOCaQ+3sX7u+ArX9VTxxhSBiC6 i45Hsr7Oiwb32cfm+FH/1YgzvTd8oyKlWjRKBxxJVLeNLOa35dcH+mZ/aCTi+8I9WT K4/yh5VVzQrNhagg9QuL67JAwkFPjpwMB7CKR+cnQKca8PVsknUAeBJQiHsU2JdP+Q D+YacfLW7gnrA== Date: Thu, 11 Jan 2024 15:30:05 +0200 From: Tony Lindgren To: Nishanth Menon Cc: Vignesh Raghavendra , Tero Kristo , Conor Dooley , Krzysztof Kozlowski , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Guillaume La Roque , Julien Panis , Krzysztof Kozlowski , Pierre Gondois , Roger Quadros , Ronald Wahl , Sarah Walker Subject: Re: [PATCH 03/16] arm64: dts: ti: k3-am625: Add MIT license along with GPL-2.0 Message-ID: <20240111133005.GC5185@atomide.com> References: <20240110140903.4090946-1-nm@ti.com> <20240110140903.4090946-4-nm@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240110140903.4090946-4-nm@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240111_053047_287736_FC9387C5 X-CRM114-Status: GOOD ( 11.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Nishanth Menon [240110 14:09]: > Modify license to include dual licensing as GPL-2.0-only OR MIT > license for SoC and TI evm device tree files. This allows for Linux > kernel device tree to be used in other Operating System ecosystems > such as Zephyr or FreeBSD. > > While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync > with latest SPDX conventions (GPL-2.0 is deprecated). > > While at this, update the TI copyright year to sync with current year > to indicate license change (and add it at least for one file which was > missing TI copyright). Acked-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel