|
47 | 47 | /*! @license DOMPurify 3.1.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.2/LICENSE */
|
48 | 48 |
|
49 | 49 | /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
50 |
| - |
51 |
| -/** |
52 |
| - * @copyright 2023 Christopher Ng < [email protected]> |
53 |
| - * |
54 |
| - * @author Christopher Ng < [email protected]> |
55 |
| - * |
56 |
| - * @license AGPL-3.0-or-later |
57 |
| - * |
58 |
| - * This program is free software: you can redistribute it and/or modify |
59 |
| - * it under the terms of the GNU Affero General Public License as |
60 |
| - * published by the Free Software Foundation, either version 3 of the |
61 |
| - * License, or (at your option) any later version. |
62 |
| - * |
63 |
| - * This program is distributed in the hope that it will be useful, |
64 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
65 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
66 |
| - * GNU Affero General Public License for more details. |
67 |
| - * |
68 |
| - * You should have received a copy of the GNU Affero General Public License |
69 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
70 |
| - * |
71 |
| - */ |
72 |
| - |
73 |
| -/** |
74 |
| - * @copyright Copyright (c) 2018 John Molakvoæ < [email protected]> |
75 |
| - * |
76 |
| - * @author John Molakvoæ < [email protected]> |
77 |
| - * |
78 |
| - * @license AGPL-3.0-or-later |
79 |
| - * |
80 |
| - * This program is free software: you can redistribute it and/or modify |
81 |
| - * it under the terms of the GNU Affero General Public License as |
82 |
| - * published by the Free Software Foundation, either version 3 of the |
83 |
| - * License, or (at your option) any later version. |
84 |
| - * |
85 |
| - * This program is distributed in the hope that it will be useful, |
86 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
87 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
88 |
| - * GNU Affero General Public License for more details. |
89 |
| - * |
90 |
| - * You should have received a copy of the GNU Affero General Public License |
91 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
92 |
| - * |
93 |
| - */ |
94 |
| - |
95 |
| -/** |
96 |
| - * @copyright Copyright (c) 2018 John Molakvoæ < [email protected]> |
97 |
| - * |
98 |
| - * @author John Molakvoæ < [email protected]> |
99 |
| - * |
100 |
| - * @license AGPL-3.0-or-later |
101 |
| - * |
102 |
| - * This program is free software: you can redistribute it and/or modify |
103 |
| - * it under the terms of the GNU Affero General Public License as |
104 |
| - * published by the Free Software Foundation, either version 3 of the |
105 |
| - * License, or (at your option) any later version. |
106 |
| - * |
107 |
| - * This program is distributed in the hope that it will be useful, |
108 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
109 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
110 |
| - * GNU Affero General Public License for more details. |
111 |
| - * |
112 |
| - * You should have received a copy of the GNU Affero General Public License |
113 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
114 |
| - * |
115 |
| - */ |
116 |
| - |
117 |
| -/** |
118 |
| - * @copyright Copyright (c) 2019 John Molakvoæ < [email protected]> |
119 |
| - * |
120 |
| - * @author John Molakvoæ < [email protected]> |
121 |
| - * |
122 |
| - * @license AGPL-3.0-or-later |
123 |
| - * |
124 |
| - * This program is free software: you can redistribute it and/or modify |
125 |
| - * it under the terms of the GNU Affero General Public License as |
126 |
| - * published by the Free Software Foundation, either version 3 of the |
127 |
| - * License, or (at your option) any later version. |
128 |
| - * |
129 |
| - * This program is distributed in the hope that it will be useful, |
130 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
131 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
132 |
| - * GNU Affero General Public License for more details. |
133 |
| - * |
134 |
| - * You should have received a copy of the GNU Affero General Public License |
135 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
136 |
| - * |
137 |
| - */ |
138 |
| - |
139 |
| -/** |
140 |
| - * @copyright Copyright (c) 2019 John Molakvoæ < [email protected]> |
141 |
| - * |
142 |
| - * @author John Molakvoæ < [email protected]> |
143 |
| - * |
144 |
| - * @license AGPL-3.0-or-later |
145 |
| - * |
146 |
| - * This program is free software: you can redistribute it and/or modify |
147 |
| - * it under the terms of the GNU Affero General Public License as |
148 |
| - * published by the Free Software Foundation, either version 3 of the |
149 |
| - * License, or (at your option) any later version. |
150 |
| - * |
151 |
| - * This program is distributed in the hope that it will be useful, |
152 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
153 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
154 |
| - * GNU Affero General Public License for more details. |
155 |
| - * |
156 |
| - * You should have received a copy of the GNU Affero General Public License |
157 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
158 |
| - * |
159 |
| - */ |
160 |
| - |
161 |
| -/** |
162 |
| - * @copyright Copyright (c) 2019 John Molakvoæ < [email protected]> |
163 |
| - * |
164 |
| - * @author John Molakvoæ < [email protected]> |
165 |
| - * @author Grigorii K. Shartsev < [email protected]> |
166 |
| - * |
167 |
| - * @license AGPL-3.0-or-later |
168 |
| - * |
169 |
| - * This program is free software: you can redistribute it and/or modify |
170 |
| - * it under the terms of the GNU Affero General Public License as |
171 |
| - * published by the Free Software Foundation, either version 3 of the |
172 |
| - * License, or (at your option) any later version. |
173 |
| - * |
174 |
| - * This program is distributed in the hope that it will be useful, |
175 |
| - * but WITHOUT ANY WARRANTY without even the implied warranty of |
176 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
177 |
| - * GNU Affero General Public License for more details. |
178 |
| - * |
179 |
| - * You should have received a copy of the GNU Affero General Public License |
180 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
181 |
| - * |
182 |
| - */ |
183 |
| - |
184 |
| -/** |
185 |
| - * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
186 |
| - * |
187 |
| - * @author Julius Härtl < [email protected]> |
188 |
| - * @author John Molakvoæ < [email protected]> |
189 |
| - * |
190 |
| - * @license AGPL-3.0-or-later |
191 |
| - * |
192 |
| - * This program is free software: you can redistribute it and/or modify |
193 |
| - * it under the terms of the GNU Affero General Public License as |
194 |
| - * published by the Free Software Foundation, either version 3 of the |
195 |
| - * License, or (at your option) any later version. |
196 |
| - * |
197 |
| - * This program is distributed in the hope that it will be useful, |
198 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
199 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
200 |
| - * GNU Affero General Public License for more details. |
201 |
| - * |
202 |
| - * You should have received a copy of the GNU Affero General Public License |
203 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
204 |
| - * |
205 |
| - */ |
206 |
| - |
207 |
| -/** |
208 |
| - * @copyright Copyright (c) 2020 Georg Ehrke < [email protected]> |
209 |
| - * |
210 |
| - * @author Georg Ehrke < [email protected]> |
211 |
| - * |
212 |
| - * @license AGPL-3.0-or-later |
213 |
| - * |
214 |
| - * This program is free software: you can redistribute it and/or modify |
215 |
| - * it under the terms of the GNU Affero General Public License as |
216 |
| - * published by the Free Software Foundation, either version 3 of the |
217 |
| - * License, or (at your option) any later version. |
218 |
| - * |
219 |
| - * This program is distributed in the hope that it will be useful, |
220 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
221 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
222 |
| - * GNU Affero General Public License for more details. |
223 |
| - * |
224 |
| - * You should have received a copy of the GNU Affero General Public License |
225 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
226 |
| - * |
227 |
| - */ |
228 |
| - |
229 |
| -/** |
230 |
| - * @copyright Copyright (c) 2020 Raimund Schlüßler < [email protected]> |
231 |
| - * |
232 |
| - * @author Raimund Schlüßler < [email protected]> |
233 |
| - * |
234 |
| - * @license AGPL-3.0-or-later |
235 |
| - * |
236 |
| - * This program is free software: you can redistribute it and/or modify |
237 |
| - * it under the terms of the GNU Affero General Public License as |
238 |
| - * published by the Free Software Foundation, either version 3 of the |
239 |
| - * License, or (at your option) any later version. |
240 |
| - * |
241 |
| - * This program is distributed in the hope that it will be useful, |
242 |
| - * but WITHOUT ANY WARRANTY without even the implied warranty of |
243 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
244 |
| - * GNU Affero General Public License for more details. |
245 |
| - * |
246 |
| - * You should have received a copy of the GNU Affero General Public License |
247 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
248 |
| - * |
249 |
| - */ |
250 |
| - |
251 |
| -/** |
252 |
| - * @copyright Copyright (c) 2022 John Molakvoæ < [email protected]> |
253 |
| - * |
254 |
| - * @author John Molakvoæ < [email protected]> |
255 |
| - * |
256 |
| - * @license AGPL-3.0-or-later |
257 |
| - * |
258 |
| - * This program is free software: you can redistribute it and/or modify |
259 |
| - * it under the terms of the GNU Affero General Public License as |
260 |
| - * published by the Free Software Foundation, either version 3 of the |
261 |
| - * License, or (at your option) any later version. |
262 |
| - * |
263 |
| - * This program is distributed in the hope that it will be useful, |
264 |
| - * but WITHOUT ANY WARRANTY without even the implied warranty of |
265 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
266 |
| - * GNU Affero General Public License for more details. |
267 |
| - * |
268 |
| - * You should have received a copy of the GNU Affero General Public License |
269 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
270 |
| - * |
271 |
| - */ |
272 |
| - |
273 |
| -/** |
274 |
| - * @copyright Copyright (c) 2023 Grigorii K. Shartsev < [email protected]> |
275 |
| - * |
276 |
| - * @author Grigorii K. Shartsev < [email protected]> |
277 |
| - * |
278 |
| - * @license AGPL-3.0-or-later |
279 |
| - * |
280 |
| - * This program is free software: you can redistribute it and/or modify |
281 |
| - * it under the terms of the GNU Affero General Public License as |
282 |
| - * published by the Free Software Foundation, either version 3 of the |
283 |
| - * License, or (at your option) any later version. |
284 |
| - * |
285 |
| - * This program is distributed in the hope that it will be useful, |
286 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
287 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
288 |
| - * GNU Affero General Public License for more details. |
289 |
| - * |
290 |
| - * You should have received a copy of the GNU Affero General Public License |
291 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
292 |
| - * |
293 |
| - */ |
294 |
| - |
295 |
| -/** |
296 |
| - * @copyright Copyright (c) 2024 Maksim Sukharev < [email protected]> |
297 |
| - * |
298 |
| - * @author Maksim Sukharev < [email protected]> |
299 |
| - * |
300 |
| - * @license AGPL-3.0-or-later |
301 |
| - * |
302 |
| - * This program is free software: you can redistribute it and/or modify |
303 |
| - * it under the terms of the GNU Affero General Public License as |
304 |
| - * published by the Free Software Foundation, either version 3 of the |
305 |
| - * License, or (at your option) any later version. |
306 |
| - * |
307 |
| - * This program is distributed in the hope that it will be useful, |
308 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
309 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
310 |
| - * GNU Affero General Public License for more details. |
311 |
| - * |
312 |
| - * You should have received a copy of the GNU Affero General Public License |
313 |
| - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
314 |
| - * |
315 |
| - */ |
0 commit comments