From mboxrd@z Thu Jan 1 00:00:00 1970 From: adrian.hunter@intel.com (Adrian Hunter) Date: Mon, 19 Feb 2018 11:33:48 +0200 Subject: [PATCH v2 15/16] mmc: sdhci-omap: Add SPDX identifier In-Reply-To: <20180205125029.21570-16-kishon@ti.com> References: <20180205125029.21570-1-kishon@ti.com> <20180205125029.21570-16-kishon@ti.com> Message-ID: <2011736b-9c4c-41e2-2dd7-a3ec86d3b180@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/02/18 14:50, Kishon Vijay Abraham I wrote: > The SPDX identifier is a legally binding shorthand, which can be used > instead of the full boiler plate text. Update sdhci-omap driver with the > correct SPDX license identifier. > > Signed-off-by: Kishon Vijay Abraham I Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-omap.c | 22 ++++------------------ > 1 file changed, 4 insertions(+), 18 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-omap.c b/drivers/mmc/host/sdhci-omap.c > index 863f6736c2fe..d44918172197 100644 > --- a/drivers/mmc/host/sdhci-omap.c > +++ b/drivers/mmc/host/sdhci-omap.c > @@ -1,21 +1,7 @@ > -/** > - * SDHCI Controller driver for TI's OMAP SoCs > - * > - * Copyright (C) 2017 Texas Instruments > - * Author: Kishon Vijay Abraham I > - * > - * This program is free software: you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 of > - * the License as published by the Free Software Foundation. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program. If not, see . > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (c) 2018 Texas Instruments > +// SDHCI Controller driver for TI's OMAP SoCs > +// Author: Kishon Vijay Abraham I > > #include > #include >