[U-Boot] [PATCH] ti: Add SPDX license identifier to omap.h

This also came from Linux - according to this thread it has a GPL v2 license like arch/arm/mach-omap2/mux.h:
http://lists.denx.de/pipermail/u-boot/2015-June/217827.html
Signed-off-by: Simon Glass sjg@chromium.org Reported-by: Ingrid Viitanen ingrid.viitanen@nokia.com ---
include/dt-bindings/pinctrl/omap.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h index edbd250..1dd7636 100644 --- a/include/dt-bindings/pinctrl/omap.h +++ b/include/dt-bindings/pinctrl/omap.h @@ -3,6 +3,8 @@ * * Copyright (C) 2009 Nokia * Copyright (C) 2009-2010 Texas Instruments + * + * SPDX-License-Identifier: GPL-2.0 */
#ifndef _DT_BINDINGS_PINCTRL_OMAP_H

On Tue, Jun 30, 2015 at 04:03:02PM -0600, Simon Glass wrote:
This also came from Linux - according to this thread it has a GPL v2 license like arch/arm/mach-omap2/mux.h:
http://lists.denx.de/pipermail/u-boot/2015-June/217827.html
Signed-off-by: Simon Glass sjg@chromium.org Reported-by: Ingrid Viitanen ingrid.viitanen@nokia.com
Reviewed-by: Tom Rini trini@konsulko.com

On Tue, Jun 30, 2015 at 04:03:02PM -0600, Simon Glass wrote:
This also came from Linux - according to this thread it has a GPL v2 license like arch/arm/mach-omap2/mux.h:
http://lists.denx.de/pipermail/u-boot/2015-June/217827.html
Signed-off-by: Simon Glass sjg@chromium.org Reported-by: Ingrid Viitanen ingrid.viitanen@nokia.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini