[tip:irq/core] genirq/irq_sim: Remove the license boilerplate

From: tip-bot for Bartosz Golaszewski
Date: Thu Apr 26 2018 - 16:34:02 EST


Commit-ID: 275220ca6e694c3fc1702487a14432dc414df58f
Gitweb: https://git.kernel.org/tip/275220ca6e694c3fc1702487a14432dc414df58f
Author: Bartosz Golaszewski <brgl@xxxxxxxx>
AuthorDate: Thu, 26 Apr 2018 22:07:46 +0200
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitDate: Thu, 26 Apr 2018 22:26:39 +0200

genirq/irq_sim: Remove the license boilerplate

There is the SPDX license identifier now in the irq simulator. Remove the
license boilerplate.

While at it: update the copyright notice, since I did some changes in 2018.

Signed-off-by: Bartosz Golaszewski <brgl@xxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/20180426200747.8344-1-brgl@xxxxxxxx

---
kernel/irq/irq_sim.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/kernel/irq/irq_sim.c b/kernel/irq/irq_sim.c
index fc4f361a86bb..dd20d0d528d4 100644
--- a/kernel/irq/irq_sim.c
+++ b/kernel/irq/irq_sim.c
@@ -1,11 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2017 Bartosz Golaszewski <brgl@xxxxxxxx>
- *
- * 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.
+ * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@xxxxxxxx>
*/

#include <linux/slab.h>