From a5ae5811c112b10a4b43881ee55a32820291b4a2 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 3 Apr 2021 18:59:42 -0700 Subject: [PATCH] GUACAMOLE-773: Bring license details of bundled Java dependencies up-to-date. --- .../maven-coordinates.txt | 1 - doc/licenses/apache-commons-codec-1.14/NOTICE | 18 ++++++++++++++ .../README | 2 +- .../maven-coordinates.txt | 1 + .../NOTICE | 4 ++-- doc/licenses/apache-commons-codec-1.15/README | 8 +++++++ .../maven-coordinates.txt | 1 + .../maven-coordinates.txt | 1 - .../NOTICE | 2 +- .../README | 2 +- .../maven-coordinates.txt | 1 + doc/licenses/apache-commons-lang-3.11/NOTICE | 5 ++++ .../README | 2 +- .../maven-coordinates.txt | 1 + doc/licenses/apache-commons-lang-3.4/NOTICE | 8 ------- .../maven-coordinates.txt | 1 - doc/licenses/apache-commons-pool-2.6.2/NOTICE | 12 ---------- .../maven-coordinates.txt | 1 - doc/licenses/apache-commons-pool-2.8.0/NOTICE | 5 ++++ .../README | 2 +- .../maven-coordinates.txt | 1 + .../maven-coordinates.txt | 1 - .../NOTICE | 2 +- .../README | 2 +- .../maven-coordinates.txt | 1 + doc/licenses/bouncycastle-1.66/LICENSE | 17 +++++++++++++ doc/licenses/bouncycastle-1.66/README | 8 +++++++ .../bouncycastle-1.66/maven-coordinates.txt | 2 ++ .../cas-client-3.4.1/maven-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- .../cas-client-3.6.2/maven-coordinates.txt | 1 + .../checker-qual-3.5.0/maven-coordinates.txt | 1 - .../LICENSE.txt | 0 .../README | 4 ++-- .../checker-qual-3.8.0/maven-coordinates.txt | 1 + doc/licenses/directory-api-2.0.0/NOTICE | 24 ------------------- .../directory-api-2.0.0/maven-coordinates.txt | 1 - doc/licenses/directory-api-2.0.1/NOTICE | 5 ++++ .../README | 2 +- .../directory-api-2.0.1/maven-coordinates.txt | 1 + .../error-prone-2.3.4/maven-coordinates.txt | 1 - .../README | 2 +- .../error-prone-2.5.1/maven-coordinates.txt | 1 + .../README | 2 +- .../maven-coordinates.txt | 2 +- .../guice-4.2.3/maven-coordinates.txt | 4 ---- .../{guice-4.2.3 => guice-5.0.1}/README | 2 +- .../guice-5.0.1/maven-coordinates.txt | 3 +++ .../jackson-2.10.1/maven-coordinates.txt | 4 ---- .../{jackson-2.10.1 => jackson-2.12.2}/NOTICE | 3 +-- .../{jackson-2.10.1 => jackson-2.12.2}/README | 2 +- .../jackson-2.12.2/maven-coordinates.txt | 4 ++++ .../maven-coordinates.txt | 1 - .../LICENSE.txt | 0 .../README | 4 ++-- .../maven-coordinates.txt | 1 + .../java-saml-2.5.0/maven-coordinates.txt | 2 -- .../LICENSE | 0 .../README | 4 ++-- .../java-saml-2.6.0/maven-coordinates.txt | 2 ++ .../jcommander-1.72/maven-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- .../jcommander-1.78/maven-coordinates.txt | 1 + .../jersey-2.31/maven-coordinates.txt | 8 ------- .../{jersey-2.31 => jersey-2.33}/LICENSE.md | 0 .../{jersey-2.31 => jersey-2.33}/README | 4 ++-- .../jersey-2.33/maven-coordinates.txt | 7 ++++++ .../joda-time-2.10.3/maven-coordinates.txt | 1 - .../NOTICE | 0 .../README | 2 +- .../joda-time-2.10.6/maven-coordinates.txt | 1 + .../jose4j-0.5.5/maven-coordinates.txt | 1 - .../{jose4j-0.5.5 => jose4j-0.7.6}/NOTICE | 0 .../{jose4j-0.5.5 => jose4j-0.7.6}/README | 2 +- .../jose4j-0.7.6/maven-coordinates.txt | 1 + .../mybatis-3.2.8/maven-coordinates.txt | 1 - .../{mybatis-3.2.8 => mybatis-3.5.6}/NOTICE | 0 .../{mybatis-3.2.8 => mybatis-3.5.6}/README | 2 +- .../mybatis-3.5.6/maven-coordinates.txt | 1 + .../NOTICE | 0 .../README | 2 +- .../maven-coordinates.txt | 0 .../README | 2 +- .../maven-coordinates.txt | 7 ++++++ .../maven-coordinates.txt | 7 ------ .../maven-coordinates.txt | 2 -- .../NOTICE | 0 .../README | 2 +- .../maven-coordinates.txt | 2 ++ .../woodstox-core-5.0.3/maven-coordinates.txt | 1 - .../README | 2 +- .../woodstox-core-5.2.1/maven-coordinates.txt | 1 + .../maven-coordinates.txt | 1 - .../LICENSE | 4 ++-- .../README | 4 ++-- .../maven-coordinates.txt | 1 + .../zxing-3.3.1/maven-coordinates.txt | 2 -- .../{zxing-3.3.1 => zxing-3.4.1}/NOTICE | 0 .../{zxing-3.3.1 => zxing-3.4.1}/README | 4 ++-- .../zxing-3.4.1/maven-coordinates.txt | 2 ++ 102 files changed, 151 insertions(+), 129 deletions(-) delete mode 100644 doc/licenses/apache-commons-codec-1.12/maven-coordinates.txt create mode 100644 doc/licenses/apache-commons-codec-1.14/NOTICE rename doc/licenses/{apache-commons-codec-1.12 => apache-commons-codec-1.14}/README (93%) create mode 100644 doc/licenses/apache-commons-codec-1.14/maven-coordinates.txt rename doc/licenses/{apache-commons-codec-1.12 => apache-commons-codec-1.15}/NOTICE (85%) create mode 100644 doc/licenses/apache-commons-codec-1.15/README create mode 100644 doc/licenses/apache-commons-codec-1.15/maven-coordinates.txt delete mode 100644 doc/licenses/apache-commons-collections-4.3/maven-coordinates.txt rename doc/licenses/{apache-commons-collections-4.3 => apache-commons-collections-4.4}/NOTICE (71%) rename doc/licenses/{apache-commons-collections-4.3 => apache-commons-collections-4.4}/README (93%) create mode 100644 doc/licenses/apache-commons-collections-4.4/maven-coordinates.txt create mode 100644 doc/licenses/apache-commons-lang-3.11/NOTICE rename doc/licenses/{apache-commons-lang-3.4 => apache-commons-lang-3.11}/README (92%) create mode 100644 doc/licenses/apache-commons-lang-3.11/maven-coordinates.txt delete mode 100644 doc/licenses/apache-commons-lang-3.4/NOTICE delete mode 100644 doc/licenses/apache-commons-lang-3.4/maven-coordinates.txt delete mode 100644 doc/licenses/apache-commons-pool-2.6.2/NOTICE delete mode 100644 doc/licenses/apache-commons-pool-2.6.2/maven-coordinates.txt create mode 100644 doc/licenses/apache-commons-pool-2.8.0/NOTICE rename doc/licenses/{apache-commons-pool-2.6.2 => apache-commons-pool-2.8.0}/README (92%) create mode 100644 doc/licenses/apache-commons-pool-2.8.0/maven-coordinates.txt delete mode 100644 doc/licenses/apache-santuario-2.1.4/maven-coordinates.txt rename doc/licenses/{apache-santuario-2.1.4 => apache-santuario-2.2.0}/NOTICE (88%) rename doc/licenses/{apache-santuario-2.1.4 => apache-santuario-2.2.0}/README (91%) create mode 100644 doc/licenses/apache-santuario-2.2.0/maven-coordinates.txt create mode 100644 doc/licenses/bouncycastle-1.66/LICENSE create mode 100644 doc/licenses/bouncycastle-1.66/README create mode 100644 doc/licenses/bouncycastle-1.66/maven-coordinates.txt delete mode 100644 doc/licenses/cas-client-3.4.1/maven-coordinates.txt rename doc/licenses/{cas-client-3.4.1 => cas-client-3.6.2}/NOTICE (100%) rename doc/licenses/{cas-client-3.4.1 => cas-client-3.6.2}/README (91%) create mode 100644 doc/licenses/cas-client-3.6.2/maven-coordinates.txt delete mode 100644 doc/licenses/checker-qual-3.5.0/maven-coordinates.txt rename doc/licenses/{checker-qual-3.5.0 => checker-qual-3.8.0}/LICENSE.txt (100%) rename doc/licenses/{checker-qual-3.5.0 => checker-qual-3.8.0}/README (74%) create mode 100644 doc/licenses/checker-qual-3.8.0/maven-coordinates.txt delete mode 100644 doc/licenses/directory-api-2.0.0/NOTICE delete mode 100644 doc/licenses/directory-api-2.0.0/maven-coordinates.txt create mode 100644 doc/licenses/directory-api-2.0.1/NOTICE rename doc/licenses/{directory-api-2.0.0 => directory-api-2.0.1}/README (90%) create mode 100644 doc/licenses/directory-api-2.0.1/maven-coordinates.txt delete mode 100644 doc/licenses/error-prone-2.3.4/maven-coordinates.txt rename doc/licenses/{error-prone-2.3.4 => error-prone-2.5.1}/README (89%) create mode 100644 doc/licenses/error-prone-2.5.1/maven-coordinates.txt rename doc/licenses/{guava-30.1-jre => guava-30.1.1-jre}/README (90%) rename doc/licenses/{guava-30.1-jre => guava-30.1.1-jre}/maven-coordinates.txt (76%) delete mode 100644 doc/licenses/guice-4.2.3/maven-coordinates.txt rename doc/licenses/{guice-4.2.3 => guice-5.0.1}/README (90%) create mode 100644 doc/licenses/guice-5.0.1/maven-coordinates.txt delete mode 100644 doc/licenses/jackson-2.10.1/maven-coordinates.txt rename doc/licenses/{jackson-2.10.1 => jackson-2.12.2}/NOTICE (62%) rename doc/licenses/{jackson-2.10.1 => jackson-2.12.2}/README (90%) create mode 100644 doc/licenses/jackson-2.12.2/maven-coordinates.txt delete mode 100644 doc/licenses/jai-imageio-core-1.3.1/maven-coordinates.txt rename doc/licenses/{jai-imageio-core-1.3.1 => jai-imageio-core-1.4.0}/LICENSE.txt (100%) rename doc/licenses/{jai-imageio-core-1.3.1 => jai-imageio-core-1.4.0}/README (82%) create mode 100644 doc/licenses/jai-imageio-core-1.4.0/maven-coordinates.txt delete mode 100644 doc/licenses/java-saml-2.5.0/maven-coordinates.txt rename doc/licenses/{java-saml-2.5.0 => java-saml-2.6.0}/LICENSE (100%) rename doc/licenses/{java-saml-2.5.0 => java-saml-2.6.0}/README (73%) create mode 100644 doc/licenses/java-saml-2.6.0/maven-coordinates.txt delete mode 100644 doc/licenses/jcommander-1.72/maven-coordinates.txt rename doc/licenses/{jcommander-1.72 => jcommander-1.78}/NOTICE (100%) rename doc/licenses/{jcommander-1.72 => jcommander-1.78}/README (90%) create mode 100644 doc/licenses/jcommander-1.78/maven-coordinates.txt delete mode 100644 doc/licenses/jersey-2.31/maven-coordinates.txt rename doc/licenses/{jersey-2.31 => jersey-2.33}/LICENSE.md (100%) rename doc/licenses/{jersey-2.31 => jersey-2.33}/README (67%) create mode 100644 doc/licenses/jersey-2.33/maven-coordinates.txt delete mode 100644 doc/licenses/joda-time-2.10.3/maven-coordinates.txt rename doc/licenses/{joda-time-2.10.3 => joda-time-2.10.6}/NOTICE (100%) rename doc/licenses/{joda-time-2.10.3 => joda-time-2.10.6}/README (89%) create mode 100644 doc/licenses/joda-time-2.10.6/maven-coordinates.txt delete mode 100644 doc/licenses/jose4j-0.5.5/maven-coordinates.txt rename doc/licenses/{jose4j-0.5.5 => jose4j-0.7.6}/NOTICE (100%) rename doc/licenses/{jose4j-0.5.5 => jose4j-0.7.6}/README (90%) create mode 100644 doc/licenses/jose4j-0.7.6/maven-coordinates.txt delete mode 100644 doc/licenses/mybatis-3.2.8/maven-coordinates.txt rename doc/licenses/{mybatis-3.2.8 => mybatis-3.5.6}/NOTICE (100%) rename doc/licenses/{mybatis-3.2.8 => mybatis-3.5.6}/README (90%) create mode 100644 doc/licenses/mybatis-3.5.6/maven-coordinates.txt rename doc/licenses/{mybatis-guice-3.6 => mybatis-guice-3.10}/NOTICE (100%) rename doc/licenses/{mybatis-guice-3.6 => mybatis-guice-3.10}/README (90%) rename doc/licenses/{mybatis-guice-3.6 => mybatis-guice-3.10}/maven-coordinates.txt (100%) rename doc/licenses/{spring-framework-5.2.9 => spring-framework-5.2.13}/README (91%) create mode 100644 doc/licenses/spring-framework-5.2.13/maven-coordinates.txt delete mode 100644 doc/licenses/spring-framework-5.2.9/maven-coordinates.txt delete mode 100644 doc/licenses/spring-security-5.4.1/maven-coordinates.txt rename doc/licenses/{spring-security-5.4.1 => spring-security-5.4.5}/NOTICE (100%) rename doc/licenses/{spring-security-5.4.1 => spring-security-5.4.5}/README (91%) create mode 100644 doc/licenses/spring-security-5.4.5/maven-coordinates.txt delete mode 100644 doc/licenses/woodstox-core-5.0.3/maven-coordinates.txt rename doc/licenses/{woodstox-core-5.0.3 => woodstox-core-5.2.1}/README (91%) create mode 100644 doc/licenses/woodstox-core-5.2.1/maven-coordinates.txt delete mode 100644 doc/licenses/woodstox-stax2-api-3.1.4/maven-coordinates.txt rename doc/licenses/{woodstox-stax2-api-3.1.4 => woodstox-stax2-api-4.2}/LICENSE (92%) rename doc/licenses/{woodstox-stax2-api-3.1.4 => woodstox-stax2-api-4.2}/README (69%) create mode 100644 doc/licenses/woodstox-stax2-api-4.2/maven-coordinates.txt delete mode 100644 doc/licenses/zxing-3.3.1/maven-coordinates.txt rename doc/licenses/{zxing-3.3.1 => zxing-3.4.1}/NOTICE (100%) rename doc/licenses/{zxing-3.3.1 => zxing-3.4.1}/README (85%) create mode 100644 doc/licenses/zxing-3.4.1/maven-coordinates.txt diff --git a/doc/licenses/apache-commons-codec-1.12/maven-coordinates.txt b/doc/licenses/apache-commons-codec-1.12/maven-coordinates.txt deleted file mode 100644 index 5889f3b6d..000000000 --- a/doc/licenses/apache-commons-codec-1.12/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -commons-codec:commons-codec:jar:1.12 diff --git a/doc/licenses/apache-commons-codec-1.14/NOTICE b/doc/licenses/apache-commons-codec-1.14/NOTICE new file mode 100644 index 000000000..40fb0f39f --- /dev/null +++ b/doc/licenses/apache-commons-codec-1.14/NOTICE @@ -0,0 +1,18 @@ + +Apache Commons Codec +Copyright 2002-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). + +src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java +contains test data from http://aspell.net/test/orig/batch0.tab. +Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org) + +=============================================================================== + +The content of package org.apache.commons.codec.language.bm has been translated +from the original php source code available at http://stevemorse.org/phoneticinfo.htm +with permission from the original authors. +Original source copyright: +Copyright (c) 2008 Alexander Beider & Stephen P. Morse. diff --git a/doc/licenses/apache-commons-codec-1.12/README b/doc/licenses/apache-commons-codec-1.14/README similarity index 93% rename from doc/licenses/apache-commons-codec-1.12/README rename to doc/licenses/apache-commons-codec-1.14/README index 1913a69ad..cbdc2b861 100644 --- a/doc/licenses/apache-commons-codec-1.12/README +++ b/doc/licenses/apache-commons-codec-1.14/README @@ -1,7 +1,7 @@ Apache Commons Codec (http://commons.apache.org/proper/commons-codec/) ----------------------------------------------------------------------- - Version: 1.12 + Version: 1.14 From: 'Apache Software Foundation' (http://www.apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/apache-commons-codec-1.14/maven-coordinates.txt b/doc/licenses/apache-commons-codec-1.14/maven-coordinates.txt new file mode 100644 index 000000000..80e6bb745 --- /dev/null +++ b/doc/licenses/apache-commons-codec-1.14/maven-coordinates.txt @@ -0,0 +1 @@ +commons-codec:commons-codec:jar:1.14 diff --git a/doc/licenses/apache-commons-codec-1.12/NOTICE b/doc/licenses/apache-commons-codec-1.15/NOTICE similarity index 85% rename from doc/licenses/apache-commons-codec-1.12/NOTICE rename to doc/licenses/apache-commons-codec-1.15/NOTICE index 950f3dbe8..9899d2108 100644 --- a/doc/licenses/apache-commons-codec-1.12/NOTICE +++ b/doc/licenses/apache-commons-codec-1.15/NOTICE @@ -1,8 +1,8 @@ Apache Commons Codec -Copyright 2002-2017 The Apache Software Foundation +Copyright 2002-2020 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +The Apache Software Foundation (https://www.apache.org/). src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains test data from http://aspell.net/test/orig/batch0.tab. diff --git a/doc/licenses/apache-commons-codec-1.15/README b/doc/licenses/apache-commons-codec-1.15/README new file mode 100644 index 000000000..95038e00a --- /dev/null +++ b/doc/licenses/apache-commons-codec-1.15/README @@ -0,0 +1,8 @@ +Apache Commons Codec (http://commons.apache.org/proper/commons-codec/) +----------------------------------------------------------------------- + + Version: 1.15 + From: 'Apache Software Foundation' (http://www.apache.org) + License(s): + Apache v2.0 + diff --git a/doc/licenses/apache-commons-codec-1.15/maven-coordinates.txt b/doc/licenses/apache-commons-codec-1.15/maven-coordinates.txt new file mode 100644 index 000000000..29280ea81 --- /dev/null +++ b/doc/licenses/apache-commons-codec-1.15/maven-coordinates.txt @@ -0,0 +1 @@ +commons-codec:commons-codec:jar:1.15 diff --git a/doc/licenses/apache-commons-collections-4.3/maven-coordinates.txt b/doc/licenses/apache-commons-collections-4.3/maven-coordinates.txt deleted file mode 100644 index a73af9485..000000000 --- a/doc/licenses/apache-commons-collections-4.3/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.commons:commons-collections4:jar:4.3 diff --git a/doc/licenses/apache-commons-collections-4.3/NOTICE b/doc/licenses/apache-commons-collections-4.4/NOTICE similarity index 71% rename from doc/licenses/apache-commons-collections-4.3/NOTICE rename to doc/licenses/apache-commons-collections-4.4/NOTICE index 47040d7ef..8b11c65ae 100644 --- a/doc/licenses/apache-commons-collections-4.3/NOTICE +++ b/doc/licenses/apache-commons-collections-4.4/NOTICE @@ -1,5 +1,5 @@ Apache Commons Collections -Copyright 2001-2018 The Apache Software Foundation +Copyright 2001-2019 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/doc/licenses/apache-commons-collections-4.3/README b/doc/licenses/apache-commons-collections-4.4/README similarity index 93% rename from doc/licenses/apache-commons-collections-4.3/README rename to doc/licenses/apache-commons-collections-4.4/README index 6af0ff799..972b6167b 100644 --- a/doc/licenses/apache-commons-collections-4.3/README +++ b/doc/licenses/apache-commons-collections-4.4/README @@ -2,7 +2,7 @@ Apache Commons Collections (http://commons.apache.org/proper/commons-collections/) ------------------------------------------------------- - Version: 4.3 + Version: 4.4 From: 'Apache Software Foundation' (http://www.apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/apache-commons-collections-4.4/maven-coordinates.txt b/doc/licenses/apache-commons-collections-4.4/maven-coordinates.txt new file mode 100644 index 000000000..4e26938a5 --- /dev/null +++ b/doc/licenses/apache-commons-collections-4.4/maven-coordinates.txt @@ -0,0 +1 @@ +org.apache.commons:commons-collections4:jar:4.4 diff --git a/doc/licenses/apache-commons-lang-3.11/NOTICE b/doc/licenses/apache-commons-lang-3.11/NOTICE new file mode 100644 index 000000000..72eb0990a --- /dev/null +++ b/doc/licenses/apache-commons-lang-3.11/NOTICE @@ -0,0 +1,5 @@ +Apache Commons Lang +Copyright 2001-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/doc/licenses/apache-commons-lang-3.4/README b/doc/licenses/apache-commons-lang-3.11/README similarity index 92% rename from doc/licenses/apache-commons-lang-3.4/README rename to doc/licenses/apache-commons-lang-3.11/README index 5009e8125..07c1d93fd 100644 --- a/doc/licenses/apache-commons-lang-3.4/README +++ b/doc/licenses/apache-commons-lang-3.11/README @@ -1,7 +1,7 @@ Apache Commons Lang (http://commons.apache.org/proper/commons-lang/) -------------------------------------------------------------------- - Version: 3.4 + Version: 3.11 From: 'Apache Software Foundation' (http://www.apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/apache-commons-lang-3.11/maven-coordinates.txt b/doc/licenses/apache-commons-lang-3.11/maven-coordinates.txt new file mode 100644 index 000000000..df87ddb71 --- /dev/null +++ b/doc/licenses/apache-commons-lang-3.11/maven-coordinates.txt @@ -0,0 +1 @@ +org.apache.commons:commons-lang3:jar:3.11 diff --git a/doc/licenses/apache-commons-lang-3.4/NOTICE b/doc/licenses/apache-commons-lang-3.4/NOTICE deleted file mode 100644 index 592023af7..000000000 --- a/doc/licenses/apache-commons-lang-3.4/NOTICE +++ /dev/null @@ -1,8 +0,0 @@ -Apache Commons Lang -Copyright 2001-2015 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - -This product includes software from the Spring Framework, -under the Apache License 2.0 (see: StringUtils.containsWhitespace()) diff --git a/doc/licenses/apache-commons-lang-3.4/maven-coordinates.txt b/doc/licenses/apache-commons-lang-3.4/maven-coordinates.txt deleted file mode 100644 index f0ed7295d..000000000 --- a/doc/licenses/apache-commons-lang-3.4/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.commons:commons-lang3:jar:3.4 diff --git a/doc/licenses/apache-commons-pool-2.6.2/NOTICE b/doc/licenses/apache-commons-pool-2.6.2/NOTICE deleted file mode 100644 index e0ef271c0..000000000 --- a/doc/licenses/apache-commons-pool-2.6.2/NOTICE +++ /dev/null @@ -1,12 +0,0 @@ -Apache Commons Pool -Copyright 2001-2019 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - - APACHE COMMONS POOL DERIVATIVE WORKS: - - The LinkedBlockingDeque implementation is based on an implementation written by - Doug Lea with assistance from members of JCP JSR-166 Expert Group and released - to the public domain, as explained at - http://creativecommons.org/licenses/publicdomain diff --git a/doc/licenses/apache-commons-pool-2.6.2/maven-coordinates.txt b/doc/licenses/apache-commons-pool-2.6.2/maven-coordinates.txt deleted file mode 100644 index 3a3ea9b19..000000000 --- a/doc/licenses/apache-commons-pool-2.6.2/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.commons:commons-pool2:jar:2.6.2 diff --git a/doc/licenses/apache-commons-pool-2.8.0/NOTICE b/doc/licenses/apache-commons-pool-2.8.0/NOTICE new file mode 100644 index 000000000..dca4979bc --- /dev/null +++ b/doc/licenses/apache-commons-pool-2.8.0/NOTICE @@ -0,0 +1,5 @@ +Apache Commons Pool +Copyright 2001-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/doc/licenses/apache-commons-pool-2.6.2/README b/doc/licenses/apache-commons-pool-2.8.0/README similarity index 92% rename from doc/licenses/apache-commons-pool-2.6.2/README rename to doc/licenses/apache-commons-pool-2.8.0/README index 1858d28f4..9d3020ee0 100644 --- a/doc/licenses/apache-commons-pool-2.6.2/README +++ b/doc/licenses/apache-commons-pool-2.8.0/README @@ -1,7 +1,7 @@ Apache Commons Pool (http://commons.apache.org/proper/commons-pool/) -------------------------------------------------------------------- - Version: 2.6.2 + Version: 2.8.0 From: 'Apache Software Foundation' (http://www.apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/apache-commons-pool-2.8.0/maven-coordinates.txt b/doc/licenses/apache-commons-pool-2.8.0/maven-coordinates.txt new file mode 100644 index 000000000..f42ccc3f8 --- /dev/null +++ b/doc/licenses/apache-commons-pool-2.8.0/maven-coordinates.txt @@ -0,0 +1 @@ +org.apache.commons:commons-pool2:jar:2.8.0 diff --git a/doc/licenses/apache-santuario-2.1.4/maven-coordinates.txt b/doc/licenses/apache-santuario-2.1.4/maven-coordinates.txt deleted file mode 100644 index 6ef7a4462..000000000 --- a/doc/licenses/apache-santuario-2.1.4/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.santuario:xmlsec:jar:2.1.4 diff --git a/doc/licenses/apache-santuario-2.1.4/NOTICE b/doc/licenses/apache-santuario-2.2.0/NOTICE similarity index 88% rename from doc/licenses/apache-santuario-2.1.4/NOTICE rename to doc/licenses/apache-santuario-2.2.0/NOTICE index 16d91b26b..9ea0e11cb 100644 --- a/doc/licenses/apache-santuario-2.1.4/NOTICE +++ b/doc/licenses/apache-santuario-2.2.0/NOTICE @@ -1,5 +1,5 @@ Apache Santuario - XML Security for Java -Copyright 1999-2019 The Apache Software Foundation +Copyright 1999-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/doc/licenses/apache-santuario-2.1.4/README b/doc/licenses/apache-santuario-2.2.0/README similarity index 91% rename from doc/licenses/apache-santuario-2.1.4/README rename to doc/licenses/apache-santuario-2.2.0/README index c1d0a9286..104934784 100644 --- a/doc/licenses/apache-santuario-2.1.4/README +++ b/doc/licenses/apache-santuario-2.2.0/README @@ -1,7 +1,7 @@ Apache Santuario (https://santuario.apache.org/) ------------------------------------------------- - Version: 2.1.4 + Version: 2.2.0 From: 'Apache Software Foundation' (http://www.apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/apache-santuario-2.2.0/maven-coordinates.txt b/doc/licenses/apache-santuario-2.2.0/maven-coordinates.txt new file mode 100644 index 000000000..8aa793077 --- /dev/null +++ b/doc/licenses/apache-santuario-2.2.0/maven-coordinates.txt @@ -0,0 +1 @@ +org.apache.santuario:xmlsec:jar:2.2.0 diff --git a/doc/licenses/bouncycastle-1.66/LICENSE b/doc/licenses/bouncycastle-1.66/LICENSE new file mode 100644 index 000000000..cbd3989e2 --- /dev/null +++ b/doc/licenses/bouncycastle-1.66/LICENSE @@ -0,0 +1,17 @@ +Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/doc/licenses/bouncycastle-1.66/README b/doc/licenses/bouncycastle-1.66/README new file mode 100644 index 000000000..47e6c75cc --- /dev/null +++ b/doc/licenses/bouncycastle-1.66/README @@ -0,0 +1,8 @@ +BouncyCastle Crypto (https://www.bouncycastle.org/java.html) +------------------------------------------------------------ + + Version: 1.66 + From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org) + License(s): + MIT (bundled/bouncycastle-1.66/LICENSE + diff --git a/doc/licenses/bouncycastle-1.66/maven-coordinates.txt b/doc/licenses/bouncycastle-1.66/maven-coordinates.txt new file mode 100644 index 000000000..42a0f2d36 --- /dev/null +++ b/doc/licenses/bouncycastle-1.66/maven-coordinates.txt @@ -0,0 +1,2 @@ +org.bouncycastle:bcpkix-jdk15on:jar:1.66 +org.bouncycastle:bcprov-jdk15on:jar:1.66 diff --git a/doc/licenses/cas-client-3.4.1/maven-coordinates.txt b/doc/licenses/cas-client-3.4.1/maven-coordinates.txt deleted file mode 100644 index a39afe741..000000000 --- a/doc/licenses/cas-client-3.4.1/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.jasig.cas.client:cas-client-core:jar:3.4.1 diff --git a/doc/licenses/cas-client-3.4.1/NOTICE b/doc/licenses/cas-client-3.6.2/NOTICE similarity index 100% rename from doc/licenses/cas-client-3.4.1/NOTICE rename to doc/licenses/cas-client-3.6.2/NOTICE diff --git a/doc/licenses/cas-client-3.4.1/README b/doc/licenses/cas-client-3.6.2/README similarity index 91% rename from doc/licenses/cas-client-3.4.1/README rename to doc/licenses/cas-client-3.6.2/README index d6514faa6..d9753d2fb 100644 --- a/doc/licenses/cas-client-3.4.1/README +++ b/doc/licenses/cas-client-3.6.2/README @@ -1,7 +1,7 @@ Java Apereo CAS Client (https://www.apereo.org/projects/cas) ------------------------------------------------------------ - Version: 3.4.1 + Version: 3.6.2 From: 'Apereo Foundation' (https://www.apereo.org/) License(s): Apache v2.0 diff --git a/doc/licenses/cas-client-3.6.2/maven-coordinates.txt b/doc/licenses/cas-client-3.6.2/maven-coordinates.txt new file mode 100644 index 000000000..d8fdc4e2c --- /dev/null +++ b/doc/licenses/cas-client-3.6.2/maven-coordinates.txt @@ -0,0 +1 @@ +org.jasig.cas.client:cas-client-core:jar:3.6.2 diff --git a/doc/licenses/checker-qual-3.5.0/maven-coordinates.txt b/doc/licenses/checker-qual-3.5.0/maven-coordinates.txt deleted file mode 100644 index 4ced44b0f..000000000 --- a/doc/licenses/checker-qual-3.5.0/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.checkerframework:checker-qual:jar:3.5.0 diff --git a/doc/licenses/checker-qual-3.5.0/LICENSE.txt b/doc/licenses/checker-qual-3.8.0/LICENSE.txt similarity index 100% rename from doc/licenses/checker-qual-3.5.0/LICENSE.txt rename to doc/licenses/checker-qual-3.8.0/LICENSE.txt diff --git a/doc/licenses/checker-qual-3.5.0/README b/doc/licenses/checker-qual-3.8.0/README similarity index 74% rename from doc/licenses/checker-qual-3.5.0/README rename to doc/licenses/checker-qual-3.8.0/README index 02e43e2b9..80ecceaf3 100644 --- a/doc/licenses/checker-qual-3.5.0/README +++ b/doc/licenses/checker-qual-3.8.0/README @@ -1,8 +1,8 @@ Checker Framework qualifiers (https://checkerframework.org/) ------------------------------------------------------------ - Version: 3.5.0 + Version: 3.8.0 From: 'Checker Framework developers' (https://checkerframework.org/) License(s): - MIT (bundled/checker-qual-3.5.0/LICENSE.txt) + MIT (bundled/checker-qual-3.8.0/LICENSE.txt) diff --git a/doc/licenses/checker-qual-3.8.0/maven-coordinates.txt b/doc/licenses/checker-qual-3.8.0/maven-coordinates.txt new file mode 100644 index 000000000..9a72d08f5 --- /dev/null +++ b/doc/licenses/checker-qual-3.8.0/maven-coordinates.txt @@ -0,0 +1 @@ +org.checkerframework:checker-qual:jar:3.8.0 diff --git a/doc/licenses/directory-api-2.0.0/NOTICE b/doc/licenses/directory-api-2.0.0/NOTICE deleted file mode 100644 index d4f56e376..000000000 --- a/doc/licenses/directory-api-2.0.0/NOTICE +++ /dev/null @@ -1,24 +0,0 @@ -Apache Directory LDAP API -Copyright 2003-2019 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - -This product includes/uses jBCrypt which is subject to the following license: - -/* - * Copyright (c) 2006 Damien Miller - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - diff --git a/doc/licenses/directory-api-2.0.0/maven-coordinates.txt b/doc/licenses/directory-api-2.0.0/maven-coordinates.txt deleted file mode 100644 index 5980e88eb..000000000 --- a/doc/licenses/directory-api-2.0.0/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.apache.directory.api:api-all:jar:2.0.0.AM4 diff --git a/doc/licenses/directory-api-2.0.1/NOTICE b/doc/licenses/directory-api-2.0.1/NOTICE new file mode 100644 index 000000000..34f155ef7 --- /dev/null +++ b/doc/licenses/directory-api-2.0.1/NOTICE @@ -0,0 +1,5 @@ +Apache Directory LDAP API +Copyright 2003-2019 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/doc/licenses/directory-api-2.0.0/README b/doc/licenses/directory-api-2.0.1/README similarity index 90% rename from doc/licenses/directory-api-2.0.0/README rename to doc/licenses/directory-api-2.0.1/README index 754869c6c..200bb050d 100644 --- a/doc/licenses/directory-api-2.0.0/README +++ b/doc/licenses/directory-api-2.0.1/README @@ -1,7 +1,7 @@ Apache Directory LDAP API (http://directory.apache.org) ------------------------------------------------------- - Version: 2.0.0.AM4 + Version: 2.0.1 From: 'Apache Software Foundation' (http://apache.org) License(s): Apache v2.0 diff --git a/doc/licenses/directory-api-2.0.1/maven-coordinates.txt b/doc/licenses/directory-api-2.0.1/maven-coordinates.txt new file mode 100644 index 000000000..5400d258a --- /dev/null +++ b/doc/licenses/directory-api-2.0.1/maven-coordinates.txt @@ -0,0 +1 @@ +org.apache.directory.api:api-all:jar:2.0.1 diff --git a/doc/licenses/error-prone-2.3.4/maven-coordinates.txt b/doc/licenses/error-prone-2.3.4/maven-coordinates.txt deleted file mode 100644 index a51846f91..000000000 --- a/doc/licenses/error-prone-2.3.4/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.google.errorprone:error_prone_annotations:jar:2.3.4 diff --git a/doc/licenses/error-prone-2.3.4/README b/doc/licenses/error-prone-2.5.1/README similarity index 89% rename from doc/licenses/error-prone-2.3.4/README rename to doc/licenses/error-prone-2.5.1/README index 119057567..fc049dade 100644 --- a/doc/licenses/error-prone-2.3.4/README +++ b/doc/licenses/error-prone-2.5.1/README @@ -1,7 +1,7 @@ Error Prone (https://errorprone.info/) -------------------------------------- - Version: 2.3.4 + Version: 2.5.1 From: 'Google Inc.' (http://www.google.com/) License(s): Apache v2.0 diff --git a/doc/licenses/error-prone-2.5.1/maven-coordinates.txt b/doc/licenses/error-prone-2.5.1/maven-coordinates.txt new file mode 100644 index 000000000..5e8621975 --- /dev/null +++ b/doc/licenses/error-prone-2.5.1/maven-coordinates.txt @@ -0,0 +1 @@ +com.google.errorprone:error_prone_annotations:jar:2.5.1 diff --git a/doc/licenses/guava-30.1-jre/README b/doc/licenses/guava-30.1.1-jre/README similarity index 90% rename from doc/licenses/guava-30.1-jre/README rename to doc/licenses/guava-30.1.1-jre/README index 52aff5653..4f54e0534 100644 --- a/doc/licenses/guava-30.1-jre/README +++ b/doc/licenses/guava-30.1.1-jre/README @@ -1,7 +1,7 @@ Guava: Google Core Libraries for Java (https://github.com/google/guava) ----------------------------------------------------------------------- - Version: 30.1-jre + Version: 30.1.1-jre From: 'Google Inc.' (http://www.google.com/) License(s): Apache v2.0 diff --git a/doc/licenses/guava-30.1-jre/maven-coordinates.txt b/doc/licenses/guava-30.1.1-jre/maven-coordinates.txt similarity index 76% rename from doc/licenses/guava-30.1-jre/maven-coordinates.txt rename to doc/licenses/guava-30.1.1-jre/maven-coordinates.txt index 2b797965e..4394b3b17 100644 --- a/doc/licenses/guava-30.1-jre/maven-coordinates.txt +++ b/doc/licenses/guava-30.1.1-jre/maven-coordinates.txt @@ -1,3 +1,3 @@ com.google.guava:failureaccess:jar:1.0.1 -com.google.guava:guava:jar:30.1-jre +com.google.guava:guava:jar:30.1.1-jre com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava diff --git a/doc/licenses/guice-4.2.3/maven-coordinates.txt b/doc/licenses/guice-4.2.3/maven-coordinates.txt deleted file mode 100644 index c3fd4d98d..000000000 --- a/doc/licenses/guice-4.2.3/maven-coordinates.txt +++ /dev/null @@ -1,4 +0,0 @@ -com.google.inject.extensions:guice-assistedinject:jar:4.2.3 -com.google.inject.extensions:guice-multibindings:jar:4.2.3 -com.google.inject.extensions:guice-servlet:jar:4.2.3 -com.google.inject:guice:jar:4.2.3 diff --git a/doc/licenses/guice-4.2.3/README b/doc/licenses/guice-5.0.1/README similarity index 90% rename from doc/licenses/guice-4.2.3/README rename to doc/licenses/guice-5.0.1/README index 10ec893b8..12d4652f7 100644 --- a/doc/licenses/guice-4.2.3/README +++ b/doc/licenses/guice-5.0.1/README @@ -1,7 +1,7 @@ Google Guice (https://github.com/google/guice) ---------------------------------------------- - Version: 4.2.3 + Version: 5.0.1 From: 'Google Inc.' (http://www.google.com/) License(s): Apache v2.0 diff --git a/doc/licenses/guice-5.0.1/maven-coordinates.txt b/doc/licenses/guice-5.0.1/maven-coordinates.txt new file mode 100644 index 000000000..6648fef0c --- /dev/null +++ b/doc/licenses/guice-5.0.1/maven-coordinates.txt @@ -0,0 +1,3 @@ +com.google.inject:guice:jar:5.0.1 +com.google.inject.extensions:guice-assistedinject:jar:5.0.1 +com.google.inject.extensions:guice-servlet:jar:5.0.1 diff --git a/doc/licenses/jackson-2.10.1/maven-coordinates.txt b/doc/licenses/jackson-2.10.1/maven-coordinates.txt deleted file mode 100644 index fce75e9a8..000000000 --- a/doc/licenses/jackson-2.10.1/maven-coordinates.txt +++ /dev/null @@ -1,4 +0,0 @@ -com.fasterxml.jackson.core:jackson-annotations:jar:2.10.1 -com.fasterxml.jackson.core:jackson-core:jar:2.10.1 -com.fasterxml.jackson.core:jackson-databind:jar:2.10.1 -com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.1 diff --git a/doc/licenses/jackson-2.10.1/NOTICE b/doc/licenses/jackson-2.12.2/NOTICE similarity index 62% rename from doc/licenses/jackson-2.10.1/NOTICE rename to doc/licenses/jackson-2.12.2/NOTICE index f4e5ea31f..e0b3fa0ed 100644 --- a/doc/licenses/jackson-2.10.1/NOTICE +++ b/doc/licenses/jackson-2.12.2/NOTICE @@ -1,5 +1,4 @@ Jackson is a high-performance, Free/Open Source JSON processing library. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. +It is currently developed by a community of developers. diff --git a/doc/licenses/jackson-2.10.1/README b/doc/licenses/jackson-2.12.2/README similarity index 90% rename from doc/licenses/jackson-2.10.1/README rename to doc/licenses/jackson-2.12.2/README index 358d6fe04..7ed615673 100644 --- a/doc/licenses/jackson-2.10.1/README +++ b/doc/licenses/jackson-2.12.2/README @@ -1,7 +1,7 @@ Jackson (https://github.com/FasterXML/jackson) ---------------------------------------------- - Version: 2.10.1 + Version: 2.12.2 From: 'FasterXML, LLC' (https://github.com/FasterXML) License(s): Apache v2.0 diff --git a/doc/licenses/jackson-2.12.2/maven-coordinates.txt b/doc/licenses/jackson-2.12.2/maven-coordinates.txt new file mode 100644 index 000000000..6dcc7917e --- /dev/null +++ b/doc/licenses/jackson-2.12.2/maven-coordinates.txt @@ -0,0 +1,4 @@ +com.fasterxml.jackson.core:jackson-databind:jar:2.12.2 +com.fasterxml.jackson.core:jackson-core:jar:2.12.2 +com.fasterxml.jackson.core:jackson-annotations:jar:2.12.2 +com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2 diff --git a/doc/licenses/jai-imageio-core-1.3.1/maven-coordinates.txt b/doc/licenses/jai-imageio-core-1.3.1/maven-coordinates.txt deleted file mode 100644 index 11610abd3..000000000 --- a/doc/licenses/jai-imageio-core-1.3.1/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.github.jai-imageio:jai-imageio-core:jar:1.3.1 diff --git a/doc/licenses/jai-imageio-core-1.3.1/LICENSE.txt b/doc/licenses/jai-imageio-core-1.4.0/LICENSE.txt similarity index 100% rename from doc/licenses/jai-imageio-core-1.3.1/LICENSE.txt rename to doc/licenses/jai-imageio-core-1.4.0/LICENSE.txt diff --git a/doc/licenses/jai-imageio-core-1.3.1/README b/doc/licenses/jai-imageio-core-1.4.0/README similarity index 82% rename from doc/licenses/jai-imageio-core-1.3.1/README rename to doc/licenses/jai-imageio-core-1.4.0/README index 5344043df..6b0c70116 100644 --- a/doc/licenses/jai-imageio-core-1.3.1/README +++ b/doc/licenses/jai-imageio-core-1.4.0/README @@ -1,12 +1,12 @@ Java Advanced Imaging Image I/O (https://github.com/jai-imageio/jai-imageio-core) --------------------------------------------------------------------------------- - Version: 1.3.1 + Version: 1.4.0 From: 'Sun Microsystems, Inc.' (https://www.oracle.com/) 'University of Manchester' (https://www.manchester.ac.uk/) 'Stian Soiland-Reyes' (https://github.com/stain) 'Peter Hull' License(s): - BSD 3-clause (bundled/jai-imageio-core-1.3.1/LICENSE.txt) + BSD 3-clause (bundled/jai-imageio-core-1.4.0/LICENSE.txt) diff --git a/doc/licenses/jai-imageio-core-1.4.0/maven-coordinates.txt b/doc/licenses/jai-imageio-core-1.4.0/maven-coordinates.txt new file mode 100644 index 000000000..b62dccdef --- /dev/null +++ b/doc/licenses/jai-imageio-core-1.4.0/maven-coordinates.txt @@ -0,0 +1 @@ +com.github.jai-imageio:jai-imageio-core:jar:1.4.0 diff --git a/doc/licenses/java-saml-2.5.0/maven-coordinates.txt b/doc/licenses/java-saml-2.5.0/maven-coordinates.txt deleted file mode 100644 index 84a48eea7..000000000 --- a/doc/licenses/java-saml-2.5.0/maven-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.onelogin:java-saml-core:jar:2.5.0 -com.onelogin:java-saml:jar:2.5.0 diff --git a/doc/licenses/java-saml-2.5.0/LICENSE b/doc/licenses/java-saml-2.6.0/LICENSE similarity index 100% rename from doc/licenses/java-saml-2.5.0/LICENSE rename to doc/licenses/java-saml-2.6.0/LICENSE diff --git a/doc/licenses/java-saml-2.5.0/README b/doc/licenses/java-saml-2.6.0/README similarity index 73% rename from doc/licenses/java-saml-2.5.0/README rename to doc/licenses/java-saml-2.6.0/README index 7a47e79a7..80e38068b 100644 --- a/doc/licenses/java-saml-2.5.0/README +++ b/doc/licenses/java-saml-2.6.0/README @@ -1,8 +1,8 @@ Onelogin Java SAML Client (https://github.com/onelogin/java-saml) ------------------------------------------------------------------------ - Version: 2.5.0 + Version: 2.6.0 From: 'OneLogin' (https://www.onelogin.com) License(s): - MIT License (bundled/java-saml-2.5.0/LICENSE) + MIT License (bundled/java-saml-2.6.0/LICENSE) diff --git a/doc/licenses/java-saml-2.6.0/maven-coordinates.txt b/doc/licenses/java-saml-2.6.0/maven-coordinates.txt new file mode 100644 index 000000000..e8efd9b0a --- /dev/null +++ b/doc/licenses/java-saml-2.6.0/maven-coordinates.txt @@ -0,0 +1,2 @@ +com.onelogin:java-saml-core:jar:2.6.0 +com.onelogin:java-saml:jar:2.6.0 diff --git a/doc/licenses/jcommander-1.72/maven-coordinates.txt b/doc/licenses/jcommander-1.72/maven-coordinates.txt deleted file mode 100644 index 343ec2689..000000000 --- a/doc/licenses/jcommander-1.72/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.beust:jcommander:jar:1.72 diff --git a/doc/licenses/jcommander-1.72/NOTICE b/doc/licenses/jcommander-1.78/NOTICE similarity index 100% rename from doc/licenses/jcommander-1.72/NOTICE rename to doc/licenses/jcommander-1.78/NOTICE diff --git a/doc/licenses/jcommander-1.72/README b/doc/licenses/jcommander-1.78/README similarity index 90% rename from doc/licenses/jcommander-1.72/README rename to doc/licenses/jcommander-1.78/README index 57a44c59f..18567cc69 100644 --- a/doc/licenses/jcommander-1.72/README +++ b/doc/licenses/jcommander-1.78/README @@ -1,7 +1,7 @@ JCommander (https://jcommander.org/) ------------------------------------ - Version: 1.72 + Version: 1.78 From: 'Cédric Beust' (https://github.com/cbeust) License(s): Apache v2.0 diff --git a/doc/licenses/jcommander-1.78/maven-coordinates.txt b/doc/licenses/jcommander-1.78/maven-coordinates.txt new file mode 100644 index 000000000..1fef22d87 --- /dev/null +++ b/doc/licenses/jcommander-1.78/maven-coordinates.txt @@ -0,0 +1 @@ +com.beust:jcommander:jar:1.78 diff --git a/doc/licenses/jersey-2.31/maven-coordinates.txt b/doc/licenses/jersey-2.31/maven-coordinates.txt deleted file mode 100644 index 14c07defd..000000000 --- a/doc/licenses/jersey-2.31/maven-coordinates.txt +++ /dev/null @@ -1,8 +0,0 @@ -org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.31 -org.glassfish.jersey.core:jersey-client:jar:2.31 -org.glassfish.jersey.core:jersey-common:jar:2.31 -org.glassfish.jersey.core:jersey-server:jar:2.31 -org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.31 -org.glassfish.jersey.inject:jersey-hk2:jar:2.31 -org.glassfish.jersey.media:jersey-media-jaxb:jar:2.31 -org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.31 diff --git a/doc/licenses/jersey-2.31/LICENSE.md b/doc/licenses/jersey-2.33/LICENSE.md similarity index 100% rename from doc/licenses/jersey-2.31/LICENSE.md rename to doc/licenses/jersey-2.33/LICENSE.md diff --git a/doc/licenses/jersey-2.31/README b/doc/licenses/jersey-2.33/README similarity index 67% rename from doc/licenses/jersey-2.31/README rename to doc/licenses/jersey-2.33/README index d0886be1b..f1e86bad6 100644 --- a/doc/licenses/jersey-2.31/README +++ b/doc/licenses/jersey-2.33/README @@ -1,8 +1,8 @@ Jersey (https://jersey.java.net/) --------------------------------- - Version: 2.31 + Version: 2.33 From: 'Eclipse Foundation' (https://www.eclipse.org/) License(s): - EPL v2.0 (bundled/jersey-2.31/LICENSE.md) + EPL v2.0 (bundled/jersey-2.33/LICENSE.md) diff --git a/doc/licenses/jersey-2.33/maven-coordinates.txt b/doc/licenses/jersey-2.33/maven-coordinates.txt new file mode 100644 index 000000000..2bbb45f7e --- /dev/null +++ b/doc/licenses/jersey-2.33/maven-coordinates.txt @@ -0,0 +1,7 @@ +org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.33 +org.glassfish.jersey.core:jersey-common:jar:2.33 +org.glassfish.jersey.core:jersey-server:jar:2.33 +org.glassfish.jersey.core:jersey-client:jar:2.33 +org.glassfish.jersey.inject:jersey-hk2:jar:2.33 +org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.33 +org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.33 diff --git a/doc/licenses/joda-time-2.10.3/maven-coordinates.txt b/doc/licenses/joda-time-2.10.3/maven-coordinates.txt deleted file mode 100644 index f5633173b..000000000 --- a/doc/licenses/joda-time-2.10.3/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -joda-time:joda-time:jar:2.10.3 diff --git a/doc/licenses/joda-time-2.10.3/NOTICE b/doc/licenses/joda-time-2.10.6/NOTICE similarity index 100% rename from doc/licenses/joda-time-2.10.3/NOTICE rename to doc/licenses/joda-time-2.10.6/NOTICE diff --git a/doc/licenses/joda-time-2.10.3/README b/doc/licenses/joda-time-2.10.6/README similarity index 89% rename from doc/licenses/joda-time-2.10.3/README rename to doc/licenses/joda-time-2.10.6/README index 10c528b99..a10eaf616 100644 --- a/doc/licenses/joda-time-2.10.3/README +++ b/doc/licenses/joda-time-2.10.6/README @@ -1,7 +1,7 @@ Joda-Time (https://www.joda.org/joda-time/) ---------------------------------------------- - Version: 2.10.3 + Version: 2.10.6 From: 'Joda.org' (https://www.joda.org/) License(s): Apache v2.0 diff --git a/doc/licenses/joda-time-2.10.6/maven-coordinates.txt b/doc/licenses/joda-time-2.10.6/maven-coordinates.txt new file mode 100644 index 000000000..a210c5c6d --- /dev/null +++ b/doc/licenses/joda-time-2.10.6/maven-coordinates.txt @@ -0,0 +1 @@ +joda-time:joda-time:jar:2.10.6 diff --git a/doc/licenses/jose4j-0.5.5/maven-coordinates.txt b/doc/licenses/jose4j-0.5.5/maven-coordinates.txt deleted file mode 100644 index 19b112361..000000000 --- a/doc/licenses/jose4j-0.5.5/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.bitbucket.b_c:jose4j:jar:0.5.5 diff --git a/doc/licenses/jose4j-0.5.5/NOTICE b/doc/licenses/jose4j-0.7.6/NOTICE similarity index 100% rename from doc/licenses/jose4j-0.5.5/NOTICE rename to doc/licenses/jose4j-0.7.6/NOTICE diff --git a/doc/licenses/jose4j-0.5.5/README b/doc/licenses/jose4j-0.7.6/README similarity index 90% rename from doc/licenses/jose4j-0.5.5/README rename to doc/licenses/jose4j-0.7.6/README index 144c54010..59051bd57 100644 --- a/doc/licenses/jose4j-0.5.5/README +++ b/doc/licenses/jose4j-0.7.6/README @@ -1,7 +1,7 @@ jose.4.j (https://bitbucket.org/b_c/jose4j/) -------------------------------------------- - Version: 0.5.5 + Version: 0.7.6 From: 'Brian Campbell' (https://bitbucket.org/b_c/) License(s): Apache v2.0 diff --git a/doc/licenses/jose4j-0.7.6/maven-coordinates.txt b/doc/licenses/jose4j-0.7.6/maven-coordinates.txt new file mode 100644 index 000000000..4cd8dff40 --- /dev/null +++ b/doc/licenses/jose4j-0.7.6/maven-coordinates.txt @@ -0,0 +1 @@ +org.bitbucket.b_c:jose4j:jar:0.7.6 diff --git a/doc/licenses/mybatis-3.2.8/maven-coordinates.txt b/doc/licenses/mybatis-3.2.8/maven-coordinates.txt deleted file mode 100644 index 4ed2def8f..000000000 --- a/doc/licenses/mybatis-3.2.8/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.mybatis:mybatis:jar:3.4.6 diff --git a/doc/licenses/mybatis-3.2.8/NOTICE b/doc/licenses/mybatis-3.5.6/NOTICE similarity index 100% rename from doc/licenses/mybatis-3.2.8/NOTICE rename to doc/licenses/mybatis-3.5.6/NOTICE diff --git a/doc/licenses/mybatis-3.2.8/README b/doc/licenses/mybatis-3.5.6/README similarity index 90% rename from doc/licenses/mybatis-3.2.8/README rename to doc/licenses/mybatis-3.5.6/README index 0d21129a5..c94fb8c26 100644 --- a/doc/licenses/mybatis-3.2.8/README +++ b/doc/licenses/mybatis-3.5.6/README @@ -1,7 +1,7 @@ MyBatis (http://www.mybatis.org/mybatis-3/) ------------------------------------------- - Version: 3.2.8 + Version: 3.5.6 From: 'MyBatis' (http://www.mybatis.org/) License(s): Apache v2.0 diff --git a/doc/licenses/mybatis-3.5.6/maven-coordinates.txt b/doc/licenses/mybatis-3.5.6/maven-coordinates.txt new file mode 100644 index 000000000..31ff49c9d --- /dev/null +++ b/doc/licenses/mybatis-3.5.6/maven-coordinates.txt @@ -0,0 +1 @@ +org.mybatis:mybatis:jar:3.5.6 diff --git a/doc/licenses/mybatis-guice-3.6/NOTICE b/doc/licenses/mybatis-guice-3.10/NOTICE similarity index 100% rename from doc/licenses/mybatis-guice-3.6/NOTICE rename to doc/licenses/mybatis-guice-3.10/NOTICE diff --git a/doc/licenses/mybatis-guice-3.6/README b/doc/licenses/mybatis-guice-3.10/README similarity index 90% rename from doc/licenses/mybatis-guice-3.6/README rename to doc/licenses/mybatis-guice-3.10/README index 53fcd829c..00315a753 100644 --- a/doc/licenses/mybatis-guice-3.6/README +++ b/doc/licenses/mybatis-guice-3.10/README @@ -1,7 +1,7 @@ MyBatis-Guice (http://www.mybatis.org/guice/) --------------------------------------------- - Version: 3.6 + Version: 3.10 From: 'MyBatis' (http://www.mybatis.org/) License(s): Apache v2.0 diff --git a/doc/licenses/mybatis-guice-3.6/maven-coordinates.txt b/doc/licenses/mybatis-guice-3.10/maven-coordinates.txt similarity index 100% rename from doc/licenses/mybatis-guice-3.6/maven-coordinates.txt rename to doc/licenses/mybatis-guice-3.10/maven-coordinates.txt diff --git a/doc/licenses/spring-framework-5.2.9/README b/doc/licenses/spring-framework-5.2.13/README similarity index 91% rename from doc/licenses/spring-framework-5.2.9/README rename to doc/licenses/spring-framework-5.2.13/README index a93d705d2..ef8f91645 100644 --- a/doc/licenses/spring-framework-5.2.9/README +++ b/doc/licenses/spring-framework-5.2.13/README @@ -1,7 +1,7 @@ Spring Framework (https://spring.io/projects/spring-framework) -------------------------------------------------------------- - Version: 5.2.9 + Version: 5.2.13 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-framework-5.2.13/maven-coordinates.txt b/doc/licenses/spring-framework-5.2.13/maven-coordinates.txt new file mode 100644 index 000000000..0cf256050 --- /dev/null +++ b/doc/licenses/spring-framework-5.2.13/maven-coordinates.txt @@ -0,0 +1,7 @@ +org.springframework:spring-aop:jar:5.2.13.RELEASE +org.springframework:spring-beans:jar:5.2.13.RELEASE +org.springframework:spring-context:jar:5.2.13.RELEASE +org.springframework:spring-core:jar:5.2.13.RELEASE +org.springframework:spring-expression:jar:5.2.13.RELEASE +org.springframework:spring-jcl:jar:5.2.13.RELEASE +org.springframework:spring-web:jar:5.2.13.RELEASE diff --git a/doc/licenses/spring-framework-5.2.9/maven-coordinates.txt b/doc/licenses/spring-framework-5.2.9/maven-coordinates.txt deleted file mode 100644 index 9318b4255..000000000 --- a/doc/licenses/spring-framework-5.2.9/maven-coordinates.txt +++ /dev/null @@ -1,7 +0,0 @@ -org.springframework:spring-aop:jar:5.2.9.RELEASE -org.springframework:spring-beans:jar:5.2.9.RELEASE -org.springframework:spring-context:jar:5.2.9.RELEASE -org.springframework:spring-core:jar:5.2.9.RELEASE -org.springframework:spring-expression:jar:5.2.9.RELEASE -org.springframework:spring-jcl:jar:5.2.9.RELEASE -org.springframework:spring-web:jar:5.2.9.RELEASE diff --git a/doc/licenses/spring-security-5.4.1/maven-coordinates.txt b/doc/licenses/spring-security-5.4.1/maven-coordinates.txt deleted file mode 100644 index 59bd56ce4..000000000 --- a/doc/licenses/spring-security-5.4.1/maven-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -org.springframework.security:spring-security-core:jar:5.4.1 -org.springframework.security:spring-security-web:jar:5.4.1 diff --git a/doc/licenses/spring-security-5.4.1/NOTICE b/doc/licenses/spring-security-5.4.5/NOTICE similarity index 100% rename from doc/licenses/spring-security-5.4.1/NOTICE rename to doc/licenses/spring-security-5.4.5/NOTICE diff --git a/doc/licenses/spring-security-5.4.1/README b/doc/licenses/spring-security-5.4.5/README similarity index 91% rename from doc/licenses/spring-security-5.4.1/README rename to doc/licenses/spring-security-5.4.5/README index c2ca8785a..d40cb1b19 100644 --- a/doc/licenses/spring-security-5.4.1/README +++ b/doc/licenses/spring-security-5.4.5/README @@ -1,7 +1,7 @@ Spring Security (https://spring.io/projects/spring-security) ------------------------------------------------------------ - Version: 5.4.1 + Version: 5.4.5 From: 'Spring' (https://spring.io/) License(s): Apache v2.0 diff --git a/doc/licenses/spring-security-5.4.5/maven-coordinates.txt b/doc/licenses/spring-security-5.4.5/maven-coordinates.txt new file mode 100644 index 000000000..b4b3b510b --- /dev/null +++ b/doc/licenses/spring-security-5.4.5/maven-coordinates.txt @@ -0,0 +1,2 @@ +org.springframework.security:spring-security-core:jar:5.4.5 +org.springframework.security:spring-security-web:jar:5.4.5 diff --git a/doc/licenses/woodstox-core-5.0.3/maven-coordinates.txt b/doc/licenses/woodstox-core-5.0.3/maven-coordinates.txt deleted file mode 100644 index ad6f7caa3..000000000 --- a/doc/licenses/woodstox-core-5.0.3/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.fasterxml.woodstox:woodstox-core:jar:5.0.3 diff --git a/doc/licenses/woodstox-core-5.0.3/README b/doc/licenses/woodstox-core-5.2.1/README similarity index 91% rename from doc/licenses/woodstox-core-5.0.3/README rename to doc/licenses/woodstox-core-5.2.1/README index f28ca58a6..1f743475a 100644 --- a/doc/licenses/woodstox-core-5.0.3/README +++ b/doc/licenses/woodstox-core-5.2.1/README @@ -1,7 +1,7 @@ Woodstox Core (https://github.com/FasterXML/woodstox) ------------------------------------------------------ - Version: 5.0.3 + Version: 5.2.1 From: 'FasterXML, LLC' (http://fasterxml.com/) License(s): Apache v2.0 diff --git a/doc/licenses/woodstox-core-5.2.1/maven-coordinates.txt b/doc/licenses/woodstox-core-5.2.1/maven-coordinates.txt new file mode 100644 index 000000000..8538fcc66 --- /dev/null +++ b/doc/licenses/woodstox-core-5.2.1/maven-coordinates.txt @@ -0,0 +1 @@ +com.fasterxml.woodstox:woodstox-core:jar:5.2.1 diff --git a/doc/licenses/woodstox-stax2-api-3.1.4/maven-coordinates.txt b/doc/licenses/woodstox-stax2-api-3.1.4/maven-coordinates.txt deleted file mode 100644 index fe783ff9f..000000000 --- a/doc/licenses/woodstox-stax2-api-3.1.4/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.codehaus.woodstox:stax2-api:jar:3.1.4 diff --git a/doc/licenses/woodstox-stax2-api-3.1.4/LICENSE b/doc/licenses/woodstox-stax2-api-4.2/LICENSE similarity index 92% rename from doc/licenses/woodstox-stax2-api-3.1.4/LICENSE rename to doc/licenses/woodstox-stax2-api-4.2/LICENSE index 19cbb6b58..c7a901abf 100644 --- a/doc/licenses/woodstox-stax2-api-3.1.4/LICENSE +++ b/doc/licenses/woodstox-stax2-api-4.2/LICENSE @@ -1,4 +1,4 @@ -Copyright 2008 FasterXML LLC +Copyright 2010 FasterXML, LLC Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -19,4 +19,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/doc/licenses/woodstox-stax2-api-3.1.4/README b/doc/licenses/woodstox-stax2-api-4.2/README similarity index 69% rename from doc/licenses/woodstox-stax2-api-3.1.4/README rename to doc/licenses/woodstox-stax2-api-4.2/README index fcfb1af18..9666e4bba 100644 --- a/doc/licenses/woodstox-stax2-api-3.1.4/README +++ b/doc/licenses/woodstox-stax2-api-4.2/README @@ -1,8 +1,8 @@ Woodstox Stax2-API (https://github.com/FasterXML/stax2-api) ------------------------------------------------------------ - Version: 3.1.4 + Version: 4.2 From: 'FasterXML, LLC' (http://fasterxml.com/) License(s): - BSD Simplified (bundled/woodstox-stax2-api-3.1.4/LICENSE) + BSD Simplified (bundled/woodstox-stax2-api-4.2/LICENSE) diff --git a/doc/licenses/woodstox-stax2-api-4.2/maven-coordinates.txt b/doc/licenses/woodstox-stax2-api-4.2/maven-coordinates.txt new file mode 100644 index 000000000..c7bbc763f --- /dev/null +++ b/doc/licenses/woodstox-stax2-api-4.2/maven-coordinates.txt @@ -0,0 +1 @@ +org.codehaus.woodstox:stax2-api:jar:4.2 diff --git a/doc/licenses/zxing-3.3.1/maven-coordinates.txt b/doc/licenses/zxing-3.3.1/maven-coordinates.txt deleted file mode 100644 index 58624842f..000000000 --- a/doc/licenses/zxing-3.3.1/maven-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.google.zxing:core:jar:3.3.1 -com.google.zxing:javase:jar:3.3.1 diff --git a/doc/licenses/zxing-3.3.1/NOTICE b/doc/licenses/zxing-3.4.1/NOTICE similarity index 100% rename from doc/licenses/zxing-3.3.1/NOTICE rename to doc/licenses/zxing-3.4.1/NOTICE diff --git a/doc/licenses/zxing-3.3.1/README b/doc/licenses/zxing-3.4.1/README similarity index 85% rename from doc/licenses/zxing-3.3.1/README rename to doc/licenses/zxing-3.4.1/README index 6664953dd..497049963 100644 --- a/doc/licenses/zxing-3.3.1/README +++ b/doc/licenses/zxing-3.4.1/README @@ -1,8 +1,8 @@ ZXing Barcode Scanning Library (https://github.com/zxing/zxing/) ---------------------------------------------------------------- - Version: 3.3.1 - From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.3.1/AUTHORS) + Version: 3.4.1 + From: 'ZXing authors' (https://github.com/zxing/zxing/blob/zxing-3.4.1/AUTHORS) License(s): Apache v2.0 diff --git a/doc/licenses/zxing-3.4.1/maven-coordinates.txt b/doc/licenses/zxing-3.4.1/maven-coordinates.txt new file mode 100644 index 000000000..b7415931d --- /dev/null +++ b/doc/licenses/zxing-3.4.1/maven-coordinates.txt @@ -0,0 +1,2 @@ +com.google.zxing:core:jar:3.4.1 +com.google.zxing:javase:jar:3.4.1