On Sat, Dec 30, 2017 at 7:28 PM, Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> wrote: > To reduce unnecessary license text. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> > --- > arch/mips/loongson64/common/cs5536/Makefile | 1 + > arch/mips/loongson64/common/cs5536/cs5536_acc.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_ehci.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_ide.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_isa.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_mfgpt.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_ohci.c | 6 ++---- > arch/mips/loongson64/common/cs5536/cs5536_pci.c | 7 ++----- > 8 files changed, 15 insertions(+), 29 deletions(-) > > diff --git a/arch/mips/loongson64/common/cs5536/Makefile b/arch/mips/loongson64/common/cs5536/Makefile > index f12e64007347..b0c805a0dcc6 100644 > --- a/arch/mips/loongson64/common/cs5536/Makefile > +++ b/arch/mips/loongson64/common/cs5536/Makefile > @@ -1,3 +1,4 @@ > +# SPDX-License-Identifier: GPL-2.0 > # > # Makefile for CS5536 support. > # > diff --git a/arch/mips/loongson64/common/cs5536/cs5536_acc.c b/arch/mips/loongson64/common/cs5536/cs5536_acc.c > index ab4d6cc57384..ba0474bb4a3d 100644 > --- a/arch/mips/loongson64/common/cs5536/cs5536_acc.c > +++ b/arch/mips/loongson64/common/cs5536/cs5536_acc.c > @@ -1,3 +1,5 @@ > +// SPDX-License-Identifier: GPL-2.0 > + > /* > * the ACC Virtual Support Module of AMD CS5536 > * > @@ -7,10 +9,6 @@ > * Copyright (C) 2009 Lemote, Inc. > * Author: Wu Zhangjin, wuzhangjin@xxxxxxxxx > * > - * 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) any later version. > */ Did you CC the original authors? You would need their signoff or at least an ack IMHO -- Cordially Philippe Ombredanne