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.adoc 3.7KB

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