diff options
author | Ben Hutchings <[email protected]> | 2018-11-23 13:38:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2018-12-05 10:33:12 -0500 |
commit | 861c56c13d817b76e802d664e6ce7edb09cb9417 (patch) | |
tree | 7c86ef6b3e5cb3c51c5fd7cbb09c4372fc21862f | |
parent | b9bbbbfef991d2089d710b6b6cade40819c882ab (diff) |
media: Documentation/media: uapi: Explicitly say there are no Invariant Sections
The GNU Free Documentation License allows for a work to specify
Invariant Sections that are not allowed to be modified. (Debian
considers that this makes such works non-free.)
The Linux Media Infrastructure userspace API documentation does not
specify any such sections, but it also doesn't say there are none (as
is recommended by the license text). Make it explicit that there are
none.
Signed-off-by: Aaro Koskinen <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Johannes Stezenbach <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Marcus Metzler <[email protected]>
Signed-off-by: Michael Ira Krufky <[email protected]>
Signed-off-by: Ralph Metzler <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Sean Young <[email protected]>
Signed-off-by: Sylwester Nawrocki <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Kate Stewart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | Documentation/media/media_uapi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/media/media_uapi.rst b/Documentation/media/media_uapi.rst index 28eb35a1f965..5198ff24a094 100644 --- a/Documentation/media/media_uapi.rst +++ b/Documentation/media/media_uapi.rst @@ -10,9 +10,9 @@ Linux Media Infrastructure userspace API Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or -any later version published by the Free Software Foundation. A copy of -the license is included in the chapter entitled "GNU Free Documentation -License". +any later version published by the Free Software Foundation, with no +Invariant Sections. A copy of the license is included in the chapter +entitled "GNU Free Documentation License". .. only:: html |