Skip to content

Commit

Permalink
genirq/irq_sim: Use the SPDX license identifier in the header
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Bartosz Golaszewski authored and Thomas Gleixner committed Apr 26, 2018
1 parent 275220c commit b5c5f39
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions include/linux/irq_sim.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#ifndef _LINUX_IRQ_SIM_H
#define _LINUX_IRQ_SIM_H
/* 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>
*/

#ifndef _LINUX_IRQ_SIM_H
#define _LINUX_IRQ_SIM_H

#include <linux/irq_work.h>
#include <linux/device.h>

Expand Down

0 comments on commit b5c5f39

Please sign in to comment.