diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-03 22:35:59 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-25 11:50:48 +0100 |
commit | d198b34f3855eee2571dda03eea75a09c7c31480 (patch) | |
tree | decb8394d2a178501f270078f76a8b7ac84b7442 /arch/xtensa | |
parent | 2985bed68083f3da5f6d79c3dbb9196dbc04d02a (diff) | |
download | linux-d198b34f3855eee2571dda03eea75a09c7c31480.tar.gz linux-d198b34f3855eee2571dda03eea75a09c7c31480.tar.bz2 linux-d198b34f3855eee2571dda03eea75a09c7c31480.zip |
.gitignore: add SPDX License Identifier
Add SPDX License Identifier to all .gitignore files.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/boot/.gitignore | 1 | ||||
-rw-r--r-- | arch/xtensa/boot/boot-elf/.gitignore | 1 | ||||
-rw-r--r-- | arch/xtensa/boot/lib/.gitignore | 1 | ||||
-rw-r--r-- | arch/xtensa/kernel/.gitignore | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/boot/.gitignore b/arch/xtensa/boot/.gitignore index 38177c7ebcab..615f1f741a03 100644 --- a/arch/xtensa/boot/.gitignore +++ b/arch/xtensa/boot/.gitignore @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only uImage zImage.redboot diff --git a/arch/xtensa/boot/boot-elf/.gitignore b/arch/xtensa/boot/boot-elf/.gitignore index 5ff8fbb8561b..7473404500cc 100644 --- a/arch/xtensa/boot/boot-elf/.gitignore +++ b/arch/xtensa/boot/boot-elf/.gitignore @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only boot.lds diff --git a/arch/xtensa/boot/lib/.gitignore b/arch/xtensa/boot/lib/.gitignore index 1629a6167755..805a8249252a 100644 --- a/arch/xtensa/boot/lib/.gitignore +++ b/arch/xtensa/boot/lib/.gitignore @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only inffast.c inflate.c inftrees.c diff --git a/arch/xtensa/kernel/.gitignore b/arch/xtensa/kernel/.gitignore index c5f676c3c224..bbb90f92d051 100644 --- a/arch/xtensa/kernel/.gitignore +++ b/arch/xtensa/kernel/.gitignore @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only vmlinux.lds |