components/libtorrent/libtorrent.license
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6932 ae9e3811b2ec
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     1
"libtorrent/src/utils/sha_fast.{cc,h}" is
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     2
originally from the Mozilla NSS and is under a triple license; MPL,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     3
LGPL and GPL. An exception to non-NSS code has been added for linking
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     4
to OpenSSL as requested by Debian, though the author considers that
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     5
library to be part of the Operative System and thus linking is allowed
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     6
according to the GPL.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     8
 Use whatever fits your purpose, the code required to compile with
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
     9
Mozilla's NSS implementation of SHA1 has been retained and can be
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    10
compiled if the user wishes to avoid using OpenSSL.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    12
                    GNU GENERAL PUBLIC LICENSE
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    13
                       Version 2, June 1991
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    15
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    16
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    17
 Everyone is permitted to copy and distribute verbatim copies
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    18
 of this license document, but changing it is not allowed.
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
    19
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    20
                            Preamble
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    21
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    22
  The licenses for most software are designed to take away your
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    23
freedom to share and change it.  By contrast, the GNU General Public
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    24
License is intended to guarantee your freedom to share and change free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    25
software--to make sure the software is free for all its users.  This
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    26
General Public License applies to most of the Free Software
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    27
Foundation's software and to any other program whose authors commit to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    28
using it.  (Some other Free Software Foundation software is covered by
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    29
the GNU Library General Public License instead.)  You can apply it to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    30
your programs, too.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    31
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    32
  When we speak of free software, we are referring to freedom, not
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    33
price.  Our General Public Licenses are designed to make sure that you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    34
have the freedom to distribute copies of free software (and charge for
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    35
this service if you wish), that you receive source code or can get it
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    36
if you want it, that you can change the software or use pieces of it
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    37
in new free programs; and that you know you can do these things.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    38
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    39
  To protect your rights, we need to make restrictions that forbid
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    40
anyone to deny you these rights or to ask you to surrender the rights.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    41
These restrictions translate to certain responsibilities for you if you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    42
distribute copies of the software, or if you modify it.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    43
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    44
  For example, if you distribute copies of such a program, whether
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    45
gratis or for a fee, you must give the recipients all the rights that
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    46
you have.  You must make sure that they, too, receive or can get the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    47
source code.  And you must show them these terms so they know their
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    48
rights.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    49
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    50
  We protect your rights with two steps: (1) copyright the software, and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    51
(2) offer you this license which gives you legal permission to copy,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    52
distribute and/or modify the software.
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
    53
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    54
  Also, for each author's protection and ours, we want to make certain
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    55
that everyone understands that there is no warranty for this free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    56
software.  If the software is modified by someone else and passed on, we
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    57
want its recipients to know that what they have is not the original, so
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    58
that any problems introduced by others will not reflect on the original
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    59
authors' reputations.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    60
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    61
  Finally, any free program is threatened constantly by software
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    62
patents.  We wish to avoid the danger that redistributors of a free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    63
program will individually obtain patent licenses, in effect making the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    64
program proprietary.  To prevent this, we have made it clear that any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    65
patent must be licensed for everyone's free use or not licensed at all.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    66
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    67
  The precise terms and conditions for copying, distribution and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    68
modification follow.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    69
                    GNU GENERAL PUBLIC LICENSE
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    70
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    71
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    72
  0. This License applies to any program or other work which contains
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    73
a notice placed by the copyright holder saying it may be distributed
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    74
under the terms of this General Public License.  The "Program", below,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    75
refers to any such program or work, and a "work based on the Program"
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    76
means either the Program or any derivative work under copyright law:
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    77
that is to say, a work containing the Program or a portion of it,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    78
either verbatim or with modifications and/or translated into another
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    79
language.  (Hereinafter, translation is included without limitation in
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    80
the term "modification".)  Each licensee is addressed as "you".
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    81
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    82
Activities other than copying, distribution and modification are not
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    83
covered by this License; they are outside its scope.  The act of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    84
running the Program is not restricted, and the output from the Program
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    85
is covered only if its contents constitute a work based on the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    86
Program (independent of having been made by running the Program).
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    87
Whether that is true depends on what the Program does.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    88
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    89
  1. You may copy and distribute verbatim copies of the Program's
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    90
source code as you receive it, in any medium, provided that you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    91
conspicuously and appropriately publish on each copy an appropriate
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    92
copyright notice and disclaimer of warranty; keep intact all the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    93
notices that refer to this License and to the absence of any warranty;
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    94
and give any other recipients of the Program a copy of this License
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    95
along with the Program.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    96
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    97
You may charge a fee for the physical act of transferring a copy, and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
    98
