kernel/drivers/misc/dummy-irq.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Dummy IRQ handler driver. 3 4 * .. .. @@ -10,11 +11,6 @@ 10 11 * Copyright (C) 2013 Jiri Kosina 11 12 */ 12 13 13 -/*14 - * This program is free software; you can redistribute it and/or modify it15 - * under the terms of the GNU General Public License version 2 as published by16 - * the Free Software Foundation.17 - */18 14 #include <linux/module.h> 19 15 #include <linux/irq.h> 20 16 #include <linux/interrupt.h>