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 ECB3DC7EE2D for ; Sat, 13 May 2023 10:00:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238616AbjEMKAW (ORCPT ); Sat, 13 May 2023 06:00:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237479AbjEMKAT (ORCPT ); Sat, 13 May 2023 06:00:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38C083C0F; Sat, 13 May 2023 03:00:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BF12761113; Sat, 13 May 2023 10:00:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDA72C433D2; Sat, 13 May 2023 10:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683972016; bh=/USm22Dmk7lqaE0Dz09ovpPWzze1UQ9BT3s17gt9L7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=z4uJD2llgEPvxCTAxEDnSbpbTs70KPLg/g/wJTItZCh4L3UBHcsjzqFU7fdgpUVBp niYlwA1DukgR+9fqDOT0DEO8enH2Rwn9vek7F3mPusklg4frEzmjmZId/30Xt4UniJ 0JvJjNtf3ZAWRJpqSCmJU41eS2fIPUAW7KWn44mY= Date: Sat, 13 May 2023 18:59:30 +0900 From: Greg Kroah-Hartman To: Pali =?iso-8859-1?Q?Roh=E1r?= , 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 , Wim Van Sebroeck , Guenter Roeck , Jan Kara , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Simon Horman Subject: Re: [PATCH v2 09/10] udf: Replace license notice with SPDX identifier Message-ID: <2023051328-ambiance-outlook-cc30@gregkh> References: <20230512100620.36807-1-bagasdotme@gmail.com> <20230512100620.36807-10-bagasdotme@gmail.com> <20230513094851.d3qdlfbvfc67vpdl@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230513094851.d3qdlfbvfc67vpdl@pali> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 13, 2023 at 11:48:51AM +0200, Pali Rohár wrote: > 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. > Yes, copyright lines should never be removed. Bagas, I recommend taking the Linux Foundation "copyright and licensing" online course before you respin this series. It's free online and might help you in understanding some of the issues involved here and prevent you from making these types of mistakes in the future. thanks, greg k-h