linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections
@ 2018-08-03 14:41 Ben Hutchings
  2018-08-09 15:19 ` Mauro Carvalho Chehab
  2018-09-06 21:44 ` Ben Hutchings
  0 siblings, 2 replies; 5+ messages in thread
From: Ben Hutchings @ 2018-08-03 14:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: 698668, linux-media

[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]

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@decadent.org.uk>
---
 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".
 
 .. only:: html
 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections
  2018-08-03 14:41 [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections Ben Hutchings
@ 2018-08-09 15:19 ` Mauro Carvalho Chehab
  2018-08-09 15:31   ` Mauro Carvalho Chehab
  2018-08-09 16:24   ` Michael Ira Krufky
  2018-09-06 21:44 ` Ben Hutchings
  1 sibling, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2018-08-09 15:19 UTC (permalink / raw)
  To: Ben Hutchings
  Cc: Mauro Carvalho Chehab, 698668, linux-media, Johannes Stezenbach,
	Ralph Metzler, Marcus Metzler, Sylwester Nawrocki, Hans Verkuil

Em Fri, 3 Aug 2018 15:41:53 +0100
Ben Hutchings <ben@decadent.org.uk> 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@decadent.org.uk>

From my side:

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

(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@redhat.com>

Hans:

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

Sylwester:

Signed-off-by: Sylwester Nawrocki <snawrocki@kernel.org>

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@linuxtv.org>

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@metzlerbros.de>

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@metzlerbros.de>


> ---
>  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".
>  
>  .. only:: html
>  



Thanks,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections
  2018-08-09 15:19 ` Mauro Carvalho Chehab
@ 2018-08-09 15:31   ` Mauro Carvalho Chehab
  2018-08-09 16:24   ` Michael Ira Krufky
  1 sibling, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2018-08-09 15:31 UTC (permalink / raw)
  To: Ben Hutchings
  Cc: Mauro Carvalho Chehab, 698668, linux-media, Johannes Stezenbach,
	Ralph Metzler, Marcus Metzler, Sylwester Nawrocki, Hans Verkuil

Em Thu, 9 Aug 2018 12:19:20 -0300
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> escreveu:

> Em Fri, 3 Aug 2018 15:41:53 +0100
> Ben Hutchings <ben@decadent.org.uk> 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@decadent.org.uk>  
> 
> From my side:
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> 
> (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@redhat.com>
> 
> Hans:
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> 
> Sylwester:
> 
> Signed-off-by: Sylwester Nawrocki <snawrocki@kernel.org>
> 
> 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@linuxtv.org>
> 
> 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@metzlerbros.de>
> 
> 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@metzlerbros.de>


Sean Young:

Signed-off-by: Sean Young <sean@mess.org>

 "Makes complete sense."


> 
> 
> > ---
> >  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".
> >  
> >  .. only:: html
> >    
> 
> 
> 
> Thanks,
> Mauro



Thanks,
Mauro

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections
  2018-08-09 15:19 ` Mauro Carvalho Chehab
  2018-08-09 15:31   ` Mauro Carvalho Chehab
@ 2018-08-09 16:24   ` Michael Ira Krufky
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Ira Krufky @ 2018-08-09 16:24 UTC (permalink / raw)
  To: mchehab+samsung
  Cc: ben, Mauro Carvalho Chehab, 698668, linux-media,
	Johannes Stezenbach, Ralph Metzler, mocm, snawrocki,
	Hans Verkuil

On Thu, Aug 9, 2018 at 11:19 AM Mauro Carvalho Chehab
<mchehab+samsung@kernel.org> wrote:
>
> Em Fri, 3 Aug 2018 15:41:53 +0100
> Ben Hutchings <ben@decadent.org.uk> 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@decadent.org.uk>
>
> From my side:
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
>
> (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@redhat.com>
>
> Hans:
>
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
>
> Sylwester:
>
> Signed-off-by: Sylwester Nawrocki <snawrocki@kernel.org>
>
> 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@linuxtv.org>
>
> 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@metzlerbros.de>
>
> 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@metzlerbros.de>
>
>
> > ---
> >  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@gmail.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections
  2018-08-03 14:41 [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections Ben Hutchings
  2018-08-09 15:19 ` Mauro Carvalho Chehab
@ 2018-09-06 21:44 ` Ben Hutchings
  1 sibling, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2018-09-06 21:44 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: 698668, linux-media

[-- Attachment #1: Type: text/plain, Size: 1773 bytes --]

Are you still waiting for agreement from any contributors, or is this
ready to apply?

Ben.

On Fri, 2018-08-03 at 15:41 +0100, Ben Hutchings wrote:
> 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@decadent.org.uk>
> ---
>  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".
>  
>  .. only:: html
>  
-- 
Ben Hutchings
I'm always amazed by the number of people who take up solipsism because
they heard someone else explain it. - E*Borg on alt.fan.pratchett



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-07  2:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 14:41 [PATCH] Documentation/media: uapi: Explicitly say there are no Invariant Sections Ben Hutchings
2018-08-09 15:19 ` Mauro Carvalho Chehab
2018-08-09 15:31   ` Mauro Carvalho Chehab
2018-08-09 16:24   ` Michael Ira Krufky
2018-09-06 21:44 ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).