All of lore.kernel.org
 help / color / mirror / Atom feed
From: Allison Collins <allison.henderson@oracle.com>
To: "Darrick J. Wong" <darrick.wong@oracle.com>, sandeen@sandeen.net
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH 2/9] xfsprogs: update spdx tags in LICENSES/
Date: Fri, 30 Aug 2019 14:03:39 -0700	[thread overview]
Message-ID: <71de628b-4e17-f0ba-2ef5-9cefb221656e@oracle.com> (raw)
In-Reply-To: <156713883483.386621.11761019405847468101.stgit@magnolia>

On 8/29/19 9:20 PM, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
> 
> Update the GPL related SPDX tags in LICENSES to reflect the SPDX 3.0
> tagging formats.
> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
>   LICENSES/GPL-2.0 |    6 ++++++
>   1 file changed, 6 insertions(+)
> 
> 
> diff --git a/LICENSES/GPL-2.0 b/LICENSES/GPL-2.0
> index b8db91d3..ff0812fd 100644
> --- a/LICENSES/GPL-2.0
> +++ b/LICENSES/GPL-2.0
> @@ -1,5 +1,7 @@
>   Valid-License-Identifier: GPL-2.0
> +Valid-License-Identifier: GPL-2.0-only
>   Valid-License-Identifier: GPL-2.0+
> +Valid-License-Identifier: GPL-2.0-or-later
>   SPDX-URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__spdx.org_licenses_GPL-2D2.0.html&d=DwICaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=LHZQ8fHvy6wDKXGTWcm97burZH5sQKHRDMaY1UthQxc&m=yyH1nLyiAZtlQ8oRe73p1JKOpwh3hOylOYJJHf-fb-E&s=u5TL_q2un4FyVTyZCtV7gVqpRynFeNAyAB6R2fcd82I&e=
>   Usage-Guide:
>     To use this license in source code, put one of the following SPDX
> @@ -7,8 +9,12 @@ Usage-Guide:
>     guidelines in the licensing rules documentation.
>     For 'GNU General Public License (GPL) version 2 only' use:
>       SPDX-License-Identifier: GPL-2.0
> +  or
> +    SPDX-License-Identifier: GPL-2.0-only
>     For 'GNU General Public License (GPL) version 2 or any later version' use:
>       SPDX-License-Identifier: GPL-2.0+
> +  or
> +    SPDX-License-Identifier: GPL-2.0-or-later
>   License-Text:
>   
>   		    GNU GENERAL PUBLIC LICENSE
> 


Looks ok to me:
Reviewed-by: Allison Collins <allison.henderson@oracle.com>

  reply	other threads:[~2019-08-30 21:54 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-30  4:20 [PATCH v2 0/9] libxfrog: wrap version ioctl calls Darrick J. Wong
2019-08-30  4:20 ` [PATCH 1/9] libxfs: revert FSGEOMETRY v5 -> v4 hack Darrick J. Wong
2019-08-30 21:03   ` Allison Collins
2019-09-02 22:49   ` Dave Chinner
2019-09-03  6:14     ` Christoph Hellwig
2019-08-30  4:20 ` [PATCH 2/9] xfsprogs: update spdx tags in LICENSES/ Darrick J. Wong
2019-08-30 21:03   ` Allison Collins [this message]
2019-08-30  4:20 ` [PATCH 3/9] libfrog: refactor online geometry queries Darrick J. Wong
2019-08-30 21:03   ` Allison Collins
2019-09-03 22:51   ` Dave Chinner
2019-08-30  4:20 ` [PATCH 4/9] libfrog: introduce xfs_fd to wrap an fd to a file on an xfs filesystem Darrick J. Wong
2019-08-30 23:29   ` Allison Collins
2019-08-30 23:31     ` Darrick J. Wong
2019-09-03 22:53   ` Dave Chinner
2019-08-30  4:20 ` [PATCH 5/9] libfrog: store more inode and block geometry in struct xfs_fd Darrick J. Wong
2019-08-31  0:37   ` Allison Collins
2019-08-30  4:21 ` [PATCH 6/9] libfrog: create online fs geometry converters Darrick J. Wong
2019-08-31  5:11   ` Allison Collins
2019-09-03 22:55   ` Dave Chinner
2019-08-30  4:21 ` [PATCH 7/9] libfrog: refactor open-coded bulkstat calls Darrick J. Wong
2019-08-30 23:26   ` Darrick J. Wong
2019-08-31  0:42   ` [PATCH v2 " Darrick J. Wong
2019-09-03 22:57     ` Dave Chinner
2019-09-01 20:55   ` [PATCH " Allison Collins
2019-09-01 21:05     ` Darrick J. Wong
2019-08-30  4:21 ` [PATCH 8/9] libfrog: create xfd_open function Darrick J. Wong
2019-09-01 20:55   ` Allison Collins
2019-09-03 23:01   ` Dave Chinner
2019-09-03 23:37     ` Darrick J. Wong
2019-08-30  4:21 ` [PATCH 9/9] libfrog: refactor open-coded INUMBERS calls Darrick J. Wong
2019-09-01 20:55   ` Allison Collins

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=71de628b-4e17-f0ba-2ef5-9cefb221656e@oracle.com \
    --to=allison.henderson@oracle.com \
    --cc=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    /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.