@@ -1108,3 +1108,69 @@ based on this library. If you modify this library, you may extend this
1108
1108
exception to your version of the library, but you are not obligated to
1109
1109
do so. If you do not wish to do so, delete this exception statement
1110
1110
from your version.
1111
+
1112
+ ------------------------------------------------------------------------
1113
+ License: Go License
1114
+ ------------------------------------------------------------------------
1115
+
1116
+ Applies to:
1117
+
1118
+ com.google.re2j:re2j
1119
+
1120
+ Copyright (c) 2009 The Go Authors. All rights reserved.
1121
+
1122
+ Redistribution and use in source and binary forms, with or without
1123
+ modification, are permitted provided that the following conditions are
1124
+ met:
1125
+
1126
+ * Redistributions of source code must retain the above copyright
1127
+ notice, this list of conditions and the following disclaimer.
1128
+ * Redistributions in binary form must reproduce the above
1129
+ copyright notice, this list of conditions and the following disclaimer
1130
+ in the documentation and/or other materials provided with the
1131
+ distribution.
1132
+ * Neither the name of Google Inc. nor the names of its
1133
+ contributors may be used to endorse or promote products derived from
1134
+ this software without specific prior written permission.
1135
+
1136
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1137
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1138
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1139
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1140
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1141
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1142
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1143
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1144
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1145
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1146
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1147
+
1148
+ ------------------------------------------------------------------------
1149
+ License: Bouncy Castle License
1150
+ ------------------------------------------------------------------------
1151
+
1152
+ Applies to:
1153
+
1154
+ org.bouncycastle:bcpkix-jdk15on
1155
+ org.bouncycastle:bcprov-jdk15on
1156
+
1157
+ Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc.
1158
+ (https://www.bouncycastle.org)
1159
+
1160
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1161
+ this software and associated documentation files (the "Software"), to deal in
1162
+ the Software without restriction, including without limitation the rights to
1163
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1164
+ the Software, and to permit persons to whom the Software is furnished to do so,
1165
+ subject to the following conditions:
1166
+
1167
+ The above copyright notice and this permission notice shall be included in all
1168
+ copies or substantial portions of the Software.
1169
+
1170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1172
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1173
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1174
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1175
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1176
+
0 commit comments