Source for file SidImplementationLicenseMIT.php

Documentation is available at SidImplementationLicenseMIT.php

  1. <?php
  2. /**
  3. * <p>
  4. * MIT O.K.I&#46; SID Implementation License.
  5. * </p>
  6. *
  7. * <p>
  8. * <b>Copyright and license statement:</b>
  9. * </p>
  10. *
  11. * <p>
  12. * Copyright &copy; 2002-2004 Massachusetts Institute of Technology
  13. * </p>
  14. *
  15. * <p>
  16. * This work is being provided by the copyright holder(s) subject to the
  17. * terms of the O.K.I&#46; SID Implementation License. By obtaining, using
  18. * and/or copying this Work, you agree that you have read, understand, and
  19. * will comply with the O.K.I&#46; SID Implementation License.
  20. * </p>
  21. *
  22. * <p>
  23. * THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  24. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  25. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  26. * IN NO EVENT SHALL MASSACHUSETTS INSTITUTE OF TECHNOLOGY, THE AUTHORS,
  27. * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  28. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  29. * FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER
  30. * DEALINGS IN THE WORK.
  31. * </p>
  32. *
  33. * <p>
  34. * <b>O.K.I&#46; SID Implementation License</b>
  35. * </p>
  36. *
  37. * <p>
  38. * This work (the &ldquo;Work&rdquo;), including software, documents, or
  39. * other items related to O.K.I&#46; SID implementations, is being
  40. * provided by the copyright holder(s) subject to the terms of the
  41. * O.K.I&#46; SID Implementation License. By obtaining, using and/or
  42. * copying this Work, you agree that you have read, understand, and will
  43. * comply with the following terms and conditions of the O.K.I&#46; SID
  44. * Implementation License:
  45. * </p>
  46. *
  47. * <p>
  48. * Permission to use, copy, modify, and distribute this Work and its
  49. * documentation, with or without modification, for any purpose and
  50. * without fee or royalty is hereby granted, provided that you include the
  51. * following on ALL copies of the Work or portions thereof, including
  52. * modifications or derivatives, that you make:
  53. * </p>
  54. *
  55. * <ul>
  56. * <li>
  57. * The full text of the O.K.I&#46; SID Implementation License in a location
  58. * viewable to users of the redistributed or derivative work.
  59. * </li>
  60. * </ul>
  61. *
  62. *
  63. * <ul>
  64. * <li>
  65. * Any pre-existing intellectual property disclaimers, notices, or terms and
  66. * conditions. If none exist, a short notice similar to the following should
  67. * be used within the body of any redistributed or derivative Work:
  68. * &ldquo;Copyright &copy; 2002-2004 Massachusetts Institute of Technology.
  69. * All Rights Reserved.&rdquo;
  70. * </li>
  71. * </ul>
  72. *
  73. *
  74. * <ul>
  75. * <li>
  76. * Notice of any changes or modifications to the O.K.I&#46; Work, including the
  77. * date the changes were made. Any modified software must be distributed in
  78. * such as manner as to avoid any confusion with the original O.K.I&#46; Work.
  79. * </li>
  80. * </ul>
  81. *
  82. * <p>
  83. * THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  84. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  85. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  86. * IN NO EVENT SHALL MASSACHUSETTS INSTITUTE OF TECHNOLOGY, THE AUTHORS,
  87. * OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  88. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  89. * FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER
  90. * DEALINGS IN THE WORK.
  91. * </p>
  92. *
  93. * <p>
  94. * The name and trademarks of copyright holder(s) and/or O.K.I&#46; may NOT
  95. * be used in advertising or publicity pertaining to the Work without
  96. * specific, written prior permission. Title to copyright in the Work and
  97. * any associated documentation will at all times remain with the
  98. * copyright holders.
  99. * </p>
  100. *
  101. * <p>
  102. * The export of software employing encryption technology may require a
  103. * specific license from the United States Government. It is the
  104. * responsibility of any person or organization contemplating export to
  105. * obtain such a license before exporting this Work.
  106. * </p>
  107. *
  108. * @version $Revision: 1.2 $ / $Date: 2005/01/19 16:33:32 $
  109. *
  110. * @package org.osid
  111. */
  112. class SidImplementationLicenseMIT
  113. extends stdClass
  114. {
  115. /**
  116. *
  117. * @return string
  118. *
  119. * @access public
  120. */
  121. function toString ()
  122. {
  123. return "/**\n" . "<p>" .
  124. "MIT O.K.I&#46; SID Implementation License.\n" . " <p>" .
  125. " <b>Copyright and license statement:</b>\n" . " </p>" . " <p>" .
  126. " Copyright &copy; 2002-2004 Massachusetts Institute of\n" .
  127. " Technology\n" . " </p>" . " <p>" .
  128. " This work is being provided by the copyright holder(s)\n" .
  129. " subject to the terms of the O.K.I&#46; SID Implementation\n" .
  130. " License. By obtaining, using and/or copying this Work,\n" .
  131. " you agree that you have read, understand, and will comply\n" .
  132. " with the O.K.I&#46; SID Implementation License. \n" . " </p>" .
  133. " <p>" . " THE WORK IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY\n" .
  134. " KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n" .
  135. " THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n" .
  136. " PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n" .
  137. " MASSACHUSETTS INSTITUTE OF TECHNOLOGY, THE AUTHORS, OR\n" .
  138. " COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n" .
  139. " OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n" .
  140. " OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH\n" .
  141. " THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.\n" . " </p>" .
  142. " <p>" . " <b>O.K.I&#46; SID Implementation License</b>\n" . " </p>" .
  143. " <p>" . " This work (the &ldquo;Work&rdquo;), including software,\n" .
  144. " documents, or other items related to O.K.I&#46; SID\n" .
  145. " implementations, is being provided by the copyright\n" .
  146. " holder(s) subject to the terms of the O.K.I&#46; SID\n" .
  147. " Implementation License. By obtaining, using and/or\n" .
  148. " copying this Work, you agree that you have read,\n" .
  149. " understand, and will comply with the following terms and\n" .
  150. " conditions of the O.K.I&#46; SID Implementation License:\n" .
  151. " </p>" . " <p>" .
  152. " Permission to use, copy, modify, and distribute this Work\n" .
  153. " and its documentation, with or without modification, for\n" .
  154. " any purpose and without fee or royalty is hereby granted,\n" .
  155. " provided that you include the following on ALL copies of\n" .
  156. " the Work or portions thereof, including modifications or\n" .
  157. " derivatives, that you make:\n" . " </p>" . " <ul>" . " <li>" .
  158. " The full text of the O.K.I&#46; SID Implementation\n" .
  159. " License in a location viewable to users of the\n" .
  160. " redistributed or derivative work.\n" . " </li>" . " </ul>" .
  161. " <ul>" . " <li>" .
  162. " Any pre-existing intellectual property disclaimers,\n" .
  163. " notices, or terms and conditions. If none exist, a\n" .
  164. " short notice similar to the following should be used\n" .
  165. " within the body of any redistributed or derivative\n" .
  166. " Work: &ldquo;Copyright &copy; 2002-2004 Massachusetts\n" .
  167. " Institute of Technology. All Rights Reserved.&rdquo;\n" . " </li>" .
  168. " </ul>" . " <ul>" . " <li>" .
  169. " Notice of any changes or modifications to the\n" .
  170. " O.K.I&#46; Work, including the date the changes were\n" .
  171. " made. Any modified software must be distributed in such\n" .
  172. " as manner as to avoid any confusion with the original\n" .
  173. " O.K.I&#46; Work.\n" . " </li>" . " </ul>" . " <p>" .
  174. " THE WORK IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY\n" .
  175. " KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n" .
  176. " THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\n" .
  177. " PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n" .
  178. " MASSACHUSETTS INSTITUTE OF TECHNOLOGY, THE AUTHORS, OR\n" .
  179. " COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n" .
  180. " OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT\n" .
  181. " OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH\n" .
  182. " THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.\n" . " </p>" .
  183. " <p>" . " The name and trademarks of copyright holder(s) and/or\n" .
  184. " O.K.I&#46; may NOT be used in advertising or publicity\n" .
  185. " pertaining to the Work without specific, written prior\n" .
  186. " permission. Title to copyright in the Work and any\n" .
  187. " associated documentation will at all times remain with\n" .
  188. " the copyright holders.\n" . " </p>" . " <p>" .
  189. " The export of software employing encryption technology\n" .
  190. " may require a specific license from the United States\n" .
  191. " Government. It is the responsibility of any person or\n" .
  192. " organization contemplating export to obtain such a\n" .
  193. " license before exporting this Work.\n" . " </p>\n" . "*/";
  194. }
  195. }
  196.  
  197. ?>

Documentation generated on Wed, 19 Sep 2007 10:26:28 -0400 by phpDocumentor 1.3.0RC3