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