From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B7CB1409111; Fri, 5 Jun 2026 15:03:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780671793; cv=none; b=HlcGYcA1aHE47LyxMUeL2XyuOT/u3SN8uAUzyCw240ggPZKEQkVV6WcVsPEov8TAVLWYaFKeFZJOYIvfx/Hv9tBLyxDX0lRFII77uHKsqeeOHfBUzwA1Qc+FBUKWGhZmUH6KLdyU/nsBkQOYlrr4CQLy4B/gr67NPXsJP3Ssw7k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780671793; c=relaxed/simple; bh=FpzjZ/JSAXGMKk7XpZUBxyB5+LgEwuCGGDjWYuaATp8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dUSMLKDiq/keWDeOBZ33pCp25FQSHK2TROY96DxmtQ9xpIYIrFgBpiBiOVIlP3cXqRvSsLEBii3JYyqlEpF+AFclEUYH51QwCRbXJ/+rIAlW8+Y89cG04PDYjApqtLkH8NoBn0o0arPZ1/r/j3vtHrOXLJZXxJUHj18G55Zdjvw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=IHtGl3Hn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="IHtGl3Hn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 225851F00893; Fri, 5 Jun 2026 15:03:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780671792; bh=Bj5BhhAsB2Vpx8LFsHBDy8pzea78VCGynJnUti3FUkU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=IHtGl3Hns82MjhHy6hwFwlGATBlzgSrKL9zSvlAZxrg2o72whSNASzZdJZVDitH94 DkHFb6j91ON6rG3jDAndXAianhm8FzEY9AdCwxy07A1Qx6ZsvADzh70A/xb1GnavSK 92I+ta+XTk4BA5D8KyLzT+CVkFH2t2PeHwHdv1Co= Date: Fri, 5 Jun 2026 08:08:25 +0200 From: Greg KH To: Tung Quang Nguyen Cc: Tim Bird , "netdev@vger.kernel.org" , "tipc-discussion@lists.sourceforge.net" , "linux-spdx@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "jmaloy@redhat.com" , "davem@davemloft.net" , "edumazet@google.com" , "kuba@kernel.org" , "pabeni@redhat.com" , "horms@kernel.org" Subject: Re: [PATCH] tipc: Add SPDX id lines to source files Message-ID: <2026060546-unwitting-unvented-f6d4@gregkh> References: <20260604183805.747630-1-tim.bird@sony.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jun 05, 2026 at 01:37:57AM +0000, Tung Quang Nguyen wrote: > >Subject: [PATCH] tipc: Add SPDX id lines to source files > > > >Most of the tipc source files are missing SPDX-License-Identifier > >lines. Add appropriate IDs to these files, and remove the > >previous license lines from the headers. In this case, > >every file received the 'GPL-2.0 OR BSD-3-Clause' ID expression. > > The original license of TIPC is GPL-2.0. Why do you think it should be dual licensing now ? Because that is what the license text in these files say, or are you stating that it is somehow incorrect and should not have been there at all? confused, greg k-h