On Mon, Nov 02, 2020 at 09:06:39AM +0100, Sascha Hauer wrote: > On Thu, Oct 29, 2020 at 10:38:15PM +0100, Uwe Kleine-König wrote: > > Replace license and copyright boilerplate by SPDX identfiers for files > > identified as GPL-2.0-only or GPL-2.0-or-later by licensecheck. > > > > diff --git a/arch/arm/mach-imx/include/mach/iomux-mx35.h b/arch/arm/mach-imx/include/mach/iomux-mx35.h > > index 30b94e3b0034..6f4753b1e447 100644 > > --- a/arch/arm/mach-imx/include/mach/iomux-mx35.h > > +++ b/arch/arm/mach-imx/include/mach/iomux-mx35.h > > @@ -1,16 +1,5 @@ > > -/* > > - * Copyright (C, NO_PAD_CTRL) 2009 by Jan Weitzel Phytec Messtechnik GmbH > > - * > > - * 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, NO_PAD_CTRL) any later version. > > - * This program is distributed in the hope that it will be useful, > > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > > - * GNU General Public License for more details. > > - * > > - */ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > This should be GPL-2.0-or-later. Fixed while applying. $ git checkout -f origin/master HEAD is now at ca4292daf6a4 ARM: bootm: Add lower bound check of kernel in SDRAM $ licensecheck arch/arm/mach-imx/include/mach/iomux-mx35.h arch/arm/mach-imx/include/mach/iomux-mx35.h: GNU General Public License, Version 2 $ head arch/arm/mach-imx/include/mach/iomux-mx35.h /* * Copyright (C, NO_PAD_CTRL) 2009 by Jan Weitzel Phytec Messtechnik GmbH * * 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, NO_PAD_CTRL) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the good catch. I'll contact the author of licensecheck if he considers it worth to address this problem. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ |