diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-05 19:24:35 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 17:42:27 +0200 |
commit | 513dbd35b5d93c45fa7291147f21fc0227a9f999 (patch) | |
tree | 8aaec796ef299d5059247516f17ef20b267d8fce /drivers/media/pci/bt8xx | |
parent | media: imx214: Fix typo in module description of imx214 (diff) | |
download | linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.tar.xz linux-513dbd35b5d93c45fa7291147f21fc0227a9f999.zip |
media: add SPDX headers to some files
Add SPDX headers and fix MODULE_LICENSE() when needed on
some files I co-authored.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/bt8xx')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-audio-hook.c | 2 | ||||
-rw-r--r-- | drivers/media/pci/bt8xx/bttv-audio-hook.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/bttv-audio-hook.c b/drivers/media/pci/bt8xx/bttv-audio-hook.c index 8febe7358a8f..da1914a20b81 100644 --- a/drivers/media/pci/bt8xx/bttv-audio-hook.c +++ b/drivers/media/pci/bt8xx/bttv-audio-hook.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Handlers for board audio hooks, split from bttv-cards * * Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org> - * This code is placed under the terms of the GNU General Public License */ #include "bttv-audio-hook.h" diff --git a/drivers/media/pci/bt8xx/bttv-audio-hook.h b/drivers/media/pci/bt8xx/bttv-audio-hook.h index c61b9ac4f4e3..d6a1a5a60a56 100644 --- a/drivers/media/pci/bt8xx/bttv-audio-hook.h +++ b/drivers/media/pci/bt8xx/bttv-audio-hook.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: GPL-2.0 + * * Handlers for board audio hooks, split from bttv-cards * * Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org> |