|
13 | 13 | * Copyright (C) 2018 Varun A P |
14 | 14 | */ |
15 | 15 |
|
| 16 | +/*! |
| 17 | + * Vue.js v2.7.16 |
| 18 | + * (c) 2014-2023 Evan You |
| 19 | + * Released under the MIT License. |
| 20 | + */ |
| 21 | + |
16 | 22 | /*! |
17 | 23 | * escape-html |
18 | 24 | * Copyright(c) 2012-2013 TJ Holowaychuk |
|
21 | 27 | * MIT Licensed |
22 | 28 | */ |
23 | 29 |
|
24 | | -/*! @license DOMPurify 3.1.4 | (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.4/LICENSE */ |
| 30 | +/*! |
| 31 | +* focus-trap 7.5.4 |
| 32 | +* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE |
| 33 | +*/ |
| 34 | + |
| 35 | +/*! |
| 36 | +* tabbable 6.2.0 |
| 37 | +* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE |
| 38 | +*/ |
| 39 | + |
| 40 | +/*! @license DOMPurify 3.1.6 | (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.6/LICENSE */ |
25 | 41 |
|
26 | 42 | /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
27 | 43 |
|
28 | 44 | /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ |
29 | 45 |
|
30 | | -/** |
31 | | - * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
32 | | - * |
33 | | - * @author Julius Härtl < [email protected]> |
34 | | - * @author John Molakvoæ < [email protected]> |
35 | | - * |
36 | | - * @license GNU AGPL version 3 or any later version |
37 | | - * |
38 | | - * This program is free software: you can redistribute it and/or modify |
39 | | - * it under the terms of the GNU Affero General Public License as |
40 | | - * published by the Free Software Foundation, either version 3 of the |
41 | | - * License, or (at your option) any later version. |
42 | | - * |
43 | | - * This program is distributed in the hope that it will be useful, |
44 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
45 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
46 | | - * GNU Affero General Public License for more details. |
47 | | - * |
48 | | - * You should have received a copy of the GNU Affero General Public License |
49 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
50 | | - */ |
51 | | - |
52 | 46 | /** |
53 | 47 | * @copyright Copyright (c) 2020 John Molakvoæ < [email protected]> |
54 | 48 | * |
|
71 | 65 | * |
72 | 66 | */ |
73 | 67 |
|
74 | | -/** |
75 | | - * @copyright Copyright (c) 2023 Ferdinand Thiessen < [email protected]> |
76 | | - * |
77 | | - * @author Ferdinand Thiessen < [email protected]> |
78 | | - * @author John Molakvoæ < [email protected]> |
79 | | - * |
80 | | - * @license AGPL-3.0-or-later |
81 | | - * |
82 | | - * This program is free software: you can redistribute it and/or modify |
83 | | - * it under the terms of the GNU Affero General Public License as |
84 | | - * published by the Free Software Foundation, either version 3 of the |
85 | | - * License, or (at your option) any later version. |
86 | | - * |
87 | | - * This program is distributed in the hope that it will be useful, |
88 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
89 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
90 | | - * GNU Affero General Public License for more details. |
91 | | - * |
92 | | - * You should have received a copy of the GNU Affero General Public License |
93 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
94 | | - * |
95 | | - */ |
96 | | - |
97 | 68 | /** |
98 | 69 | * @copyright Copyright (c) 2023 Mishel Shaji < [email protected]> |
99 | 70 | * @copyright Copyright (c) 2023 Daniel Calviño Sánchez < [email protected]> |
|
0 commit comments