forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/cavium-octeon/crypto/octeon-sha1.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Cryptographic API.
34 *
....@@ -10,11 +11,6 @@
1011 * Copyright (c) Alan Smithee.
1112 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
1213 * Copyright (c) Jean-Francois Dive <jef@linuxbe.org>
13
- *
14
- * This program is free software; you can redistribute it and/or modify it
15
- * under the terms of the GNU General Public License as published by the Free
16
- * Software Foundation; either version 2 of the License, or (at your option)
17
- * any later version.
1814 */
1915
2016 #include <linux/mm.h>