components/readline/readline.license
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 29 Aug 2012 11:05:56 -0700
changeset 957 255465c5756f
parent 620 224989d93a26
child 1205 6c6c27bcf9ac
permissions -rw-r--r--
Close of build 04.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
131
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
Oracle elects to use only the GNU Lesser General Public License version
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
where a choice of LGPL/GPL license versions are made available with the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
language indicating that LGPLv2.1/GPLv2 or any later version may be
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
used, or where a choice of which version of the LGPL/GPL is applied is
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
unspecified.  Unless specifically stated otherwise, where a choice
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
exists between another license and either the GPL or the LGPL, Oracle
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
chooses the other license.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
====================================================================
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
Copyright 1987-2006 Free Software Foundation, Inc.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
Copyright 1987 Oliver Laumann
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
Copyright 2003-2004 Harold Levy
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
Copyright 2004, 1999  Per Bothner
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
		    GNU GENERAL PUBLIC LICENSE
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
		       Version 2, June 1991
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    21
                          59 Temple Place, Suite 330, Boston, MA 02111 USA
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
 Everyone is permitted to copy and distribute verbatim copies
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
 of this license document, but changing it is not allowed.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    25
			    Preamble
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    26
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    27
  The licenses for most software are designed to take away your
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    28
freedom to share and change it.  By contrast, the GNU General Public
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    29
License is intended to guarantee your freedom to share and change free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    30
software--to make sure the software is free for all its users.  This
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    31
General Public License applies to most of the Free Software
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    32
Foundation's software and to any other program whose authors commit to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    33
using it.  (Some other Free Software Foundation software is covered by
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    34
the GNU Library General Public License instead.)  You can apply it to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    35
your programs, too.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    36
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    37
  When we speak of free software, we are referring to freedom, not
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    38
price.  Our General Public Licenses are designed to make sure that you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
have the freedom to distribute copies of free software (and charge for
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    40
this service if you wish), that you receive source code or can get it
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    41
if you want it, that you can change the software or use pieces of it
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    42
in new free programs; and that you know you can do these things.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    43
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    44
  To protect your rights, we need to make restrictions that forbid
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    45
anyone to deny you these rights or to ask you to surrender the rights.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    46
These restrictions translate to certain responsibilities for you if you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    47
distribute copies of the software, or if you modify it.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
  For example, if you distribute copies of such a program, whether
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    50
gratis or for a fee, you must give the recipients all the rights that
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    51
you have.  You must make sure that they, too, receive or can get the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    52
source code.  And you must show them these terms so they know their
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    53
rights.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    54
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    55
  We protect your rights with two steps: (1) copyright the software, and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    56
(2) offer you this license which gives you legal permission to copy,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    57
distribute and/or modify the software.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    58
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    59
  Also, for each author's protection and ours, we want to make certain
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    60
that everyone understands that there is no warranty for this free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    61
software.  If the software is modified by someone else and passed on, we
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    62
want its recipients to know that what they have is not the original, so
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    63
that any problems introduced by others will not reflect on the original
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    64
authors' reputations.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    65
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    66
  Finally, any free program is threatened constantly by software
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    67
patents.  We wish to avoid the danger that redistributors of a free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    68
program will individually obtain patent licenses, in effect making the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    69
program proprietary.  To prevent this, we have made it clear that any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    70
patent must be licensed for everyone's free use or not licensed at all.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    71
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    72
  The precise terms and conditions for copying, distribution and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    73
modification follow.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    74

