PageRenderTime 29ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/example-jsunit/jsunit/licenses/index.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 141 lines | 90 code | 13 blank | 38 comment | 0 complexity | da1a283a1c499f1bd5a8fd53a955afc7 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- JsUnit -->
  4. <!-- ***** BEGIN LICENSE BLOCK *****
  5. - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  6. -
  7. - The contents of this file are subject to the Mozilla Public License Version
  8. - 1.1 (the "License"); you may not use this file except in compliance with
  9. - the License. You may obtain a copy of the License at
  10. - http://www.mozilla.org/MPL/
  11. -
  12. - Software distributed under the License is distributed on an "AS IS" basis,
  13. - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  14. - for the specific language governing rights and limitations under the
  15. - License.
  16. -
  17. - The Original Code is Edward Hieatt code.
  18. -
  19. - The Initial Developer of the Original Code is
  20. - Edward Hieatt, edward@jsunit.net.
  21. - Portions created by the Initial Developer are Copyright (C) 2001
  22. - the Initial Developer. All Rights Reserved.
  23. -
  24. - Contributor(s):
  25. - Edward Hieatt, edward@jsunit.net (original author)
  26. - Bob Clary, bc@bclary.comn
  27. -
  28. - Alternatively, the contents of this file may be used under the terms of
  29. - either the GNU General Public License Version 2 or later (the "GPL"), or
  30. - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  31. - in which case the provisions of the GPL or the LGPL are applicable instead
  32. - of those above. If you wish to allow use of your version of this file only
  33. - under the terms of either the GPL or the LGPL, and not to allow others to
  34. - use your version of this file under the terms of the MPL, indicate your
  35. - decision by deleting the provisions above and replace them with the notice
  36. - and other provisions required by the LGPL or the GPL. If you do not delete
  37. - the provisions above, a recipient may use your version of this file under
  38. - the terms of any one of the MPL, the GPL or the LGPL.
  39. -
  40. - ***** END LICENSE BLOCK ***** -->
  41. <head>
  42. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  43. <title>Licensing</title>
  44. <link rel="stylesheet" type="text/css" href="../app/css/jsUnitStyle.css">
  45. </head>
  46. <body>
  47. <table width="100%" cellpadding="0" cellspacing="0" border="1" summary="jsUnit Information">
  48. <tr>
  49. <th align="center" valign="top"><h1>JsUnit Licenses</h1></th>
  50. <td align="right" valign="top">
  51. <a href="http://www.jsunit.net/" target="_blank">JsUnit Home</a><br>
  52. <a href="mailto:edward@jsunit.net">edward@jsunit.net</a><br>
  53. </tr>
  54. </table>
  55. <p><h2>Third-party licenses:</h2>
  56. <ul>
  57. <li>JDOM: Portions of this software are copyright Copyright (C) 2000-2003 Jason Hunter & Brett McLaughlin. All
  58. rights reserved. See <a href="JDOM_license.txt">JDOM_license.txt</a>.
  59. <li>Jetty: Portions of this software are copyright ??? Mort Bay Consulting Pty. Ltd. (Australia) and others. All
  60. Rights Reserved. See <a href="Jetty_license.html">Jetty_license.html</a>.
  61. <li>Individual files in this package may contain additional copyright notices. The javax.servlet packages are
  62. copyright Sun Microsystems Inc. All Rights Reserved.
  63. </ul>
  64. </p>
  65. <p><h2>JsUnit licenses:</h2>
  66. JsUnit is licensed under 3 different licenses giving you the freedom
  67. to use, modify and distribute JsUnit in a variety of fashions.
  68. </p>
  69. <ol>
  70. <li>
  71. <p><a href="MPL-1.1.txt">Mozilla Public License 1.1</a></p>
  72. <p>See <a href="http://www.mozilla.org/MPL/">mozilla.org</a>
  73. for more details.</p>
  74. </li>
  75. <li>
  76. <p><a href="gpl-2.txt">GNU Public License 2</a></p>
  77. <p>See <a href="http://www.gnu.org/licenses/licenses.html">www.gnu.org</a>
  78. for more details.</p>
  79. </li>
  80. <li>
  81. <p><a href="lgpl-2.1.txt">GNU Lesser Public License 2.1</a></p>
  82. <p>See <a href="http://www.gnu.org/licenses/licenses.html">www.gnu.org</a>
  83. for more details.</p>
  84. </li>
  85. </ol>
  86. <p>
  87. Every Java and JavaScript source file in this distribution should be considered to be under the following licensing
  88. terms.
  89. <pre>
  90. ***** BEGIN LICENSE BLOCK *****
  91. - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  92. -
  93. - The contents of this file are subject to the Mozilla Public License Version
  94. - 1.1 (the "License"); you may not use this file except in compliance with
  95. - the License. You may obtain a copy of the License at
  96. - http://www.mozilla.org/MPL/
  97. -
  98. - Software distributed under the License is distributed on an "AS IS" basis,
  99. - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  100. - for the specific language governing rights and limitations under the
  101. - License.
  102. -
  103. - The Original Code is Edward Hieatt code.
  104. -
  105. - The Initial Developer of the Original Code is
  106. - Edward Hieatt, edward@jsunit.net.
  107. - Portions created by the Initial Developer are Copyright (C) 2003
  108. - the Initial Developer. All Rights Reserved.
  109. -
  110. - Author Edward Hieatt, edward@jsunit.net
  111. -
  112. - Alternatively, the contents of this file may be used under the terms of
  113. - either the GNU General Public License Version 2 or later (the "GPL"), or
  114. - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  115. - in which case the provisions of the GPL or the LGPL are applicable instead
  116. - of those above. If you wish to allow use of your version of this file only
  117. - under the terms of either the GPL or the LGPL, and not to allow others to
  118. - use your version of this file under the terms of the MPL, indicate your
  119. - decision by deleting the provisions above and replace them with the notice
  120. - and other provisions required by the LGPL or the GPL. If you do not delete
  121. - the provisions above, a recipient may use your version of this file under
  122. - the terms of any one of the MPL, the GPL or the LGPL.
  123. -
  124. - ***** END LICENSE BLOCK *****
  125. </pre>
  126. </p>
  127. </body>
  128. </html>