forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/can/sja1000/kvaser_pci.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2008 Per Dalen <per.dalen@cnw.se>
34 *
....@@ -15,18 +16,6 @@
1516 * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
1617 * Copyright (c) 2003 Matthias Brukner, Trajet Gmbh, Rebenring 33,
1718 * 38106 Braunschweig, GERMANY
18
- *
19
- * This program is free software; you can redistribute it and/or modify
20
- * it under the terms of the version 2 of the GNU General Public License
21
- * as published by the Free Software Foundation
22
- *
23
- * This program is distributed in the hope that it will be useful, but
24
- * WITHOUT ANY WARRANTY; without even the implied warranty of
25
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26
- * General Public License for more details.
27
- *
28
- * You should have received a copy of the GNU General Public License
29
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
3019 */
3120
3221 #include <linux/kernel.h>