@@ -473,6 +473,8 @@ object-assign
473473* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
474474* Copyright jQuery Foundation and other contributors; Licensed MIT */
475475
476+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
477+
476478/**
477479 *
478480 *
@@ -481,6 +483,28 @@ object-assign
481483 *
482484 */
483485
486+ /**
487+ * @copyright 2019 Christoph Wurst <
[email protected] >
488+ *
489+ * @author Christoph Wurst <
[email protected] >
490+ *
491+ * @license AGPL-3.0-or-later
492+ *
493+ * This program is free software: you can redistribute it and/or modify
494+ * it under the terms of the GNU Affero General Public License as
495+ * published by the Free Software Foundation, either version 3 of the
496+ * License, or (at your option) any later version.
497+ *
498+ * This program is distributed in the hope that it will be useful,
499+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
500+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
501+ * GNU Affero General Public License for more details.
502+ *
503+ * You should have received a copy of the GNU Affero General Public License
504+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
505+ *
506+ */
507+
484508/**
485509 * @copyright 2019 Christoph Wurst <
[email protected] >
486510 *
@@ -860,7 +884,7 @@ object-assign
860884 */
861885
862886/**
863- * @copyright Copyright (c)
2022 John Molakvoæ <
[email protected] >
887+ * @copyright Copyright (c)
2021 John Molakvoæ <
[email protected] >
864888 *
865889 * @author John Molakvoæ <
[email protected] >
866890 *
@@ -882,9 +906,9 @@ object-assign
882906 */
883907
884908/**
885- * @copyright Copyright (c)
2023 Ferdinand Thiessen <[email protected] >
909+ * @copyright Copyright (c)
2022 John Molakvoæ <[email protected] >
886910 *
887- * @author
Ferdinand Thiessen <[email protected] >
911+ * @author
John Molakvoæ <[email protected] >
888912 *
889913 * @license AGPL-3.0-or-later
890914 *
@@ -922,6 +946,7 @@ object-assign
922946 *
923947 * You should have received a copy of the GNU Affero General Public License
924948 * along with this program. If not, see <http://www.gnu.org/licenses/>.
949+ *
925950 */
926951
927952/**
@@ -938,19 +963,17 @@ object-assign
938963 *
939964 * This program is distributed in the hope that it will be useful,
940965 * but WITHOUT ANY WARRANTY; without even the implied warranty of
941- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
966+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
942967 * GNU Affero General Public License for more details.
943968 *
944969 * You should have received a copy of the GNU Affero General Public License
945970 * along with this program. If not, see <http://www.gnu.org/licenses/>.
946- *
947971 */
948972
949973/**
950974 * @copyright Copyright (c) 2023 Ferdinand Thiessen <
[email protected] >
951975 *
952976 * @author Ferdinand Thiessen <
[email protected] >
953- * @author John Molakvoæ <
[email protected] >
954977 *
955978 * @license AGPL-3.0-or-later
956979 *
@@ -970,32 +993,10 @@ object-assign
970993 */
971994
972995/**
973- * @copyright Copyright (c) 2023 John Molakvoæ <
[email protected] >
974- *
975- * @author John Molakvoæ <
[email protected] >
976- *
977- * @license AGPL-3.0-or-later
978- *
979- * This program is free software: you can redistribute it and/or modify
980- * it under the terms of the GNU Affero General Public License as
981- * published by the Free Software Foundation, either version 3 of the
982- * License, or (at your option) any later version.
983- *
984- * This program is distributed in the hope that it will be useful,
985- * but WITHOUT ANY WARRANTY; without even the implied warranty of
986- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
987- * GNU Affero General Public License for more details.
988- *
989- * You should have received a copy of the GNU Affero General Public License
990- * along with this program. If not, see <http://www.gnu.org/licenses/>.
991- *
992- */
993-
994- /**
995- * @copyright Copyright (c) 2023 John Molakvoæ <
[email protected] >
996+ * @copyright Copyright (c) 2023 Ferdinand Thiessen <
[email protected] >
996997 *
997- * @author John Molakvoæ <
[email protected] >
998998 * @author Ferdinand Thiessen <
[email protected] >
999+ * @author John Molakvoæ <
[email protected] >
9991000 *
10001001 * @license AGPL-3.0-or-later
10011002 *
@@ -1006,7 +1007,7 @@ object-assign
10061007 *
10071008 * This program is distributed in the hope that it will be useful,
10081009 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1009- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10101011 * GNU Affero General Public License for more details.
10111012 *
10121013 * You should have received a copy of the GNU Affero General Public License
0 commit comments