@@ -883,6 +883,344 @@ http://creativecommons.org/licenses/publicdomain
883
883
884
884
*******************************************************************************
885
885
886
+ fmtlib:
887
+
888
+ *******************************************************************************
889
+
890
+ Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
891
+
892
+ Permission is hereby granted, free of charge, to any person obtaining
893
+ a copy of this software and associated documentation files (the
894
+ "Software"), to deal in the Software without restriction, including
895
+ without limitation the rights to use, copy, modify, merge, publish,
896
+ distribute, sublicense, and/or sell copies of the Software, and to
897
+ permit persons to whom the Software is furnished to do so, subject to
898
+ the following conditions:
899
+
900
+ The above copyright notice and this permission notice shall be
901
+ included in all copies or substantial portions of the Software.
902
+
903
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
904
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
905
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
906
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
907
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
908
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
909
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
910
+
911
+ --- Optional exception to the license ---
912
+
913
+ As an exception, if, as a result of your compiling your source code, portions
914
+ of this Software are embedded into a machine-executable object form of such
915
+ source code, you may redistribute such embedded portions in such object form
916
+ without including the above copyright and permission notices.
917
+
918
+ *******************************************************************************
919
+
920
+ libsodium:
921
+
922
+ *******************************************************************************
923
+
924
+ ISC License
925
+
926
+ Copyright (c) 2013-2024
927
+ Frank Denis <j at pureftpd dot org >
928
+
929
+ Permission to use, copy, modify, and/or distribute this software for any
930
+ purpose with or without fee is hereby granted, provided that the above
931
+ copyright notice and this permission notice appear in all copies.
932
+
933
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
934
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
935
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
936
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
937
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
938
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
939
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
940
+
941
+ ****************************************** +++++++++++++++++++++++**************
942
+
943
+ re2:
944
+
945
+ *******************************************************************************
946
+
947
+ Copyright (c) 2009 The RE2 Authors. All rights reserved.
948
+
949
+ Redistribution and use in source and binary forms, with or without
950
+ modification, are permitted provided that the following conditions are
951
+ met:
952
+
953
+ * Redistributions of source code must retain the above copyright
954
+ notice, this list of conditions and the following disclaimer.
955
+ * Redistributions in binary form must reproduce the above
956
+ copyright notice, this list of conditions and the following disclaimer
957
+ in the documentation and/or other materials provided with the
958
+ distribution.
959
+ * Neither the name of Google Inc. nor the names of its
960
+ contributors may be used to endorse or promote products derived from
961
+ this software without specific prior written permission.
962
+
963
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
964
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
965
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
966
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
967
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
968
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
969
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
970
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
971
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
972
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
973
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
974
+
975
+ *******************************************************************************
976
+
977
+ abseil:
978
+
979
+ *******************************************************************************
980
+
981
+
982
+ Apache License
983
+ Version 2.0, January 2004
984
+ https://www.apache.org/licenses/
985
+
986
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
987
+
988
+ 1 . Definitions.
989
+
990
+ "License" shall mean the terms and conditions for use, reproduction,
991
+ and distribution as defined by Sections 1 through 9 of this document.
992
+
993
+ "Licensor" shall mean the copyright owner or entity authorized by
994
+ the copyright owner that is granting the License.
995
+
996
+ "Legal Entity" shall mean the union of the acting entity and all
997
+ other entities that control, are controlled by, or are under common
998
+ control with that entity. For the purposes of this definition,
999
+ "control" means (i) the power, direct or indirect, to cause the
1000
+ direction or management of such entity, whether by contract or
1001
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1002
+ outstanding shares, or (iii) beneficial ownership of such entity.
1003
+
1004
+ "You" (or "Your") shall mean an individual or Legal Entity
1005
+ exercising permissions granted by this License.
1006
+
1007
+ "Source" form shall mean the preferred form for making modifications,
1008
+ including but not limited to software source code, documentation
1009
+ source, and configuration files.
1010
+
1011
+ "Object" form shall mean any form resulting from mechanical
1012
+ transformation or translation of a Source form, including but
1013
+ not limited to compiled object code, generated documentation,
1014
+ and conversions to other media types.
1015
+
1016
+ "Work" shall mean the work of authorship, whether in Source or
1017
+ Object form, made available under the License, as indicated by a
1018
+ copyright notice that is included in or attached to the work
1019
+ (an example is provided in the Appendix below).
1020
+
1021
+ "Derivative Works" shall mean any work, whether in Source or Object
1022
+ form, that is based on (or derived from) the Work and for which the
1023
+ editorial revisions, annotations, elaborations, or other modifications
1024
+ represent, as a whole, an original work of authorship. For the purposes
1025
+ of this License, Derivative Works shall not include works that remain
1026
+ separable from, or merely link (or bind by name) to the interfaces of,
1027
+ the Work and Derivative Works thereof.
1028
+
1029
+ "Contribution" shall mean any work of authorship, including
1030
+ the original version of the Work and any modifications or additions
1031
+ to that Work or Derivative Works thereof, that is intentionally
1032
+ submitted to Licensor for inclusion in the Work by the copyright owner
1033
+ or by an individual or Legal Entity authorized to submit on behalf of
1034
+ the copyright owner. For the purposes of this definition, "submitted"
1035
+ means any form of electronic, verbal, or written communication sent
1036
+ to the Licensor or its representatives, including but not limited to
1037
+ communication on electronic mailing lists, source code control systems,
1038
+ and issue tracking systems that are managed by, or on behalf of, the
1039
+ Licensor for the purpose of discussing and improving the Work, but
1040
+ excluding communication that is conspicuously marked or otherwise
1041
+ designated in writing by the copyright owner as "Not a Contribution."
1042
+
1043
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1044
+ on behalf of whom a Contribution has been received by Licensor and
1045
+ subsequently incorporated within the Work.
1046
+
1047
+ 2 . Grant of Copyright License. Subject to the terms and conditions of
1048
+ this License, each Contributor hereby grants to You a perpetual,
1049
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1050
+ copyright license to reproduce, prepare Derivative Works of,
1051
+ publicly display, publicly perform, sublicense, and distribute the
1052
+ Work and such Derivative Works in Source or Object form.
1053
+
1054
+ 3 . Grant of Patent License. Subject to the terms and conditions of
1055
+ this License, each Contributor hereby grants to You a perpetual,
1056
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1057
+ (except as stated in this section) patent license to make, have made,
1058
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1059
+ where such license applies only to those patent claims licensable
1060
+ by such Contributor that are necessarily infringed by their
1061
+ Contribution(s) alone or by combination of their Contribution(s)
1062
+ with the Work to which such Contribution(s) was submitted. If You
1063
+ institute patent litigation against any entity (including a
1064
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1065
+ or a Contribution incorporated within the Work constitutes direct
1066
+ or contributory patent infringement, then any patent licenses
1067
+ granted to You under this License for that Work shall terminate
1068
+ as of the date such litigation is filed.
1069
+
1070
+ 4 . Redistribution. You may reproduce and distribute copies of the
1071
+ Work or Derivative Works thereof in any medium, with or without
1072
+ modifications, and in Source or Object form, provided that You
1073
+ meet the following conditions:
1074
+
1075
+ (a) You must give any other recipients of the Work or
1076
+ Derivative Works a copy of this License; and
1077
+
1078
+ (b) You must cause any modified files to carry prominent notices
1079
+ stating that You changed the files; and
1080
+
1081
+ (c) You must retain, in the Source form of any Derivative Works
1082
+ that You distribute, all copyright, patent, trademark, and
1083
+ attribution notices from the Source form of the Work,
1084
+ excluding those notices that do not pertain to any part of
1085
+ the Derivative Works; and
1086
+
1087
+ (d) If the Work includes a "NOTICE" text file as part of its
1088
+ distribution, then any Derivative Works that You distribute must
1089
+ include a readable copy of the attribution notices contained
1090
+ within such NOTICE file, excluding those notices that do not
1091
+ pertain to any part of the Derivative Works, in at least one
1092
+ of the following places: within a NOTICE text file distributed
1093
+ as part of the Derivative Works; within the Source form or
1094
+ documentation, if provided along with the Derivative Works; or,
1095
+ within a display generated by the Derivative Works, if and
1096
+ wherever such third-party notices normally appear. The contents
1097
+ of the NOTICE file are for informational purposes only and
1098
+ do not modify the License. You may add Your own attribution
1099
+ notices within Derivative Works that You distribute, alongside
1100
+ or as an addendum to the NOTICE text from the Work, provided
1101
+ that such additional attribution notices cannot be construed
1102
+ as modifying the License.
1103
+
1104
+ You may add Your own copyright statement to Your modifications and
1105
+ may provide additional or different license terms and conditions
1106
+ for use, reproduction, or distribution of Your modifications, or
1107
+ for any such Derivative Works as a whole, provided Your use,
1108
+ reproduction, and distribution of the Work otherwise complies with
1109
+ the conditions stated in this License.
1110
+
1111
+ 5 . Submission of Contributions. Unless You explicitly state otherwise,
1112
+ any Contribution intentionally submitted for inclusion in the Work
1113
+ by You to the Licensor shall be under the terms and conditions of
1114
+ this License, without any additional terms or conditions.
1115
+ Notwithstanding the above, nothing herein shall supersede or modify
1116
+ the terms of any separate license agreement you may have executed
1117
+ with Licensor regarding such Contributions.
1118
+
1119
+ 6 . Trademarks. This License does not grant permission to use the trade
1120
+ names, trademarks, service marks, or product names of the Licensor,
1121
+ except as required for reasonable and customary use in describing the
1122
+ origin of the Work and reproducing the content of the NOTICE file.
1123
+
1124
+ 7 . Disclaimer of Warranty. Unless required by applicable law or
1125
+ agreed to in writing, Licensor provides the Work (and each
1126
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1127
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1128
+ implied, including, without limitation, any warranties or conditions
1129
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1130
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1131
+ appropriateness of using or redistributing the Work and assume any
1132
+ risks associated with Your exercise of permissions under this License.
1133
+
1134
+ 8 . Limitation of Liability. In no event and under no legal theory,
1135
+ whether in tort (including negligence), contract, or otherwise,
1136
+ unless required by applicable law (such as deliberate and grossly
1137
+ negligent acts) or agreed to in writing, shall any Contributor be
1138
+ liable to You for damages, including any direct, indirect, special,
1139
+ incidental, or consequential damages of any character arising as a
1140
+ result of this License or out of the use or inability to use the
1141
+ Work (including but not limited to damages for loss of goodwill,
1142
+ work stoppage, computer failure or malfunction, or any and all
1143
+ other commercial damages or losses), even if such Contributor
1144
+ has been advised of the possibility of such damages.
1145
+
1146
+ 9 . Accepting Warranty or Additional Liability. While redistributing
1147
+ the Work or Derivative Works thereof, You may choose to offer,
1148
+ and charge a fee for, acceptance of support, warranty, indemnity,
1149
+ or other liability obligations and/or rights consistent with this
1150
+ License. However, in accepting such obligations, You may act only
1151
+ on Your own behalf and on Your sole responsibility, not on behalf
1152
+ of any other Contributor, and only if You agree to indemnify,
1153
+ defend, and hold each Contributor harmless for any liability
1154
+ incurred by, or claims asserted against, such Contributor by reason
1155
+ of your accepting any such warranty or additional liability.
1156
+
1157
+ END OF TERMS AND CONDITIONS
1158
+
1159
+ *******************************************************************************
1160
+
1161
+ ANGLE:
1162
+
1163
+ *******************************************************************************
1164
+
1165
+ Copyright 2018 The ANGLE Project Authors.
1166
+ All rights reserved.
1167
+
1168
+ Redistribution and use in source and binary forms, with or without
1169
+ modification, are permitted provided that the following conditions
1170
+ are met:
1171
+
1172
+ Redistributions of source code must retain the above copyright
1173
+ notice, this list of conditions and the following disclaimer.
1174
+
1175
+ Redistributions in binary form must reproduce the above
1176
+ copyright notice, this list of conditions and the following
1177
+ disclaimer in the documentation and/or other materials provided
1178
+ with the distribution.
1179
+
1180
+ Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
1181
+ Ltd., nor the names of their contributors may be used to endorse
1182
+ or promote products derived from this software without specific
1183
+ prior written permission.
1184
+
1185
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1186
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1187
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1188
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1189
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1190
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1191
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1192
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1193
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1194
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1195
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1196
+ POSSIBILITY OF SUCH DAMAGE.
1197
+
1198
+ *******************************************************************************
1199
+
1200
+ stb:
1201
+
1202
+ *******************************************************************************
1203
+
1204
+ ALTERNATIVE A - MIT License
1205
+ Copyright (c) 2017 Sean Barrett
1206
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1207
+ this software and associated documentation files (the "Software"), to deal in
1208
+ the Software without restriction, including without limitation the rights to
1209
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1210
+ of the Software, and to permit persons to whom the Software is furnished to do
1211
+ so, subject to the following conditions:
1212
+ The above copyright notice and this permission notice shall be included in all
1213
+ copies or substantial portions of the Software.
1214
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1215
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1216
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1217
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1218
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1219
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1220
+ SOFTWARE.
1221
+
1222
+ *******************************************************************************
1223
+
886
1224
libjpeg-turbo:
887
1225
888
1226
*******************************************************************************
0 commit comments