651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    75
		    GNU GENERAL PUBLIC LICENSE
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    76
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    77
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    78
  0. This License applies to any program or other work which contains
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    79
a notice placed by the copyright holder saying it may be distributed
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    80
under the terms of this General Public License.  The "Program", below,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    81
refers to any such program or work, and a "work based on the Program"
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    82
means either the Program or any derivative work under copyright law:
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    83
that is to say, a work containing the Program or a portion of it,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    84
either verbatim or with modifications and/or translated into another
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    85
language.  (Hereinafter, translation is included without limitation in
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    86
the term "modification".)  Each licensee is addressed as "you".
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    87
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    88
Activities other than copying, distribution and modification are not
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    89
covered by this License; they are outside its scope.  The act of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    90
running the Program is not restricted, and the output from the Program
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    91
is covered only if its contents constitute a work based on the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    92
Program (independent of having been made by running the Program).
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    93
Whether that is true depends on what the Program does.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    94
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    95
  1. You may copy and distribute verbatim copies of the Program's
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    96
source code as you receive it, in any medium, provided that you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    97
conspicuously and appropriately publish on each copy an appropriate
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    98
copyright notice and disclaimer of warranty; keep intact all the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    99
notices that refer to this License and to the absence of any warranty;
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   100
and give any other recipients of the Program a copy of this License
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   101
along with the Program.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   102
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   103
You may charge a fee for the physical act of transferring a copy, and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   104
you may at your option offer warranty protection in exchange for a fee.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   105
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   106
  2. You may modify your copy or copies of the Program or any portion
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   107
of it, thus forming a work based on the Program, and copy and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   108
distribute such modifications or work under the terms of Section 1
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   109
above, provided that you also meet all of these conditions:
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   110
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   111
    a) You must cause the modified files to carry prominent notices
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   112
    stating that you changed the files and the date of any change.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   113
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   114
    b) You must cause any work that you distribute or publish, that in
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   115
    whole or in part contains or is derived from the Program or any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   116
    part thereof, to be licensed as a whole at no charge to all third
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   117
    parties under the terms of this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   118
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   119
    c) If the modified program normally reads commands interactively
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   120
    when run, you must cause it, when started running for such
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   121
    interactive use in the most ordinary way, to print or display an
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   122
    announcement including an appropriate copyright notice and a
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   123
    notice that there is no warranty (or else, saying that you provide
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   124
    a warranty) and that users may redistribute the program under
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   125
    these conditions, and telling the user how to view a copy of this
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   126
    License.  (Exception: if the Program itself is interactive but
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   127
    does not normally print such an announcement, your work based on
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   128
    the Program is not required to print an announcement.)
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   129

651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   130
These requirements apply to the modified work as a whole.  If
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   131
identifiable sections of that work are not derived from the Program,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   132
and can be reasonably considered independent and separate works in
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   133
themselves, then this License, and its terms, do not apply to those
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   134
sections when you distribute them as separate works.  But when you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   135
distribute the same sections as part of a whole which is a work based
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   136
on the Program, the distribution of the whole must be on the terms of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   137
this License, whose permissions for other licensees extend to the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   138
entire whole, and thus to each and every part regardless of who wrote it.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   139
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   140
Thus, it is not the intent of this section to claim rights or contest
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   141
your rights to work written entirely by you; rather, the intent is to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   142
exercise the right to control the distribution of derivative or
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   143
collective works based on the Program.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   144
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   145
In addition, mere aggregation of another work not based on the Program
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   146
with the Program (or with a work based on the Program) on a volume of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   147
a storage or distribution medium does not bring the other work under
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   148
the scope of this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   149
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   150
  3. You may copy and distribute the Program (or a work based on it,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   151
under Section 2) in object code or executable form under the terms of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   152
Sections 1 and 2 above provided that you also do one of the following:
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   153
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   154
    a) Accompany it with the complete corresponding machine-readable
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   155
    source code, which must be distributed under the terms of Sections
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   156
    1 and 2 above on a medium customarily used for software interchange; or,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   157
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   158
    b) Accompany it with a written offer, valid for at least three
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   159
    years, to give any third party, for a charge no more than your
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   160
    cost of physically performing source distribution, a complete
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   161
    machine-readable copy of the corresponding source code, to be
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   162
    distributed under the terms of Sections 1 and 2 above on a medium
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   163
    customarily used for software interchange; or,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   164
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   165
    c) Accompany it with the information you received as to the offer
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   166
    to distribute corresponding source code.  (This alternative is
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   167
    allowed only for noncommercial distribution and only if you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   168
    received the program in object code or executable form with such
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   169
    an offer, in accord with Subsection b above.)
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   170
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   171
The source code for a work means the preferred form of the work for
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   172
making modifications to it.  For an executable work, complete source
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   173
code means all the source code for all modules it contains, plus any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   174
associated interface definition files, plus the scripts used to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   175
control compilation and installation of the executable.  However, as a
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   176
special exception, the source code distributed need not include
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   177
anything that is normally distributed (in either source or binary
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   178
form) with the major components (compiler, kernel, and so on) of the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   179
operating system on which the executable runs, unless that component
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   180
itself accompanies the executable.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   181
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   182
If distribution of executable or object code is made by offering
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   183
access to copy from a designated place, then offering equivalent
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   184
access to copy the source code from the same place counts as
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   185
distribution of the source code, even though third parties are not
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   186
compelled to copy the source along with the object code.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   187

