···11+// SPDX-License-Identifier: GPL-2.012/*23 * GPIO controller driver for Intel Lynxpoint PCH chipset>34 * Copyright (c) 2012, Intel Corporation.45 *56 * Author: Mathias Nyman <mathias.nyman@linux.intel.com>66- *77- * This program is free software; you can redistribute it and/or modify it88- * under the terms and conditions of the GNU General Public License,99- * version 2, as published by the Free Software Foundation.1010- *1111- * This program is distributed in the hope it will be useful, but WITHOUT1212- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1313- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1414- * more details.1515- *1616- * You should have received a copy of the GNU General Public License along with1717- * this program; if not, write to the Free Software Foundation, Inc.,1818- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.1919- *207 */218229#include <linux/acpi.h>···455468456469MODULE_AUTHOR("Mathias Nyman (Intel)");457470MODULE_DESCRIPTION("GPIO interface for Intel Lynxpoint");458458-MODULE_LICENSE("GPL");471471+MODULE_LICENSE("GPL v2");459472MODULE_ALIAS("platform:lp_gpio");