[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1516694381-20333-17-git-send-email-lianglihao@huawei.com>
Date: Tue, 23 Jan 2018 15:59:41 +0800
From: <lianglihao@...wei.com>
To: <paulmck@...ux.vnet.ibm.com>
CC: <guohanjun@...wei.com>, <heng.z@...wei.com>, <hb.chen@...wei.com>,
<lihao.liang@...il.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH RFC 16/16] Add GPLv2 license
From: Lihao Liang <lianglihao@...wei.com>
Signed-off-by: Lihao Liang <lianglihao@...wei.com>
---
include/linux/prcu.h | 4 ++++
kernel/rcu/prcu.c | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/include/linux/prcu.h b/include/linux/prcu.h
index 9f740985..9fa74dac 100644
--- a/include/linux/prcu.h
+++ b/include/linux/prcu.h
@@ -4,6 +4,10 @@
*
* Authors: Heng Zhang <heng.z@...wei.com>
* Lihao Liang <lianglihao@...wei.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*/
#ifndef __LINUX_PRCU_H
diff --git a/kernel/rcu/prcu.c b/kernel/rcu/prcu.c
index ef2c7730..06375ee6 100644
--- a/kernel/rcu/prcu.c
+++ b/kernel/rcu/prcu.c
@@ -10,6 +10,10 @@
*
* Authors: Heng Zhang <heng.z@...wei.com>
* Lihao Liang <lianglihao@...wei.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*/
#include <linux/smp.h>
--
2.14.1.729.g59c0ea183
Powered by blists - more mailing lists