diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-03 13:12:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-03 13:12:26 -0700 |
commit | ff2ae607c6f329d11a3b0528801ea7474be8c3e9 (patch) | |
tree | 670e6536e92033a828e827c3a067b26d81fb452d /arch/parisc | |
parent | 6cd3d4019ba3f45aa1a87e4e914e81d367b59937 (diff) | |
parent | 71db3aa2816da62a2d150ad9fa81168537db4037 (diff) | |
download | linux-ff2ae607c6f329d11a3b0528801ea7474be8c3e9.tar.bz2 |
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Pull SPDX updates from Greg KH:
"Here are three SPDX patches for 5.7-rc1.
One fixes up the SPDX tag for a single driver, while the other two go
through the tree and add SPDX tags for all of the .gitignore files as
needed.
Nothing too complex, but you will get a merge conflict with your
current tree, that should be trivial to handle (one file modified by
two things, one file deleted.)
All three of these have been in linux-next for a while, with no
reported issues other than the merge conflict"
* tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
ASoC: MT6660: make spdxcheck.py happy
.gitignore: add SPDX License Identifier
.gitignore: remove too obvious comments
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/boot/.gitignore | 1 | ||||
-rw-r--r-- | arch/parisc/boot/compressed/.gitignore | 1 | ||||
-rw-r--r-- | arch/parisc/kernel/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/boot/.gitignore b/arch/parisc/boot/.gitignore index 017d5912ad2d..adf2ae0e7eda 100644 --- a/arch/parisc/boot/.gitignore +++ b/arch/parisc/boot/.gitignore @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only image bzImage diff --git a/arch/parisc/boot/compressed/.gitignore b/arch/parisc/boot/compressed/.gitignore index 926cd41c1069..b9853a356ab2 100644 --- a/arch/parisc/boot/compressed/.gitignore +++ b/arch/parisc/boot/compressed/.gitignore @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only firmware.c real2.S sizes.h diff --git a/arch/parisc/kernel/.gitignore b/arch/parisc/kernel/.gitignore index c5f676c3c224..bbb90f92d051 100644 --- a/arch/parisc/kernel/.gitignore +++ b/arch/parisc/kernel/.gitignore @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only vmlinux.lds |