Message ID | 20220510171254.529249404@linutronix.de (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | None | expand |
On Tue, May 10, 2022 at 07:24:40PM +0200, Thomas Gleixner wrote: > The licensing text references explicitely the COPYING file in the kernel > base directory, which is clearly GPL version 2 only. Acked-by: Serge Semin <fancer.lancer@gmail.com> -Serge > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> > Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> > Cc: Serge Semin <fancer.lancer@gmail.com> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org> > Cc: linux-mips@vger.kernel.org > --- > drivers/clocksource/mips-gic-timer.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > > --- a/drivers/clocksource/mips-gic-timer.c > +++ b/drivers/clocksource/mips-gic-timer.c > @@ -1,10 +1,5 @@ > -/* > - * This file is subject to the terms and conditions of the GNU General Public > - * License. See the file "COPYING" in the main directory of this archive > - * for more details. > - * > - * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. > > #define pr_fmt(fmt) "mips-gic-timer: " fmt > >
--- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c @@ -1,10 +1,5 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. #define pr_fmt(fmt) "mips-gic-timer: " fmt
The licensing text references explicitely the COPYING file in the kernel base directory, which is clearly GPL version 2 only. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: Serge Semin <fancer.lancer@gmail.com> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: linux-mips@vger.kernel.org --- drivers/clocksource/mips-gic-timer.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-)