Skip to content

Commit 4242e56

Browse files
committed
feat: 28 files compatibility
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 9c9c35d commit 4242e56

15 files changed

Lines changed: 850 additions & 645 deletions

js/files_recommendation-dashboard.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/files_recommendation-dashboard.js.LICENSE.txt

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,7 @@
33
*
44
* @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
55
*
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
517
*
528
* This program is free software: you can redistribute it and/or modify
539
* it under the terms of the GNU Affero General Public License as
@@ -106,6 +62,50 @@
10662

10763
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
10864

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+
109109
/**
110110
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
111111
*

js/files_recommendation-dashboard.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/files_recommendation-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/files_recommendation-main.js.LICENSE.txt

Lines changed: 52 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
55
*
6-
* @license GNU AGPL version 3 or any later version
6+
* @license AGPL-3.0-or-later
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Affero General Public License as
@@ -19,14 +19,61 @@
1919
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22-
/*
22+
/*!
23+
* Determine if an object is a Buffer
24+
*
25+
* @author Feross Aboukhadijeh <https://feross.org>
26+
* @license MIT
27+
*/
28+
29+
/*!
30+
* The buffer module from node.js, for the browser.
31+
*
32+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
33+
* @license MIT
34+
*/
35+
36+
/*!
37+
* The buffer module from node.js, for the browser.
38+
*
39+
* @author Feross Aboukhadijeh <https://feross.org>
40+
* @license MIT
41+
*/
42+
43+
/*!
44+
* Vue.js v2.7.14
45+
* (c) 2014-2022 Evan You
46+
* Released under the MIT License.
47+
*/
48+
49+
/*!
50+
* escape-html
51+
* Copyright(c) 2012-2013 TJ Holowaychuk
52+
* Copyright(c) 2015 Andreas Lubbe
53+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
54+
* MIT Licensed
55+
*/
56+
57+
/*!
58+
* vuex v3.6.2
59+
* (c) 2021 Evan You
60+
* @license MIT
61+
*/
62+
63+
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
64+
65+
/*! https://mths.be/punycode v1.3.2 by @mathias */
66+
67+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
68+
69+
/**
2370
* @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
2471
*
2572
* @copyright 2019-2020 Gary Kim <gary@garykim.dev>
2673
*
2774
* @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
2875
*
29-
* @license GNU AGPL version 3 or any later version
76+
* @license AGPL-3.0-or-later
3077
*
3178
* This program is free software: you can redistribute it and/or modify
3279
* it under the terms of the GNU Affero General Public License as
@@ -42,12 +89,12 @@
4289
* along with this program. If not, see <http://www.gnu.org/licenses/>.
4390
*/
4491

45-
/*
92+
/**
4693
* @copyright 2019-2020 Gary Kim <gary@garykim.dev>
4794
*
4895
* @author Gary Kim <gary@garykim.dev>
4996
*
50-
* @license GNU AGPL version 3 or any later version
97+
* @license AGPL-3.0-or-later
5198
*
5299
* This program is free software: you can redistribute it and/or modify
53100
* it under the terms of the GNU Affero General Public License as
@@ -62,31 +109,3 @@
62109
* You should have received a copy of the GNU Affero General Public License
63110
* along with this program. If not, see <http://www.gnu.org/licenses/>.
64111
*/
65-
66-
/*!
67-
* The buffer module from node.js, for the browser.
68-
*
69-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
70-
* @license MIT
71-
*/
72-
73-
/*!
74-
* The buffer module from node.js, for the browser.
75-
*
76-
* @author Feross Aboukhadijeh <https://feross.org>
77-
* @license MIT
78-
*/
79-
80-
/*!
81-
* Vue.js v2.7.14
82-
* (c) 2014-2022 Evan You
83-
* Released under the MIT License.
84-
*/
85-
86-
/*!
87-
* vuex v3.6.2
88-
* (c) 2021 Evan You
89-
* @license MIT
90-
*/
91-
92-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

js/files_recommendation-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)