diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
commit | 372d24ea3a52e376f953deeffeb7847d008b81c9 (patch) | |
tree | aebf05dc8a6364743ad2a8de35c4b236707d0c95 /background | |
parent | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff) | |
download | browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip |
fix license promise typo
Diffstat (limited to 'background')
-rw-r--r-- | background/broadcast_broker.js | 2 | ||||
-rw-r--r-- | background/main.js | 2 | ||||
-rw-r--r-- | background/page_actions_server.js | 2 | ||||
-rw-r--r-- | background/patterns_query_manager.js | 2 | ||||
-rw-r--r-- | background/policy_injector.js | 2 | ||||
-rw-r--r-- | background/storage.js | 2 | ||||
-rw-r--r-- | background/storage_server.js | 2 | ||||
-rw-r--r-- | background/stream_filter.js | 2 | ||||
-rw-r--r-- | background/webrequest.js | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/background/broadcast_broker.js b/background/broadcast_broker.js index 458fb7f..79a1bb7 100644 --- a/background/broadcast_broker.js +++ b/background/broadcast_broker.js @@ -38,7 +38,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/main.js b/background/main.js index cff0786..61c96ac 100644 --- a/background/main.js +++ b/background/main.js @@ -38,7 +38,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/page_actions_server.js b/background/page_actions_server.js index 578d1b1..67c9b9e 100644 --- a/background/page_actions_server.js +++ b/background/page_actions_server.js @@ -37,7 +37,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/patterns_query_manager.js b/background/patterns_query_manager.js index e364668..e657448 100644 --- a/background/patterns_query_manager.js +++ b/background/patterns_query_manager.js @@ -38,7 +38,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/policy_injector.js b/background/policy_injector.js index b1fc733..36c950e 100644 --- a/background/policy_injector.js +++ b/background/policy_injector.js @@ -39,7 +39,7 @@ * * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/storage.js b/background/storage.js index 2a93b87..fbd4a7e 100644 --- a/background/storage.js +++ b/background/storage.js @@ -37,7 +37,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/storage_server.js b/background/storage_server.js index 2d13690..5aa07bf 100644 --- a/background/storage_server.js +++ b/background/storage_server.js @@ -37,7 +37,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ diff --git a/background/stream_filter.js b/background/stream_filter.js index 925a39d..0de7f49 100644 --- a/background/stream_filter.js +++ b/background/stream_filter.js @@ -21,7 +21,7 @@ * * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. * * diff --git a/background/webrequest.js b/background/webrequest.js index 9787318..891cac3 100644 --- a/background/webrequest.js +++ b/background/webrequest.js @@ -37,7 +37,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * * I, Wojtek Kosior, thereby promise not to sue for violation of this file's - * license. Although I request that you do not make use this code in a + * license. Although I request that you do not make use of this code in a * proprietary program, I am not going to enforce this in court. */ |