Source for file SidLicense.php

Documentation is available at SidLicense.php

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

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