xref: /aosp_15_r20/external/jacoco/org.jacoco.build/licenses/asm-9.1.html (revision 7e63c1270baf9bfa84f5b6aecf17bd0c1a75af94)
1<h4>ASM</h4>
2
3<p>
4  <a href="http://asm.objectweb.org/">ASM 9.1</a> is subject to the terms and
5  conditions of the following license:
6</p>
7
8<pre>
9ASM: a very small and fast Java bytecode manipulation framework
10Copyright (c) 2000-2011 INRIA, France Telecom
11All rights reserved.
12
13Redistribution and use in source and binary forms, with or without
14modification, are permitted provided that the following conditions
15are met:
161. Redistributions of source code must retain the above copyright
17   notice, this list of conditions and the following disclaimer.
182. Redistributions in binary form must reproduce the above copyright
19   notice, this list of conditions and the following disclaimer in the
20   documentation and/or other materials provided with the distribution.
213. Neither the name of the copyright holders nor the names of its
22   contributors may be used to endorse or promote products derived from
23   this software without specific prior written permission.
24
25THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
29LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35THE POSSIBILITY OF SUCH DAMAGE.
36</pre>
37