hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/lib/raid6/avx512.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* -*- linux-c -*- --------------------------------------------------------
23 *
34 * Copyright (C) 2016 Intel Corporation
....@@ -7,12 +8,6 @@
78 *
89 * Based on avx2.c: Copyright 2012 Yuanhan Liu All Rights Reserved
910 * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License as published by
13
- * the Free Software Foundation, Inc., 53 Temple Place Ste 330,
14
- * Boston MA 02111-1307, USA; either version 2 of the License, or
15
- * (at your option) any later version; incorporated herein by reference.
1611 *
1712 * -----------------------------------------------------------------------
1813 */