@@ -612,4 +612,32 @@ org.glassfish.jersey.server.internal.monitoring.core
612612* distributed under the License is distributed on an "AS IS" BASIS,
613613* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
614614* See the License for the specific language governing permissions and
615- * limitations under the License.
615+ * limitations under the License.
616+
617+ org.objectweb.asm Version 5.0.4
618+ * License: Modified BSD (http://asm.objectweb.org/license.html)
619+ * Copyright (c) 2000-2011 INRIA, France Telecom. All rights reserved.
620+ *
621+ * Redistribution and use in source and binary forms, with or without
622+ * modification, are permitted provided that the following conditions
623+ * are met:
624+ * 1. Redistributions of source code must retain the above copyright
625+ * notice, this list of conditions and the following disclaimer.
626+ * 2. Redistributions in binary form must reproduce the above copyright
627+ * notice, this list of conditions and the following disclaimer in the
628+ * documentation and/or other materials provided with the distribution.
629+ * 3. Neither the name of the copyright holders nor the names of its
630+ * contributors may be used to endorse or promote products derived from
631+ * this software without specific prior written permission.
632+ *
633+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
634+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
635+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
636+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
637+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
638+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
639+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
640+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
641+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
642+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
643+ * THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments