.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2006-2012 Robert Gerlach <khnz@gmx.de> |
---|
3 | 4 | * Copyright (C) 2005-2006 Jan Rychter <jan@rychter.com> |
---|
4 | | - * |
---|
5 | | - * You can redistribute and/or modify this program under the terms of the |
---|
6 | | - * GNU General Public License version 2 as published by the Free Software |
---|
7 | | - * Foundation. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope that it will be useful, but |
---|
10 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
---|
12 | | - * Public License for more details. |
---|
13 | | - * |
---|
14 | | - * You should have received a copy of the GNU General Public License along |
---|
15 | | - * with this program; if not, write to the Free Software Foundation, Inc., |
---|
16 | | - * 59 Temple Place Suite 330, Boston, MA 02111-1307, USA. |
---|
17 | 5 | */ |
---|
18 | 6 | |
---|
19 | 7 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|