forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/mips/cavium-octeon/crypto/octeon-sha256.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Cryptographic API.
34 *
....@@ -11,11 +12,6 @@
1112 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
1213 * Copyright (c) 2002 James Morris <jmorris@intercode.com.au>
1314 * SHA224 Support Copyright 2007 Intel Corporation <jonathan.lynch@intel.com>
14
- *
15
- * This program is free software; you can redistribute it and/or modify it
16
- * under the terms of the GNU General Public License as published by the Free
17
- * Software Foundation; either version 2 of the License, or (at your option)
18
- * any later version.
1915 */
2016
2117 #include <linux/mm.h>