hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/crypto/async_tx/async_memcpy.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * copy offload engine support
34 *
....@@ -8,20 +9,6 @@
89 * with architecture considerations by:
910 * Neil Brown <neilb@suse.de>
1011 * Jeff Garzik <jeff@garzik.org>
11
- *
12
- * This program is free software; you can redistribute it and/or modify it
13
- * under the terms and conditions of the GNU General Public License,
14
- * version 2, as published by the Free Software Foundation.
15
- *
16
- * This program is distributed in the hope it will be useful, but WITHOUT
17
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
19
- * more details.
20
- *
21
- * You should have received a copy of the GNU General Public License along with
22
- * this program; if not, write to the Free Software Foundation, Inc.,
23
- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
24
- *
2512 */
2613 #include <linux/kernel.h>
2714 #include <linux/highmem.h>