Various Makefiles: Add SPDX-License-Identifier tags
authorTom Rini <trini@konsulko.com>
Tue, 10 Nov 2015 01:06:16 +0000 (01:06 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 10 Nov 2015 14:19:52 +0000 (09:19 -0500)
After consulting with some of the SPDX team, the conclusion is that
Makefiles are worth adding SPDX-License-Identifier tags too, and most of
ours have one.  This adds tags to ones that lack them and converts a few
that had full (or in one case, very partial) license blobs into the
equivalent tag.

Cc: Kate Stewart <kstewart@linuxfoundation.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
55 files changed:
Makefile
arch/arc/dts/Makefile
arch/arm/cpu/Makefile
arch/arm/dts/Makefile
arch/arm/mach-at91/Makefile
arch/arm/mach-tegra/tegra114/Makefile
arch/arm/mach-tegra/tegra30/Makefile
arch/arm/mach-uniphier/bcu/Makefile
arch/arm/mach-uniphier/boot-mode/Makefile
arch/arm/mach-uniphier/clk/Makefile
arch/arm/mach-uniphier/ddrphy/Makefile
arch/arm/mach-uniphier/early-clk/Makefile
arch/arm/mach-uniphier/early-pinctrl/Makefile
arch/arm/mach-uniphier/init/Makefile
arch/arm/mach-uniphier/memconf/Makefile
arch/arm/mach-uniphier/pinctrl/Makefile
arch/arm/mach-uniphier/pll/Makefile
arch/arm/mach-uniphier/sbc/Makefile
arch/arm/mach-uniphier/umc/Makefile
arch/blackfin/cpu/Makefile
arch/microblaze/dts/Makefile
arch/nios2/dts/Makefile
arch/powerpc/cpu/Makefile
arch/powerpc/cpu/mpc8xxx/Makefile
arch/powerpc/dts/Makefile
arch/sandbox/dts/Makefile
arch/x86/dts/Makefile
board/atmark-techno/armadillo-800eva/Makefile
board/birdland/bav335x/Makefile
board/compal/paz00/Makefile
board/gdsys/p1022/Makefile
board/intercontrol/digsy_mtc/Makefile
board/nvidia/beaver/Makefile
board/nvidia/dalmore/Makefile
board/seco/common/Makefile
board/varisys/cyrus/Makefile
doc/DocBook/Makefile
drivers/Makefile
drivers/bios_emulator/Makefile
drivers/ddr/fsl/Makefile
drivers/memory/Makefile
drivers/pinctrl/Makefile
drivers/pinctrl/uniphier/Makefile
drivers/soc/Makefile
drivers/soc/keystone/Makefile
drivers/usb/dwc3/Makefile
drivers/usb/gadget/udc/Makefile
drivers/usb/musb-new/Makefile
examples/Makefile
fs/yaffs2/Makefile
lib/bzip2/Makefile
scripts/Makefile
scripts/basic/Makefile
scripts/kconfig/Makefile
tools/easylogo/Makefile

index 3c21f8ddf9e902dc20bf893995b1a38f295afe35..b0175935363f593103b0e394b068ab3936f06553 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 VERSION = 2015
 PATCHLEVEL = 10
 SUBLEVEL =
index 5bc6f44c1a5b4a835754bd6d5b0dd72f97d3e644..d481fcdc69982c9df96911fb4153e67b2515b4df 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-$(CONFIG_TARGET_ARCANGEL4) +=  arcangel4.dtb
 dtb-$(CONFIG_TARGET_TB100) +=  abilis_tb100.dtb
 
index 6bea3d3a2dd76c4129a4b99c793a11651747e214..950e680c7ad73a0f939c7c49b4c517033ac4cd7d 100644 (file)
@@ -1 +1,5 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj- += dummy.o
index 910648ca2dbae52dbd58f464197c2867b6486211..9542fff47d86bca42d5066c48e18b426cac2429c 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb
 dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb
 dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \
index 313eb47894819f4573d32942430d002aff4b6787..30f2b49b69de1d98def023b88c83fe45ffdef4be 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_AT91_WANTS_COMMON_PHY) += phy.o
 ifneq ($(CONFIG_SPL_BUILD),)
 obj-$(CONFIG_AT91SAM9260) += sdram.o spl_at91.o
index 7489f5f146d7fff03508791723d940f3e9764823..ea7f7b717a5190ef60d3f52056012df025cf4525 100644 (file)
@@ -1,17 +1,7 @@
 #
 # Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-$(CONFIG_SPL_BUILD) += cpu.o
index bc250deba826e58bb1fcda221e4ca2bf4ad075ec..d3d3b6e7c4fda16bffd848e6119fa7e6af662f44 100644 (file)
@@ -1,17 +1,7 @@
 #
 # Copyright (c) 2010-2012, NVIDIA CORPORATION.  All rights reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-$(CONFIG_SPL_BUILD) += cpu.o
