.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /*************************************************************************** |
---|
2 | 3 | * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> * |
---|
3 | 4 | * * |
---|
4 | 5 | * Based on Logitech G13 driver (v0.4) * |
---|
5 | 6 | * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> * |
---|
6 | 7 | * * |
---|
7 | | - * This program is free software: you can redistribute it and/or modify * |
---|
8 | | - * it under the terms of the GNU General Public License as published by * |
---|
9 | | - * the Free Software Foundation, version 2 of the License. * |
---|
10 | | - * * |
---|
11 | | - * This driver 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 | | - * * |
---|
16 | | - * You should have received a copy of the GNU General Public License * |
---|
17 | | - * along with this software. If not see <http://www.gnu.org/licenses/>. * |
---|
18 | 8 | ***************************************************************************/ |
---|
19 | 9 | |
---|
20 | 10 | #include <linux/hid.h> |
---|