you may at your option offer warranty protection in exchange for a fee.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    99
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   100
  2. You may modify your copy or copies of the Program or any portion
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   101
of it, thus forming a work based on the Program, and copy and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   102
distribute such modifications or work under the terms of Section 1
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   103
above, provided that you also meet all of these conditions:
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   104
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   105
    a) You must cause the modified files to carry prominent notices
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   106
    stating that you changed the files and the date of any change.
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
   107
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   108
    b) You must cause any work that you distribute or publish, that in
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   109
    whole or in part contains or is derived from the Program or any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   110
    part thereof, to be licensed as a whole at no charge to all third
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   111
parties under the terms of this License.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   112
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   113
    c) If the modified program normally reads commands interactively
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   114
    when run, you must cause it, when started running for such
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   115
    interactive use in the most ordinary way, to print or display an
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   116
    announcement including an appropriate copyright notice and a
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   117
    notice that there is no warranty (or else, saying that you provide
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   118
    a warranty) and that users may redistribute the program under
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   119
    these conditions, and telling the user how to view a copy of this
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   120
    License.  (Exception: if the Program itself is interactive but
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   121
    does not normally print such an announcement, your work based on
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   122
    the Program is not required to print an announcement.)
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
   123
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   124
These requirements apply to the modified work as a whole.  If
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   125
identifiable sections of that work are not derived from the Program,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   126
and can be reasonably considered independent and separate works in
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   127
themselves, then this License, and its terms, do not apply to those
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   128
sections when you distribute them as separate works.  But when you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   129
distribute the same sections as part of a whole which is a work based
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   130
on the Program, the distribution of the whole must be on the terms of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   131
this License, whose permissions for other licensees extend to the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   132
entire whole, and thus to each and every part regardless of who wrote it.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   133
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   134
Thus, it is not the intent of this section to claim rights or contest
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   135
your rights to work written entirely by you; rather, the intent is to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   136
exercise the right to control the distribution of derivative or
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   137
collective works based on the Program.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   138
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   139
In addition, mere aggregation of another work not based on the Program
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   140
with the Program (or with a work based on the Program) on a volume of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   141
a storage or distribution medium does not bring the other work under
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   142
the scope of this License.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   143
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   144
  3. You may copy and distribute the Program (or a work based on it,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   145
under Section 2) in object code or executable form under the terms of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   146
Sections 1 and 2 above provided that you also do one of the following:
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   147
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   148
    a) Accompany it with the complete corresponding machine-readable
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   149
    source code, which must be distributed under the terms of Sections
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   150
    1 and 2 above on a medium customarily used for software interchange; or,
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   151
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   152
    b) Accompany it with a written offer, valid for at least three
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   153
    years, to give any third party, for a charge no more than your
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   154
  cost of physically performing source distribution, a complete
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   155
    machine-readable copy of the corresponding source code, to be
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   156
    distributed under the terms of Sections 1 and 2 above on a medium
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   157
    customarily used for software interchange; or,
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   158
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   159
    c) Accompany it with the information you received as to the offer
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   160
    to distribute corresponding source code.  (This alternative is
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   161
    allowed only for noncommercial distribution and only if you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   162
    received the program in object code or executable form with such
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   163
    an offer, in accord with Subsection b above.)
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
   164
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   165
The source code for a work means the preferred form of the work for
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   166
making modifications to it.  For an executable work, complete source
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   167
code means all the source code for all modules it contains, plus any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   168
associated interface definition files, plus the scripts used to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   169
control compilation and installation of the executable.  However, as a
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   170
special exception, the source code distributed need not include
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   171
anything that is normally distributed (in either source or binary
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   172
form) with the major components (compiler, kernel, and so on) of the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   173
operating system on which the executable runs, unless that component
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   174
itself accompanies the executable.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   175
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   176
If distribution of executable or object code is made by offering
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   177
access to copy from a designated place, then offering equivalent
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   178
access to copy the source code from the same place counts as
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   179
distribution of the source code, even though third parties are not
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   180
compelled to copy the source along with the object code.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   181
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   182
  4. You may not copy, modify, sublicense, or distribute the Program
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   183
except as expressly provided under this License.  Any attempt
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   184
otherwise to copy, modify, sublicense or distribute the Program is
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   185
void, and will automatically terminate your rights under this License.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   186
However, parties who have received copies, or rights, from you under
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   187
this License will not have their licenses terminated so long as such
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   188
parties remain in full compliance.
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
   189
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   190
  5. You are not required to accept this License, since you have not
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   191
signed it.  However, nothing else grants you permission to modify or
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   192
distribute the Program or its derivative works.  These actions are
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   193
prohibited by law if you do not accept this License.  Therefore, by
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   194
modifying or distributing the Program (or any work based on the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   195
Program), you indicate your acceptance of this License to do so, and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   196
all its terms and conditions for copying, distributing or modifying
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   197
the Program or works based on it.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   198
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   199
  6. Each time you redistribute the Program (or any work based on the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   200
Program), the recipient automatically receives a license from the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   201
original licensor to copy, distribute or modify the Program subject to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   202
these terms and conditions.  You may not impose any further
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   203
restrictions on the recipients' exercise of the rights granted herein.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   204
You are not responsible for enforcing compliance by third parties to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   205
this License.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   206
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   207
  7. If, as a consequence of a court judgment or allegation of patent
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   208
infringement or for any other reason (not limited to patent issues),
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   209
conditions are imposed on you (whether by court order, agreement or
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   210
otherwise) that contradict the conditions of this License, they do not
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   211
excuse you from the conditions of this License.  If you cannot
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   212
distribute so as to satisfy simultaneously your obligations under this
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   213
License and any other pertinent obligations, then as a consequence you
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   214
may not distribute the Program at all.  For example, if a patent
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   215
license would not permit royalty-free redistribution of the Program by
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   216
all those who receive copies directly or indirectly through you, then
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   217
the only way you could satisfy both it and this License would be to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   218
refrain entirely from distribution of the Program.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   219
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   220
If any portion of this section is held invalid or unenforceable under
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   221
any particular circumstance, the balance of the section is intended to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   222
apply and the section as a whole is intended to apply in other
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   223
circumstances.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   224
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   225
It is not the purpose of this section to induce you to infringe any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   226
patents or other property right claims or to contest validity of any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   227
such claims; this section has the sole purpose of protecting the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   228
integrity of the free software distribution system, which is
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   229
implemented by public license practices.  Many people have made
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   230
generous contributions to the wide range of software distributed
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   231
through that system in reliance on consistent application of that
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   232
system; it is up to the author/donor to decide if he or she is willing
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   233
to distribute software through any other system and a licensee cannot
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   234
impose that choice.
1894
ac68129fb8d6 18754023 libtorrent needs a license file update
Stefan Teleman <stefan.teleman@oracle.com>
parents: 1205
diff changeset
   235
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   236
This section is intended to make thoroughly clear what is believed to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   237
be a consequence of the rest of this License.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   238
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   239
  8. If the distribution and/or use of the Program is restricted in
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   240
certain countries either by patents or by copyrighted interfaces, the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   241
original copyright holder who places the Program under this License
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   242
may add an explicit geographical distribution limitation excluding
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   243
those countries, so that distribution is permitted only in or among
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   244
countries not thus excluded.  In such case, this License incorporates
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   245
the limitation as if written in the body of this License.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   246
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   247
  9. The Free Software Foundation may publish revised and/or new versions
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   248
of the General Public License from time to time.  Such new versions will
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   249
be similar in spirit to the present version, but may differ in detail to
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   250
address new problems or concerns.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   251
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   252
Each version is given a distinguishing version number.  If the Program
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   253
specifies a version number of this License which applies to it and "any
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   254
later version", you have the option of following the terms and conditions
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   255
either of that version or of any later version published by the Free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   256
Software Foundation.  If the Program does not specify a version number of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   257
this License, you may choose any version ever published by the Free Software
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   258
Foundation.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   259
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   260
  10. If you wish to incorporate parts of the Program into other free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   261
