From a566083a073428c452a090b1284753ddd7b49ae8 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 13 Jan 2020 13:16:50 +0100 Subject: [PATCH] Update ASM and CBLIB versions in license.txt --- src/docs/dist/license.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/dist/license.txt b/src/docs/dist/license.txt index 1a517dfdf79..643d4d8709a 100644 --- a/src/docs/dist/license.txt +++ b/src/docs/dist/license.txt @@ -212,7 +212,7 @@ code for these subcomponents is subject to the terms and conditions of the following licenses. ->>> ASM 4.0 (org.ow2.asm:asm:4.0, org.ow2.asm:asm-commons:4.0): +>>> ASM 7.1 (org.ow2.asm:asm:7.1, org.ow2.asm:asm-commons:7.1): Copyright (c) 2000-2011 INRIA, France Telecom All rights reserved. @@ -247,11 +247,11 @@ THE POSSIBILITY OF SUCH DAMAGE. Copyright (c) 1999-2009, OW2 Consortium ->>> CGLIB 3.0 (cglib:cglib:3.0): +>>> CGLIB 3.3 (cglib:cglib:3.3): Per the LICENSE file in the CGLIB JAR distribution downloaded from -https://sourceforge.net/projects/cglib/files/cglib3/3.0/cglib-3.0.jar/download, -CGLIB 3.0 is licensed under the Apache License, version 2.0, the text of which +https://github.com/cglib/cglib/releases/download/RELEASE_3_3_0/cglib-3.3.0.jar, +CGLIB 3.3 is licensed under the Apache License, version 2.0, the text of which is included above.