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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82DA0C77B7F for ; Fri, 12 May 2023 07:22:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239934AbjELHWf (ORCPT ); Fri, 12 May 2023 03:22:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231315AbjELHWX (ORCPT ); Fri, 12 May 2023 03:22:23 -0400 X-Greylist: delayed 900 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 12 May 2023 00:22:20 PDT Received: from mail.sdinet.de (hydra.sdinet.de [136.243.3.21]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5247C10C6; Fri, 12 May 2023 00:22:20 -0700 (PDT) Received: from aurora64.sdinet.de (aurora64.sdinet.de [193.103.159.64]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: haegar) by mail.sdinet.de (bofa-smtpd) with ESMTPSA id 9D5733401FC; Fri, 12 May 2023 08:57:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sdinet.de; s=mail; t=1683874625; bh=6V4gSAQO2IHnC05FAsTRzHrehfn2e9Gr95HmyFdkEZ4=; l=973; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=nFzgDA0NqI0FoB/3tA+vPTXZ8dWvnI87mqyt2/8DGGEyS4KSfJRP0kxbj7VKGmEwH SStqCaJG484boLL6stis/bBGyf79pomLmY8dMXed8911P9zi9SZf7EtppzR0deYByV wDXbNFzXoKgbZ7UKoPJvZzQlHwWHXKS5TR60o14/V6BfKW3g8UB1/0H7Y9+uJKvRmT LGhAk/uN52vfgiz01Cn9hEVcxqzcWkzs/EEXMkRnydDznOaoqyZNvQqX2ls4Eg5JAJ docl6fagCZqjjFNBbFD1J+SJptM0peIeEg/W295jjUKwzFHm/8VjH7m/qzpN87Kgqr rcL+PQ93qz5ag== Date: Fri, 12 May 2023 08:57:15 +0200 (CEST) From: Sven-Haegar Koch To: Greg Ungerer cc: Bagas Sanjaya , Linux Kernel Mailing List , Linux Networking , Diederik de Haas , Kate Stewart , David Airlie , Karsten Keil , Jay Vosburgh , Andy Gospodarek , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sam Creasey , Dominik Brodowski , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Greg Kroah-Hartman , Wim Van Sebroeck , Guenter Roeck , Jan Kara , =?ISO-8859-15?Q?Andreas_F=E4rber?= , Manivannan Sadhasivam , Tom Rix , Simon Horman , Yang Yingliang , "Steven Rostedt (Google)" , Pavel Machek , Minghao Chi , Kalle Valo , =?ISO-8859-15?Q?Uwe_Kleine-K=F6nig?= , Viresh Kumar , Arnd Bergmann , Deepak R Varma , Davidlohr Bueso , Thomas Gleixner , Jacob Keller , Gaosheng Cui , Dan Carpenter , Archana , "David A . Hinds" , Donald Becker , Peter De Schrijver Subject: Re: [PATCH 04/10] net: ethernet: 8390: Replace GPL boilerplate with SPDX identifier In-Reply-To: <1eb3b5cb-5906-4776-74a2-820b5b05949c@linux-m68k.org> Message-ID: <2738e88d-16e9-15c7-37ea-4c2dc4f69181@sdinet.de> References: <20230511133406.78155-1-bagasdotme@gmail.com> <20230511133406.78155-5-bagasdotme@gmail.com> <1eb3b5cb-5906-4776-74a2-820b5b05949c@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 May 2023, Greg Ungerer wrote: > On 11/5/23 23:34, Bagas Sanjaya wrote: > > Replace GPL boilerplate notice on remaining files with appropriate SPDX > > tag. For files mentioning COPYING, use GPL 2.0; otherwise GPL 1.0+. > > --- a/drivers/net/ethernet/8390/hydra.c > > +++ b/drivers/net/ethernet/8390/hydra.c > > @@ -1,10 +1,8 @@ > > +/* SPDX-License-Identifier: GPL-1.0-only */ > > + > > /* New Hydra driver using generic 8390 core */ > > /* Based on old hydra driver by Topi Kanerva (topi@susanna.oulu.fi) */ > > -/* This file is subject to the terms and conditions of the GNU General > > */ > > -/* Public License. See the file COPYING in the main directory of the > > */ > > -/* Linux distribution for more details. > > */ > > - > > /* Peter De Schrijver (p2@mind.be) */ > > /* Oldenburg 2000 */ GPL-1.0-only does not sound correct. c'ya sven-haegar -- Three may keep a secret, if two of them are dead. - Ben F.