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