|
1 | | -/* |
2 | | - * @copyright Copyright (c) 2019 Azul < [email protected]> |
3 | | - * |
4 | | - * @author Azul < [email protected]> |
5 | | - * |
6 | | - * @license GNU AGPL version 3 or any later version |
7 | | - * |
8 | | - * This program is free software: you can redistribute it and/or modify |
9 | | - * it under the terms of the GNU Affero General Public License as |
10 | | - * published by the Free Software Foundation, either version 3 of the |
11 | | - * License, or (at your option) any later version. |
12 | | - * |
13 | | - * This program is distributed in the hope that it will be useful, |
14 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | | - * GNU Affero General Public License for more details. |
17 | | - * |
18 | | - * You should have received a copy of the GNU Affero General Public License |
19 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 | | - * |
21 | | - */ |
22 | | - |
23 | 1 | /* |
24 | 2 | * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
25 | 3 | * |
|
137 | 115 | * |
138 | 116 | */ |
139 | 117 |
|
140 | | -/* |
141 | | - * @copyright Copyright (c) 2022 Jonas < [email protected]> |
142 | | - * |
143 | | - * @author Jonas < [email protected]> |
144 | | - * |
145 | | - * @license GNU AGPL version 3 or any later version |
146 | | - * |
147 | | - * This program is free software: you can redistribute it and/or modify |
148 | | - * it under the terms of the GNU Affero General Public License as |
149 | | - * published by the Free Software Foundation, either version 3 of the |
150 | | - * License, or (at your option) any later version. |
151 | | - * |
152 | | - * This program is distributed in the hope that it will be useful, |
153 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
154 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
155 | | - * GNU Affero General Public License for more details. |
156 | | - * |
157 | | - * You should have received a copy of the GNU Affero General Public License |
158 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
159 | | - * |
160 | | - */ |
161 | | - |
162 | 118 | /* |
163 | 119 | * @copyright Copyright (c) 2022 Julius Härtl < [email protected]> |
164 | 120 | * |
|
290 | 246 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
291 | 247 | */ |
292 | 248 |
|
293 | | -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ |
294 | | - |
295 | 249 | /** |
296 | 250 | * @copyright Copyright (c) 2019 Julius Härtl < [email protected]> |
297 | 251 | * |
|
465 | 419 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
466 | 420 | * |
467 | 421 | */ |
| 422 | + |
| 423 | +/** |
| 424 | + * @copyright Copyright (c) 2022 Vinicius Reis < [email protected]> |
| 425 | + * |
| 426 | + * @author Vinicius Reis < [email protected]> |
| 427 | + * |
| 428 | + * @license AGPL-3.0-or-later |
| 429 | + * |
| 430 | + * This program is free software: you can redistribute it and/or modify |
| 431 | + * it under the terms of the GNU Affero General Public License as |
| 432 | + * published by the Free Software Foundation, either version 3 of the |
| 433 | + * License, or (at your option) any later version. |
| 434 | + * |
| 435 | + * This program is distributed in the hope that it will be useful, |
| 436 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 437 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 438 | + * GNU Affero General Public License for more details. |
| 439 | + * |
| 440 | + * You should have received a copy of the GNU Affero General Public License |
| 441 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 442 | + * |
| 443 | + */ |
0 commit comments