kernel/drivers/platform/x86/surface3_button.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Supports for the button array on the Surface tablets. 3 4 * .. .. @@ -6,11 +7,6 @@ 6 7 * Based on soc_button_array.c: 7 8 * 8 9 * {C} Copyright 2014 Intel Corporation 9 - *10 - * This program is free software; you can redistribute it and/or11 - * modify it under the terms of the GNU General Public License12 - * as published by the Free Software Foundation; version 213 - * of the License.14 10 */ 15 11 16 12 #include <linux/module.h>