···11+/* SPDX-License-Identifier: GPL-2.0 */12/*22- * drivers/gpio/devres.c - managed gpio resources33- *44- * This program is free software; you can redistribute it and/or modify55- * it under the terms of the GNU General Public License version 266- * as published by the Free Software Foundation.77- *88- * You should have received a copy of the GNU General Public License99- * along with this program; if not, write to the Free Software1010- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA1111- *33+ * devres.c - managed gpio resources124 * This file is based on kernel/irq/devres.c135 *146 * Copyright (c) 2011 John Crispin <john@phrozen.org>
+1-5
drivers/gpio/gpio-mmio.c
···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * Generic driver for memory-mapped GPIO controllers.34 *45 * Copyright 2008 MontaVista Software, Inc.56 * Copyright 2008,2010 Anton Vorontsov <cbouatmailru@gmail.com>66- *77- * This program is free software; you can redistribute it and/or modify it88- * under the terms of the GNU General Public License as published by the99- * Free Software Foundation; either version 2 of the License, or (at your1010- * option) any later version.117 *128 * ....``.```~~~~````.`.`.`.`.```````'',,,.........`````......`.......139 * ...`` ```````..
+1-4
drivers/gpio/gpiolib-acpi.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * ACPI helpers for GPIO API34 *45 * Copyright (C) 2012, Intel Corporation56 * Authors: Mathias Nyman <mathias.nyman@linux.intel.com>67 * Mika Westerberg <mika.westerberg@linux.intel.com>77- *88- * This program is free software; you can redistribute it and/or modify99- * it under the terms of the GNU General Public License version 2 as1010- * published by the Free Software Foundation.118 */1291310#include <linux/errno.h>
+1-4
drivers/gpio/gpiolib-devprop.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Device property helpers for GPIO chips.34 *45 * Copyright (C) 2016, Intel Corporation56 * Author: Mika Westerberg <mika.westerberg@linux.intel.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.107 */118129#include <linux/property.h>
···11+// SPDX-License-Identifier: GPL-2.012/*23 * OF helpers for the GPIO API34 *45 * Copyright (c) 2007-2008 MontaVista Software, Inc.56 *67 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>77- *88- * This program is free software; you can redistribute it and/or modify99- * it under the terms of the GNU General Public License as published by1010- * the Free Software Foundation; either version 2 of the License, or1111- * (at your option) any later version.128 */1391410#include <linux/device.h>
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * Internal GPIO functions.34 *45 * Copyright (C) 2013, Intel Corporation56 * Author: Mika Westerberg <mika.westerberg@linux.intel.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.107 */118129#ifndef GPIOLIB_H