LICENSE.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Jetty License</TITLE>
  4. </HEAD>
  5. <BODY BGCOLOR="#FFFFFF">
  6. <FONT FACE=ARIAL,HELVETICA>
  7. <CENTER><FONT SIZE=+3><B>Jetty License</B></FONT></CENTER>
  8. <CENTER><FONT SIZE=-1><B>$Revision$</B></FONT></CENTER>
  9. <B>Preamble:</B><p>
  10. The intent of this document is to state the conditions under which the
  11. Jetty Package may be copied, such that the Copyright Holder maintains some
  12. semblance of control over the development of the package, while giving the
  13. users of the package the right to use, distribute and make reasonable
  14. modifications to the Package in accordance with the goals and ideals of
  15. the Open Source concept as described at
  16. <A HREF="http://www.opensource.org">http://www.opensource.org</A>.
  17. <P>
  18. It is the intent of this license to allow commercial usage of the Jetty
  19. package, so long as the source code is distributed or suitable visible
  20. credit given or other arrangements made with the copyright holders.
  21. <P><B>Definitions:</B><P>
  22. <UL>
  23. <LI> "Jetty" refers to the collection of Java classes that are
  24. distributed as a HTTP server with servlet capabilities and
  25. associated utilities.<p>
  26. <LI> "Package" refers to the collection of files distributed by the
  27. Copyright Holder, and derivatives of that collection of files
  28. created through textual modification.<P>
  29. <LI> "Standard Version" refers to such a Package if it has not been
  30. modified, or has been modified in accordance with the wishes
  31. of the Copyright Holder.<P>
  32. <LI> "Copyright Holder" is whoever is named in the copyright or
  33. copyrights for the package. <BR>
  34. Mort Bay Consulting Pty. Ltd. (Australia) is the "Copyright
  35. Holder" for the Jetty package.<P>
  36. <LI> "You" is you, if you're thinking about copying or distributing
  37. this Package.<P>
  38. <LI> "Reasonable copying fee" is whatever you can justify on the
  39. basis of media cost, duplication charges, time of people involved,
  40. and so on. (You will not be required to justify it to the
  41. Copyright Holder, but only to the computing community at large
  42. as a market that must bear the fee.)<P>
  43. <LI> "Freely Available" means that no fee is charged for the item
  44. itself, though there may be fees involved in handling the item.
  45. It also means that recipients of the item may redistribute it
  46. under the same conditions they received it.<P>
  47. </UL>
  48. 0. The Jetty Package is Copyright (c) Mort Bay Consulting Pty. Ltd.
  49. (Australia) and others. Individual files in this package may contain
  50. additional copyright notices. The javax.servlet packages are copyright
  51. Sun Microsystems Inc. <P>
  52. 1. The Standard Version of the Jetty package is
  53. available from <A HREF=http://jetty.mortbay.org>http://jetty.mortbay.org</A>.<P>
  54. 2. You may make and distribute verbatim copies of the source form
  55. of the Standard Version of this Package without restriction, provided that
  56. you include this license and all of the original copyright notices
  57. and associated disclaimers.<P>
  58. 3. You may make and distribute verbatim copies of the compiled form of the
  59. Standard Version of this Package without restriction, provided that you
  60. include this license.<P>
  61. 4. You may apply bug fixes, portability fixes and other modifications
  62. derived from the Public Domain or from the Copyright Holder. A Package
  63. modified in such a way shall still be considered the Standard Version.<P>
  64. 5. You may otherwise modify your copy of this Package in any way, provided
  65. that you insert a prominent notice in each changed file stating how and
  66. when you changed that file, and provided that you do at least ONE of the
  67. following:<P>
  68. <BLOCKQUOTE>
  69. a) Place your modifications in the Public Domain or otherwise make them
  70. Freely Available, such as by posting said modifications to Usenet or
  71. an equivalent medium, or placing the modifications on a major archive
  72. site such as ftp.uu.net, or by allowing the Copyright Holder to include
  73. your modifications in the Standard Version of the Package.<P>
  74. b) Use the modified Package only within your corporation or organization.<P>
  75. c) Rename any non-standard classes so the names do not conflict
  76. with standard classes, which must also be provided, and provide
  77. a separate manual page for each non-standard class that clearly
  78. documents how it differs from the Standard Version.<P>
  79. d) Make other arrangements with the Copyright Holder.<P>
  80. </BLOCKQUOTE>
  81. 6. You may distribute modifications or subsets of this Package in source
  82. code or compiled form, provided that you do at least ONE of the following:<P>
  83. <BLOCKQUOTE>
  84. a) Distribute this license and all original copyright messages, together
  85. with instructions (in the about dialog, manual page or equivalent) on where
  86. to get the complete Standard Version.<P>
  87. b) Accompany the distribution with the machine-readable source of
  88. the Package with your modifications. The modified package must include
  89. this license and all of the original copyright notices and associated
  90. disclaimers, together with instructions on where to get the complete
  91. Standard Version.<P>
  92. c) Make other arrangements with the Copyright Holder.<P>
  93. </BLOCKQUOTE>
  94. 7. You may charge a reasonable copying fee for any distribution of this
  95. Package. You may charge any fee you choose for support of this Package.
  96. You may not charge a fee for this Package itself. However,
  97. you may distribute this Package in aggregate with other (possibly
  98. commercial) programs as part of a larger (possibly commercial) software
  99. distribution provided that you meet the other distribution requirements
  100. of this license.<P>
  101. 8. Input to or the output produced from the programs of this Package
  102. do not automatically fall under the copyright of this Package, but
  103. belong to whomever generated them, and may be sold commercially, and
  104. may be aggregated with this Package.<P>
  105. 9. Any program subroutines supplied by you and linked into this Package
  106. shall not be considered part of this Package.<P>
  107. 10. The name of the Copyright Holder may not be used to endorse or promote
  108. products derived from this software without specific prior written
  109. permission.<P>
  110. 11. This license may change with each release of a Standard Version of
  111. the Package. You may choose to use the license associated with version
  112. you are using or the license of the latest Standard Version.<P>
  113. 12. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  114. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  115. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<P>
  116. 13. If any superior law implies a warranty, the sole remedy under such shall
  117. be , at the Copyright Holders option either a) return of any price paid or
  118. b) use or reasonable endeavours to repair or replace the software.<P>
  119. 14. This license shall be read under the laws of Australia. <P>
  120. <center>The End</center>
  121. <center><FONT size=-1>This license was derived from the <I>Artistic</I> license published
  122. on <a href=http://www.opensource.org>http://www.opensource.com</a></font></center>
  123. </FONT>