Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: meson-gx-mmc: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Neil Armstrong and committed by
Ulf Hansson
754aee55 7ff21319

+1 -14
+1 -14
drivers/mmc/host/meson-gx-mmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Amlogic SD/eMMC driver for the GX/S905 family SoCs 3 4 * 4 5 * Copyright (c) 2016 BayLibre, SAS. 5 6 * Author: Kevin Hilman <khilman@baylibre.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * The full GNU General Public License is included in this distribution 19 - * in the file called COPYING. 20 7 */ 21 8 #include <linux/kernel.h> 22 9 #include <linux/module.h>