651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   188
  4. You may not copy, modify, sublicense, or distribute the Program
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   189
except as expressly provided under this License.  Any attempt
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   190
otherwise to copy, modify, sublicense or distribute the Program is
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   191
void, and will automatically terminate your rights under this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   192
However, parties who have received copies, or rights, from you under
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   193
this License will not have their licenses terminated so long as such
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   194
parties remain in full compliance.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   195
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   196
  5. You are not required to accept this License, since you have not
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   197
signed it.  However, nothing else grants you permission to modify or
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   198
distribute the Program or its derivative works.  These actions are
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   199
prohibited by law if you do not accept this License.  Therefore, by
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   200
modifying or distributing the Program (or any work based on the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   201
Program), you indicate your acceptance of this License to do so, and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   202
all its terms and conditions for copying, distributing or modifying
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   203
the Program or works based on it.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   204
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   205
  6. Each time you redistribute the Program (or any work based on the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   206
Program), the recipient automatically receives a license from the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   207
original licensor to copy, distribute or modify the Program subject to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   208
these terms and conditions.  You may not impose any further
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   209
restrictions on the recipients' exercise of the rights granted herein.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   210
You are not responsible for enforcing compliance by third parties to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   211
this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   212
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   213
  7. If, as a consequence of a court judgment or allegation of patent
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   214
infringement or for any other reason (not limited to patent issues),
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   215
conditions are imposed on you (whether by court order, agreement or
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   216
otherwise) that contradict the conditions of this License, they do not
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   217
excuse you from the conditions of this License.  If you cannot
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   218
distribute so as to satisfy simultaneously your obligations under this
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   219
License and any other pertinent obligations, then as a consequence you
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   220
may not distribute the Program at all.  For example, if a patent
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   221
license would not permit royalty-free redistribution of the Program by
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   222
all those who receive copies directly or indirectly through you, then
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   223
the only way you could satisfy both it and this License would be to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   224
refrain entirely from distribution of the Program.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   225
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   226
If any portion of this section is held invalid or unenforceable under
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   227
any particular circumstance, the balance of the section is intended to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   228
apply and the section as a whole is intended to apply in other
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   229
circumstances.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   230
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   231
It is not the purpose of this section to induce you to infringe any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   232
patents or other property right claims or to contest validity of any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   233
such claims; this section has the sole purpose of protecting the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   234
integrity of the free software distribution system, which is
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   235
implemented by public license practices.  Many people have made
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   236
generous contributions to the wide range of software distributed
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   237
through that system in reliance on consistent application of that
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   238
system; it is up to the author/donor to decide if he or she is willing
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   239
to distribute software through any other system and a licensee cannot
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   240
impose that choice.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   241
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   242
This section is intended to make thoroughly clear what is believed to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   243
be a consequence of the rest of this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   244

651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   245
  8. If the distribution and/or use of the Program is restricted in
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   246
certain countries either by patents or by copyrighted interfaces, the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   247
original copyright holder who places the Program under this License
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   248
may add an explicit geographical distribution limitation excluding
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   249
those countries, so that distribution is permitted only in or among
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   250
countries not thus excluded.  In such case, this License incorporates
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   251
the limitation as if written in the body of this License.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   252
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   253
  9. The Free Software Foundation may publish revised and/or new versions
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   254
of the General Public License from time to time.  Such new versions will
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   255
be similar in spirit to the present version, but may differ in detail to
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   256
address new problems or concerns.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   257
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   258
Each version is given a distinguishing version number.  If the Program
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   259
specifies a version number of this License which applies to it and "any
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   260
later version", you have the option of following the terms and conditions
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   261
either of that version or of any later version published by the Free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   262
Software Foundation.  If the Program does not specify a version number of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   263
this License, you may choose any version ever published by the Free Software
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   264
Foundation.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   265
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   266
  10. If you wish to incorporate parts of the Program into other free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   267
programs whose distribution conditions are different, write to the author
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   268
to ask for permission.  For software which is copyrighted by the Free
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   269
Software Foundation, write to the Free Software Foundation; we sometimes
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   270
make exceptions for this.  Our decision will be guided by the two goals
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   271
of preserving the free status of all derivatives of our free software and
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   272
of promoting the sharing and reuse of software generally.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   273
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   274
			    NO WARRANTY
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   275
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   276
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   277
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   278
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   279
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   280
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   281
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   282
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   283
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   284
REPAIR OR CORRECTION.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   285
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   286
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   287
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   288
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   289
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   290
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   291
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   292
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   293
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   294
POSSIBILITY OF SUCH DAMAGES.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   295
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   296
		     END OF TERMS AND CONDITIONS
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   297

