pinctrl: freescale: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
de8a6c672f
commit
c2b39deced
@@ -1,15 +1,10 @@
|
||||
/*
|
||||
* imx27 pinctrl driver based on imx pinmux core
|
||||
*
|
||||
* Copyright (C) 2013 Pengutronix
|
||||
*
|
||||
* Author: Markus Pargmann <mpa@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, or
|
||||
* (at your option) any later version.
|
||||
*/
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
//
|
||||
// imx27 pinctrl driver based on imx pinmux core
|
||||
//
|
||||
// Copyright (C) 2013 Pengutronix
|
||||
//
|
||||
// Author: Markus Pargmann <mpa@pengutronix.de>
|
||||
|
||||
#include <linux/err.h>
|
||||
#include <linux/init.h>
|
||||
|
Reference in New Issue
Block a user