index 5b95bdad95727a7d24bca512427371a61fb0c5e8..b8b0323cd283d26a23dd76be6308091ea9e9b95d 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += bcu-ph1-sld3.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += bcu-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8)   += bcu-ph1-ld4.o
index 30c887490515298485c15d018a35c3212b832d34..0797d6e6157c07e8f064efe0760e5d2e53cb5090 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-y                                  += boot-mode.o
 
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += boot-mode-ph1-sld3.o
index 4f397b986bc0c9fee2cec6c2ee4599cc67ca8ea9..bc0f27c3983a2a71fe1a0884cbb8629df4e6dadf 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += clk-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += clk-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += clk-ph1-pro4.o
index e2d109df57af29a752edb773951acd570ca418c3..d0f4bd3519d39a15b36963f7610266962bd4080e 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += ddrphy-training.o ddrphy-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += ddrphy-training.o ddrphy-ph1-pro4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8)   += ddrphy-training.o ddrphy-ph1-sld8.o
index 393ea96f90c06d3c23c47116e5bcbf4e047d02f7..3e1e1b2bc8eb55f1aeebee2f99badc3159be1383 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += early-clk-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += early-clk-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += early-clk-ph1-ld4.o
index e497d28f79267d6f6a07a3408e2cfe1b49058a11..3be71fbf07c4391a700c09ead754d6b5abeebab0 100644 (file)
@@ -1 +1,5 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += early-pinctrl-ph1-sld3.o
index 98833b55deb7b7f4180de7e42883847aa7ab5692..ef8095362366244a075b563803977fb4dca545c7 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-y                                  += init.o
 
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += init-ph1-sld3.o
index 42057a20779417cd39a54e6aa92eed40f40a4018..a152f612660e1ebcdc6d5af026a0c96159eecd42 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-y                                  += memconf.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += memconf-ph1-sld3.o
 obj-$(CONFIG_ARCH_UNIPHIER_PROXSTREAM2)        += memconf-proxstream2.o
index 85175955d312b24702f32e4c5edd27cafed5d3db..80a9cdaa80242921498afbc37899b24b5b00f1a0 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += pinctrl-ph1-sld3.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += pinctrl-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += pinctrl-ph1-pro4.o
index d33f99e44616e59d781a6320a5f804d71e8ba7f0..ca88521a1d22a973b980cc3606306a28b35b9f70 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += pll-init-ph1-sld3.o \
                                           pll-spectrum-ph1-sld3.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += pll-init-ph1-ld4.o \
index db622d2034bf62f94930f9aabff18176a6e10750..57eb44b646e7e9465f312f6776f3fb34d2501a97 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3)   += sbc-ph1-sld3.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += sbc-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += sbc-ph1-pro4.o
index dd35e77dab4a95b94b18286ad430c18c86eab18f..89b2dec11840ba0909c048f006269c00c88641db 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4)    += umc-ph1-ld4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4)   += umc-ph1-pro4.o
 obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8)   += umc-ph1-sld8.o
index cfbcd3124fd482a65058861e61d72249f91c2a5e..7cd0bbf24e1e322cc2c6c27a5c7915da21daca4a 100644 (file)
@@ -6,7 +6,7 @@
 # (C) Copyright 2000-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
-# Licensed under the GPL-2 or later.
+# SPDX-License-Identifier:     GPL-2.0+
 #
 
 extra-y := init.elf
index 6d4a11f62f9463d9a3c834419cfde3bbd245e9ab..5e70d9e1109eed396942496f4c359b52638575c6 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-y += microblaze-generic.dtb
 
 targets += $(dtb-y)
index b40eca9e0af4ec193ba829e7c0738a49a00b2713..f22fabf88115c3b913cebdce4f5dd3b9301445ac 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
 
 targets += $(dtb-y)
index 88b5298be0ca62a6e5d5a245d14f741112c7bdd4..b182aa66f322a787f4cb06f4db115a6bcfba3b55 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_MPC83xx) += mpc8xxx/
 obj-$(CONFIG_MPC85xx) += mpc8xxx/
 obj-$(CONFIG_MPC86xx) += mpc8xxx/
index e95539e0a3efce0a25d9e624438cb690ed85024d..ac45e0e3dfffed036b6438f991b47d29503199e5 100644 (file)
@@ -1,9 +1,7 @@
 #
 # Copyright 2009-2010 Freescale Semiconductor, Inc.
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# Version 2 as published by the Free Software Foundation.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 MINIMAL=
index ad104b9315fa45a1d7190bdf2bac58fb25a98ecd..5d9f5c2822b26b0a40707eb781913ff3923e59d0 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-$(CONFIG_TARGET_CANYONLANDS) += arches.dtb canyonlands.dtb glacier.dtb
 
 targets += $(dtb-y)
