Skip to content

Commit 275220c

Browse files
brglKAGA-KOKO
authored andcommitted
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
1 parent 6d08b06 commit 275220c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

kernel/irq/irq_sim.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
4-
*
5-
* This program is free software; you can redistribute it and/or modify it
6-
* under the terms of the GNU General Public License as published by the
7-
* Free Software Foundation; either version 2 of the License, or (at your
8-
* option) any later version.
3+
* Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
94
*/
105

116
#include <linux/slab.h>

0 commit comments

Comments
 (0)