summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.ibm.com>2019-01-17 13:41:31 -0500
committerPaul E. McKenney <paulmck@linux.ibm.com>2019-02-09 11:46:10 -0500
commit8f8e76c09ced491a0ab9b088a90b726cb23c4c0a (patch)
tree56acf9bb1deb37aca4a06d878b0d61fef22d462c
parent8c366db05b1f27fac01a7dbf9e4904d499bd5d55 (diff)
torture: Convert to SPDX license identifier
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> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--kernel/torture.c19
1 files 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 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * Common functions for in-kernel torture tests. 3 * Common functions for in-kernel torture tests.
3 * 4 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, you can access it online at
16 * http://www.gnu.org/licenses/gpl-2.0.html.
17 *
18 * Copyright (C) IBM Corporation, 2014 5 * Copyright (C) IBM Corporation, 2014
19 * 6 *
20 * Author: Paul E. McKenney <paulmck@us.ibm.com> 7 * Author: Paul E. McKenney <paulmck@linux.ibm.com>
21 * Based on kernel/rcu/torture.c. 8 * Based on kernel/rcu/torture.c.
22 */ 9 */
23 10
@@ -53,7 +40,7 @@
53#include "rcu/rcu.h" 40#include "rcu/rcu.h"
54 41
55MODULE_LICENSE("GPL"); 42MODULE_LICENSE("GPL");
56MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>"); 43MODULE_AUTHOR("Paul E. McKenney <paulmck@linux.ibm.com>");
57 44
58static char *torture_type; 45static char *torture_type;
59static int verbose; 46static int verbose;