summaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2018-04-26 22:07:46 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-04-26 22:26:39 +0200
commit275220ca6e694c3fc1702487a14432dc414df58f (patch)
tree4b26ce25b67adf8b244f2f7ca535f7fc60fc2ef9 /kernel/irq
parent6d08b06e67cd117f6992c46611dfb4ce267cd71e (diff)
downloadop-kernel-dev-275220ca6e694c3fc1702487a14432dc414df58f.zip
op-kernel-dev-275220ca6e694c3fc1702487a14432dc414df58f.tar.gz
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@bgdev.pl> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20180426200747.8344-1-brgl@bgdev.pl
Diffstat (limited to 'kernel/irq')
-rw-r--r--kernel/irq/irq_sim.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/kernel/irq/irq_sim.c b/kernel/irq/irq_sim.c
index fc4f361..dd20d0d 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@bgdev.pl>
- *
- * 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@bgdev.pl>
*/
#include <linux/slab.h>
OpenPOWER on IntegriCloud