···11+// SPDX-License-Identifier: GPL-2.012/*23 * GPIO interface for Intel Poulsbo SCH34 *45 * Copyright (c) 2010 CompuLab Ltd56 * Author: Denis Turischev <denis@compulab.co.il>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License 2 as published99- * by the Free Software Foundation.1010- *1111- * This program is distributed in the hope that it will be useful,1212- * but WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License for more details.1515- *1616- * You should have received a copy of the GNU General Public License1717- * along with this program; see the file COPYING. If not, write to1818- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.197 */208219#include <linux/acpi.h>···222234223235MODULE_AUTHOR("Denis Turischev <denis@compulab.co.il>");224236MODULE_DESCRIPTION("GPIO interface for Intel Poulsbo SCH");225225-MODULE_LICENSE("GPL");237237+MODULE_LICENSE("GPL v2");226238MODULE_ALIAS("platform:sch_gpio");