kernel/drivers/irqchip/irq-lpc32xx.c
.. .. @@ -1,12 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * Copyright 2015-2016 Vladimir Zapolskiy <vz@mleia.com> 3 - *4 - * The code contained herein is licensed under the GNU General Public5 - * License. You may obtain a copy of the GNU General Public License6 - * Version 2 or later at the following locations:7 - *8 - * http://www.opensource.org/licenses/gpl-license.html9 - * http://www.gnu.org/copyleft/gpl.html10 4 */ 11 5 12 6 #define pr_fmt(fmt) "%s: " fmt, __func__