kernel/drivers/hid/hid-holtek-kbd.c
.. .. @@ -1,13 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * HID driver for Holtek keyboard 3 4 * Copyright (c) 2012 Tom Harwood 4 5 */ 5 6 6 7 /* 7 - * This program is free software; you can redistribute it and/or modify it8 - * under the terms of the GNU General Public License as published by the Free9 - * Software Foundation; either version 2 of the License, or (at your option)10 - * any later version.11 8 */ 12 9 13 10 #include <linux/device.h>