Add .gitignore and .ratignore files for various directories
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
4
doc/licenses/README
Normal file
4
doc/licenses/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Apache Guacamole includes a number of subcomponents with separate copyright
|
||||
notices and license terms. Your use of these subcomponents is subject to the
|
||||
terms and conditions of their respective licenses, included within this
|
||||
directory for reference.
|
21
doc/licenses/angular-1.8.3/LICENSE
Normal file
21
doc/licenses/angular-1.8.3/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2010-2020 Google LLC. http://angularjs.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.
|
8
doc/licenses/angular-1.8.3/README
Normal file
8
doc/licenses/angular-1.8.3/README
Normal file
@@ -0,0 +1,8 @@
|
||||
AngularJS (https://angularjs.org/)
|
||||
----------------------------------
|
||||
|
||||
Version: 1.8.3
|
||||
From: 'Google Inc.' (http://www.google.com/)
|
||||
License(s):
|
||||
MIT (bundled/angular-1.8.3/LICENSE)
|
||||
|
2
doc/licenses/angular-1.8.3/dep-coordinates.txt
Normal file
2
doc/licenses/angular-1.8.3/dep-coordinates.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
angular-route:1.8.3
|
||||
angular:1.8.3
|
21
doc/licenses/angular-translate-2.19.1/LICENSE
Normal file
21
doc/licenses/angular-translate-2.19.1/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2017 The angular-translate team and Pascal Precht
|
||||
|
||||
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.
|
8
doc/licenses/angular-translate-2.19.1/README
Normal file
8
doc/licenses/angular-translate-2.19.1/README
Normal file
@@ -0,0 +1,8 @@
|
||||
angular-translate (https://angular-translate.github.io/)
|
||||
--------------------------------------------------------
|
||||
|
||||
Version: 2.19.1
|
||||
From: 'Pascal Precht' (https://github.com/PascalPrecht)
|
||||
License(s):
|
||||
MIT (bundled/angular-translate-2.19.1/LICENSE)
|
||||
|
@@ -0,0 +1,3 @@
|
||||
angular-translate-interpolation-messageformat:2.19.1
|
||||
angular-translate-loader-static-files:2.19.1
|
||||
angular-translate:2.19.1
|
31
doc/licenses/antlr-2.7.7/LICENSE.txt
Normal file
31
doc/licenses/antlr-2.7.7/LICENSE.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
SOFTWARE RIGHTS
|
||||
|
||||
ANTLR 1989-2006 Developed by Terence Parr
|
||||
Partially supported by University of San Francisco & jGuru.com
|
||||
|
||||
We reserve no legal rights to the ANTLR--it is fully in the
|
||||
public domain. An individual or company may do whatever
|
||||
they wish with source code distributed with ANTLR or the
|
||||
code generated by ANTLR, including the incorporation of
|
||||
ANTLR, or its output, into commerical software.
|
||||
|
||||
We encourage users to develop software with ANTLR. However,
|
||||
we do ask that credit is given to us for developing
|
||||
ANTLR. By "credit", we mean that if you use ANTLR or
|
||||
incorporate any source code into one of your programs
|
||||
(commercial product, research project, or otherwise) that
|
||||
you acknowledge this fact somewhere in the documentation,
|
||||
research report, etc... If you like ANTLR and have
|
||||
developed a nice tool with the output, please mention that
|
||||
you developed it using ANTLR. In addition, we ask that the
|
||||
headers remain intact in our source code. As long as these
|
||||
guidelines are kept, we expect to continue enhancing this
|
||||
system and expect to make other tools available as they are
|
||||
completed.
|
||||
|
||||
The primary ANTLR guy:
|
||||
|
||||
Terence Parr
|
||||
parrt@cs.usfca.edu
|
||||
parrt@antlr.org
|
8
doc/licenses/antlr-2.7.7/README
Normal file
8
doc/licenses/antlr-2.7.7/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Antlr v2 (https://www.antlr2.org/)
|
||||
----------------------------------
|
||||
|
||||
Version: 2.7.7
|
||||
From: 'Terence Parr' (https://github.com/parrt)
|
||||
License(s):
|
||||
Public Domain (bundled/antlr-2.7.7/LICENSE.txt)
|
||||
|
1
doc/licenses/antlr-2.7.7/dep-coordinates.txt
Normal file
1
doc/licenses/antlr-2.7.7/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.antlr:jar:2.7.7_5
|
4
doc/licenses/aopalliance-1.0/LICENSE
Normal file
4
doc/licenses/aopalliance-1.0/LICENSE
Normal file
@@ -0,0 +1,4 @@
|
||||
From http://aopalliance.sourceforge.net/:
|
||||
|
||||
LICENCE: all the source code provided by AOP Alliance is Public Domain.
|
||||
|
8
doc/licenses/aopalliance-1.0/README
Normal file
8
doc/licenses/aopalliance-1.0/README
Normal file
@@ -0,0 +1,8 @@
|
||||
AOP Alliance (http://aopalliance.sourceforge.net/)
|
||||
--------------------------------------------------
|
||||
|
||||
Version: 1.0
|
||||
From: 'AOP Alliance' (http://aopalliance.sourceforge.net/members.html)
|
||||
License(s):
|
||||
Public Domain (bundled/aopalliance-1.0/LICENSE)
|
||||
|
1
doc/licenses/aopalliance-1.0/dep-coordinates.txt
Normal file
1
doc/licenses/aopalliance-1.0/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
aopalliance:aopalliance:jar:1.0
|
5
doc/licenses/apache-commons-1.16.0/NOTICE
Normal file
5
doc/licenses/apache-commons-1.16.0/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Codec
|
||||
Copyright 2002-2023 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
8
doc/licenses/apache-commons-1.16.0/README
Normal file
8
doc/licenses/apache-commons-1.16.0/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Commons Codec (http://commons.apache.org/proper/commons-codec/)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 1.16.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
1
doc/licenses/apache-commons-1.16.0/dep-coordinates.txt
Normal file
1
doc/licenses/apache-commons-1.16.0/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
commons-codec:commons-codec:jar:1.16.0
|
5
doc/licenses/apache-commons-1.17.1/NOTICE
Normal file
5
doc/licenses/apache-commons-1.17.1/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Codec
|
||||
Copyright 2002-2024 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
7
doc/licenses/apache-commons-1.17.1/README
Normal file
7
doc/licenses/apache-commons-1.17.1/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Apache Commons Codec (http://commons.apache.org/proper/commons-codec/)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 1.17.1
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
1
doc/licenses/apache-commons-1.17.1/dep-coordinates.txt
Normal file
1
doc/licenses/apache-commons-1.17.1/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
commons-codec:commons-codec:jar:1.17.1
|
2
doc/licenses/apache-commons-beanutils-1.7.0/NOTICE
Normal file
2
doc/licenses/apache-commons-beanutils-1.7.0/NOTICE
Normal file
@@ -0,0 +1,2 @@
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-beanutils-1.7.0/README
Normal file
9
doc/licenses/apache-commons-beanutils-1.7.0/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons BeanUtils
|
||||
(http://commons.apache.org/proper/commons-beanutils/)
|
||||
-----------------------------------------------------
|
||||
|
||||
Version: 1.7.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1,2 @@
|
||||
commons-beanutils:commons-beanutils-core:jar:1.7.0
|
||||
commons-beanutils:commons-beanutils:jar:1.7.0
|
5
doc/licenses/apache-commons-chain-1.2/NOTICE
Normal file
5
doc/licenses/apache-commons-chain-1.2/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Chain
|
||||
Copyright 2003-2008 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-chain-1.2/README
Normal file
9
doc/licenses/apache-commons-chain-1.2/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Chain
|
||||
(http://commons.apache.org/proper/commons-chain/)
|
||||
-------------------------------------------------
|
||||
|
||||
Version: 1.2
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-chain:commons-chain:jar:1.2
|
17
doc/licenses/apache-commons-codec-1.11/NOTICE
Normal file
17
doc/licenses/apache-commons-codec-1.11/NOTICE
Normal file
@@ -0,0 +1,17 @@
|
||||
Apache Commons Codec
|
||||
Copyright 2002-2020 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.
|
8
doc/licenses/apache-commons-codec-1.11/README
Normal file
8
doc/licenses/apache-commons-codec-1.11/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Commons Codec (http://commons.apache.org/proper/commons-codec/)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 1.11
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-codec:commons-codec:jar:1.11
|
2
doc/licenses/apache-commons-collections-3.2.2/NOTICE
Normal file
2
doc/licenses/apache-commons-collections-3.2.2/NOTICE
Normal file
@@ -0,0 +1,2 @@
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-collections-3.2.2/README
Normal file
9
doc/licenses/apache-commons-collections-3.2.2/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Collections
|
||||
(http://commons.apache.org/proper/commons-collections/)
|
||||
-------------------------------------------------------
|
||||
|
||||
Version: 3.2.2
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-collections:commons-collections:jar:3.2.2
|
5
doc/licenses/apache-commons-collections-4.4/NOTICE
Normal file
5
doc/licenses/apache-commons-collections-4.4/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Collections
|
||||
Copyright 2001-2019 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-collections-4.4/README
Normal file
9
doc/licenses/apache-commons-collections-4.4/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Collections
|
||||
(http://commons.apache.org/proper/commons-collections/)
|
||||
-------------------------------------------------------
|
||||
|
||||
Version: 4.4
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
org.apache.commons:commons-collections4:jar:4.4
|
5
doc/licenses/apache-commons-configuration-1.5/NOTICE
Normal file
5
doc/licenses/apache-commons-configuration-1.5/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Configuration
|
||||
Copyright 2001-2007 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-configuration-1.5/README
Normal file
9
doc/licenses/apache-commons-configuration-1.5/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Configuration
|
||||
(http://commons.apache.org/proper/commons-configuration/)
|
||||
---------------------------------------------------------
|
||||
|
||||
Version: 1.5
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-configuration:commons-configuration:jar:1.5
|
5
doc/licenses/apache-commons-digester-1.8/NOTICE
Normal file
5
doc/licenses/apache-commons-digester-1.8/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Jakarta Commons Digester
|
||||
Copyright 2001-2006 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
9
doc/licenses/apache-commons-digester-1.8/README
Normal file
9
doc/licenses/apache-commons-digester-1.8/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Digester
|
||||
(http://commons.apache.org/proper/commons-digester/)
|
||||
----------------------------------------------------
|
||||
|
||||
Version: 1.8
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-digester:commons-digester:jar:1.8
|
5
doc/licenses/apache-commons-lang-2.3/NOTICE
Normal file
5
doc/licenses/apache-commons-lang-2.3/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Jakarta Commons Lang
|
||||
Copyright 2001-2007 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
8
doc/licenses/apache-commons-lang-2.3/README
Normal file
8
doc/licenses/apache-commons-lang-2.3/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Commons Lang (http://commons.apache.org/proper/commons-lang/)
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Version: 2.3
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
1
doc/licenses/apache-commons-lang-2.3/dep-coordinates.txt
Normal file
1
doc/licenses/apache-commons-lang-2.3/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
commons-lang:commons-lang:jar:2.3
|
5
doc/licenses/apache-commons-lang-3.17.0/NOTICE
Normal file
5
doc/licenses/apache-commons-lang-3.17.0/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Lang
|
||||
Copyright 2001-2023 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
7
doc/licenses/apache-commons-lang-3.17.0/README
Normal file
7
doc/licenses/apache-commons-lang-3.17.0/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Apache Commons Lang (http://commons.apache.org/proper/commons-lang/)
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Version: 3.17.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
@@ -0,0 +1 @@
|
||||
org.apache.commons:commons-lang3:jar:3.17.0
|
6
doc/licenses/apache-commons-logging-1.2/NOTICE
Normal file
6
doc/licenses/apache-commons-logging-1.2/NOTICE
Normal file
@@ -0,0 +1,6 @@
|
||||
Apache Commons Logging
|
||||
Copyright 2003-2014 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
9
doc/licenses/apache-commons-logging-1.2/README
Normal file
9
doc/licenses/apache-commons-logging-1.2/README
Normal file
@@ -0,0 +1,9 @@
|
||||
Apache Commons Logging
|
||||
(http://commons.apache.org/proper/commons-logging/)
|
||||
---------------------------------------------------
|
||||
|
||||
Version: 1.2
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-logging:commons-logging:jar:1.2
|
12
doc/licenses/apache-commons-pool-1.5.4/NOTICE
Normal file
12
doc/licenses/apache-commons-pool-1.5.4/NOTICE
Normal file
@@ -0,0 +1,12 @@
|
||||
Apache Commons Pool
|
||||
Copyright 1999-2009 The Apache Software Foundation
|
||||
|
||||
This product includes software developed by
|
||||
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
|
8
doc/licenses/apache-commons-pool-1.5.4/README
Normal file
8
doc/licenses/apache-commons-pool-1.5.4/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Commons Pool (http://commons.apache.org/proper/commons-pool/)
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Version: 1.5.4
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
commons-pool:commons-pool:jar:1.5.4
|
5
doc/licenses/apache-commons-pool-2.12.0/NOTICE
Normal file
5
doc/licenses/apache-commons-pool-2.12.0/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Pool
|
||||
Copyright 2001-2023 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
8
doc/licenses/apache-commons-pool-2.12.0/README
Normal file
8
doc/licenses/apache-commons-pool-2.12.0/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Commons Pool (http://commons.apache.org/proper/commons-pool/)
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Version: 2.12.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
@@ -0,0 +1 @@
|
||||
org.apache.commons:commons-pool2:jar:2.12.0
|
5
doc/licenses/apache-commons-text-1.12.0/NOTICE.txt
Normal file
5
doc/licenses/apache-commons-text-1.12.0/NOTICE.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache Commons Text
|
||||
Copyright 2014-2023 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (https://www.apache.org/).
|
7
doc/licenses/apache-commons-text-1.12.0/README
Normal file
7
doc/licenses/apache-commons-text-1.12.0/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Apache Commons Text (https://commons.apache.org/proper/commons-text/)
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Version: 1.12.0
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
@@ -0,0 +1 @@
|
||||
org.apache.commons:commons-text:jar:1.12.0
|
5
doc/licenses/apache-mina-2.2.4/NOTICE
Normal file
5
doc/licenses/apache-mina-2.2.4/NOTICE
Normal file
@@ -0,0 +1,5 @@
|
||||
Apache MINA
|
||||
Copyright 2007-2023 The Apache Software Foundation.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
8
doc/licenses/apache-mina-2.2.4/README
Normal file
8
doc/licenses/apache-mina-2.2.4/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Apache Mina (https://mina.apache.org/)
|
||||
--------------------------------------
|
||||
|
||||
Version: 2.2.4
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
1
doc/licenses/apache-mina-2.2.4/dep-coordinates.txt
Normal file
1
doc/licenses/apache-mina-2.2.4/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.apache.mina:mina-core:jar:2.2.4
|
14
doc/licenses/apache-santuario-2.2.6/NOTICE
Normal file
14
doc/licenses/apache-santuario-2.2.6/NOTICE
Normal file
@@ -0,0 +1,14 @@
|
||||
Apache Santuario - XML Security for Java
|
||||
Copyright 1999-2022 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
||||
It was originally based on software copyright (c) 2001, Institute for
|
||||
Data Communications Systems, <http://www.nue.et-inf.uni-siegen.de/>.
|
||||
|
||||
The development of this software was partly funded by the European
|
||||
Commission in the <WebSig> project in the ISIS Programme.
|
||||
|
||||
This product contains software that is
|
||||
copyright (c) 2021, Oracle and/or its affiliates.
|
7
doc/licenses/apache-santuario-2.2.6/README
Normal file
7
doc/licenses/apache-santuario-2.2.6/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Apache Santuario (https://santuario.apache.org/)
|
||||
-------------------------------------------------
|
||||
|
||||
Version: 2.2.6
|
||||
From: 'Apache Software Foundation' (https://www.apache.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
1
doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
Normal file
1
doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.apache.santuario:xmlsec:jar:2.2.6
|
18
doc/licenses/assert-1.5.0/LICENSE
Normal file
18
doc/licenses/assert-1.5.0/LICENSE
Normal file
@@ -0,0 +1,18 @@
|
||||
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
||||
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.
|
8
doc/licenses/assert-1.5.0/README
Normal file
8
doc/licenses/assert-1.5.0/README
Normal file
@@ -0,0 +1,8 @@
|
||||
assert (https://github.com/browserify/commonjs-assert/)
|
||||
-------------------------------------------------------
|
||||
|
||||
Version: 1.5.0
|
||||
From: 'Joyent, Inc. and other Node contributors'
|
||||
License(s):
|
||||
MIT (bundled/assert-1.5.0/LICENSE)
|
||||
|
1
doc/licenses/assert-1.5.0/dep-coordinates.txt
Normal file
1
doc/licenses/assert-1.5.0/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
assert:1.5.0
|
22
doc/licenses/base64-js-1.5.1/LICENSE
Normal file
22
doc/licenses/base64-js-1.5.1/LICENSE
Normal file
@@ -0,0 +1,22 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Jameson Little
|
||||
|
||||
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.
|
||||
Footer
|
8
doc/licenses/base64-js-1.5.1/README
Normal file
8
doc/licenses/base64-js-1.5.1/README
Normal file
@@ -0,0 +1,8 @@
|
||||
base64-js (https://github.com/beatgammit/base64-js)
|
||||
---------------------------------------------
|
||||
|
||||
Version: 1.5.1
|
||||
From: 'Jameson Little' (https://github.com/beatgammit/)
|
||||
License(s):
|
||||
MIT (bundled/base640-js-1.5.1/LICENSE)
|
||||
|
1
doc/licenses/base64-js-1.5.1/dep-coordinates.txt
Normal file
1
doc/licenses/base64-js-1.5.1/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
base64-js:1.5.1
|
25
doc/licenses/blob-polyfill-9.0.20240710/LICENSE.md
Normal file
25
doc/licenses/blob-polyfill-9.0.20240710/LICENSE.md
Normal file
@@ -0,0 +1,25 @@
|
||||
Copyright © 2014 [Eli Grey][1].
|
||||
|
||||
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.
|
||||
|
||||
|
||||
[1]: http://eligrey.com
|
7
doc/licenses/blob-polyfill-9.0.20240710/README
Normal file
7
doc/licenses/blob-polyfill-9.0.20240710/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Blob.js (https://github.com/eligrey/Blob.js/)
|
||||
---------------------------------------------
|
||||
|
||||
Version: 9.0.20240710
|
||||
From: 'Eli Grey' (https://github.com/eligrey)
|
||||
License(s):
|
||||
MIT (bundled/blob-polyfill-9.0.20240710/LICENSE.md)
|
@@ -0,0 +1 @@
|
||||
blob-polyfill:9.0.20240710
|
7
doc/licenses/bouncycastle-1.44/LICENSE
Normal file
7
doc/licenses/bouncycastle-1.44/LICENSE
Normal file
@@ -0,0 +1,7 @@
|
||||
Copyright (c) 2000 - 2016 The Legion of the Bouncy Castle Inc. (https://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.
|
8
doc/licenses/bouncycastle-1.44/README
Normal file
8
doc/licenses/bouncycastle-1.44/README
Normal file
@@ -0,0 +1,8 @@
|
||||
BouncyCastle Crypto (https://www.bouncycastle.org/java.html)
|
||||
------------------------------------------------------------
|
||||
|
||||
Version: 1.44
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-1.44/LICENSE
|
||||
|
1
doc/licenses/bouncycastle-1.44/dep-coordinates.txt
Normal file
1
doc/licenses/bouncycastle-1.44/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bcprov-jdk15:jar:1.44
|
18
doc/licenses/bouncycastle-1.80/LICENSE
Normal file
18
doc/licenses/bouncycastle-1.80/LICENSE
Normal file
@@ -0,0 +1,18 @@
|
||||
Copyright (c) 2000-2024 The Legion of the Bouncy Castle Inc. (https://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, sub license, 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.
|
7
doc/licenses/bouncycastle-1.80/README
Normal file
7
doc/licenses/bouncycastle-1.80/README
Normal file
@@ -0,0 +1,7 @@
|
||||
BouncyCastle Crypto (https://www.bouncycastle.org/java.html)
|
||||
------------------------------------------------------------
|
||||
|
||||
Version: 1.80
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-1.80/LICENSE)
|
3
doc/licenses/bouncycastle-1.80/dep-coordinates.txt
Normal file
3
doc/licenses/bouncycastle-1.80/dep-coordinates.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
org.bouncycastle:bcpkix-jdk15to18:jar:1.80
|
||||
org.bouncycastle:bcprov-jdk15to18:jar:1.80
|
||||
org.bouncycastle:bcutil-jdk15to18:jar:1.80
|
20
doc/licenses/bouncycastle-fips-2.1.0/LICENSE
Normal file
20
doc/licenses/bouncycastle-fips-2.1.0/LICENSE
Normal file
@@ -0,0 +1,20 @@
|
||||
Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc.
|
||||
(https://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.
|
7
doc/licenses/bouncycastle-fips-2.1.0/README
Normal file
7
doc/licenses/bouncycastle-fips-2.1.0/README
Normal file
@@ -0,0 +1,7 @@
|
||||
BouncyCastle FIPS Distribution (https://www.bouncycastle.org/fips-java)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 2.1.0
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-fips-2.1.0/LICENSE)
|
1
doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt
Normal file
1
doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bc-fips:jar:2.1.0
|
20
doc/licenses/bouncycastle-pkix-fips-2.1.9/LICENSE
Normal file
20
doc/licenses/bouncycastle-pkix-fips-2.1.9/LICENSE
Normal file
@@ -0,0 +1,20 @@
|
||||
Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc.
|
||||
(https://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.
|
7
doc/licenses/bouncycastle-pkix-fips-2.1.9/README
Normal file
7
doc/licenses/bouncycastle-pkix-fips-2.1.9/README
Normal file
@@ -0,0 +1,7 @@
|
||||
BouncyCastle PKIX APIs, FIPS Distribution (https://www.bouncycastle.org/fips-java)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 2.1.9
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-pkix-fips-2.1.9/LICENSE)
|
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bcpkix-fips:jar:2.1.9
|
20
doc/licenses/bouncycastle-util-fips-2.1.4/LICENSE
Normal file
20
doc/licenses/bouncycastle-util-fips-2.1.4/LICENSE
Normal file
@@ -0,0 +1,20 @@
|
||||
Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc.
|
||||
(https://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.
|
7
doc/licenses/bouncycastle-util-fips-2.1.4/README
Normal file
7
doc/licenses/bouncycastle-util-fips-2.1.4/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/fips-java)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 2.1.4
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-fips-2.1.4/LICENSE)
|
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bcutil-fips:jar:2.1.4
|
21
doc/licenses/buffer-4.9.2/LICENSE
Normal file
21
doc/licenses/buffer-4.9.2/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) Feross Aboukhadijeh, and other contributors.
|
||||
|
||||
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.
|
7
doc/licenses/buffer-4.9.2/README
Normal file
7
doc/licenses/buffer-4.9.2/README
Normal file
@@ -0,0 +1,7 @@
|
||||
buffer (https://github.com/feross/buffer)
|
||||
---------------------------------------------
|
||||
|
||||
Version: 4.9.2
|
||||
From: 'Feross Aboukhadijeh' (https://github.com/feross)
|
||||
License(s):
|
||||
MIT (bundled/buffer-4.9.2/LICENSE)
|
1
doc/licenses/buffer-4.9.2/dep-coordinates.txt
Normal file
1
doc/licenses/buffer-4.9.2/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
buffer:4.9.2
|
13
doc/licenses/byte-buddy-1.15.4/NOTICE
Normal file
13
doc/licenses/byte-buddy-1.15.4/NOTICE
Normal file
@@ -0,0 +1,13 @@
|
||||
Copyright 2014 - Present Rafael Winterhalter
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
8
doc/licenses/byte-buddy-1.15.4/README
Normal file
8
doc/licenses/byte-buddy-1.15.4/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Byte Buddy (https://bytebuddy.net/)
|
||||
-----------------------------------
|
||||
|
||||
Version: 1.15.4
|
||||
From: 'Rafael Winterhalter' (https://github.com/raphw)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
1
doc/licenses/byte-buddy-1.15.4/dep-coordinates.txt
Normal file
1
doc/licenses/byte-buddy-1.15.4/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
net.bytebuddy:byte-buddy:jar:1.15.4
|
7
doc/licenses/caffeine-2.9.3/README
Normal file
7
doc/licenses/caffeine-2.9.3/README
Normal file
@@ -0,0 +1,7 @@
|
||||
Caffeine (https://github.com/ben-manes/caffeine)
|
||||
------------------------------------------------
|
||||
|
||||
Version: 2.9.3
|
||||
From: 'Ben Manes' (https://github.com/ben-manes)
|
||||
License(s):
|
||||
Apache v2.0
|
1
doc/licenses/caffeine-2.9.3/dep-coordinates.txt
Normal file
1
doc/licenses/caffeine-2.9.3/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
com.github.ben-manes.caffeine:caffeine:jar:2.9.3
|
2
doc/licenses/cas-client-3.6.4/NOTICE
Normal file
2
doc/licenses/cas-client-3.6.4/NOTICE
Normal file
@@ -0,0 +1,2 @@
|
||||
This project includes:
|
||||
Jasig CAS Client for Java - Core under Apache License Version 2.0
|
8
doc/licenses/cas-client-3.6.4/README
Normal file
8
doc/licenses/cas-client-3.6.4/README
Normal file
@@ -0,0 +1,8 @@
|
||||
Java Apereo CAS Client (https://www.apereo.org/projects/cas)
|
||||
------------------------------------------------------------
|
||||
|
||||
Version: 3.6.4
|
||||
From: 'Apereo Foundation' (https://www.apereo.org/)
|
||||
License(s):
|
||||
Apache v2.0
|
||||
|
1
doc/licenses/cas-client-3.6.4/dep-coordinates.txt
Normal file
1
doc/licenses/cas-client-3.6.4/dep-coordinates.txt
Normal file
@@ -0,0 +1 @@
|
||||
org.jasig.cas.client:cas-client-core:jar:3.6.4
|
22
doc/licenses/checker-qual-3.19.0/LICENSE.txt
Normal file
22
doc/licenses/checker-qual-3.19.0/LICENSE.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
Checker Framework qualifiers
|
||||
Copyright 2004-present by the Checker Framework developers
|
||||
|
||||
MIT License:
|
||||
|
||||
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.
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user