This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update to GFDL 1.3


As an FSF project, we're supposed to stay current on license versions, but it seems that the docs are still way back on GFDL v1.1. This patch updates everything - that I could find - to v1.3. I'll hold off committing for a couple days, in case somebody knows of something I missed. (Note that this is just for the gdb/ part of src.)

Stan

2010-06-18 Stan Shebs <stan@codesourcery.com>

   * gdb.texinfo: Relicense under GFDL version 1.3.
   * annotate.texinfo: Relicense under GFDL version 1.3.
   * gdbint.texinfo: Relicense under GFDL version 1.3.
   * stabs.texinfo: Relicense under GFDL version 1.3.
   * fdl.texi: Update to version 1.3.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/doc/ChangeLog,v
retrieving revision 1.1071
diff -p -r1.1071 ChangeLog
*** ChangeLog	18 Jun 2010 17:44:36 -0000	1.1071
--- ChangeLog	18 Jun 2010 18:04:27 -0000
***************
*** 1,5 ****
--- 1,11 ----
  2010-06-18  Stan Shebs  <stan@codesourcery.com>
  
+ 	* gdb.texinfo: Relicense under GFDL version 1.3.
+ 	* annotate.texinfo: Relicense under GFDL version 1.3.
+ 	* gdbint.texinfo: Relicense under GFDL version 1.3.
+ 	* stabs.texinfo: Relicense under GFDL version 1.3.
+ 	* fdl.texi: Update to version 1.3.
+ 
  	* gdb.texinfo (Debugging Programs with Multiple Threads): Describe
  	$_thread.
  
Index: annotate.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/annotate.texinfo,v
retrieving revision 1.12
diff -p -r1.12 annotate.texinfo
*** annotate.texinfo	1 Jan 2010 07:54:37 -0000	1.12
--- annotate.texinfo	18 Jun 2010 18:04:27 -0000
*************** Copyright @copyright{} 1994, 1995, 2000,
*** 31,37 ****
  2008, 2009, 2010 Free Software Foundation, Inc.
  
  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
--- 31,37 ----
  2008, 2009, 2010 Free Software Foundation, Inc.
  
  Permission is granted to copy, distribute and/or modify this document
! under the terms of the GNU Free Documentation License, Version 1.3 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
Index: fdl.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/fdl.texi,v
retrieving revision 1.6
diff -p -r1.6 fdl.texi
*** fdl.texi	23 Dec 2005 19:26:16 -0000	1.6
--- fdl.texi	18 Jun 2010 18:04:27 -0000
***************
*** 1,13 ****
  
! @node GNU Free Documentation License
! @appendixsec GNU Free Documentation License
! 
! @cindex FDL, GNU Free Documentation License
! @center Version 1.2, November 2002
  
  @display
! Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
! 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
--- 1,12 ----
+ @c The GNU Free Documentation License.
+ @center Version 1.3, 3 November 2008
  
! @c This file is intended to be included within another document,
! @c hence no sectioning command or @node.
  
  @display
! Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
! @uref{http://fsf.org/}
  
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
*************** formats which do not have any title page
*** 112,117 ****
--- 111,119 ----
  the text near the most prominent appearance of the work's title,
  preceding the beginning of the body of the text.
  
+ The ``publisher'' means any person or entity that distributes copies
+ of the Document to the public.
+ 
  A section ``Entitled XYZ'' means a named subunit of the Document whose
  title either is precisely XYZ or contains XYZ in parentheses following
  text that translates XYZ in another language.  (Here XYZ stands for a
*************** title.
*** 380,392 ****
  @item
  TERMINATION
  
! You may not copy, modify, sublicense, or distribute the Document except
! as expressly provided for under this License.  Any other attempt to
! copy, modify, sublicense or distribute the Document is void, and will
! automatically terminate your rights under this License.  However,
! parties who have received copies, or rights, from you under this
! License will not have their licenses terminated so long as such
! parties remain in full compliance.
  
  @item
  FUTURE REVISIONS OF THIS LICENSE
--- 382,411 ----
  @item
  TERMINATION
  
! You may not copy, modify, sublicense, or distribute the Document
! except as expressly provided under this License.  Any attempt
! otherwise to copy, modify, sublicense, or distribute it is void, and
! will automatically terminate your rights under this License.
! 
! However, if you cease all violation of this License, then your license
! from a particular copyright holder is reinstated (a) provisionally,
! unless and until the copyright holder explicitly and finally
! terminates your license, and (b) permanently, if the copyright holder
! fails to notify you of the violation by some reasonable means prior to
! 60 days after the cessation.
! 
! Moreover, your license from a particular copyright holder is
! reinstated permanently if the copyright holder notifies you of the
! violation by some reasonable means, this is the first time you have
! received notice of violation of this License (for any work) from that
! copyright holder, and you cure the violation prior to 30 days after
! your receipt of the notice.
! 
! Termination of your rights under this section does not terminate the
! licenses of parties who have received copies or rights from you under
! this License.  If your rights have been terminated and not permanently
! reinstated, receipt of a copy of some or all of the same material does
! not give you any rights to use it.
  
  @item
  FUTURE REVISIONS OF THIS LICENSE
*************** following the terms and conditions eithe
*** 404,414 ****
  of any later version that has been published (not as a draft) by the
  Free Software Foundation.  If the Document does not specify a version
  number of this License, you may choose any version ever published (not
! as a draft) by the Free Software Foundation.
  @end enumerate
  
  @page
! @appendixsubsec ADDENDUM: How to use this License for your documents
  
  To use this License in a document you have written, include a copy of
  the License in the document and put the following copyright and
--- 423,468 ----
  of any later version that has been published (not as a draft) by the
  Free Software Foundation.  If the Document does not specify a version
  number of this License, you may choose any version ever published (not
! as a draft) by the Free Software Foundation.  If the Document
! specifies that a proxy can decide which future versions of this
! License can be used, that proxy's public statement of acceptance of a
! version permanently authorizes you to choose that version for the
! Document.
! 
! @item
! RELICENSING
! 
! ``Massive Multiauthor Collaboration Site'' (or ``MMC Site'') means any
! World Wide Web server that publishes copyrightable works and also
! provides prominent facilities for anybody to edit those works.  A
! public wiki that anybody can edit is an example of such a server.  A
! ``Massive Multiauthor Collaboration'' (or ``MMC'') contained in the
! site means any set of copyrightable works thus published on the MMC
! site.
! 
! ``CC-BY-SA'' means the Creative Commons Attribution-Share Alike 3.0
! license published by Creative Commons Corporation, a not-for-profit
! corporation with a principal place of business in San Francisco,
! California, as well as future copyleft versions of that license
! published by that same organization.
! 
! ``Incorporate'' means to publish or republish a Document, in whole or
! in part, as part of another Document.
! 
! An MMC is ``eligible for relicensing'' if it is licensed under this
! License, and if all works that were first published under this License
! somewhere other than this MMC, and subsequently incorporated in whole
! or in part into the MMC, (1) had no cover texts or invariant sections,
! and (2) were thus incorporated prior to November 1, 2008.
! 
! The operator of an MMC Site may republish an MMC contained in the site
! under CC-BY-SA on the same site at any time before August 1, 2009,
! provided the MMC is eligible for relicensing.
! 
  @end enumerate
  
  @page
! @heading ADDENDUM: How to use this License for your documents
  
  To use this License in a document you have written, include a copy of
  the License in the document and put the following copyright and
*************** license notices just after the title pag
*** 418,424 ****
  @group
    Copyright (C)  @var{year}  @var{your name}.
    Permission is granted to copy, distribute and/or modify this document
!   under the terms of the GNU Free Documentation License, Version 1.2
    or any later version published by the Free Software Foundation;
    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
    Texts.  A copy of the license is included in the section entitled ``GNU
--- 472,478 ----
  @group
    Copyright (C)  @var{year}  @var{your name}.
    Permission is granted to copy, distribute and/or modify this document
!   under the terms of the GNU Free Documentation License, Version 1.3
    or any later version published by the Free Software Foundation;
    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
    Texts.  A copy of the license is included in the section entitled ``GNU
*************** license notices just after the title pag
*** 427,433 ****
  @end smallexample
  
  If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
! replace the ``with...Texts.'' line with this:
  
  @smallexample
  @group
--- 481,487 ----
  @end smallexample
  
  If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
! replace the ``with@dots{}Texts.'' line with this:
  
  @smallexample
  @group
*************** to permit their use in free software.
*** 449,452 ****
  @c Local Variables:
  @c ispell-local-pdict: "ispell-dict"
  @c End:
- 
--- 503,505 ----
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.725
diff -p -r1.725 gdb.texinfo
*** gdb.texinfo	18 Jun 2010 17:44:36 -0000	1.725
--- gdb.texinfo	18 Jun 2010 18:04:28 -0000
*************** Copyright @copyright{} 1988, 1989, 1990,
*** 50,56 ****
  Free Software Foundation, Inc.
  
  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 the
  Invariant Sections being ``Free Software'' and ``Free Software Needs
  Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
--- 50,56 ----
  Free Software Foundation, Inc.
  
  Permission is granted to copy, distribute and/or modify this document
! under the terms of the GNU Free Documentation License, Version 1.3 or
  any later version published by the Free Software Foundation; with the
  Invariant Sections being ``Free Software'' and ``Free Software Needs
  Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.324
diff -p -r1.324 gdbint.texinfo
*** gdbint.texinfo	3 Jun 2010 19:06:59 -0000	1.324
--- gdbint.texinfo	18 Jun 2010 18:04:28 -0000
*************** Contributed by Cygnus Solutions.  Writte
*** 16,22 ****
  Second Edition by Stan Shebs.
  
  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
--- 16,22 ----
  Second Edition by Stan Shebs.
  
  Permission is granted to copy, distribute and/or modify this document
! under the terms of the GNU Free Documentation License, Version 1.3 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
Index: stabs.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/stabs.texinfo,v
retrieving revision 1.23
diff -p -r1.23 stabs.texinfo
*** stabs.texinfo	1 Jan 2010 07:54:37 -0000	1.23
--- stabs.texinfo	18 Jun 2010 18:04:28 -0000
*************** Contributed by Cygnus Support.  Written 
*** 20,26 ****
  and David MacKenzie.
  
  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
--- 20,26 ----
  and David MacKenzie.
  
  Permission is granted to copy, distribute and/or modify this document
! under the terms of the GNU Free Documentation License, Version 1.3 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]