|
3 | 3 | * |
4 | 4 | * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |
5 | 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 | | - * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |
24 | | - * |
25 | | - * @copyright 2019-2020 Gary Kim <gary@garykim.dev> |
26 | | - * |
27 | | - * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |
28 | | - * |
29 | | - * @license GNU AGPL version 3 or any later version |
30 | | - * |
31 | | - * This program is free software: you can redistribute it and/or modify |
32 | | - * it under the terms of the GNU Affero General Public License as |
33 | | - * published by the Free Software Foundation, either version 3 of the |
34 | | - * License, or (at your option) any later version. |
35 | | - * |
36 | | - * This program is distributed in the hope that it will be useful, |
37 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
38 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
39 | | - * GNU Affero General Public License for more details. |
40 | | - * |
41 | | - * You should have received a copy of the GNU Affero General Public License |
42 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
43 | | - */ |
44 | | - |
45 | | -/* |
46 | | - * @copyright 2019-2020 Gary Kim <gary@garykim.dev> |
47 | | - * |
48 | | - * @author Gary Kim <gary@garykim.dev> |
49 | | - * |
50 | | - * @license GNU AGPL version 3 or any later version |
| 6 | + * @license AGPL-3.0-or-later |
51 | 7 | * |
52 | 8 | * This program is free software: you can redistribute it and/or modify |
53 | 9 | * it under the terms of the GNU Affero General Public License as |
|
106 | 62 |
|
107 | 63 | /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
108 | 64 |
|
| 65 | +/** |
| 66 | + * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |
| 67 | + * |
| 68 | + * @copyright 2019-2020 Gary Kim <gary@garykim.dev> |
| 69 | + * |
| 70 | + * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |
| 71 | + * |
| 72 | + * @license AGPL-3.0-or-later |
| 73 | + * |
| 74 | + * This program is free software: you can redistribute it and/or modify |
| 75 | + * it under the terms of the GNU Affero General Public License as |
| 76 | + * published by the Free Software Foundation, either version 3 of the |
| 77 | + * License, or (at your option) any later version. |
| 78 | + * |
| 79 | + * This program is distributed in the hope that it will be useful, |
| 80 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 81 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 82 | + * GNU Affero General Public License for more details. |
| 83 | + * |
| 84 | + * You should have received a copy of the GNU Affero General Public License |
| 85 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 86 | + */ |
| 87 | + |
| 88 | +/** |
| 89 | + * @copyright 2019-2020 Gary Kim <gary@garykim.dev> |
| 90 | + * |
| 91 | + * @author Gary Kim <gary@garykim.dev> |
| 92 | + * |
| 93 | + * @license AGPL-3.0-or-later |
| 94 | + * |
| 95 | + * This program is free software: you can redistribute it and/or modify |
| 96 | + * it under the terms of the GNU Affero General Public License as |
| 97 | + * published by the Free Software Foundation, either version 3 of the |
| 98 | + * License, or (at your option) any later version. |
| 99 | + * |
| 100 | + * This program is distributed in the hope that it will be useful, |
| 101 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 102 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 103 | + * GNU Affero General Public License for more details. |
| 104 | + * |
| 105 | + * You should have received a copy of the GNU Affero General Public License |
| 106 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 107 | + */ |
| 108 | + |
109 | 109 | /** |
110 | 110 | * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> |
111 | 111 | * |
|
0 commit comments