diff options
Diffstat (limited to 'background')
-rw-r--r-- | background/background.html | 22 | ||||
-rw-r--r-- | background/main.js | 31 | ||||
-rw-r--r-- | background/message_server.js | 31 | ||||
-rw-r--r-- | background/page_actions_server.js | 31 | ||||
-rw-r--r-- | background/policy_smuggler.js | 31 | ||||
-rw-r--r-- | background/reverse_use_info.js | 31 | ||||
-rw-r--r-- | background/settings_query.js | 31 | ||||
-rw-r--r-- | background/storage.js | 31 | ||||
-rw-r--r-- | background/storage_server.js | 31 |
9 files changed, 206 insertions, 64 deletions
diff --git a/background/background.html b/background/background.html index aac8ec8..b3e8010 100644 --- a/background/background.html +++ b/background/background.html @@ -1,4 +1,26 @@ <!DOCTYPE html> +<!-- + Copyright (C) 2021 Wojtek Kosior + + This code is dual-licensed under: + - Asshole license 1.0, + - GPLv3 or (at your option) any later version + + "dual-licensed" means you can choose the license you prefer. + + This code is released under a permissive license because I disapprove of + copyright and wouldn't be willing to sue a violator. Despite not putting + this code under copyleft (which is also kind of copyright), I do not want + it to be made proprietary. Hence, the permissive alternative to GPL is the + Asshole license 1.0 that allows me to call you an asshole if you use it. + This means you're legally ok regardless of how you utilize this code but if + you make it into something nonfree, you're an asshole. + + You should have received a copy of both GPLv3 and Asshole license 1.0 + together with this code. If not, please see: + - https://www.gnu.org/licenses/gpl-3.0.en.html + - https://koszko.org/asshole-license.txt + --> <html lang="en"> <head> <meta charset="utf-8"> diff --git a/background/main.js b/background/main.js index 6656284..4af7aa0 100644 --- a/background/main.js +++ b/background/main.js @@ -1,12 +1,27 @@ /** -* Myext main background script -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext main background script + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/message_server.js b/background/message_server.js index 612be0c..84bf518 100644 --- a/background/message_server.js +++ b/background/message_server.js @@ -1,12 +1,27 @@ /** -* Myext message server -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext message server + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/page_actions_server.js b/background/page_actions_server.js index f96b659..4146fcd 100644 --- a/background/page_actions_server.js +++ b/background/page_actions_server.js @@ -1,12 +1,27 @@ /** -* Myext serving of page actions to content scripts -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext serving of page actions to content scripts + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/policy_smuggler.js b/background/policy_smuggler.js index ad8d565..546d771 100644 --- a/background/policy_smuggler.js +++ b/background/policy_smuggler.js @@ -1,12 +1,27 @@ /** -* Myext smuggling policy to content script through url -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext smuggling policy to content script through url + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/reverse_use_info.js b/background/reverse_use_info.js index c51d06b..f609ebe 100644 --- a/background/reverse_use_info.js +++ b/background/reverse_use_info.js @@ -1,12 +1,27 @@ /** -* Myext scripts and bags usage index -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext scripts and bags usage index + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/settings_query.js b/background/settings_query.js index 9101913..d214001 100644 --- a/background/settings_query.js +++ b/background/settings_query.js @@ -1,12 +1,27 @@ /** -* Myext querying page settings with regard to wildcard records -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext querying page settings with regard to wildcard records + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/storage.js b/background/storage.js index 5578109..40e9b41 100644 --- a/background/storage.js +++ b/background/storage.js @@ -1,12 +1,27 @@ /** -* Myext storage manager -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext storage manager + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; diff --git a/background/storage_server.js b/background/storage_server.js index a4b292c..e9396e8 100644 --- a/background/storage_server.js +++ b/background/storage_server.js @@ -1,12 +1,27 @@ /** -* Myext storage through connection (server side) -* -* Copyright (C) 2021 Wojtek Kosior -* -* Dual-licensed under: -* - 0BSD license -* - GPLv3 or (at your option) any later version -*/ + * Myext storage through connection (server side) + * + * Copyright (C) 2021 Wojtek Kosior + * + * This code is dual-licensed under: + * - Asshole license 1.0, + * - GPLv3 or (at your option) any later version + * + * "dual-licensed" means you can choose the license you prefer. + * + * This code is released under a permissive license because I disapprove of + * copyright and wouldn't be willing to sue a violator. Despite not putting + * this code under copyleft (which is also kind of copyright), I do not want + * it to be made proprietary. Hence, the permissive alternative to GPL is the + * Asshole license 1.0 that allows me to call you an asshole if you use it. + * This means you're legally ok regardless of how you utilize this code but if + * you make it into something nonfree, you're an asshole. + * + * You should have received a copy of both GPLv3 and Asshole license 1.0 + * together with this code. If not, please see: + * - https://www.gnu.org/licenses/gpl-3.0.en.html + * - https://koszko.org/asshole-license.txt + */ "use strict"; |