kernel/arch/arm/crypto/sha1-armv7-neon.S
.. .. @@ -1,11 +1,7 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-or-later */1 2 /* sha1-armv7-neon.S - ARM/NEON accelerated SHA-1 transform function 2 3 * 3 4 * Copyright © 2013-2014 Jussi Kivilinna <jussi.kivilinna@iki.fi> 4 - *5 - * This program is free software; you can redistribute it and/or modify it6 - * under the terms of the GNU General Public License as published by the Free7 - * Software Foundation; either version 2 of the License, or (at your option)8 - * any later version.9 5 */ 10 6 11 7 #include <linux/linkage.h>