hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/hid/hid-picolcd_backlight.c
....@@ -1,20 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /***************************************************************************
23 * Copyright (C) 2010-2012 by Bruno Prémont <bonbons@linux-vserver.org> *
34 * *
45 * Based on Logitech G13 driver (v0.4) *
56 * Copyright (C) 2009 by Rick L. Vinyard, Jr. <rvinyard@cs.nmsu.edu> *
67 * *
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/>. *
188 ***************************************************************************/
199
2010 #include <linux/hid.h>