hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/powerpc/crypto/sha1-spe-asm.S
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Fast SHA-1 implementation for SPE instruction set (PPC)
34 *
....@@ -7,12 +8,6 @@
78 * http://cache.freescale.com/files/32bit/doc/app_note/AN2665.pdf
89 *
910 * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de>
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the Free
13
- * Software Foundation; either version 2 of the License, or (at your option)
14
- * any later version.
15
- *
1611 */
1712
1813 #include <asm/ppc_asm.h>