programs whose distribution conditions are different, write to the author
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   262
to ask for permission.  For software which is copyrighted by the Free
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   263
Software Foundation, write to the Free Software Foundation; we sometimes
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   264
make exceptions for this.  Our decision will be guided by the two goals
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   265
of preserving the free status of all derivatives of our free software and
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   266
of promoting the sharing and reuse of software generally.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   267
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   268
                            NO WARRANTY
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   269
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   270
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   271
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   272
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   273
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   274
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   275
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   276
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   277
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   278
REPAIR OR CORRECTION.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   279
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   280
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   281
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   282
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   283
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   284
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   285
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   286
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   287
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   288
POSSIBILITY OF SUCH DAMAGES.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   289
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   290
                     END OF TERMS AND CONDITIONS
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   291
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   292
            How to Apply These Terms to Your New Programs
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   293
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   294
  If you develop a new program, and you want it to be of the greatest
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   295
possible use to the public, the best way to achieve this is to make it
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   296
free software which everyone can redistribute and change under these terms.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   297
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   298
  To do so, attach the following notices to the program.  It is safest
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   299
to attach them to the start of each source file to most effectively
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   300
convey the exclusion of warranty; and each file should have at least
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   301
the "copyright" line and a pointer to where the full notice is found.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   302
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   303
    <one line to give the program's name and a brief idea of what it does.>
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   304
    Copyright (C) <year>  <name of author>
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   305
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   306
    This program is free software; you can redistribute it and/or modify
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   307
    it under the terms of the GNU General Public License as published by
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   308
    the Free Software Foundation; either version 2 of the License, or
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   309
    (at your option) any later version.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   310
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   311
    This program is distributed in the hope that it will be useful,
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   312
    but WITHOUT ANY WARRANTY; without even the implied warranty of
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   313
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   314
    GNU General Public License for more details.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   315
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   316
    You should have received a copy of the GNU General Public License
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   317
    along with this program; if not, write to the Free Software
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   318
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   319
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   320
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   321
Also add information on how to contact you by electronic and paper mail.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   322
If the program is interactive, make it output a short notice like this
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   323
when it starts in an interactive mode:
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   324
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   325
    Gnomovision version 69, Copyright (C) year name of author
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   326
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   327
    This is free software, and you are welcome to redistribute it
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   328
    under certain conditions; type `show c' for details.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   329
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   330
The hypothetical commands `show w' and `show c' should show the appropriate
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   331
parts of the General Public License.  Of course, the commands you use may
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   332
be called something other than `show w' and `show c'; they could even be
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   333
mouse-clicks or menu items--whatever suits your program.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   334
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   335
You should also get your employer (if you work as a programmer) or your
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   336
school, if any, to sign a "copyright disclaimer" for the program, if
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   337
necessary.  Here is a sample; alter the names:
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   338
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   339
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   340
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   341
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   342
  <signature of Ty Coon>, 1 April 1989
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   343
  Ty Coon, President of Vice
248
3011f7a1ed77 7046137 move *torrent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   344
6932
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   345
This General Public License does not permit incorporating your program into
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   346
proprietary programs.  If your program is a subroutine library, you may
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   347
consider it more useful to permit linking proprietary applications with the
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   348
library.  If this is what you want to do, use the GNU Library General
ae9e3811b2ec 21849039 update libtorrent to 0.13.6
Rich Burridge <rich.burridge@oracle.com>
parents: 1894
diff changeset
   349
Public License instead of this License.