Message ID | 1530898807-27644-1-git-send-email-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 6 July 2018 at 19:40, Fabio Estevam <festevam@gmail.com> wrote: > From: Fabio Estevam <fabio.estevam@nxp.com> > > Adopt the SPDX license identifier headers to ease license compliance > management. > > Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/sdhci-esdhc-imx.c | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c > index aa48f4b..b79b9b8 100644 > --- a/drivers/mmc/host/sdhci-esdhc-imx.c > +++ b/drivers/mmc/host/sdhci-esdhc-imx.c > @@ -1,15 +1,11 @@ > -/* > - * Freescale eSDHC i.MX controller driver for the platform bus. > - * > - * derived from the OF-version. > - * > - * Copyright (c) 2010 Pengutronix e.K. > - * Author: Wolfram Sang <kernel@pengutronix.de> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; either version 2 of the License. > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// > +// Freescale eSDHC i.MX controller driver for the platform bus. > +// > +// derived from the OF-version. > +// > +// Copyright (c) 2010 Pengutronix e.K. > +// Author: Wolfram Sang <kernel@pengutronix.de> > > #include <linux/io.h> > #include <linux/delay.h> > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index aa48f4b..b79b9b8 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c @@ -1,15 +1,11 @@ -/* - * Freescale eSDHC i.MX controller driver for the platform bus. - * - * derived from the OF-version. - * - * Copyright (c) 2010 Pengutronix e.K. - * Author: Wolfram Sang <kernel@pengutronix.de> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Freescale eSDHC i.MX controller driver for the platform bus. +// +// derived from the OF-version. +// +// Copyright (c) 2010 Pengutronix e.K. +// Author: Wolfram Sang <kernel@pengutronix.de> #include <linux/io.h> #include <linux/delay.h>