|
| 1 | +/*! |
| 2 | + * The buffer module from node.js, for the browser. |
| 3 | + * |
| 4 | + * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org> |
| 5 | + * @license MIT |
| 6 | + */ |
| 7 | + |
| 8 | +/*! |
| 9 | + * Vue.js v2.6.14 |
| 10 | + * (c) 2014-2021 Evan You |
| 11 | + * Released under the MIT License. |
| 12 | + */ |
| 13 | + |
| 14 | +/*! Hammer.JS - v2.0.7 - 2016-04-22 |
| 15 | + * http://hammerjs.github.io/ |
| 16 | + * |
| 17 | + * Copyright (c) 2016 Jorik Tangelder; |
| 18 | + * Licensed under the MIT license */ |
| 19 | + |
| 20 | +/** |
| 21 | + * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> |
| 22 | + * |
| 23 | + * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at> |
| 24 | + * |
| 25 | + * @license GNU AGPL version 3 or any later version |
| 26 | + * |
| 27 | + * This program is free software: you can redistribute it and/or modify |
| 28 | + * it under the terms of the GNU Affero General Public License as |
| 29 | + * published by the Free Software Foundation, either version 3 of the |
| 30 | + * License, or (at your option) any later version. |
| 31 | + * |
| 32 | + * This program is distributed in the hope that it will be useful, |
| 33 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 34 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 35 | + * GNU Affero General Public License for more details. |
| 36 | + * |
| 37 | + * You should have received a copy of the GNU Affero General Public License |
| 38 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 39 | + */ |
| 40 | + |
| 41 | +/** |
| 42 | + * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> |
| 43 | + * |
| 44 | + * @author John Molakvoæ <skjnldsv@protonmail.com> |
| 45 | + * |
| 46 | + * @license GNU AGPL version 3 or any later version |
| 47 | + * |
| 48 | + * This program is free software: you can redistribute it and/or modify |
| 49 | + * it under the terms of the GNU Affero General Public License as |
| 50 | + * published by the Free Software Foundation, either version 3 of the |
| 51 | + * License, or (at your option) any later version. |
| 52 | + * |
| 53 | + * This program is distributed in the hope that it will be useful, |
| 54 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 55 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 56 | + * GNU Affero General Public License for more details. |
| 57 | + * |
| 58 | + * You should have received a copy of the GNU Affero General Public License |
| 59 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 60 | + * |
| 61 | + */ |
| 62 | + |
| 63 | +/** |
| 64 | + * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> |
| 65 | + * |
| 66 | + * @author John Molakvoæ <skjnldsv@protonmail.com> |
| 67 | + * |
| 68 | + * @license GNU AGPL version 3 or any later version |
| 69 | + * |
| 70 | + * This program is free software: you can redistribute it and/or modify |
| 71 | + * it under the terms of the GNU Affero General Public License as |
| 72 | + * published by the Free Software Foundation, either version 3 of the |
| 73 | + * License, or (at your option) any later version. |
| 74 | + * |
| 75 | + * This program is distributed in the hope that it will be useful, |
| 76 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 77 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 78 | + * GNU Affero General Public License for more details. |
| 79 | + * |
| 80 | + * You should have received a copy of the GNU Affero General Public License |
| 81 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 82 | + * |
| 83 | + */ |
| 84 | + |
| 85 | +/** |
| 86 | + * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com> |
| 87 | + * |
| 88 | + * @author John Molakvoæ <skjnldsv@protonmail.com> |
| 89 | + * |
| 90 | + * @license GNU AGPL version 3 or any later version |
| 91 | + * |
| 92 | + * This program is free software: you can redistribute it and/or modify |
| 93 | + * it under the terms of the GNU Affero General Public License as |
| 94 | + * published by the Free Software Foundation, either version 3 of the |
| 95 | + * License, or (at your option) any later version. |
| 96 | + * |
| 97 | + * This program is distributed in the hope that it will be useful, |
| 98 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 99 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 100 | + * GNU Affero General Public License for more details. |
| 101 | + * |
| 102 | + * You should have received a copy of the GNU Affero General Public License |
| 103 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 104 | + * |
| 105 | + */ |
| 106 | + |
| 107 | +/** |
| 108 | + * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net> |
| 109 | + * |
| 110 | + * @author Julius Härtl <jus@bitgrid.net> |
| 111 | + * @author John Molakvoæ <skjnldsv@protonmail.com> |
| 112 | + * |
| 113 | + * @license GNU AGPL version 3 or any later version |
| 114 | + * |
| 115 | + * This program is free software: you can redistribute it and/or modify |
| 116 | + * it under the terms of the GNU Affero General Public License as |
| 117 | + * published by the Free Software Foundation, either version 3 of the |
| 118 | + * License, or (at your option) any later version. |
| 119 | + * |
| 120 | + * This program is distributed in the hope that it will be useful, |
| 121 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 122 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 123 | + * GNU Affero General Public License for more details. |
| 124 | + * |
| 125 | + * You should have received a copy of the GNU Affero General Public License |
| 126 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 127 | + * |
| 128 | + */ |
| 129 | + |
| 130 | +/** |
| 131 | + * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me> |
| 132 | + * |
| 133 | + * @author Marco Ambrosini <marcoambrosini@pm.me> |
| 134 | + * |
| 135 | + * @license GNU AGPL version 3 or any later version |
| 136 | + * |
| 137 | + * This program is free software: you can redistribute it and/or modify |
| 138 | + * it under the terms of the GNU Affero General Public License as |
| 139 | + * published by the Free Software Foundation, either version 3 of the |
| 140 | + * License, or (at your option) any later version. |
| 141 | + * |
| 142 | + * This program is distributed in the hope that it will be useful, |
| 143 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 144 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 145 | + * GNU Affero General Public License for more details. |
| 146 | + * |
| 147 | + * You should have received a copy of the GNU Affero General Public License |
| 148 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 149 | + * |
| 150 | + */ |
| 151 | + |
| 152 | +/**! |
| 153 | + * @fileOverview Kickass library to create and place poppers near their reference elements. |
| 154 | + * @version 1.16.1 |
| 155 | + * @license |
| 156 | + * Copyright (c) 2016 Federico Zivolo and contributors |
| 157 | + * |
| 158 | + * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 159 | + * of this software and associated documentation files (the "Software"), to deal |
| 160 | + * in the Software without restriction, including without limitation the rights |
| 161 | + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 162 | + * copies of the Software, and to permit persons to whom the Software is |
| 163 | + * furnished to do so, subject to the following conditions: |
| 164 | + * |
| 165 | + * The above copyright notice and this permission notice shall be included in all |
| 166 | + * copies or substantial portions of the Software. |
| 167 | + * |
| 168 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 169 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 170 | + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 171 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 172 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 173 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 174 | + * SOFTWARE. |
| 175 | + */ |
0 commit comments