hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/ethernet/ti/netcp.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * NetCP driver local header
34 *
....@@ -8,15 +9,6 @@
89 * Santosh Shilimkar <santosh.shilimkar@ti.com>
910 * Wingman Kwok <w-kwok2@ti.com>
1011 * Murali Karicheri <m-karicheri2@ti.com>
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation version 2.
15
- *
16
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
17
- * kind, whether express or implied; without even the implied warranty
18
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- * GNU General Public License for more details.
2012 */
2113 #ifndef __NETCP_H__
2214 #define __NETCP_H__