linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.ibm.com>
To: rcu@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, mingo@kernel.org,
	jiangshanlai@gmail.com, dipankar@in.ibm.com,
	akpm@linux-foundation.org, mathieu.desnoyers@efficios.com,
	josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org,
	rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com,
	fweisbec@gmail.com, oleg@redhat.com, joel@joelfernandes.org,
	"Paul E. McKenney" <paulmck@linux.ibm.com>
Subject: [PATCH v2 tip/core/rcu 17/19] torture: Convert to SPDX license identifier
Date: Thu,  7 Feb 2019 06:18:21 -0800	[thread overview]
Message-ID: <20190207141823.12311-17-paulmck@linux.ibm.com> (raw)
In-Reply-To: <20190207141700.GA11106@linux.ibm.com>

Replace the license boiler plate with a SPDX license identifier.
While in the area, update an email address.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
---
 kernel/torture.c | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/kernel/torture.c b/kernel/torture.c
index bbf6d473e50c..67620e5141d2 100644
--- a/kernel/torture.c
+++ b/kernel/torture.c
@@ -1,23 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Common functions for in-kernel torture tests.
  *
- * 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.  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, you can access it online at
- * http://www.gnu.org/licenses/gpl-2.0.html.
- *
  * Copyright (C) IBM Corporation, 2014
  *
- * Author: Paul E. McKenney <paulmck@us.ibm.com>
+ * Author: Paul E. McKenney <paulmck@linux.ibm.com>
  *	Based on kernel/rcu/torture.c.
  */
 
@@ -53,7 +40,7 @@
 #include "rcu/rcu.h"
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
+MODULE_AUTHOR("Paul E. McKenney <paulmck@linux.ibm.com>");
 
 static char *torture_type;
 static int verbose;
-- 
2.17.1


  parent reply	other threads:[~2019-02-07 14:24 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-06 13:16 [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 01/19] rcu/rcu.h: Convert to SPDX license identifier Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 02/19] rcu/rcuperf: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 03/19] rcu/rcu_segcblist: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 04/19] rcu/rcutorture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 05/19] rcu/srcu: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 06/19] rcu/sync: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 07/19] rcu/tiny: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 08/19] rcu/tree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 09/19] rcu/update: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 10/19] linux/rcu_node_tree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 11/19] linux/rcupdate: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 12/19] linux/rcu_segcblist: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 13/19] linux/rcu_sync: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 14/19] linux/rcutiny: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 15/19] linux/rcutree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 16/19] linux/srcu: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 17/19] torture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 18/19] linux/torture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 19/19] locking/locktorture: " Paul E. McKenney
2019-02-06 19:29 ` [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Joe Perches
2019-02-07 13:44   ` Paul E. McKenney
2019-02-07 14:17 ` [PATCH v2 " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 01/19] rcu/rcu.h: Convert to SPDX license identifier Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 02/19] rcu/rcuperf: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 03/19] rcu/rcu_segcblist: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 04/19] rcu/rcutorture: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 05/19] rcu/srcu: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 06/19] rcu/sync: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 07/19] rcu/tiny: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 08/19] rcu/tree: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 09/19] rcu/update: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 10/19] linux/rcu_node_tree: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 11/19] linux/rcupdate: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 12/19] linux/rcu_segcblist: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 13/19] linux/rcu_sync: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 14/19] linux/rcutiny: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 15/19] linux/rcutree: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 16/19] linux/srcu: " Paul E. McKenney
2019-02-07 14:18   ` Paul E. McKenney [this message]
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 18/19] linux/torture: " Paul E. McKenney
2019-02-07 14:18   ` [PATCH v2 tip/core/rcu 19/19] locking/locktorture: " Paul E. McKenney
2019-02-09  7:47 ` [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Thomas Gleixner
2019-02-09 16:53   ` Paul E. McKenney

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=20190207141823.12311-17-paulmck@linux.ibm.com \
    --to=paulmck@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=dipankar@in.ibm.com \
    --cc=edumazet@google.com \
    --cc=fweisbec@gmail.com \
    --cc=jiangshanlai@gmail.com \
    --cc=joel@joelfernandes.org \
    --cc=josh@joshtriplett.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mingo@kernel.org \
    --cc=oleg@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rcu@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).