You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE-AspectJ.html 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <html>
  2. <head>
  3. <title>AspectJ License</title>
  4. </head>
  5. <BODY BGCOLOR="white">
  6. <h2 align="center"><b>AspectJ<sup><small>TM</small></sup>
  7. Compiler and Core Tools License</b></h2>
  8. <p>This is a binary-only release.&nbsp; Source code
  9. is available from
  10. <a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a></p>
  11. <p>The Eclipse Foundation makes available all content in this distribution ("Content").
  12. Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
  13. Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
  14. at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
  15. For purposes of the EPL, "Program" will mean the Content.</p>
  16. <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
  17. being redistributed by another party ("Redistributor") and different terms and conditions may
  18. apply to your use of any object code in the Content. Check the Redistributor's license
  19. that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
  20. indicated below, the terms and conditions of the EPL still apply to any source code in the Content
  21. and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
  22. <h3>Third Party Content</h3>
  23. <p>The Content includes items that have been sourced from third parties as set out below. If you
  24. did not receive this Content directly from the Eclipse Foundation, the following is provided
  25. for informational purposes only, and you should look to the Redistributor's license for
  26. terms and conditions of use.</p>
  27. <em>
  28. <h4>BCEL v5.1</h4>
  29. <p>This product contains software developed by the
  30. Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org</a>).</p>
  31. <p>AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1.
  32. BCEL is available at <a href="http://jakarta.apache.org/bcel/">http://jakarta.apache.org/bcel/</a>. Source
  33. code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code
  34. is made available under the Apache Software License v1.1</p>
  35. <h4>ASM v2.2.1</h4>
  36. <p>AspectJ includes a binary version of ASM v2.2.1 (<a href="http://asm.objectweb.org/index.html">http://asm.objectweb.org/</a>)
  37. The source code for ASM is available from the ObjectWeb download site at
  38. <a href="http://asm.objectweb.org/download/">http://asm.objectweb.org/download/</a>.
  39. <p>The ASM license is available at <a href="http://asm.objectweb.org/license.html">http://asm.objectweb.org/license.html</a>.
  40. The license is also reproduced here:
  41. </p>
  42. <pre>Copyright (c) 2000-2005 INRIA, France Telecom
  43. All rights reserved.
  44. Redistribution and use in source and binary forms, with or without
  45. modification, are permitted provided that the following conditions
  46. are met:
  47. 1. Redistributions of source code must retain the above copyright
  48. notice, this list of conditions and the following disclaimer.
  49. 2. Redistributions in binary form must reproduce the above copyright
  50. notice, this list of conditions and the following disclaimer in the
  51. documentation and/or other materials provided with the distribution.
  52. 3. Neither the name of the copyright holders nor the names of its
  53. contributors may be used to endorse or promote products derived from
  54. this software without specific prior written permission.
  55. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  56. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  57. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  58. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  59. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  60. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  61. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  62. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  63. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  64. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  65. THE POSSIBILITY OF SUCH DAMAGE.
  66. </pre>
  67. </em>
  68. </body>
  69. </html>