index 517b5554756fa417814995ea56f26b48a9654cb7..01975692628808f24881e41cfa0938f52dd4940c 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
 dtb-$(CONFIG_UT_DM) += test.dtb
 
index 83a2b8c1cf0b72dd678c827f72a7ea30a4cfd3ac..64e569432c5faaf7a4841b9006db63ea0a9aaca9 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 dtb-y += bayleybay.dtb \
        chromebook_link.dtb \
        chromebox_panther.dtb \
index 2743809e57cf7af5c9960044c620a1e6eb31c932..97342a85708588ee03eb1747b5561671091a44d1 100644 (file)
@@ -1,20 +1,8 @@
 #
 # Copyright (C) 2012  Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
 #
-# 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
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
 
 obj-y  += armadillo-800eva.o
 
index 2fc56143c38517b386d57784054ea8182aae6e41..d2aba7b3975ed3a9ded5e3bffdab7eaa7bcbd575 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
 obj-y  := mux.o
index b5fde8d098928900f9b40a00a1308f632779cbef..aa56643e48216dbfe0419efc9f7d542ec705b03b 100644 (file)
@@ -4,14 +4,7 @@
 # See file CREDITS for list of people who contributed to this
 # project.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-y  := paz00.o
index 6e02447987fec2333b4a9a75bbab2575fbe5320f..482a9aa15cce8219107983e5a9c09ef5a138dcd4 100644 (file)
@@ -1,10 +1,7 @@
 #
 # Copyright 2010 Freescale Semiconductor, Inc.
 #
-# 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+
 #
 
 obj-y  += law.o
index 44b7c0ae43c2d6cafd37246126c62ba7d7e695a3..fd0c2f9d1686bc778e06aeafb1ea4144977327a0 100644 (file)
@@ -1,6 +1,8 @@
 #
 # Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 obj-y  := digsy_mtc.o cmd_mtc.o
 obj-$(CONFIG_VIDEO) += cmd_disp.o
index 1f7c31d64b4e68da77477689882a77028c077476..ef5dd136b4d5408a357c3090e912af92620dcf9e 100644 (file)
@@ -1,17 +1,7 @@
 #
 # Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-y  = ../cardhu/cardhu.o
index 7cdff9c61bda345a196cb82d198677ff2ecad8df..c9d76e88f1f7b1d92ea695324048d1cce7b88589 100644 (file)
@@ -1,17 +1,7 @@
 #
 # Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms and conditions of the GNU General Public License,
-# version 2, as published by the Free Software Foundation.
-#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-y  := dalmore.o
index 9e37ebbb92cf3659a6f083ce2cf32eac637886e8..293cf5f65b955565ad62eea9c6b696da6a831b98 100644 (file)
@@ -1,2 +1,5 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 obj-$(CONFIG_TARGET_SECOMX6) += mx6.o
index 303fc422af1793ac321dec846b9774e30b56650a..a7978a0d5363bed6d75aef8907f0ffc56682960e 100644 (file)
@@ -1,4 +1,6 @@
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 obj-y  += $(BOARD).o
 obj-y  += ddr.o
index 593237f04ae2dea836cdd4fff3d64fe9cddb782c..9caa5126085c8cedad1b4e6703a447a78a0e838b 100644 (file)
@@ -5,6 +5,9 @@
 # to document the SRC - and how to read it.
 # To add a new book the only step required is to add the book to the
 # list of DOCBOOKS.
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 DOCBOOKS := linker_lists.xml stdio.xml
 
index ad29a4fd045b761ec902fefe4644792e5b15a51d..c9031f2ce877842fd02d3446d9b1fe159ba0a2e1 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_$(SPL_)DM)                += core/
 obj-$(CONFIG_$(SPL_)CLK)       += clk/
 obj-$(CONFIG_$(SPL_)LED)       += led/
index 2ba43ac731842f0f1367ba5d604e1ba58f32c798..0a280742a712b57273345e3e30b551036562c57b 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 X86DIR  = x86emu
 
 obj-y = atibios.o biosemu.o besys.o bios.o \
index df66c07230fff40b1ade0e2284153f14dec83c2c..01ea86217c0ecfcee9b9c597ad1a79c411147a2c 100644 (file)
@@ -1,9 +1,7 @@
 #
 # Copyright 2008-2014 Freescale Semiconductor, Inc.
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# Version 2 as published by the Free Software Foundation.
+# SPDX-License-Identifier:     GPL-2.0
 #
 
 obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
index 9bfb9c785dc5e6609d44ac664e26528603736c26..6124e389bd96b40807d266222334b8a06af4939d 100644 (file)
@@ -1 +1,3 @@
+# SPDX-License-Identifier:     GPL-2.0+
+
 obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
