diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-08-30 17:20:04 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-05 18:40:34 +0300 |
commit | f2ac8ce823dbaff1db7229cbf446a5516988870f (patch) | |
tree | 80e82ec143fd1c3fd826c0c30966efb7f1913275 /Documentation/media/conf_nitpick.py | |
parent | 70100e055cc0df392a155d5d95400fdc430a5f88 (diff) | |
download | linux-f2ac8ce823dbaff1db7229cbf446a5516988870f.tar.xz |
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/conf_nitpick.py')
-rw-r--r-- | Documentation/media/conf_nitpick.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/media/conf_nitpick.py b/Documentation/media/conf_nitpick.py index 480d548af670..d0c50d75f518 100644 --- a/Documentation/media/conf_nitpick.py +++ b/Documentation/media/conf_nitpick.py @@ -1,5 +1,7 @@ # -*- coding: utf-8; mode: python -*- +# SPDX-License-Identifier: GPL-2.0 + project = 'Linux Media Subsystem Documentation' # It is possible to run Sphinx in nickpick mode with: |