From 9b90376ef3614fe6ee0e8d93959dc1a67132674c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 3 Apr 2021 19:26:46 -0700 Subject: [PATCH] GUACAMOLE-773: Remove license documentation for dependencies that are no longer bundled. --- .../jakarta-activation-1.2.2/LICENSE.md | 29 ------------------- doc/licenses/jakarta-activation-1.2.2/README | 8 ----- .../maven-coordinates.txt | 2 -- doc/licenses/jakarta-jaxb-2.3.3/LICENSE.md | 28 ------------------ doc/licenses/jakarta-jaxb-2.3.3/README | 8 ----- .../jakarta-jaxb-2.3.3/maven-coordinates.txt | 1 - doc/licenses/jaxb-fi-1.2.16/NOTICE | 11 ------- doc/licenses/jaxb-fi-1.2.16/README | 8 ----- .../jaxb-fi-1.2.16/maven-coordinates.txt | 1 - doc/licenses/jaxb-istack-commons/LICENSE.md | 29 ------------------- doc/licenses/jaxb-istack-commons/README | 9 ------ .../jaxb-istack-commons/maven-coordinates.txt | 1 - doc/licenses/stax-ex-1.8.1/LICENSE.md | 29 ------------------- doc/licenses/stax-ex-1.8.1/README | 8 ----- .../stax-ex-1.8.1/maven-coordinates.txt | 1 - 15 files changed, 173 deletions(-) delete mode 100644 doc/licenses/jakarta-activation-1.2.2/LICENSE.md delete mode 100644 doc/licenses/jakarta-activation-1.2.2/README delete mode 100644 doc/licenses/jakarta-activation-1.2.2/maven-coordinates.txt delete mode 100644 doc/licenses/jakarta-jaxb-2.3.3/LICENSE.md delete mode 100644 doc/licenses/jakarta-jaxb-2.3.3/README delete mode 100644 doc/licenses/jakarta-jaxb-2.3.3/maven-coordinates.txt delete mode 100644 doc/licenses/jaxb-fi-1.2.16/NOTICE delete mode 100644 doc/licenses/jaxb-fi-1.2.16/README delete mode 100644 doc/licenses/jaxb-fi-1.2.16/maven-coordinates.txt delete mode 100644 doc/licenses/jaxb-istack-commons/LICENSE.md delete mode 100644 doc/licenses/jaxb-istack-commons/README delete mode 100644 doc/licenses/jaxb-istack-commons/maven-coordinates.txt delete mode 100644 doc/licenses/stax-ex-1.8.1/LICENSE.md delete mode 100644 doc/licenses/stax-ex-1.8.1/README delete mode 100644 doc/licenses/stax-ex-1.8.1/maven-coordinates.txt diff --git a/doc/licenses/jakarta-activation-1.2.2/LICENSE.md b/doc/licenses/jakarta-activation-1.2.2/LICENSE.md deleted file mode 100644 index e0358f972..000000000 --- a/doc/licenses/jakarta-activation-1.2.2/LICENSE.md +++ /dev/null @@ -1,29 +0,0 @@ - - Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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. diff --git a/doc/licenses/jakarta-activation-1.2.2/README b/doc/licenses/jakarta-activation-1.2.2/README deleted file mode 100644 index 0320bc71a..000000000 --- a/doc/licenses/jakarta-activation-1.2.2/README +++ /dev/null @@ -1,8 +0,0 @@ -Jakarta Activation (https://eclipse-ee4j.github.io/jaf/) --------------------------------------------------------- - - Version: 1.2.2 - From: 'Oracle Corporation' (http://www.oracle.com/) - License(s): - BSD 3-clause (bundled/jakarta-activation-1.2.2/LICENSE.md) - diff --git a/doc/licenses/jakarta-activation-1.2.2/maven-coordinates.txt b/doc/licenses/jakarta-activation-1.2.2/maven-coordinates.txt deleted file mode 100644 index 2dd52691b..000000000 --- a/doc/licenses/jakarta-activation-1.2.2/maven-coordinates.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.sun.activation:jakarta.activation:jar:1.2.2 -jakarta.activation:jakarta.activation-api:jar:1.2.2 diff --git a/doc/licenses/jakarta-jaxb-2.3.3/LICENSE.md b/doc/licenses/jakarta-jaxb-2.3.3/LICENSE.md deleted file mode 100644 index da1c1cea7..000000000 --- a/doc/licenses/jakarta-jaxb-2.3.3/LICENSE.md +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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 diff --git a/doc/licenses/jakarta-jaxb-2.3.3/README b/doc/licenses/jakarta-jaxb-2.3.3/README deleted file mode 100644 index b0d753d1a..000000000 --- a/doc/licenses/jakarta-jaxb-2.3.3/README +++ /dev/null @@ -1,8 +0,0 @@ -Jakarta XML Binding (https://eclipse-ee4j.github.io/jaxb-ri/) -------------------------------------------------------------- - - Version: 2.3.3 - From: 'Oracle Corporation' (http://www.oracle.com/) - License(s): - BSD 3-clause (bundled/jakarta-jaxb-2.3.3/LICENSE.md) - diff --git a/doc/licenses/jakarta-jaxb-2.3.3/maven-coordinates.txt b/doc/licenses/jakarta-jaxb-2.3.3/maven-coordinates.txt deleted file mode 100644 index b8bef17b2..000000000 --- a/doc/licenses/jakarta-jaxb-2.3.3/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 diff --git a/doc/licenses/jaxb-fi-1.2.16/NOTICE b/doc/licenses/jaxb-fi-1.2.16/NOTICE deleted file mode 100644 index 42eedf780..000000000 --- a/doc/licenses/jaxb-fi-1.2.16/NOTICE +++ /dev/null @@ -1,11 +0,0 @@ -# Notices for Eclipse Implementation of JAXB - -This content is produced and maintained by the Eclipse Implementation of JAXB -project. - -* Project home: https://projects.eclipse.org/projects/ee4j.jaxb-impl - -## Trademarks - -Eclipse Implementation of JAXB is a trademark of the Eclipse Foundation. - diff --git a/doc/licenses/jaxb-fi-1.2.16/README b/doc/licenses/jaxb-fi-1.2.16/README deleted file mode 100644 index 932ea5426..000000000 --- a/doc/licenses/jaxb-fi-1.2.16/README +++ /dev/null @@ -1,8 +0,0 @@ -Fast Infoset (https://github.com/eclipse-ee4j/jaxb-fi/) -------------------------------------------------------- - - Version: 1.2.16 - From: 'Oracle Corporation' (http://www.oracle.com/) - License(s): - Apache v2.0 - diff --git a/doc/licenses/jaxb-fi-1.2.16/maven-coordinates.txt b/doc/licenses/jaxb-fi-1.2.16/maven-coordinates.txt deleted file mode 100644 index 313dbf106..000000000 --- a/doc/licenses/jaxb-fi-1.2.16/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16 diff --git a/doc/licenses/jaxb-istack-commons/LICENSE.md b/doc/licenses/jaxb-istack-commons/LICENSE.md deleted file mode 100644 index c739f78bc..000000000 --- a/doc/licenses/jaxb-istack-commons/LICENSE.md +++ /dev/null @@ -1,29 +0,0 @@ - - Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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. diff --git a/doc/licenses/jaxb-istack-commons/README b/doc/licenses/jaxb-istack-commons/README deleted file mode 100644 index 3f52eaad6..000000000 --- a/doc/licenses/jaxb-istack-commons/README +++ /dev/null @@ -1,9 +0,0 @@ -iStack Common Utility Code -(https://github.com/eclipse-ee4j/jaxb-istack-commons) ------------------------------------------------------ - - Version: 3.0.8 - From: 'Oracle Corporation' (http://www.oracle.com/) - License(s): - BSD 3-clause (bundled/jakarta-activation-3.0.8/LICENSE.md) - diff --git a/doc/licenses/jaxb-istack-commons/maven-coordinates.txt b/doc/licenses/jaxb-istack-commons/maven-coordinates.txt deleted file mode 100644 index 24f2577d4..000000000 --- a/doc/licenses/jaxb-istack-commons/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -com.sun.istack:istack-commons-runtime:jar:3.0.8 diff --git a/doc/licenses/stax-ex-1.8.1/LICENSE.md b/doc/licenses/stax-ex-1.8.1/LICENSE.md deleted file mode 100644 index c739f78bc..000000000 --- a/doc/licenses/stax-ex-1.8.1/LICENSE.md +++ /dev/null @@ -1,29 +0,0 @@ - - Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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. diff --git a/doc/licenses/stax-ex-1.8.1/README b/doc/licenses/stax-ex-1.8.1/README deleted file mode 100644 index bc4ecf323..000000000 --- a/doc/licenses/stax-ex-1.8.1/README +++ /dev/null @@ -1,8 +0,0 @@ -Extended StAX API (https://github.com/eclipse-ee4j/jaxb-stax-ex) ----------------------------------------------------------------- - - Version: 1.8.1 - From: 'Oracle Corporation' (http://www.oracle.com/) - License(s): - BSD 3-clause (bundled/stax-ex-1.8.1/LICENSE.md) - diff --git a/doc/licenses/stax-ex-1.8.1/maven-coordinates.txt b/doc/licenses/stax-ex-1.8.1/maven-coordinates.txt deleted file mode 100644 index 3140cedc1..000000000 --- a/doc/licenses/stax-ex-1.8.1/maven-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.jvnet.staxex:stax-ex:jar:1.8.1