index e56a17f9665a77674eee136a22e128648839af7a..70d25dc9813d097bf54250b18d703fed0947e737 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-y                                  += pinctrl-uclass.o
 obj-$(CONFIG_$(SPL_)PINCTRL_GENERIC)   += pinctrl-generic.o
 
index e215b1097297a585298d855c2121af9222c0e1e9..c5cdd84881c54eb7534fd5fe7ab5dbbe90ed4672 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_PINCTRL_UNIPHIER_CORE)            += pinctrl-uniphier-core.o
 
 obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4)         += pinctrl-ph1-ld4.o
index 3d4baa51d62653de26828c61b6538fdc23ed7563..99345eb9a02ae291893f05839e602d30fcb38162 100644 (file)
@@ -1,5 +1,7 @@
 #
 # Makefile for the U-boot SOC specific device drivers.
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 obj-$(CONFIG_ARCH_KEYSTONE)    += keystone/
index c000ecac760ca09931f7f64288c901ae1f0b8880..1334fa49bc65a77fb46b2510a2fc8654421c0a05 100644 (file)
@@ -1 +1,5 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_TI_KEYSTONE_SERDES) += keystone_serdes.o
index 02bb216db7b7e3e8b617a7fb53cb5f1e9229033b..0cd73020a78c85d54188450c94510a3e68c4d67c 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_USB_DWC3)                 += dwc3.o
 
 dwc3-y                                 := core.o
index 12380f4e4e91fb22f3f6ddbde029fa4871f8353c..1699ccdf94c4a57c3db5ee40412f456b5d10c03b 100644 (file)
@@ -1,4 +1,7 @@
 #
 # USB peripheral controller drivers
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_USB_DWC3_GADGET)  += udc-core.o
index fd9df72ed40293be1885ce9821d1d97524f03aef..072d516a0314448bf597dbf214d3249b111cfb38 100644 (file)
@@ -1,6 +1,8 @@
 #
 # for USB OTG silicon based on Mentor Graphics INVENTRA designs
 #
+# SPDX-License-Identifier:     GPL-2.0+
+#
 
 obj-$(CONFIG_USB_MUSB_GADGET) += musb_gadget.o musb_gadget_ep0.o musb_core.o
 obj-$(CONFIG_USB_MUSB_GADGET) += musb_uboot.o
index 18d008e7b5963bbbd153aa27ecc4991b9f6b308f..8e329d7cd5d321beddbaf539a809379d4de0b3e1 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 ifndef CONFIG_SANDBOX
 
 ifdef FTRACE
index 45ff7458c60205b6884a0ebf76bda956b518d0a0..b69ea73f6e920fdc865025c3d686b414e61c50c6 100644 (file)
@@ -8,13 +8,8 @@
 #
 # Created by Charles Manning <charles@aleph1.co.uk>
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
+# SPDX-License-Identifier:     GPL-2.0
 #
-# NB Warning this Makefile does not include header dependencies.
-#
-# $Id: Makefile,v 1.15 2007/07/18 19:40:38 charles Exp $
 
 obj-y := \
        yaffs_allocator.o yaffs_attribs.o yaffs_bitmap.o yaffs_uboot_glue.o\
index 929c24e228a47be182fa7b4a6941a17c4814a476..f0b81ad2c2b0db1963286e35be0810c6ff8dd16a 100644 (file)
@@ -1,2 +1,6 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
        bzlib_randtable.o bzlib_huffman.o
index efe25bfc6e2c57dbeeb1396e9a60b7d79bb8b3fd..2f081f7104dd141e4121d7b97fa333f1b971df98 100644 (file)
@@ -3,6 +3,9 @@
 # the kernel for the build process.
 # ---------------------------------------------------------------------------
 # docproc:       Used in Documentation/DocBook
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 # The following hostprogs-y programs are only build on demand
 hostprogs-y += docproc
index 4fcef87bb8759894435a395224c7d92cd7a14214..f883857b543be29ed4e306727b1a108710ef684f 100644 (file)
@@ -7,6 +7,9 @@
 # .config is included by main Makefile.
 # ---------------------------------------------------------------------------
 # fixdep:       Used to generate dependency information during build process
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 hostprogs-y    := fixdep
 always         := $(hostprogs-y)
index 46ddf2d6bd37bc2dbbe9a08be8d8222af468d1d0..14285b15a8a1a6b10c9146c554482c54588e140d 100644 (file)
@@ -1,6 +1,9 @@
 # ===========================================================================
 # Kernel configuration targets
 # These targets are used from top-level makefile
+#
+# SPDX-License-Identifier:     GPL-2.0
+#
 
 PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
        localmodconfig localyesconfig
index 10aba2ba66ded871e1b08f72402bf5682a7998da..3c3e69f014dfad9e6dc950adf7da82c817157f50 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 hostprogs-y := easylogo
 
 always := $(hostprogs-y)