public inbox for linux-spdx@vger.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: J Lovejoy <opensource@jilayne.com>,
	Linux SPDX Licenses <linux-spdx@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Actions <linux-actions@lists.infradead.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Cc: "Jan Kara" <jack@suse.com>, "Andreas Färber" <afaerber@suse.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Christoph Hellwig" <hch@infradead.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Diederik de Haas" <didi.debian@cknow.org>,
	"Kate Stewart" <kstewart@linuxfoundation.org>,
	"Philippe Ombredanne" <pombredanne@nexb.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Paul Eggert" <eggert@twinsun.com>,
	"Richard Fontana" <rfontana@redhat.com>,
	"Pali Rohár" <pali@kernel.org>
Subject: Re: [PATCH v2 2/2] fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Date: Wed, 24 May 2023 08:04:32 +0700	[thread overview]
Message-ID: <5ae1485d-4006-8b0a-7081-efadd96aa752@gmail.com> (raw)
In-Reply-To: <6f2e13c1-6d99-f9a5-057c-e127efc69457@jilayne.com>

On 5/24/23 00:56, J Lovejoy wrote:
> 
> 
> On 5/21/23 6:54 PM, Bagas Sanjaya wrote:
>> Replace license boilerplate in udftime.c with SPDX identifier for
>> LGPL-2.0.
>>
>> Cc: Paul Eggert <eggert@twinsun.com>
>> Cc: Richard Fontana <rfontana@redhat.com>
>> Cc: Pali Rohár <pali@kernel.org>
>> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
>> ---
>>   fs/udf/udftime.c | 18 ++----------------
>>   1 file changed, 2 insertions(+), 16 deletions(-)
>>
>> diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c
>> index fce4ad976c8c29..758163af39c262 100644
>> --- a/fs/udf/udftime.c
>> +++ b/fs/udf/udftime.c
>> @@ -1,21 +1,7 @@
>> +// SPDX-License-Identifier: LGPL-2.0+
>>   /* 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.  */
>> +   Contributed by Paul Eggert (eggert@twinsun.com). */
>>     /*
>>    * dgb 10/02/98: ripped this from glibc source to help convert timestamps
> Reviewed-by: Jilayne Lovejoy opensource@jilayne.com

OK, thanks!

-- 
An old man doll... just what I always wanted! - Clara


  reply	other threads:[~2023-05-24  1:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-22  0:54 [PATCH v2 0/2] SPDX conversion from UDF Bagas Sanjaya
2023-05-22  0:54 ` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier Bagas Sanjaya
     [not found]   ` <05210fe3-8392-08ac-2cc0-cf7fd9b6a05d@jilayne.com>
2023-05-24  1:03     ` Bagas Sanjaya
2023-05-30 23:17   ` J Lovejoy
2023-05-22  0:54 ` [PATCH v2 2/2] fs: udf: udftime: Replace LGPL boilerplate " Bagas Sanjaya
2023-05-23 17:56   ` J Lovejoy
2023-05-24  1:04     ` Bagas Sanjaya [this message]
2023-05-22  9:53 ` [PATCH v2 0/2] SPDX conversion from UDF Jan Kara
2023-05-30 13:57   ` Jan Kara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5ae1485d-4006-8b0a-7081-efadd96aa752@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=afaerber@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=didi.debian@cknow.org \
    --cc=eggert@twinsun.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hch@infradead.org \
    --cc=jack@suse.com \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=opensource@jilayne.com \
    --cc=pali@kernel.org \
    --cc=pombredanne@nexb.com \
    --cc=rfontana@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox