forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/drivers/net/wireless/marvell/libertas/if_spi.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/drivers/net/wireless/libertas/if_spi.c
34 *
....@@ -8,11 +9,6 @@
89 * Authors:
910 * Andrey Yurovsky <andrey@cozybit.com>
1011 * Colin McCabe <colin@cozybit.com>
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License as published by
14
- * the Free Software Foundation; either version 2 of the License, or (at
15
- * your option) any later version.
1612 */
1713
1814 #ifndef _LBS_IF_SPI_H_