license.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project hosted on
  4. Sourceforge.net. See the accompanying license.txt file for
  5. applicable licenses.
  6. (C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
  7. *-->
  8. <?xml-stylesheet href="../../../../xsl/ditaview_shell.xsl" type="text/xsl"?>
  9. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
  10. "../../../../dtd/concept.dtd">
  11. <concept id="tocjs_license" xml:lang="en-us">
  12. <title>License</title>
  13. <conbody>
  14. <p>The tocjs plugin includes original code and code from the Yahoo UI Library treeview widget. Both are licensed under the BSD license, and distributed with the DITA Open Toolkit under the Apache
  15. License 2.0.</p>
  16. <section>
  17. <title>Conditions</title>
  18. <p>Redistribution and use in source and binary forms, with or without modification, are permitted
  19. provided that the following conditions are met: <ul>
  20. <li>Redistributions of source code must retain the above copyright notice, this list of
  21. conditions and the following disclaimer.</li>
  22. <li>Redistributions in binary form must reproduce the above copyright notice, this list of
  23. conditions and the following disclaimer in the documentation and/or other materials provided
  24. with the distribution.</li>
  25. <li>Neither the name of the copyright holders nor the names of the contributors may be used to
  26. endorse or promote products derived from this software without specific prior written
  27. permission.</li>
  28. </ul>
  29. </p>
  30. </section>
  31. <section>
  32. <title>DISCLAIMER</title>
  33. <pre>
  34. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
  35. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  36. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  37. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  38. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  39. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  40. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  41. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  42. POSSIBILITY OF SUCH DAMAGE.
  43. </pre>
  44. </section>
  45. </conbody>
  46. </concept>