public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* GFDL issue in Documentation/DocBook/scsidrivers.tmpl
@ 2003-08-07 16:25 Christoph Hellwig
  2003-08-11 11:54 ` Douglas Gilbert
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2003-08-07 16:25 UTC (permalink / raw)
  To: dgilbert; +Cc: linux-scsi

As discussed in the thread at
http://www.ussg.iu.edu/hypermail/linux/kernel/0306.1/1928.html
we agreed that GFDL is not an acceptable license for documentation
in the kernel tree, but file in subject still comes under that
license.

Douglas, any chance you could relicense it under something
GPL-compatible?  It probably wants folding into scsi_mid_low_api.txt
anyway..

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

* Re: GFDL issue in Documentation/DocBook/scsidrivers.tmpl
  2003-08-07 16:25 GFDL issue in Documentation/DocBook/scsidrivers.tmpl Christoph Hellwig
@ 2003-08-11 11:54 ` Douglas Gilbert
  2003-08-11 11:56   ` Christoph Hellwig
  2003-08-25 12:43   ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Douglas Gilbert @ 2003-08-11 11:54 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: dgilbert, linux-scsi

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

Christoph Hellwig wrote:
> As discussed in the thread at
> http://www.ussg.iu.edu/hypermail/linux/kernel/0306.1/1928.html
> we agreed that GFDL is not an acceptable license for documentation
> in the kernel tree, but file in subject still comes under that
> license.
> 
> Douglas, any chance you could relicense it under something
> GPL-compatible?  It probably wants folding into scsi_mid_low_api.txt
> anyway..

Is the attached preferable?
[Switch GFDL to GPL]

Doug Gilbert


[-- Attachment #2: scsidriver_doc.diff --]
[-- Type: text/plain, Size: 1836 bytes --]

--- linux/Documentation/DocBook/scsidrivers.tmpl	2003-01-09 22:09:24.000000000 +1000
+++ linux/Documentation/DocBook/scsidrivers.tmpl260t3gpl	2003-08-11 08:50:09.000000000 +1000
@@ -16,20 +16,40 @@
     </affiliation>
    </author>
   </authorgroup>
-  <pubdate>2002-04-27</pubdate>
+  <pubdate>2003-08-11</pubdate>
 
   <copyright>
    <year>2002</year>
+   <year>2003</year>
    <holder>Douglas Gilbert</holder>
   </copyright>
+
   <legalnotice>
    <para>
-    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; with no Invariant Sections, with no Front-Cover Texts,
-    and with no Back-Cover Texts.  A copy of the license is included
-    in the section entitled "GNU Free Documentation License".
+     This documentation is free software; you can redistribute
+     it and/or modify it under the terms of the GNU General Public
+     License as published by the Free Software Foundation; either
+     version 2 of the License, or (at your option) any later
+     version.
+   </para>
+      
+   <para>
+     This program is distributed in the hope that it will be
+     useful, but WITHOUT ANY WARRANTY; without even the implied
+     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+     See the GNU General Public License for more details.
+   </para>
+      
+   <para>
+     You should have received a copy of the GNU General Public
+     License along with this program; if not, write to the Free
+     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+     MA 02111-1307 USA
+   </para>
+      
+   <para>
+     For more details see the file COPYING in the source
+     distribution of Linux.
    </para>
   </legalnotice>
 

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

* Re: GFDL issue in Documentation/DocBook/scsidrivers.tmpl
  2003-08-11 11:54 ` Douglas Gilbert
@ 2003-08-11 11:56   ` Christoph Hellwig
  2003-08-25 12:43   ` Christoph Hellwig
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2003-08-11 11:56 UTC (permalink / raw)
  To: Douglas Gilbert; +Cc: dgilbert, linux-scsi

On Mon, Aug 11, 2003 at 09:54:48PM +1000, Douglas Gilbert wrote:
> Christoph Hellwig wrote:
> >As discussed in the thread at
> >http://www.ussg.iu.edu/hypermail/linux/kernel/0306.1/1928.html
> >we agreed that GFDL is not an acceptable license for documentation
> >in the kernel tree, but file in subject still comes under that
> >license.
> >
> >Douglas, any chance you could relicense it under something
> >GPL-compatible?  It probably wants folding into scsi_mid_low_api.txt
> >anyway..
> 
> Is the attached preferable?
> [Switch GFDL to GPL]

Looks fine to me.


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

* Re: GFDL issue in Documentation/DocBook/scsidrivers.tmpl
  2003-08-11 11:54 ` Douglas Gilbert
  2003-08-11 11:56   ` Christoph Hellwig
@ 2003-08-25 12:43   ` Christoph Hellwig
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2003-08-25 12:43 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

On Mon, Aug 11, 2003 at 09:54:48PM +1000, Douglas Gilbert wrote:
> Christoph Hellwig wrote:
> >As discussed in the thread at
> >http://www.ussg.iu.edu/hypermail/linux/kernel/0306.1/1928.html
> >we agreed that GFDL is not an acceptable license for documentation
> >in the kernel tree, but file in subject still comes under that
> >license.
> >
> >Douglas, any chance you could relicense it under something
> >GPL-compatible?  It probably wants folding into scsi_mid_low_api.txt
> >anyway..
> 
> Is the attached preferable?
> [Switch GFDL to GPL]

James, could you apply this patch?

> 
> 
> Doug Gilbert
> 

> --- linux/Documentation/DocBook/scsidrivers.tmpl	2003-01-09 22:09:24.000000000 +1000
> +++ linux/Documentation/DocBook/scsidrivers.tmpl260t3gpl	2003-08-11 08:50:09.000000000 +1000
> @@ -16,20 +16,40 @@
>      </affiliation>
>     </author>
>    </authorgroup>
> -  <pubdate>2002-04-27</pubdate>
> +  <pubdate>2003-08-11</pubdate>
>  
>    <copyright>
>     <year>2002</year>
> +   <year>2003</year>
>     <holder>Douglas Gilbert</holder>
>    </copyright>
> +
>    <legalnotice>
>     <para>
> -    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; with no Invariant Sections, with no Front-Cover Texts,
> -    and with no Back-Cover Texts.  A copy of the license is included
> -    in the section entitled "GNU Free Documentation License".
> +     This documentation is free software; you can redistribute
> +     it and/or modify it under the terms of the GNU General Public
> +     License as published by the Free Software Foundation; either
> +     version 2 of the License, or (at your option) any later
> +     version.
> +   </para>
> +      
> +   <para>
> +     This program is distributed in the hope that it will be
> +     useful, but WITHOUT ANY WARRANTY; without even the implied
> +     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> +     See the GNU General Public License for more details.
> +   </para>
> +      
> +   <para>
> +     You should have received a copy of the GNU General Public
> +     License along with this program; if not, write to the Free
> +     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> +     MA 02111-1307 USA
> +   </para>
> +      
> +   <para>
> +     For more details see the file COPYING in the source
> +     distribution of Linux.
>     </para>
>    </legalnotice>
>  

---end quoted text---

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

end of thread, other threads:[~2003-08-25 12:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-07 16:25 GFDL issue in Documentation/DocBook/scsidrivers.tmpl Christoph Hellwig
2003-08-11 11:54 ` Douglas Gilbert
2003-08-11 11:56   ` Christoph Hellwig
2003-08-25 12:43   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox