| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2008 Per Dalen <per.dalen@cnw.se> |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 15 | 16 | * Copyright (c) 2002-2007 Volkswagen Group Electronic Research |
|---|
| 16 | 17 | * Copyright (c) 2003 Matthias Brukner, Trajet Gmbh, Rebenring 33, |
|---|
| 17 | 18 | * 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/>. |
|---|
| 30 | 19 | */ |
|---|
| 31 | 20 | |
|---|
| 32 | 21 | #include <linux/kernel.h> |
|---|