Hi, Mawanda Henry <[email protected]> writes:
> SPDX license helps developers and machines to know the license governing > a particular file hence easing work > > Signed-off-by: Mawanda Henry <[email protected]> > --- > drivers/bus/arm-cci.c | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > > diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c > index b8184a9..74a2e0a 100644 > --- a/drivers/bus/arm-cci.c > +++ b/drivers/bus/arm-cci.c > @@ -1,17 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later Please use GPL-2.0 as per the below text. While you're updating this can you also update the MODULE_LICENSE() at the end of the file to "GPL v2". > /* > * CCI cache coherent interconnect driver > * > * Copyright (C) 2013 ARM Ltd. > * Author: Lorenzo Pieralisi <[email protected]> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - * > - * This program is distributed "as is" WITHOUT ANY WARRANTY of any > - * kind, whether express or implied; without even the implied warranty > - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > */ > > #include <linux/arm-cci.h>

