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