Hi Wolfram > diff --git a/drivers/dma/sh/shdma.h b/drivers/dma/sh/shdma.h > index 2c0a969adc9f..fd702ca9a39c 100644 > --- a/drivers/dma/sh/shdma.h > +++ b/drivers/dma/sh/shdma.h > @@ -1,14 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Renesas SuperH DMA Engine support > * > * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@xxxxxxxxxxx> > * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. > * > - * This 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. > - * > */ Fabio already indicated samethings on [05/11] but, we want - GPL-2.0-or-later + GPL-2.0+ And, we need to care about MODULE_LICENSE() too, because sometimes header license and MODULE_LICENSE() are mismatched. # I didn't check detail of this patch-set...