forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/net/can/usb/peak_usb/pcan_usb_core.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * CAN driver for PEAK System USB adapters
34 * Derived from the PCAN project file driver/src/pcan_usb_core.c
....@@ -6,15 +7,6 @@
67 * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com>
78 *
89 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de>
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published
12
- * by the Free Software Foundation; version 2 of the License.
13
- *
14
- * This program is distributed in the hope that it will be useful, but
15
- * WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
- * General Public License for more details.
1810 */
1911 #ifndef PCAN_USB_CORE_H
2012 #define PCAN_USB_CORE_H