All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH 13/13] sh: lib: convert to SPDX identifiers
Date: Thu, 09 Aug 2018 12:36:32 +0000	[thread overview]
Message-ID: <20180809123631.q7rxqaqaipakfdvh@verge.net.au> (raw)
In-Reply-To: <87lg9knslt.wl-kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On Mon, Aug 06, 2018 at 02:26:30AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/sh/lib/ashiftrt.S       | 29 ++++-------------------------
>  arch/sh/lib/ashlsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/ashrsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/checksum.S       |  9 +++------
>  arch/sh/lib/io.c             |  5 +----
>  arch/sh/lib/libgcc.h         |  2 ++
>  arch/sh/lib/lshrsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/mcount.S         |  7 ++-----
>  arch/sh/lib/movmem.S         | 29 ++++-------------------------
>  arch/sh/lib/udiv_qrnnd.S     | 29 ++++-------------------------
>  arch/sh/lib/udivsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/udivsi3_i4i-Os.S | 29 ++++-------------------------
>  arch/sh/lib/udivsi3_i4i.S    | 29 ++++-------------------------
>  13 files changed, 44 insertions(+), 240 deletions(-)
> 
> diff --git a/arch/sh/lib/ashiftrt.S b/arch/sh/lib/ashiftrt.S
> index 45ce865..d680b30 100644
> --- a/arch/sh/lib/ashiftrt.S
> +++ b/arch/sh/lib/ashiftrt.S
> @@ -1,30 +1,9 @@
> -/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
> +/* SPDX-License-Identifier: GPL-2.0+
> +
> +   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
>     2004, 2005, 2006
>     Free Software Foundation, Inc.
> -
> -This file is free software; you can redistribute it and/or modify it
> -under the terms of the GNU General Public License as published by the
> -Free Software Foundation; either version 2, or (at your option) any
> -later version.
> -
> -In addition to the permissions in the GNU General Public License, the
> -Free Software Foundation gives you unlimited permission to link the
> -compiled version of this file into combinations with other programs,
> -and to distribute those combinations without any restriction coming
> -from the use of this file.  (The General Public License restrictions
> -do apply in other respects; for example, they cover modification of
> -the file, and distribution when not linked into a combine
> -executable.)

Given the above clause I wonder if the SPDX identifier should be:

SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0

...

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH 13/13] sh: lib: convert to SPDX identifiers
Date: Thu, 9 Aug 2018 14:36:32 +0200	[thread overview]
Message-ID: <20180809123631.q7rxqaqaipakfdvh@verge.net.au> (raw)
In-Reply-To: <87lg9knslt.wl-kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On Mon, Aug 06, 2018 at 02:26:30AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/sh/lib/ashiftrt.S       | 29 ++++-------------------------
>  arch/sh/lib/ashlsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/ashrsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/checksum.S       |  9 +++------
>  arch/sh/lib/io.c             |  5 +----
>  arch/sh/lib/libgcc.h         |  2 ++
>  arch/sh/lib/lshrsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/mcount.S         |  7 ++-----
>  arch/sh/lib/movmem.S         | 29 ++++-------------------------
>  arch/sh/lib/udiv_qrnnd.S     | 29 ++++-------------------------
>  arch/sh/lib/udivsi3.S        | 29 ++++-------------------------
>  arch/sh/lib/udivsi3_i4i-Os.S | 29 ++++-------------------------
>  arch/sh/lib/udivsi3_i4i.S    | 29 ++++-------------------------
>  13 files changed, 44 insertions(+), 240 deletions(-)
> 
> diff --git a/arch/sh/lib/ashiftrt.S b/arch/sh/lib/ashiftrt.S
> index 45ce865..d680b30 100644
> --- a/arch/sh/lib/ashiftrt.S
> +++ b/arch/sh/lib/ashiftrt.S
> @@ -1,30 +1,9 @@
> -/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
> +/* SPDX-License-Identifier: GPL-2.0+
> +
> +   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
>     2004, 2005, 2006
>     Free Software Foundation, Inc.
> -
> -This file is free software; you can redistribute it and/or modify it
> -under the terms of the GNU General Public License as published by the
> -Free Software Foundation; either version 2, or (at your option) any
> -later version.
> -
> -In addition to the permissions in the GNU General Public License, the
> -Free Software Foundation gives you unlimited permission to link the
> -compiled version of this file into combinations with other programs,
> -and to distribute those combinations without any restriction coming
> -from the use of this file.  (The General Public License restrictions
> -do apply in other respects; for example, they cover modification of
> -the file, and distribution when not linked into a combine
> -executable.)

Given the above clause I wonder if the SPDX identifier should be:

SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0

...

  reply	other threads:[~2018-08-09 12:36 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06  2:22 [PATCH 00/13] sh: convert to SPDX Kuninori Morimoto
2018-08-06  2:22 ` Kuninori Morimoto
2018-08-06  2:23 ` [PATCH 01/13] sh: boards: convert to SPDX identifiers Kuninori Morimoto
2018-08-06  2:23   ` Kuninori Morimoto
2018-08-09 11:27   ` Simon Horman
2018-08-09 11:27     ` Simon Horman
2018-08-06  2:23 ` [PATCH 02/13] sh: drivers: " Kuninori Morimoto
2018-08-06  2:23   ` Kuninori Morimoto
2018-08-09 11:29   ` Simon Horman
2018-08-09 11:29     ` Simon Horman
2018-08-06  2:23 ` [PATCH 03/13] sh: include: " Kuninori Morimoto
2018-08-06  2:23   ` Kuninori Morimoto
2018-08-09 11:33   ` Simon Horman
2018-08-09 11:33     ` Simon Horman
2018-08-06  2:23 ` [PATCH 04/13] sh: sh2: " Kuninori Morimoto
2018-08-06  2:23   ` Kuninori Morimoto
2018-08-09 11:34   ` Simon Horman
2018-08-09 11:34     ` Simon Horman
2018-08-06  2:24 ` [PATCH 05/13] sh: sh2a: " Kuninori Morimoto
2018-08-06  2:24   ` Kuninori Morimoto
2018-08-09 11:35   ` Simon Horman
2018-08-09 11:35     ` Simon Horman
2018-08-06  2:24 ` [PATCH 06/13] sh: sh3: " Kuninori Morimoto
2018-08-06  2:24   ` Kuninori Morimoto
2018-08-09 12:13   ` Simon Horman
2018-08-09 12:13     ` Simon Horman
2018-08-09 12:13   ` Simon Horman
2018-08-09 12:13     ` Simon Horman
2018-08-06  2:24 ` [PATCH 07/13] sh: sh4: " Kuninori Morimoto
2018-08-06  2:24   ` Kuninori Morimoto
2018-08-09 12:14   ` Simon Horman
2018-08-09 12:14     ` Simon Horman
2018-08-06  2:24 ` [PATCH 08/13] sh: sh4a: " Kuninori Morimoto
2018-08-06  2:24   ` Kuninori Morimoto
2018-08-09 12:15   ` Simon Horman
2018-08-09 12:15     ` Simon Horman
2018-08-06  2:25 ` [PATCH 09/13] sh: sh5: " Kuninori Morimoto
2018-08-06  2:25   ` Kuninori Morimoto
2018-08-09 12:15   ` Simon Horman
2018-08-09 12:15     ` Simon Horman
2018-08-06  2:25 ` [PATCH 10/13] sh: shmobile: " Kuninori Morimoto
2018-08-06  2:25   ` Kuninori Morimoto
2018-08-09 12:28   ` Simon Horman
2018-08-09 12:28     ` Simon Horman
2018-08-06  2:26 ` [PATCH 11/13] sh: cpu: " Kuninori Morimoto
2018-08-06  2:26   ` Kuninori Morimoto
2018-08-09 12:28   ` Simon Horman
2018-08-09 12:28     ` Simon Horman
2018-08-06  2:26 ` [PATCH 12/13] sh: kernel: " Kuninori Morimoto
2018-08-06  2:26   ` Kuninori Morimoto
2018-08-09 12:29   ` Simon Horman
2018-08-09 12:29     ` Simon Horman
2018-08-06  2:26 ` [PATCH 13/13] sh: lib: " Kuninori Morimoto
2018-08-06  2:26   ` Kuninori Morimoto
2018-08-09 12:36   ` Simon Horman [this message]
2018-08-09 12:36     ` Simon Horman
2018-08-20  1:37     ` Kuninori Morimoto
2018-08-21  3:50       ` Yoshinori Sato
2018-08-21  3:50         ` Yoshinori Sato
2018-08-21  6:10         ` Kuninori Morimoto
2018-12-05  7:58 [PATCH resend 00/13] sh: " Kuninori Morimoto
2018-12-05  8:01 ` [PATCH 13/13] sh: lib: " Kuninori Morimoto
2018-12-05  8:01   ` Kuninori Morimoto

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=20180809123631.q7rxqaqaipakfdvh@verge.net.au \
    --to=horms@verge.net.au \
    --cc=dalias@libc.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.