/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/license.html

http://prototipomemoria.googlecode.com/ · HTML · 145 lines · 112 code · 21 blank · 12 comment · 0 complexity · 29c2fea9619c9a5f5baf8226f8375984 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <!--
  4. Copyright (C) 2005, 2006 Joe Walnes.
  5. Copyright (C) 2006, 2007, 2008 XStream committers.
  6. All rights reserved.
  7. The software in this package is published under the terms of the BSD
  8. style license a copy of which has been included with this distribution in
  9. the LICENSE.txt file.
  10. Created on 29. January 2005 by Joe Walnes
  11. -->
  12. <head>
  13. <title>XStream - License</title>
  14. <link rel="stylesheet" type="text/css" href="style.css"/>
  15. <!-- Google analytics -->
  16. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  17. </script>
  18. <script type="text/javascript">
  19. _uacct = "UA-110973-2";
  20. urchinTracker();
  21. </script>
  22. </head>
  23. <body>
  24. <div id="banner">
  25. <a href="index.html"><img id="logo" src="logo.gif" alt="XStream"/></a>
  26. </div>
  27. <div id="center" class="Content2Column"> <!-- Content3Column for index -->
  28. <div id="content">
  29. <h1 class="FirstChild">License</h1>
  30. <p>XStream is open source software, made available under a BSD license.</p>
  31. <div class="Source Java"><pre>Copyright (c) 2003-2006, Joe Walnes
  32. Copyright (c) 2006-2009, XStream Committers
  33. All rights reserved.
  34. Redistribution and use in source and binary forms, with or without
  35. modification, are permitted provided that the following conditions are met:
  36. Redistributions of source code must retain the above copyright notice, this list of
  37. conditions and the following disclaimer. Redistributions in binary form must reproduce
  38. the above copyright notice, this list of conditions and the following disclaimer in
  39. the documentation and/or other materials provided with the distribution.
  40. Neither the name of XStream nor the names of its contributors may be used to endorse
  41. or promote products derived from this software without specific prior written
  42. permission.
  43. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
  44. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  45. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  46. SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  47. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  48. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  49. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  50. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
  51. WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  52. DAMAGE.
  53. </pre></div>
  54. <br/>
  55. </div>
  56. </div>
  57. <div class="SidePanel" id="left">
  58. <div class="MenuGroup">
  59. <h1>Software</h1>
  60. <ul>
  61. <li><a href="index.html">About XStream</a></li>
  62. <li><a href="news.html">News</a></li>
  63. <li><a href="changes.html">Change History</a></li>
  64. <li><a href="versioning.html">About Versioning</a></li>
  65. </ul>
  66. </div>
  67. <div class="MenuGroup">
  68. <h1>Evaluating XStream</h1>
  69. <ul>
  70. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  71. <li><a href="graphs.html">Object references</a></li>
  72. <li><a href="manual-tweaking-output.html">Tweaking the Output</a></li>
  73. <li class="currentLink">License</li>
  74. <li><a href="download.html">Download</a></li>
  75. <li><a href="references.html">References</a></li>
  76. <li><a href="parser-benchmarks.html">Parser Benchmarks</a></li>
  77. <li><a href="http://www.ohloh.net/projects/3459">Code Statistics</a></li>
  78. </ul>
  79. </div>
  80. <div class="MenuGroup">
  81. <h1>Using XStream</h1>
  82. <ul>
  83. <li><a href="architecture.html">Architecture Overview</a></li>
  84. <li><a href="converters.html">Converters</a></li>
  85. <li><a href="faq.html">Frequently Asked Questions</a></li>
  86. <li><a href="list-user.html">Users' Mailing List</a></li>
  87. <li><a href="issues.html">Reporting Issues</a></li>
  88. </ul>
  89. </div>
  90. <div class="MenuGroup">
  91. <h1>Javadoc</h1>
  92. <ul>
  93. <li><a href="javadoc/index.html">XStream Core</a></li>
  94. <li><a href="hibernate-javadoc/index.html">Hibernate Extensions</a></li>
  95. <li><a href="benchmark-javadoc/index.html">Benchmark Module</a></li>
  96. </ul>
  97. </div>
  98. <div class="MenuGroup">
  99. <h1>Tutorials</h1>
  100. <ul>
  101. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  102. <li><a href="alias-tutorial.html">Alias Tutorial</a></li>
  103. <li><a href="annotations-tutorial.html">Annotations Tutorial</a></li>
  104. <li><a href="converter-tutorial.html">Converter Tutorial</a></li>
  105. <li><a href="objectstream.html">Object Streams Tutorial</a></li>
  106. <li><a href="persistence-tutorial.html">Persistence API Tutorial</a></li>
  107. <li><a href="json-tutorial.html">JSON Tutorial</a></li>
  108. </ul>
  109. </div>
  110. <div class="MenuGroup">
  111. <h1>Developing XStream</h1>
  112. <ul>
  113. <li><a href="how-to-contribute.html">How to Contribute</a></li>
  114. <li><a href="list-dev.html">Developers' Mailing List</a></li>
  115. <li><a href="team.html">Development Team</a></li>
  116. <li><a href="repository.html">Source Repository</a></li>
  117. <li><a href="http://bamboo.ci.codehaus.org/browse/XSTREAM">Continuous Integration</a></li>
  118. </ul>
  119. </div>
  120. </div>
  121. </body>
  122. </html>