Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. xref:../../org/documents/epl-2.0/EPL-2.0.txt[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. __
  25. ==== BCEL v5.1
  26. This product contains software developed by the Apache Software
  27. Foundation (http://www.apache.org/[http://www.apache.org]).
  28. AspectJ includes a modified version of the Apache Jakarta Byte Code
  29. Engineering Library (BCEL) v5.1. BCEL is available at
  30. https://commons.apache.org/bcel/. Source code for the modified version
  31. of BCEL is available at Eclipse.org in the AspectJ source tree. This
  32. code is made available under the Apache Software License v1.1
  33. ==== ASM v2.2.1
  34. AspectJ includes a binary version of ASM v2.2.1
  35. (http://asm.objectweb.org/index.html[http://asm.objectweb.org/]) The
  36. source code for ASM is available from the ObjectWeb download site at
  37. http://asm.objectweb.org/download/.
  38. The ASM license is available at http://asm.objectweb.org/license.html.
  39. The license is also reproduced here:
  40. [source, text]
  41. ....
  42. 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. ....