651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   298
	Appendix: How to Apply These Terms to Your New Programs
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   299
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   300
  If you develop a new program, and you want it to be of the greatest
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   301
possible use to the public, the best way to achieve this is to make it
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   302
free software which everyone can redistribute and change under these terms.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   303
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   304
  To do so, attach the following notices to the program.  It is safest
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   305
to attach them to the start of each source file to most effectively
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   306
convey the exclusion of warranty; and each file should have at least
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   307
the "copyright" line and a pointer to where the full notice is found.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   308
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   309
    <one line to give the program's name and a brief idea of what it does.>
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   310
    Copyright (C) 19yy  <name of author>
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   311
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   312
    This program is free software; you can redistribute it and/or modify
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   313
    it under the terms of the GNU General Public License as published by
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   314
    the Free Software Foundation; either version 2 of the License, or
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   315
    (at your option) any later version.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   316
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   317
    This program is distributed in the hope that it will be useful,
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   318
    but WITHOUT ANY WARRANTY; without even the implied warranty of
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   319
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   320
    GNU General Public License for more details.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   321
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   322
    You should have received a copy of the GNU General Public License
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   323
    along with this program; if not, write to the Free Software
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   324
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   325
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   326
Also add information on how to contact you by electronic and paper mail.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   327
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   328
If the program is interactive, make it output a short notice like this
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   329
when it starts in an interactive mode:
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   330
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   331
    Gnomovision version 69, Copyright (C) 19yy name of author
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   332
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   333
    This is free software, and you are welcome to redistribute it
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   334
    under certain conditions; type `show c' for details.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   335
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   336
The hypothetical commands `show w' and `show c' should show the appropriate
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   337
parts of the General Public License.  Of course, the commands you use may
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   338
be called something other than `show w' and `show c'; they could even be
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   339
mouse-clicks or menu items--whatever suits your program.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   340
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   341
You should also get your employer (if you work as a programmer) or your
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   342
school, if any, to sign a "copyright disclaimer" for the program, if
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   343
necessary.  Here is a sample; alter the names:
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   344
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   345
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   346
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   347
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   348
  <signature of Ty Coon>, 1 April 1989
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   349
  Ty Coon, President of Vice
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   350
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   351
This General Public License does not permit incorporating your program into
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   352
proprietary programs.  If your program is a subroutine library, you may
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   353
consider it more useful to permit linking proprietary applications with the
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   354
library.  If this is what you want to do, use the GNU Library General
651976f969f6 7027351 move readline/gm4 to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   355
Public License instead of this License.
620
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   356
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   357
====================================================================
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   358
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   359
                GNU Free Documentation License
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   360
                  Version 1.2, November 2002
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   361
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   362
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   363
 Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   364
     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   365
 Everyone is permitted to copy and distribute verbatim copies
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   366
 of this license document, but changing it is not allowed.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   367
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   368
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   369
0. PREAMBLE
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   370
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   371
The purpose of this License is to make a manual, textbook, or other
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   372
functional and useful document "free" in the sense of freedom: to
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   373
assure everyone the effective freedom to copy and redistribute it,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   374
with or without modifying it, either commercially or noncommercially.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   375
Secondarily, this License preserves for the author and publisher a way
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   376
to get credit for their work, while not being considered responsible
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   377
for modifications made by others.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   378
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   379
This License is a kind of "copyleft", which means that derivative
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   380
works of the document must themselves be free in the same sense.  It
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   381
complements the GNU General Public License, which is a copyleft
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   382
license designed for free software.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   383
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   384
We have designed this License in order to use it for manuals for free
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   385
software, because free software needs free documentation: a free
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   386
program should come with manuals providing the same freedoms that the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   387
software does.  But this License is not limited to software manuals;
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   388
it can be used for any textual work, regardless of subject matter or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   389
whether it is published as a printed book.  We recommend this License
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   390
principally for works whose purpose is instruction or reference.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   391
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   392
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   393
1. APPLICABILITY AND DEFINITIONS
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   394
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   395
This License applies to any manual or other work, in any medium, that
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   396
contains a notice placed by the copyright holder saying it can be
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   397
distributed under the terms of this License.  Such a notice grants a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   398
world-wide, royalty-free license, unlimited in duration, to use that
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   399
work under the conditions stated herein.  The "Document", below,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   400
refers to any such manual or work.  Any member of the public is a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   401
licensee, and is addressed as "you".  You accept the license if you
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   402
copy, modify or distribute the work in a way requiring permission
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   403
under copyright law.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   404
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   405
A "Modified Version" of the Document means any work containing the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   406
Document or a portion of it, either copied verbatim, or with
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   407
modifications and/or translated into another language.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   408
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   409
A "Secondary Section" is a named appendix or a front-matter section of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   410
the Document that deals exclusively with the relationship of the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   411
publishers or authors of the Document to the Document's overall subject
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   412
(or to related matters) and contains nothing that could fall directly
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   413
within that overall subject.  (Thus, if the Document is in part a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   414
textbook of mathematics, a Secondary Section may not explain any
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   415
mathematics.)  The relationship could be a matter of historical
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   416
connection with the subject or with related matters, or of legal,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   417
commercial, philosophical, ethical or political position regarding
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   418
them.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   419
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   420
The "Invariant Sections" are certain Secondary Sections whose titles
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   421
are designated, as being those of Invariant Sections, in the notice
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   422
that says that the Document is released under this License.  If a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   423
section does not fit the above definition of Secondary then it is not
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   424
allowed to be designated as Invariant.  The Document may contain zero
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   425
Invariant Sections.  If the Document does not identify any Invariant
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   426
Sections then there are none.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   427
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   428
The "Cover Texts" are certain short passages of text that are listed,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   429
as Front-Cover Texts or Back-Cover Texts, in the notice that says that
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   430
the Document is released under this License.  A Front-Cover Text may
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   431
be at most 5 words, and a Back-Cover Text may be at most 25 words.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   432
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   433
A "Transparent" copy of the Document means a machine-readable copy,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   434
represented in a format whose specification is available to the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   435
general public, that is suitable for revising the document
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   436
straightforwardly with generic text editors or (for images composed of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   437
pixels) generic paint programs or (for drawings) some widely available
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   438
drawing editor, and that is suitable for input to text formatters or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   439
for automatic translation to a variety of formats suitable for input
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   440
to text formatters.  A copy made in an otherwise Transparent file
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   441
format whose markup, or absence of markup, has been arranged to thwart
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   442
or discourage subsequent modification by readers is not Transparent.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   443
An image format is not Transparent if used for any substantial amount
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   444
of text.  A copy that is not "Transparent" is called "Opaque".
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   445
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   446
Examples of suitable formats for Transparent copies include plain
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   447
ASCII without markup, Texinfo input format, LaTeX input format, SGML
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   448
or XML using a publicly available DTD, and standard-conforming simple
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   449
HTML, PostScript or PDF designed for human modification.  Examples of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   450
transparent image formats include PNG, XCF and JPG.  Opaque formats
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   451
include proprietary formats that can be read and edited only by
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   452
proprietary word processors, SGML or XML for which the DTD and/or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   453
processing tools are not generally available, and the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   454
machine-generated HTML, PostScript or PDF produced by some word
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   455
processors for output purposes only.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   456
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   457
The "Title Page" means, for a printed book, the title page itself,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   458
plus such following pages as are needed to hold, legibly, the material
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   459
this License requires to appear in the title page.  For works in
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   460
formats which do not have any title page as such, "Title Page" means
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   461
the text near the most prominent appearance of the work's title,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   462
preceding the beginning of the body of the text.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   463
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   464
A section "Entitled XYZ" means a named subunit of the Document whose
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   465
title either is precisely XYZ or contains XYZ in parentheses following
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   466
text that translates XYZ in another language.  (Here XYZ stands for a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   467
specific section name mentioned below, such as "Acknowledgements",
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   468
"Dedications", "Endorsements", or "History".)  To "Preserve the Title"
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   469
of such a section when you modify the Document means that it remains a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   470
section "Entitled XYZ" according to this definition.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   471
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   472
The Document may include Warranty Disclaimers next to the notice which
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   473
states that this License applies to the Document.  These Warranty
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   474
Disclaimers are considered to be included by reference in this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   475
License, but only as regards disclaiming warranties: any other
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   476
implication that these Warranty Disclaimers may have is void and has
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   477
no effect on the meaning of this License.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   478
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   479
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   480
2. VERBATIM COPYING
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   481
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   482
You may copy and distribute the Document in any medium, either
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   483
commercially or noncommercially, provided that this License, the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   484
copyright notices, and the license notice saying this License applies
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   485
to the Document are reproduced in all copies, and that you add no other
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   486
conditions whatsoever to those of this License.  You may not use
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   487
technical measures to obstruct or control the reading or further
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   488
copying of the copies you make or distribute.  However, you may accept
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   489
compensation in exchange for copies.  If you distribute a large enough
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   490
number of copies you must also follow the conditions in section 3.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   491
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   492
You may also lend copies, under the same conditions stated above, and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   493
you may publicly display copies.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   494
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   495
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   496
3. COPYING IN QUANTITY
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   497
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   498
If you publish printed copies (or copies in media that commonly have
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   499
printed covers) of the Document, numbering more than 100, and the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   500
Document's license notice requires Cover Texts, you must enclose the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   501
copies in covers that carry, clearly and legibly, all these Cover
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   502
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   503
the back cover.  Both covers must also clearly and legibly identify
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   504
you as the publisher of these copies.  The front cover must present
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   505
the full title with all words of the title equally prominent and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   506
visible.  You may add other material on the covers in addition.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   507
Copying with changes limited to the covers, as long as they preserve
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   508
the title of the Document and satisfy these conditions, can be treated
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   509
as verbatim copying in other respects.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   510
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   511
If the required texts for either cover are too voluminous to fit
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   512
legibly, you should put the first ones listed (as many as fit
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   513
reasonably) on the actual cover, and continue the rest onto adjacent
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   514
pages.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   515
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   516
If you publish or distribute Opaque copies of the Document numbering
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   517
more than 100, you must either include a machine-readable Transparent
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   518
copy along with each Opaque copy, or state in or with each Opaque copy
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   519
a computer-network location from which the general network-using
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   520
public has access to download using public-standard network protocols
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   521
a complete Transparent copy of the Document, free of added material.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   522
If you use the latter option, you must take reasonably prudent steps,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   523
when you begin distribution of Opaque copies in quantity, to ensure
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   524
that this Transparent copy will remain thus accessible at the stated
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   525
location until at least one year after the last time you distribute an
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   526
Opaque copy (directly or through your agents or retailers) of that
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   527
edition to the public.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   528
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   529
It is requested, but not required, that you contact the authors of the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   530
Document well before redistributing any large number of copies, to give
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   531
them a chance to provide you with an updated version of the Document.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   532
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   533
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   534
4. MODIFICATIONS
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   535
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   536
You may copy and distribute a Modified Version of the Document under
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   537
the conditions of sections 2 and 3 above, provided that you release
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   538
the Modified Version under precisely this License, with the Modified
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   539
Version filling the role of the Document, thus licensing distribution
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   540
and modification of the Modified Version to whoever possesses a copy
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   541
of it.  In addition, you must do these things in the Modified Version:
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   542
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   543
A. Use in the Title Page (and on the covers, if any) a title distinct
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   544
   from that of the Document, and from those of previous versions
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   545
   (which should, if there were any, be listed in the History section
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   546
   of the Document).  You may use the same title as a previous version
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   547
   if the original publisher of that version gives permission.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   548
