Re: [PATCH] of: Use SPDX license tag for DT files

From: Frank Rowand
Date: Thu Jan 04 2018 - 21:02:05 EST


On 01/04/18 15:05, Rob Herring wrote:
> Convert remaining DT files to use SPDX-License-Identifier tags.
>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> drivers/of/Kconfig | 1 +
> drivers/of/address.c | 2 +-
> drivers/of/base.c | 6 +-----
> drivers/of/device.c | 1 +
> drivers/of/dynamic.c | 1 +
> drivers/of/fdt.c | 5 +----
> drivers/of/fdt_address.c | 6 +-----
> drivers/of/irq.c | 6 +-----
> drivers/of/kobj.c | 2 +-
> drivers/of/of_numa.c | 13 +------------
> drivers/of/of_private.h | 6 +-----
> drivers/of/of_reserved_mem.c | 6 +-----
> drivers/of/overlay.c | 5 +----
> drivers/of/pdt.c | 6 +-----
> drivers/of/platform.c | 7 +------
> drivers/of/property.c | 6 +-----
> drivers/of/resolver.c | 5 +----
> drivers/of/unittest-data/overlay_bad_symbol.dts | 1 +
> include/linux/of.h | 6 +-----
> include/linux/of_dma.h | 5 +----
> include/linux/of_fdt.h | 5 +----
> include/linux/of_gpio.h | 6 +-----
> include/linux/of_graph.h | 5 +----
> include/linux/of_pdt.h | 6 +-----
> include/linux/of_platform.h | 7 +------
> 25 files changed, 25 insertions(+), 100 deletions(-)

Reviewed-by: Frank Rowand <frank.rowand@xxxxxxxx>

< snip >