Revision 263d03d5
Added by jahoti almost 2 years ago
background/cookie_filter.js | ||
---|---|---|
5 | 5 |
* have slipped through. |
6 | 6 |
* |
7 | 7 |
* Copyright (C) 2021 Wojtek Kosior |
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
41 |
* license. Although I request that you do not make use this code in a |
|
42 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 43 |
*/ |
10 | 44 |
|
11 | 45 |
/* |
background/main.js | ||
---|---|---|
4 | 4 |
* Function: Main background script. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
background/page_actions_server.js | ||
---|---|---|
4 | 4 |
* Function: Serving page actions to content scripts. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
background/policy_injector.js | ||
---|---|---|
3 | 3 |
* |
4 | 4 |
* Function: Injecting policy to page by modifying HTTP headers. |
5 | 5 |
* |
6 |
* Copyright (C) 2021 Wojtek Kosior |
|
7 |
* Copyright (C) 2021 jahoti |
|
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
6 |
* Copyright (C) 2021, Wojtek Kosior |
|
7 |
* Copyright (C) 2021, jahoti |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* |
|
41 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
42 |
* license. Although I request that you do not make use this code in a |
|
43 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 44 |
*/ |
10 | 45 |
|
11 | 46 |
/* |
background/storage.js | ||
---|---|---|
4 | 4 |
* Function: Storage manager. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
background/storage_server.js | ||
---|---|---|
4 | 4 |
* Function: Storage through messages (server side). |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
background/stream_filter.js | ||
---|---|---|
3 | 3 |
* |
4 | 4 |
* Function: Modifying a web page using the StreamFilter API. |
5 | 5 |
* |
6 |
* Copyright (C) 2018 Giorgio Maone <giorgio@maone.net> |
|
7 |
* Copyright (C) 2021 Wojtek Kosior |
|
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
6 |
* Copyright (C) 2021, Wojtek Kosior |
|
7 |
* Copyright (C) 2018, Giorgio Maone <giorgio@maone.net> |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* You should have received a copy of the GNU General Public License |
|
20 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
21 |
* |
|
22 |
* |
|
23 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
24 |
* license. Although I request that you do not make use this code in a |
|
25 |
* proprietary program, I am not going to enforce this in court. |
|
26 |
* |
|
9 | 27 |
* |
10 | 28 |
* Derived from `bg/ResponseProcessor.js' and `bg/ResponseMetaData.js' |
11 | 29 |
* in LibreJS. |
build.sh | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
# Copyright (C) 2021 Wojtek Kosior |
|
4 |
# Redistribution terms are gathered in the `copyright' file. |
|
3 |
# This file is part of Haketilo |
|
4 |
# |
|
5 |
# Copyright (C) 2021, Wojtek Kosior |
|
6 |
# |
|
7 |
# This program is free software: you can redistribute it and/or modify |
|
8 |
# it under the terms of the CC0 1.0 Universal License as published by |
|
9 |
# the Creative Commons Corporation. |
|
10 |
# |
|
11 |
# This program is distributed in the hope that it will be useful, |
|
12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
14 |
# CC0 1.0 Universal License for more details. |
|
5 | 15 |
|
6 | 16 |
handle_export_line() { |
7 | 17 |
if [ "x$1" = "xEXPORTS_START" ]; then |
common/ajax.js | ||
---|---|---|
4 | 4 |
* Function: Wrapping XMLHttpRequest into a Promise. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
function ajax_callback() |
common/connection_types.js | ||
---|---|---|
4 | 4 |
* Function: Define an "enum" of message connection types. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/lock.js | ||
---|---|---|
4 | 4 |
* Function: Implement a lock (aka binary semaphore aka mutex). |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/message_server.js | ||
---|---|---|
4 | 4 |
* Function: Message server. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/misc.js | ||
---|---|---|
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 | 7 |
* Copyright (C) 2021 jahoti |
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
41 |
* license. Although I request that you do not make use this code in a |
|
42 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 43 |
*/ |
10 | 44 |
|
11 | 45 |
/* |
common/observable.js | ||
---|---|---|
4 | 4 |
* Function: Facilitate listening to (internal, self-generated) events. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
const make = (value=undefined) => ({value, listeners: new Set()}); |
common/once.js | ||
---|---|---|
5 | 5 |
* promises. |
6 | 6 |
* |
7 | 7 |
* Copyright (C) 2021 Wojtek Kosior |
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
41 |
* license. Although I request that you do not make use this code in a |
|
42 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 43 |
*/ |
10 | 44 |
|
11 | 45 |
/* |
common/patterns.js | ||
---|---|---|
4 | 4 |
* Function: Operations on page URL patterns. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
const MAX_URL_PATH_LEN = 12; |
common/sanitize_JSON.js | ||
---|---|---|
4 | 4 |
* Function: Powerful, full-blown format enforcer for externally-obtained JSON. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
var error_path; |
common/settings_query.js | ||
---|---|---|
4 | 4 |
* Function: Querying page settings. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/sha256.js | ||
---|---|---|
2 | 2 |
* [js-sha256]{@link https://github.com/emn178/js-sha256/} |
3 | 3 |
* |
4 | 4 |
* @version 0.9.0 |
5 |
* @author Chen, Yi-Cyuan [emn178@gmail.com] |
|
6 |
* @copyright Chen, Yi-Cyuan 2014-2017 |
|
7 |
* @license MIT |
|
5 |
* |
|
6 |
* Copyright (C) 2014-2017, Yi-Cyuan Chen <emn178@gmail.com> |
|
7 |
* |
|
8 |
* Permission is hereby granted, free of charge, to any person obtaining |
|
9 |
* a copy of this software and associated documentation files (the |
|
10 |
* "Software"), to deal in the Software without restriction, including |
|
11 |
* without limitation the rights to use, copy, modify, merge, publish, |
|
12 |
* distribute, sublicense, and/or sell copies of the Software, and to |
|
13 |
* permit persons to whom the Software is furnished to do so, subject to |
|
14 |
* the following conditions: |
|
15 |
* |
|
16 |
* The above copyright notice and this permission notice shall be |
|
17 |
* included in all copies or substantial portions of the Software. |
|
18 |
* |
|
19 |
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
|
20 |
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|
21 |
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
|
22 |
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
|
23 |
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
|
24 |
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
|
25 |
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
8 | 26 |
*/ |
9 | 27 |
|
10 | 28 |
var fake_window = {}; |
common/signing.js | ||
---|---|---|
4 | 4 |
* Functions: Operations related to "signing" of data. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/storage_client.js | ||
---|---|---|
4 | 4 |
* Function: Storage through messages (client side). |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/storage_light.js | ||
---|---|---|
4 | 4 |
* Function: Storage manager, lighter than the previous one. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/storage_raw.js | ||
---|---|---|
4 | 4 |
* Function: Basic wrappers for storage API functions. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
common/stored_types.js | ||
---|---|---|
4 | 4 |
* Function: Define an "enum" of stored item types. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
content/activity_info_server.js | ||
---|---|---|
5 | 5 |
* (script injection, script blocking, etc.). |
6 | 6 |
* |
7 | 7 |
* Copyright (C) 2021 Wojtek Kosior |
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
41 |
* license. Although I request that you do not make use this code in a |
|
42 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 43 |
*/ |
10 | 44 |
|
11 | 45 |
/* |
content/main.js | ||
---|---|---|
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 | 7 |
* Copyright (C) 2021 jahoti |
8 |
* Redistribution terms are gathered in the `copyright' file. |
|
8 |
* |
|
9 |
* This program is free software: you can redistribute it and/or modify |
|
10 |
* it under the terms of the GNU General Public License as published by |
|
11 |
* the Free Software Foundation, either version 3 of the License, or |
|
12 |
* (at your option) any later version. |
|
13 |
* |
|
14 |
* This program is distributed in the hope that it will be useful, |
|
15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 |
* GNU General Public License for more details. |
|
18 |
* |
|
19 |
* As additional permission under GNU GPL version 3 section 7, you |
|
20 |
* may distribute forms of that code without the copy of the GNU |
|
21 |
* GPL normally required by section 4, provided you include this |
|
22 |
* license notice and, in case of non-source distribution, a URL |
|
23 |
* through which recipients can access the Corresponding Source. |
|
24 |
* If you modify file(s) with this exception, you may extend this |
|
25 |
* exception to your version of the file(s), but you are not |
|
26 |
* obligated to do so. If you do not wish to do so, delete this |
|
27 |
* exception statement from your version. |
|
28 |
* |
|
29 |
* As a special exception to the GPL, any HTML file which merely |
|
30 |
* makes function calls to this code, and for that purpose |
|
31 |
* includes it by reference shall be deemed a separate work for |
|
32 |
* copyright law purposes. If you modify this code, you may extend |
|
33 |
* this exception to your version of the code, but you are not |
|
34 |
* obligated to do so. If you do not wish to do so, delete this |
|
35 |
* exception statement from your version. |
|
36 |
* |
|
37 |
* You should have received a copy of the GNU General Public License |
|
38 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
39 |
* |
|
40 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
41 |
* license. Although I request that you do not make use this code in a |
|
42 |
* proprietary program, I am not going to enforce this in court. |
|
9 | 43 |
*/ |
10 | 44 |
|
11 | 45 |
/* |
content/page_actions.js | ||
---|---|---|
4 | 4 |
* Function: Handle page actions in a content script. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
content/repo_query.js | ||
---|---|---|
4 | 4 |
* Function: Getting available content for site from remote repositories. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
copyright | ||
---|---|---|
8 | 8 |
|
9 | 9 |
Files: *.sh default_settings.json |
10 | 10 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
11 |
2021 jahoti <jahoti@tilde.team> |
|
12 | 11 |
License: CC0 |
13 | 12 |
|
14 |
Files: Makefile
|
|
13 |
Files: configure Makefile.in write_makefile.sh
|
|
15 | 14 |
Copyright: 2021 jahoti <jahoti@tilde.team> |
16 | 15 |
License: CC0 |
17 | 16 |
|
... | ... | |
114 | 113 |
copyright law purposes. If you modify this code, you may extend |
115 | 114 |
this exception to your version of the code, but you are not |
116 | 115 |
obligated to do so. If you do not wish to do so, delete this |
117 |
exception statement from your version. |
|
116 |
exception statement from your version. If you delete this |
|
117 |
exception statement from all source files in the program, then |
|
118 |
also delete it here. |
|
118 | 119 |
. |
119 | 120 |
You should have received a copy of the GNU General Public |
120 | 121 |
License along with this package; if not, you can get it from |
html/DOM_helpers.js | ||
---|---|---|
4 | 4 |
* Function: Operations on DOM elements. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
function by_id(id) |
html/default_blocking_policy.js | ||
---|---|---|
4 | 4 |
* Function: Logic for the dialog of default policy selection. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
html/display-panel.js | ||
---|---|---|
4 | 4 |
* Function: Popup logic. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
html/import_frame.js | ||
---|---|---|
4 | 4 |
* Function: Logic for the settings import frame. |
5 | 5 |
* |
6 | 6 |
* Copyright (C) 2021 Wojtek Kosior |
7 |
* Redistribution terms are gathered in the `copyright' file. |
|
7 |
* |
|
8 |
* This program is free software: you can redistribute it and/or modify |
|
9 |
* it under the terms of the GNU General Public License as published by |
|
10 |
* the Free Software Foundation, either version 3 of the License, or |
|
11 |
* (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 General Public License for more details. |
|
17 |
* |
|
18 |
* As additional permission under GNU GPL version 3 section 7, you |
|
19 |
* may distribute forms of that code without the copy of the GNU |
|
20 |
* GPL normally required by section 4, provided you include this |
|
21 |
* license notice and, in case of non-source distribution, a URL |
|
22 |
* through which recipients can access the Corresponding Source. |
|
23 |
* If you modify file(s) with this exception, you may extend this |
|
24 |
* exception to your version of the file(s), but you are not |
|
25 |
* obligated to do so. If you do not wish to do so, delete this |
|
26 |
* exception statement from your version. |
|
27 |
* |
|
28 |
* As a special exception to the GPL, any HTML file which merely |
|
29 |
* makes function calls to this code, and for that purpose |
|
30 |
* includes it by reference shall be deemed a separate work for |
|
31 |
* copyright law purposes. If you modify this code, you may extend |
|
32 |
* this exception to your version of the code, but you are not |
|
33 |
* obligated to do so. If you do not wish to do so, delete this |
|
34 |
* exception statement from your version. |
|
35 |
* |
|
36 |
* You should have received a copy of the GNU General Public License |
|
37 |
* along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
38 |
* |
|
39 |
* I, Wojtek Kosior, thereby promise not to sue for violation of this file's |
|
40 |
* license. Although I request that you do not make use this code in a |
|
41 |
* proprietary program, I am not going to enforce this in court. |
|
8 | 42 |
*/ |
9 | 43 |
|
10 | 44 |
/* |
Also available in: Unified diff
Fix license notices on JS and SH files
Other files have been left, as no model notice is available