B. List on the Title Page, as authors, one or more persons or entities
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   549
   responsible for authorship of the modifications in the Modified
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   550
   Version, together with at least five of the principal authors of the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   551
   Document (all of its principal authors, if it has fewer than five),
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   552
   unless they release you from this requirement.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   553
C. State on the Title page the name of the publisher of the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   554
   Modified Version, as the publisher.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   555
D. Preserve all the copyright notices of the Document.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   556
E. Add an appropriate copyright notice for your modifications
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   557
   adjacent to the other copyright notices.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   558
F. Include, immediately after the copyright notices, a license notice
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   559
   giving the public permission to use the Modified Version under the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   560
   terms of this License, in the form shown in the Addendum below.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   561
G. Preserve in that license notice the full lists of Invariant Sections
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   562
   and required Cover Texts given in the Document's license notice.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   563
H. Include an unaltered copy of this License.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   564
I. Preserve the section Entitled "History", Preserve its Title, and add
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   565
   to it an item stating at least the title, year, new authors, and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   566
   publisher of the Modified Version as given on the Title Page.  If
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   567
   there is no section Entitled "History" in the Document, create one
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   568
   stating the title, year, authors, and publisher of the Document as
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   569
   given on its Title Page, then add an item describing the Modified
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   570
   Version as stated in the previous sentence.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   571
