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