All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: linux-spdx@vger.kernel.org
Subject: [patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 66
Date: Mon, 20 May 2019 09:19:07 +0200	[thread overview]
Message-ID: <20190520071859.207135947@linutronix.de> (raw)
In-Reply-To: 20190520071851.141112241@linutronix.de

Based on 1 normalized pattern(s):

  this program 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 of the license or at
  your option any later version this program 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 good title or non infringement see the gnu general public
  license for more details you should have received a copy of the gnu
  general public license along with this program if not write to the
  free software foundation inc 675 mass ave cambridge ma 02139 usa

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 12 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch3&id=746c8e228af4
---
 arch/ia64/kernel/err_inject.c              |   17 +----------------
 arch/powerpc/kernel/eeh_driver.c           |   16 +---------------
 arch/powerpc/kernel/eeh_sysfs.c            |   16 +---------------
 arch/powerpc/platforms/pseries/pci_dlpar.c |   16 +---------------
 arch/x86/include/asm/topology.h            |   16 +---------------
 arch/x86/kernel/topology.c                 |   16 +---------------
 arch/x86/mm/numa_32.c                      |   16 +---------------
 drivers/char/tlclk.c                       |   16 +---------------
 fs/ocfs2/symlink.c                         |   17 +----------------
 include/asm-generic/topology.h             |   16 +---------------
 include/linux/topology.h                   |   16 +---------------
 kernel/configs.c                           |   16 +---------------
 12 files changed, 12 insertions(+), 182 deletions(-)

--- a/arch/ia64/kernel/err_inject.c
+++ b/arch/ia64/kernel/err_inject.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * err_inject.c -
  *	1.) Inject errors to a processor.
@@ -5,24 +6,8 @@
  * This driver along with user space code can be acting as an error
  * injection tool.
  *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Written by: Fenghua Yu <fenghua.yu@intel.com>, Intel Corporation
  * Copyright (C) 2006, Intel Corp.  All rights reserved.
- *
  */
 #include <linux/device.h>
 #include <linux/init.h>
--- a/arch/powerpc/kernel/eeh_driver.c
+++ b/arch/powerpc/kernel/eeh_driver.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * PCI Error Recovery Driver for RPA-compliant PPC64 platform.
  * Copyright IBM Corp. 2004 2005
