On Mon, Apr 01, 2019 at 12:20:23PM +0100, Vincenzo Frascino wrote: > diff --git a/arch/arm64/kernel/kuser32.S b/arch/arm64/kernel/kuser32.S > index 997e6b27ff6a..f19e2b015097 100644 > --- a/arch/arm64/kernel/kuser32.S > +++ b/arch/arm64/kernel/kuser32.S > @@ -1,24 +1,9 @@ > /* > - * Low-level user helpers placed in the vectors page for AArch32. > + * AArch32 user helpers. > * Based on the kuser helpers in arch/arm/kernel/entry-armv.S. > * > * Copyright (C) 2005-2011 Nicolas Pitre <nico@xxxxxxxxxxx> > - * Copyright (C) 2012 ARM Ltd. > - * > - * 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 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. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program. If not, see <http://www.gnu.org/licenses/>. > - * > - * > - * AArch32 user helpers. > + * Copyright (C) 2012-2018 ARM Ltd. If you remove the license text, please add the SPDX header. -- Catalin