J. Preserve the network location, if any, given in the Document for
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   572
   public access to a Transparent copy of the Document, and likewise
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   573
   the network locations given in the Document for previous versions
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   574
   it was based on.  These may be placed in the "History" section.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   575
   You may omit a network location for a work that was published at
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   576
   least four years before the Document itself, or if the original
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   577
   publisher of the version it refers to gives permission.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   578
K. For any section Entitled "Acknowledgements" or "Dedications",
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   579
   Preserve the Title of the section, and preserve in the section all
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   580
   the substance and tone of each of the contributor acknowledgements
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   581
   and/or dedications given therein.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   582
L. Preserve all the Invariant Sections of the Document,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   583
   unaltered in their text and in their titles.  Section numbers
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   584
   or the equivalent are not considered part of the section titles.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   585
M. Delete any section Entitled "Endorsements".  Such a section
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   586
   may not be included in the Modified Version.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   587
N. Do not retitle any existing section to be Entitled "Endorsements"
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   588
   or to conflict in title with any Invariant Section.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   589
O. Preserve any Warranty Disclaimers.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   590
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   591
If the Modified Version includes new front-matter sections or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   592
appendices that qualify as Secondary Sections and contain no material
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   593
copied from the Document, you may at your option designate some or all
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   594
of these sections as invariant.  To do this, add their titles to the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   595
list of Invariant Sections in the Modified Version's license notice.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   596
These titles must be distinct from any other section titles.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   597
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   598
You may add a section Entitled "Endorsements", provided it contains
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   599
nothing but endorsements of your Modified Version by various
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   600
parties--for example, statements of peer review or that the text has
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   601
been approved by an organization as the authoritative definition of a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   602
standard.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   603
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   604
You may add a passage of up to five words as a Front-Cover Text, and a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   605
passage of up to 25 words as a Back-Cover Text, to the end of the list
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   606
of Cover Texts in the Modified Version.  Only one passage of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   607
Front-Cover Text and one of Back-Cover Text may be added by (or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   608
through arrangements made by) any one entity.  If the Document already
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   609
includes a cover text for the same cover, previously added by you or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   610
by arrangement made by the same entity you are acting on behalf of,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   611
you may not add another; but you may replace the old one, on explicit
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   612
permission from the previous publisher that added the old one.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   613
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   614
The author(s) and publisher(s) of the Document do not by this License
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   615
give permission to use their names for publicity for or to assert or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   616
imply endorsement of any Modified Version.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   617
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   618
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   619
5. COMBINING DOCUMENTS
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   620
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   621
You may combine the Document with other documents released under this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   622
License, under the terms defined in section 4 above for modified
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   623
versions, provided that you include in the combination all of the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   624
Invariant Sections of all of the original documents, unmodified, and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   625
list them all as Invariant Sections of your combined work in its
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   626
license notice, and that you preserve all their Warranty Disclaimers.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   627
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   628
The combined work need only contain one copy of this License, and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   629
multiple identical Invariant Sections may be replaced with a single
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   630
copy.  If there are multiple Invariant Sections with the same name but
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   631
different contents, make the title of each such section unique by
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   632
adding at the end of it, in parentheses, the name of the original
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   633
author or publisher of that section if known, or else a unique number.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   634
Make the same adjustment to the section titles in the list of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   635
Invariant Sections in the license notice of the combined work.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   636
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   637
In the combination, you must combine any sections Entitled "History"
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   638
in the various original documents, forming one section Entitled
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   639
"History"; likewise combine any sections Entitled "Acknowledgements",
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   640
and any sections Entitled "Dedications".  You must delete all sections
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   641
Entitled "Endorsements".
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   642
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   643
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   644
6. COLLECTIONS OF DOCUMENTS
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   645
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   646
You may make a collection consisting of the Document and other documents
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   647
released under this License, and replace the individual copies of this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   648
License in the various documents with a single copy that is included in
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   649
the collection, provided that you follow the rules of this License for
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   650
verbatim copying of each of the documents in all other respects.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   651
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   652
You may extract a single document from such a collection, and distribute
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   653
it individually under this License, provided you insert a copy of this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   654
License into the extracted document, and follow this License in all
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   655
other respects regarding verbatim copying of that document.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   656
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   657
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   658
7. AGGREGATION WITH INDEPENDENT WORKS
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   659
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   660
A compilation of the Document or its derivatives with other separate
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   661
and independent documents or works, in or on a volume of a storage or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   662
distribution medium, is called an "aggregate" if the copyright
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   663
resulting from the compilation is not used to limit the legal rights
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   664
of the compilation's users beyond what the individual works permit.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   665
When the Document is included in an aggregate, this License does not
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   666
apply to the other works in the aggregate which are not themselves
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   667
derivative works of the Document.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   668
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   669
If the Cover Text requirement of section 3 is applicable to these
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   670
copies of the Document, then if the Document is less than one half of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   671
the entire aggregate, the Document's Cover Texts may be placed on
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   672
covers that bracket the Document within the aggregate, or the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   673
electronic equivalent of covers if the Document is in electronic form.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   674
Otherwise they must appear on printed covers that bracket the whole
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   675
aggregate.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   676
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   677
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   678
8. TRANSLATION
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   679
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   680
Translation is considered a kind of modification, so you may
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   681
distribute translations of the Document under the terms of section 4.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   682
Replacing Invariant Sections with translations requires special
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   683
permission from their copyright holders, but you may include
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   684
translations of some or all Invariant Sections in addition to the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   685
original versions of these Invariant Sections.  You may include a
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   686
translation of this License, and all the license notices in the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   687
Document, and any Warranty Disclaimers, provided that you also include
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   688
the original English version of this License and the original versions
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   689
of those notices and disclaimers.  In case of a disagreement between
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   690
the translation and the original version of this License or a notice
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   691
or disclaimer, the original version will prevail.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   692
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   693
If a section in the Document is Entitled "Acknowledgements",
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   694
"Dedications", or "History", the requirement (section 4) to Preserve
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   695
its Title (section 1) will typically require changing the actual
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   696
title.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   697
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   698
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   699
9. TERMINATION
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   700
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   701
You may not copy, modify, sublicense, or distribute the Document except
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   702
as expressly provided for under this License.  Any other attempt to
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   703
copy, modify, sublicense or distribute the Document is void, and will
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   704
automatically terminate your rights under this License.  However,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   705
parties who have received copies, or rights, from you under this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   706
License will not have their licenses terminated so long as such
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   707
parties remain in full compliance.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   708
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   709
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   710
10. FUTURE REVISIONS OF THIS LICENSE
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   711
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   712
The Free Software Foundation may publish new, revised versions
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   713
of the GNU Free Documentation License from time to time.  Such new
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   714
versions will be similar in spirit to the present version, but may
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   715
differ in detail to address new problems or concerns.  See
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   716
http://www.gnu.org/copyleft/.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   717
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   718
Each version of the License is given a distinguishing version number.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   719
If the Document specifies that a particular numbered version of this
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   720
License "or any later version" applies to it, you have the option of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   721
following the terms and conditions either of that specified version or
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   722
of any later version that has been published (not as a draft) by the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   723
Free Software Foundation.  If the Document does not specify a version
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   724
number of this License, you may choose any version ever published (not
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   725
as a draft) by the Free Software Foundation.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   726
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   727
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   728
ADDENDUM: How to use this License for your documents
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   729
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   730
To use this License in a document you have written, include a copy of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   731
the License in the document and put the following copyright and
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   732
license notices just after the title page:
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   733
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   734
    Copyright (c)  YEAR  YOUR NAME.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   735
    Permission is granted to copy, distribute and/or modify this document
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   736
    under the terms of the GNU Free Documentation License, Version 1.2
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   737
    or any later version published by the Free Software Foundation;
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   738
    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   739
    A copy of the license is included in the section entitled "GNU
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   740
    Free Documentation License".
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   741
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   742
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   743
replace the "with...Texts." line with this:
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   744
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   745
    with the Invariant Sections being LIST THEIR TITLES, with the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   746
    Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   747
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   748
If you have Invariant Sections without Cover Texts, or some other
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   749
combination of the three, merge those two alternatives to suit the
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   750
situation.
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   751
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   752
If your document contains nontrivial examples of program code, we
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   753
recommend releasing these examples in parallel under your choice of
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   754
free software license, such as the GNU General Public License,
224989d93a26 7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents: 131
diff changeset
   755
to permit their use in free software.