@@ -5,21 +6,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or (at
- * your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com>
  */
 #include <linux/delay.h>
--- a/arch/powerpc/kernel/eeh_sysfs.c
+++ b/arch/powerpc/kernel/eeh_sysfs.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Sysfs entries for PCI Error Recovery for PAPR-compliant platform.
  * Copyright IBM Corporation 2007
@@ -5,21 +6,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or (at
- * your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com>
  */
 #include <linux/pci.h>
--- a/arch/powerpc/platforms/pseries/pci_dlpar.c
+++ b/arch/powerpc/platforms/pseries/pci_dlpar.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * PCI Dynamic LPAR, PCI Hot Plug and PCI EEH recovery code
  * for RPA-compliant PPC64 platform.
@@ -8,21 +9,6 @@
  * Updates, 2005, Linas Vepstas <linas@austin.ibm.com>
  *
  * All rights reserved.
- *
- * This program 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 of the License, or (at
- * your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include <linux/pci.h>
--- a/arch/x86/include/asm/topology.h
+++ b/arch/x86/include/asm/topology.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * Written by: Matthew Dobson, IBM Corporation
  *
@@ -5,21 +6,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send feedback to <colpatch@us.ibm.com>
  */
 #ifndef _ASM_X86_TOPOLOGY_H
--- a/arch/x86/kernel/topology.c
+++ b/arch/x86/kernel/topology.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Populate sysfs with topology information
  *
@@ -8,21 +9,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send feedback to <colpatch@us.ibm.com>
  */
 #include <linux/nodemask.h>
--- a/arch/x86/mm/numa_32.c
+++ b/arch/x86/mm/numa_32.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Written by: Patricia Gaughen <gone@us.ibm.com>, IBM Corporation
  * August 2002: added remote node KVA remap - Martin J. Bligh 
@@ -5,21 +6,6 @@
  * Copyright (C) 2002, IBM Corp.
  *
  * All rights reserved.          
- *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include <linux/memblock.h>
--- a/drivers/char/tlclk.c
+++ b/drivers/char/tlclk.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Telecom Clock driver for Intel NetStructure(tm) MPCBL0010
  *
@@ -5,21 +6,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or (at
- * your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send feedback to <sebastien.bouchard@ca.kontron.com> and the current
  * Maintainer  <mark.gross@intel.com>
  *
--- a/fs/ocfs2/symlink.c
+++ b/fs/ocfs2/symlink.c
@@ -1,23 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  *  linux/cluster/ssi/cfs/symlink.c
  *
- *	This program 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 of
- *	the License, or (at your option) any later version.
- *
- *	This program 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, GOOD TITLE
- *	or NON INFRINGEMENT.  See the GNU General Public License for more
- *	details.
- *
- * 	You should have received a copy of the GNU General Public License
- * 	along with this program; if not, write to the Free Software
- * 	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  *	Questions/Comments/Bugfixes to ssic-linux-devel@lists.sourceforge.net
  *
  *  Copyright (C) 1992  Rick Sladkey
@@ -31,7 +17,6 @@
  *  ocfs2 symlink handling code.
  *
  *  Copyright (C) 2004, 2005 Oracle.
- *
  */
 
 #include <linux/fs.h>
--- a/include/asm-generic/topology.h
+++ b/include/asm-generic/topology.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * linux/include/asm-generic/topology.h
  *
@@ -7,21 +8,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send feedback to <colpatch@us.ibm.com>
  */
 #ifndef _ASM_GENERIC_TOPOLOGY_H
--- a/include/linux/topology.h
+++ b/include/linux/topology.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * include/linux/topology.h
  *
@@ -7,21 +8,6 @@
  *
  * All rights reserved.
  *
- * This program 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 of the License, or
- * (at your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
  * Send feedback to <colpatch@us.ibm.com>
  */
 #ifndef _LINUX_TOPOLOGY_H
--- a/kernel/configs.c
+++ b/kernel/configs.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * kernel/configs.c
  * Echo the kernel .config file used to build the kernel
@@ -6,21 +7,6 @@
  * Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net>
  * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com>
  * Copyright (C) 2002 Hewlett-Packard Company
- *
- * This program 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 of the License, or (at
- * your option) any later version.
- *
- * This program 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, GOOD TITLE or
- * NON INFRINGEMENT.  See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include <linux/kernel.h>



  parent reply	other threads:[~2019-05-21  7:45 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20  7:18 [patch 00/25] SPDX cleanup: Batch 3 Thomas Gleixner
2019-05-20  7:18 ` [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 51 Thomas Gleixner
2019-05-22  5:07   ` Kate Stewart
2019-05-22 15:21   ` Richard Fontana
2019-05-23 20:20   ` Allison Randal
2019-05-20  7:18 ` [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52 Thomas Gleixner
2019-05-21 13:38   ` Richard Fontana
2019-05-21 14:32   ` Kate Stewart
2019-05-23 20:20   ` Allison Randal
2019-05-20  7:18 ` [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53 Thomas Gleixner
2019-05-21 13:38   ` Richard Fontana
2019-05-21 14:32   ` Kate Stewart
2019-05-23 20:21   ` Allison Randal
2019-05-20  7:18 ` [patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 54 Thomas Gleixner
2019-05-21 13:39   ` Richard Fontana
2019-05-21 14:32   ` Kate Stewart
2019-05-23 20:22   ` Allison Randal
2019-05-20  7:18 ` [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55 Thomas Gleixner
2019-05-21 13:35   ` Richard Fontana
2019-05-21 14:31   ` Kate Stewart
2019-05-23 20:23   ` Allison Randal
2019-05-20  7:18 ` [patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 56 Thomas Gleixner
2019-05-21 13:41   ` Richard Fontana
2019-05-21 20:36   ` Kate Stewart
2019-05-23 20:24   ` Allison Randal
2019-05-20  7:18 ` [patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57 Thomas Gleixner
2019-05-21 13:40   ` Richard Fontana
2019-05-21 20:37   ` Kate Stewart
2019-05-23 20:25   ` Allison Randal
2019-05-20  7:18 ` [patch 08/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 58 Thomas Gleixner
2019-05-21  9:56   ` Thomas Gleixner
2019-05-21 13:15   ` Richard Fontana
2019-05-20  7:19 ` [patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59 Thomas Gleixner
2019-05-21 13:40   ` Richard Fontana
2019-05-21 20:29     ` Kate Stewart
2019-05-23 20:30   ` Allison Randal
2019-05-20  7:19 ` [patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 60 Thomas Gleixner
2019-05-21 13:42   ` Richard Fontana
2019-05-22  5:11   ` Kate Stewart
2019-05-23 20:30   ` Allison Randal
2019-05-20  7:19 ` [patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 Thomas Gleixner
2019-05-21 13:46   ` Richard Fontana
2019-05-21 14:00   ` Michael Ellerman
2019-05-23 20:32   ` Allison Randal
2019-05-20  7:19 ` [patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62 Thomas Gleixner
2019-05-21 13:44   ` Richard Fontana
2019-05-22  5:13   ` Kate Stewart
2019-05-23 20:33   ` Allison Randal
2019-05-20  7:19 ` [patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 63 Thomas Gleixner
2019-05-21 13:41   ` Richard Fontana
2019-05-22  5:10   ` Kate Stewart
2019-05-23 20:34   ` Allison Randal
2019-05-20  7:19 ` [patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 64 Thomas Gleixner
2019-05-21 13:42   ` Richard Fontana
2019-05-22  5:12   ` Kate Stewart
2019-05-23 20:34   ` Allison Randal
2019-05-20  7:19 ` [patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65 Thomas Gleixner
2019-05-21 13:45   ` Richard Fontana
2019-05-22  5:14   ` Kate Stewart
2019-05-23 20:35   ` Allison Randal
2019-05-20  7:19 ` Thomas Gleixner [this message]
2019-05-21 13:57   ` [patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 66 Richard Fontana
2019-05-21 14:00   ` Michael Ellerman
2019-05-20  7:19 ` [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 67 Thomas Gleixner
2019-05-21 13:43   ` Richard Fontana
2019-05-22  5:12   ` Kate Stewart
2019-05-23 20:40   ` Allison Randal
2019-05-20  7:19 ` [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 68 Thomas Gleixner
2019-05-21 13:44   ` Richard Fontana
2019-05-22  5:13   ` Kate Stewart
2019-05-23 20:41   ` Allison Randal
2019-05-20  7:19 ` [patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 Thomas Gleixner
2019-05-21 13:45   ` Richard Fontana
2019-05-22  5:15   ` Kate Stewart
2019-05-23 20:42   ` Allison Randal
2019-05-20  7:19 ` [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70 Thomas Gleixner
2019-05-21 13:46   ` Richard Fontana
2019-05-22  5:15   ` Kate Stewart
2019-05-23 20:44   ` Allison Randal
2019-05-20  7:19 ` [patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71 Thomas Gleixner
2019-05-21 13:47   ` Richard Fontana
2019-05-22  5:16   ` Kate Stewart
2019-05-23 20:44   ` Allison Randal
2019-05-20  7:19 ` [patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72 Thomas Gleixner
2019-05-21 13:48   ` Richard Fontana
2019-05-22  5:17   ` Kate Stewart
2019-05-23 20:45   ` Allison Randal
2019-05-20  7:19 ` [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 73 Thomas Gleixner
2019-05-21 13:47   ` Richard Fontana
2019-05-22  5:16   ` Kate Stewart
2019-05-23 20:45   ` Allison Randal
2019-05-20  7:19 ` [patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 74 Thomas Gleixner
2019-05-21 13:48   ` Richard Fontana
2019-05-22  5:17   ` Kate Stewart
2019-05-23 20:46   ` Allison Randal
2019-05-20  7:19 ` [patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 75 Thomas Gleixner
2019-05-21 13:49   ` Richard Fontana
2019-05-22  5:19   ` Kate Stewart
2019-05-23 20:47   ` Allison Randal

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=20190520071859.207135947@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=linux-spdx@vger.kernel.org \
    /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.