kernel/drivers/hid/hid-gyration.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * HID driver for some gyration "special" devices 3 4 * .. .. @@ -9,10 +10,6 @@ 9 10 */ 10 11 11 12 /* 12 - * This program is free software; you can redistribute it and/or modify it13 - * under the terms of the GNU General Public License as published by the Free14 - * Software Foundation; either version 2 of the License, or (at your option)15 - * any later version.16 13 */ 17 14 18 15 #include <linux/device.h>