diff options
author | Mauro Carvalho Chehab | 2018-08-30 10:20:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab | 2018-12-05 10:40:34 -0500 |
commit | f2ac8ce823dbaff1db7229cbf446a5516988870f (patch) | |
tree | 80e82ec143fd1c3fd826c0c30966efb7f1913275 /Documentation/media/Makefile | |
parent | 70100e055cc0df392a155d5d95400fdc430a5f88 (diff) |
media: docs: brainless mass add SPDX headers to all media files
All Documentation files outside the uAPI are all licensed with,
at least, GPL 2.0. So, mark them as such.
The ondes at media/uapi are at least GFDL 1.1+.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/Makefile')
-rw-r--r-- | Documentation/media/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile index 36166952d555..d75d70f191bc 100644 --- a/Documentation/media/Makefile +++ b/Documentation/media/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + # Rules to convert a .h file to inline RST documentation SRC_DIR=$(srctree)/Documentation/media |