mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
f2ac8ce823
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>
13 lines
288 B
Python
13 lines
288 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
project = 'Linux Media Subsystem Documentation'
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'media.tex', 'Linux Media Subsystem Documentation',
|
|
'The kernel development community', 'manual'),
|
|
]
|