On Thu, Aug 9, 2018 at 11:19 AM Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> wrote: > > Em Fri, 3 Aug 2018 15:41:53 +0100 > Ben Hutchings <ben@xxxxxxxxxxxxxxx> escreveu: > > > 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. > > > > References: https://bugs.debian.org/698668 > > Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > > From my side: > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> > > (I'm waiting for more SoBs before merging this) > > I pinged some developers that don't use to listen to the media ML > as often as they used to do, and to the sub-maintainers, via the > sub-mainainers ML, and got some SoBs. Let me add them to this thread: > > Gerd: > > Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> > > Hans: > > Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > > Sylwester: > > Signed-off-by: Sylwester Nawrocki <snawrocki@xxxxxxxxxx> > > Johannes: > > "I think I didn't contribute to that documentation? > Anyway, just in case: I agree with the change to > forbid adding invariant sections." > > Signed-off-by: Johannes Stezenbach <js@xxxxxxxxxxx> > > Ralph: > > "I also do not think there is anything left in there which I contributed. > The original documentation up to 2002 probably is copyright of Convergence. > > But I agree with the change to forbid adding invariant sections regarding > anything in that documentation that might be my copyright." > > Signed-off-by: Ralph Metzler <rjkm@xxxxxxxxxxxxxx> > > Markus: > > "Ralph> I also do not think there is anything left in there which I > Ralph> contributed. The original documentation up to 2002 > Ralph> probably is copyright of Convergence. > The same is true for me. > > I also agree with the change to forbid adding invariant sections > regarding anything in that documentation that might be my copyright." > > Signed-off-by: Marcus Metzler <mocm@xxxxxxxxxxxxxx> > > > > --- > > Documentation/media/media_uapi.rst | 6 +++--- > > 1 file 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". The original founders / authors / coders of LinuxDVB have signed off on this, and that is most important to me. Signed-off-by: Michael Ira Krufky <mkrufky@xxxxxxxxx>