.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * CAN driver for PEAK System PCAN-USB Pro adapter |
---|
3 | 4 | * Derived from the PCAN project file driver/src/pcan_usbpro_fw.h |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 2003-2011 PEAK System-Technik GmbH |
---|
6 | 7 | * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify it |
---|
9 | | - * under the terms of the GNU General Public License as published |
---|
10 | | - * by the Free Software Foundation; version 2 of the License. |
---|
11 | | - * |
---|
12 | | - * This program is distributed in the hope that it will be useful, but |
---|
13 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
15 | | - * General Public License for more details. |
---|
16 | 8 | */ |
---|
17 | 9 | #ifndef PCAN_USB_PRO_H |
---|
18 | 10 | #define PCAN_USB_PRO_H |
---|