forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/cavium-octeon/crypto/octeon-sha512.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) Jean-Luc Cooke <jlcooke@certainkey.com>
1112 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
1213 * Copyright (c) 2003 Kyle McMartin <kyle@debian.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
16
- * Free Software Foundation; either version 2, or (at your option) any
17
- * later version.
1814 */
1915
2016 #include <linux/mm.h>