Skip to content

Commit b5c5f39

Browse files
brglKAGA-KOKO
authored andcommitted
genirq/irq_sim: Use the SPDX license identifier in the header
Use C-style comment for the identifier as per Documentation/process/license-rules.rst and remove the license boilerplate. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20180426200747.8344-2-brgl@bgdev.pl
1 parent 275220c commit b5c5f39

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

include/linux/irq_sim.h

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

6+
#ifndef _LINUX_IRQ_SIM_H
7+
#define _LINUX_IRQ_SIM_H
8+
129
#include <linux/irq_work.h>
1310
#include <linux/device.h>
1411

0 commit comments

Comments
 (0)