|
52 | 52 |
|
53 | 53 | /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */ |
54 | 54 |
|
| 55 | +/*! For license information please see index.js.LICENSE.txt */ |
| 56 | + |
55 | 57 | /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ |
56 | 58 |
|
57 | 59 | /*! https://mths.be/he v1.2.0 by @mathias | MIT license */ |
|
124 | 126 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
125 | 127 | */ |
126 | 128 |
|
| 129 | +/** |
| 130 | + * @copyright 2022 Christopher Ng < [email protected]> |
| 131 | + * |
| 132 | + * @author Christopher Ng < [email protected]> |
| 133 | + * |
| 134 | + * @license AGPL-3.0-or-later |
| 135 | + * |
| 136 | + * This program is free software: you can redistribute it and/or modify |
| 137 | + * it under the terms of the GNU Affero General Public License as |
| 138 | + * published by the Free Software Foundation, either version 3 of the |
| 139 | + * License, or (at your option) any later version. |
| 140 | + * |
| 141 | + * This program is distributed in the hope that it will be useful, |
| 142 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 143 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 144 | + * GNU Affero General Public License for more details. |
| 145 | + * |
| 146 | + * You should have received a copy of the GNU Affero General Public License |
| 147 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 148 | + * |
| 149 | + */ |
| 150 | + |
127 | 151 | /** |
128 | 152 | * @copyright 2022 Louis Chemineau < [email protected]> |
129 | 153 | * |
|
368 | 392 | * |
369 | 393 | */ |
370 | 394 |
|
| 395 | +/** |
| 396 | + * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
| 397 | + * |
| 398 | + * @author Julius Härtl < [email protected]> |
| 399 | + * |
| 400 | + * @license AGPL-3.0-or-later |
| 401 | + * |
| 402 | + * This program is free software: you can redistribute it and/or modify |
| 403 | + * it under the terms of the GNU Affero General Public License as |
| 404 | + * published by the Free Software Foundation, either version 3 of the |
| 405 | + * License, or (at your option) any later version. |
| 406 | + * |
| 407 | + * This program is distributed in the hope that it will be useful, |
| 408 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 409 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 410 | + * GNU Affero General Public License for more details. |
| 411 | + * |
| 412 | + * You should have received a copy of the GNU Affero General Public License |
| 413 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 414 | + * |
| 415 | + */ |
| 416 | + |
371 | 417 | /** |
372 | 418 | * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
373 | 419 | * |
|
391 | 437 | * |
392 | 438 | */ |
393 | 439 |
|
| 440 | +/** |
| 441 | + * @copyright Copyright (c) 2020 Georg Ehrke < [email protected]> |
| 442 | + * |
| 443 | + * @author Georg Ehrke < [email protected]> |
| 444 | + * |
| 445 | + * @license AGPL-3.0-or-later |
| 446 | + * |
| 447 | + * This program is free software: you can redistribute it and/or modify |
| 448 | + * it under the terms of the GNU Affero General Public License as |
| 449 | + * published by the Free Software Foundation, either version 3 of the |
| 450 | + * License, or (at your option) any later version. |
| 451 | + * |
| 452 | + * This program is distributed in the hope that it will be useful, |
| 453 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 454 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 455 | + * GNU Affero General Public License for more details. |
| 456 | + * |
| 457 | + * You should have received a copy of the GNU Affero General Public License |
| 458 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 459 | + * |
| 460 | + */ |
| 461 | + |
394 | 462 | /** |
395 | 463 | * @copyright Copyright (c) 2020 John Molakvoæ < [email protected]> |
396 | 464 | * |
|
413 | 481 | * |
414 | 482 | */ |
415 | 483 |
|
| 484 | +/** |
| 485 | + * @copyright Copyright (c) 2020 Raimund Schlüßler < [email protected]> |
| 486 | + * |
| 487 | + * @author Raimund Schlüßler < [email protected]> |
| 488 | + * |
| 489 | + * @license AGPL-3.0-or-later |
| 490 | + * |
| 491 | + * This program is free software: you can redistribute it and/or modify |
| 492 | + * it under the terms of the GNU Affero General Public License as |
| 493 | + * published by the Free Software Foundation, either version 3 of the |
| 494 | + * License, or (at your option) any later version. |
| 495 | + * |
| 496 | + * This program is distributed in the hope that it will be useful, |
| 497 | + * but WITHOUT ANY WARRANTY without even the implied warranty of |
| 498 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 499 | + * GNU Affero General Public License for more details. |
| 500 | + * |
| 501 | + * You should have received a copy of the GNU Affero General Public License |
| 502 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 503 | + * |
| 504 | + */ |
| 505 | + |
416 | 506 | /** |
417 | 507 | * @copyright Copyright (c) 2021 Christoph Wurst |
418 | 508 | * |
|
457 | 547 | * |
458 | 548 | */ |
459 | 549 |
|
| 550 | +/** |
| 551 | + * @copyright Copyright (c) 2021 Jonas Meurer < [email protected]> |
| 552 | + * |
| 553 | + * @author Jonas Meurer < [email protected]> |
| 554 | + * |
| 555 | + * @license AGPL-3.0-or-later |
| 556 | + * |
| 557 | + * This program is free software: you can redistribute it and/or modify |
| 558 | + * it under the terms of the GNU Affero General Public License as |
| 559 | + * published by the Free Software Foundation, either version 3 of the |
| 560 | + * License, or (at your option) any later version. |
| 561 | + * |
| 562 | + * This program is distributed in the hope that it will be useful, |
| 563 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 564 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 565 | + * GNU Affero General Public License for more details. |
| 566 | + * |
| 567 | + * You should have received a copy of the GNU Affero General Public License |
| 568 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 569 | + * |
| 570 | + */ |
| 571 | + |
| 572 | +/** |
| 573 | + * @copyright Copyright (c) 2021 Raimund Schlüßler < [email protected]> |
| 574 | + * |
| 575 | + * @author Raimund Schlüßler < [email protected]> |
| 576 | + * |
| 577 | + * @license AGPL-3.0-or-later |
| 578 | + * |
| 579 | + * This program is free software: you can redistribute it and/or modify |
| 580 | + * it under the terms of the GNU Affero General Public License as |
| 581 | + * published by the Free Software Foundation, either version 3 of the |
| 582 | + * License, or (at your option) any later version. |
| 583 | + * |
| 584 | + * This program is distributed in the hope that it will be useful, |
| 585 | + * but WITHOUT ANY WARRANTY without even the implied warranty of |
| 586 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 587 | + * GNU Affero General Public License for more details. |
| 588 | + * |
| 589 | + * You should have received a copy of the GNU Affero General Public License |
| 590 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 591 | + * |
| 592 | + */ |
| 593 | + |
460 | 594 | /** |
461 | 595 | * @copyright Copyright (c) 2022 John Molakvoæ < [email protected]> |
462 | 596 | * |
|
545 | 679 | * |
546 | 680 | */ |
547 | 681 |
|
| 682 | +/** |
| 683 | + * @copyright Copyright (c) 2023 Grigorii K. Shartsev < [email protected]> |
| 684 | + * |
| 685 | + * @author Grigorii K. Shartsev < [email protected]> |
| 686 | + * |
| 687 | + * @license AGPL-3.0-or-later |
| 688 | + * |
| 689 | + * This program is free software: you can redistribute it and/or modify |
| 690 | + * it under the terms of the GNU Affero General Public License as |
| 691 | + * published by the Free Software Foundation, either version 3 of the |
| 692 | + * License, or (at your option) any later version. |
| 693 | + * |
| 694 | + * This program is distributed in the hope that it will be useful, |
| 695 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 696 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 697 | + * GNU Affero General Public License for more details. |
| 698 | + * |
| 699 | + * You should have received a copy of the GNU Affero General Public License |
| 700 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 701 | + * |
| 702 | + */ |
| 703 | + |
548 | 704 | /** |
549 | 705 | * @copyright Copyright (c) 2023 John Molakvoæ < [email protected]> |
550 | 706 | * |
|
0 commit comments