From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 DB5F61846; Sat, 13 May 2023 09:48:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EC4DC433EF; Sat, 13 May 2023 09:48:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683971334; bh=iuYMi2gjfYb+IRWU1fcP0fhm1yRE7Y7rTFV0Kcq9Po0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cqVMkhU2Vlu2aIkzA0B3BBAPxer/sw2uHOQgfaBoQX5cWieq28w+CJnfz1nD0uwPK KzaLhiK7IW3qfQWePhC8l8/f2niN/MLo9LKhftYQ6m9PA433oT4Hf97QS6upliyh8B +omhYPuYTmSDW3T8ss//v/muXhg8KmpiSgHrHMpGpX7rEsLcKAWmXpeyJJooS3SDQX WzEkH9ulEUfW8Exss0nq5HviYQycqLM+YYWBgFn4zdeAqSL5cJs7hZHNdx++AkqidH KOkMfkmZLzd+Apr5pVbG2TjCc0IuPkrQc8dGyUPJwZn9ZtIgBtfkkiQukzD/YokkLJ pyCGbTtprTrFg== Received: by pali.im (Postfix) id 79E187F9; Sat, 13 May 2023 11:48:51 +0200 (CEST) Date: Sat, 13 May 2023 11:48:51 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Bagas Sanjaya Cc: Linux SPDX Licenses , Linux DRI Development , Linux Kernel Mailing List , Linux Networking , Linux ARM , Linux Staging Drivers , Linux Watchdog Devices , Linux Kernel Actions , Diederik de Haas , Kate Stewart , Philippe Ombredanne , Thomas Gleixner , 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 , Andreas =?utf-8?Q?F=C3=A4rber?= , Manivannan Sadhasivam , Simon Horman Subject: Re: [PATCH v2 09/10] udf: Replace license notice with SPDX identifier Message-ID: <20230513094851.d3qdlfbvfc67vpdl@pali> References: <20230512100620.36807-1-bagasdotme@gmail.com> <20230512100620.36807-10-bagasdotme@gmail.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: <20230512100620.36807-10-bagasdotme@gmail.com> User-Agent: NeoMutt/20180716 On Friday 12 May 2023 17:06:20 Bagas Sanjaya wrote: > diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c > index fce4ad976c8c29..d0fce5348fd3f3 100644 > --- a/fs/udf/udftime.c > +++ b/fs/udf/udftime.c > @@ -1,21 +1,4 @@ > -/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. > - This file is part of the GNU C Library. > - Contributed by Paul Eggert (eggert@twinsun.com). > - > - The GNU C Library is free software; you can redistribute it and/or > - modify it under the terms of the GNU Library General Public License as > - published by the Free Software Foundation; either version 2 of the > - License, or (at your option) any later version. > - > - The GNU C Library is distributed in the hope that it will be useful, > - but WITHOUT ANY WARRANTY; without even the implied warranty of > - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - Library General Public License for more details. > - > - You should have received a copy of the GNU Library General Public > - License along with the GNU C Library; see the file COPYING.LIB. If not, > - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, > - Boston, MA 02111-1307, USA. */ > +// SPDX-License-Identifier: GPL-2.0-only > > /* > * dgb 10/02/98: ripped this from glibc source to help convert timestamps Please, dot not do this. It is really rude to people who worked on it in past (even if they do not care about this particular file anymore) as technically they still have ownership of this code / file. And such change never remove their ownership or copyright in most countries.