diff options
author | Tom Rini | 2018-05-06 17:58:06 -0400 |
---|---|---|
committer | Tom Rini | 2018-05-07 09:34:12 -0400 |
commit | 83d290c56fab2d38cd1ab4c4cc7099559c1d5046 (patch) | |
tree | 5e5d1b40b52aaf96b707e0da2474573306d22f7b /board/aristainetos | |
parent | 7ce85318cfff5fd82a059131761559cba7fef309 (diff) |
SPDX: Convert all of our single license tags to Linux Kernel style
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.
In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.
This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/aristainetos')
-rw-r--r-- | board/aristainetos/Makefile | 4 | ||||
-rw-r--r-- | board/aristainetos/aristainetos-v1.c | 3 | ||||
-rw-r--r-- | board/aristainetos/aristainetos-v2.c | 3 | ||||
-rw-r--r-- | board/aristainetos/aristainetos.c | 3 | ||||
-rw-r--r-- | board/aristainetos/aristainetos.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/aristainetos2.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/axi.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/clocks.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/clocks2.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/ddr-setup.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/ddr-setup2.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/mt41j128M.cfg | 3 | ||||
-rw-r--r-- | board/aristainetos/nt5cc256m16cp.cfg | 3 |
13 files changed, 13 insertions, 27 deletions
diff --git a/board/aristainetos/Makefile b/board/aristainetos/Makefile index 5de48bc4394..222542efe9b 100644 --- a/board/aristainetos/Makefile +++ b/board/aristainetos/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> # # (C) Copyright 2011 Freescale Semiconductor, Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := aristainetos.o diff --git a/board/aristainetos/aristainetos-v1.c b/board/aristainetos/aristainetos-v1.c index b3f5c99e037..5231c2e372c 100644 --- a/board/aristainetos/aristainetos-v1.c +++ b/board/aristainetos/aristainetos-v1.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 * Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -6,8 +7,6 @@ * Copyright (C) 2012 Freescale Semiconductor, Inc. * * Author: Fabio Estevam <fabio.estevam@freescale.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> diff --git a/board/aristainetos/aristainetos-v2.c b/board/aristainetos/aristainetos-v2.c index 698715ca206..b33a75c82cd 100644 --- a/board/aristainetos/aristainetos-v2.c +++ b/board/aristainetos/aristainetos-v2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 * Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -6,8 +7,6 @@ * Copyright (C) 2012 Freescale Semiconductor, Inc. * * Author: Fabio Estevam <fabio.estevam@freescale.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> diff --git a/board/aristainetos/aristainetos.c b/board/aristainetos/aristainetos.c index a60cbfca851..c88b9fc8c0e 100644 --- a/board/aristainetos/aristainetos.c +++ b/board/aristainetos/aristainetos.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2014 * Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -6,8 +7,6 @@ * Copyright (C) 2012 Freescale Semiconductor, Inc. * * Author: Fabio Estevam <fabio.estevam@freescale.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/clock.h> diff --git a/board/aristainetos/aristainetos.cfg b/board/aristainetos/aristainetos.cfg index 2290180b45c..fb746782ace 100644 --- a/board/aristainetos/aristainetos.cfg +++ b/board/aristainetos/aristainetos.cfg @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2014 * Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -5,8 +6,6 @@ * Based on: * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Refer doc/README.imximage for more details about how-to configure * and create imximage boot image * diff --git a/board/aristainetos/aristainetos2.cfg b/board/aristainetos/aristainetos2.cfg index dc2143bc452..fbbc2e5e6d7 100644 --- a/board/aristainetos/aristainetos2.cfg +++ b/board/aristainetos/aristainetos2.cfg @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2015 * Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -5,8 +6,6 @@ * Based on: * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Refer doc/README.imximage for more details about how-to configure * and create imximage boot image * diff --git a/board/aristainetos/axi.cfg b/board/aristainetos/axi.cfg index 0bb816ce79d..c8ec094b696 100644 --- a/board/aristainetos/axi.cfg +++ b/board/aristainetos/axi.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Device Configuration Data (DCD) * * Each entry must have the format: diff --git a/board/aristainetos/clocks.cfg b/board/aristainetos/clocks.cfg index 651449e567f..58976e72b04 100644 --- a/board/aristainetos/clocks.cfg +++ b/board/aristainetos/clocks.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Device Configuration Data (DCD) * * Each entry must have the format: diff --git a/board/aristainetos/clocks2.cfg b/board/aristainetos/clocks2.cfg index 987d9a47b01..b3146a95d76 100644 --- a/board/aristainetos/clocks2.cfg +++ b/board/aristainetos/clocks2.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Device Configuration Data (DCD) * * Each entry must have the format: diff --git a/board/aristainetos/ddr-setup.cfg b/board/aristainetos/ddr-setup.cfg index c72a3ef821b..d3ade356e59 100644 --- a/board/aristainetos/ddr-setup.cfg +++ b/board/aristainetos/ddr-setup.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Device Configuration Data (DCD) * * Each entry must have the format: diff --git a/board/aristainetos/ddr-setup2.cfg b/board/aristainetos/ddr-setup2.cfg index 3d5d8945a34..5810446f17e 100644 --- a/board/aristainetos/ddr-setup2.cfg +++ b/board/aristainetos/ddr-setup2.cfg @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices * - * SPDX-License-Identifier: GPL-2.0+ - * * Device Configuration Data (DCD) * * Each entry must have the format: diff --git a/board/aristainetos/mt41j128M.cfg b/board/aristainetos/mt41j128M.cfg index 35616557274..bb2684bc376 100644 --- a/board/aristainetos/mt41j128M.cfg +++ b/board/aristainetos/mt41j128M.cfg @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices - * - * SPDX-License-Identifier: GPL-2.0+ */ /* ZQ Calibration */ DATA 4, MX6_MMDC_P0_MPZQHWCTRL, 0xa1390003 diff --git a/board/aristainetos/nt5cc256m16cp.cfg b/board/aristainetos/nt5cc256m16cp.cfg index 2ff41e9c141..2f63d1ff867 100644 --- a/board/aristainetos/nt5cc256m16cp.cfg +++ b/board/aristainetos/nt5cc256m16cp.cfg @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Boundary Devices - * - * SPDX-License-Identifier: GPL-2.0+ */ /* ZQ Calibration */ DATA 4, MX6_MMDC_P0_MPZQHWCTRL, 0xa1390003 |