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 /test | |
parent | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff) | |
download | browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip |
fix license promise typo
Diffstat (limited to 'test')
-rw-r--r-- | test/__main__.py | 2 | ||||
-rw-r--r-- | test/extension_crafting.py | 2 | ||||
-rw-r--r-- | test/misc_constants.py | 2 | ||||
-rwxr-xr-x | test/profiles.py | 2 | ||||
-rw-r--r-- | test/proxy_core.py | 2 | ||||
-rw-r--r-- | test/script_loader.py | 2 | ||||
-rwxr-xr-x | test/server.py | 2 | ||||
-rw-r--r-- | test/unit/conftest.py | 2 | ||||
-rw-r--r-- | test/world_wide_library.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/test/__main__.py b/test/__main__.py index bb971f2..f8b8976 100644 --- a/test/__main__.py +++ b/test/__main__.py @@ -24,7 +24,7 @@ Run a Firefox-type browser with WebDriver attached and Python console open # # # 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 +# file's 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. import sys diff --git a/test/extension_crafting.py b/test/extension_crafting.py index 0ffa5c8..61f8530 100644 --- a/test/extension_crafting.py +++ b/test/extension_crafting.py @@ -22,7 +22,7 @@ Making temporary WebExtensions for use in the test suite # 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. import json diff --git a/test/misc_constants.py b/test/misc_constants.py index cb7f2eb..db9f3f1 100644 --- a/test/misc_constants.py +++ b/test/misc_constants.py @@ -24,7 +24,7 @@ Miscellaneous data that were found useful # # # 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 +# file's 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. from pathlib import Path diff --git a/test/profiles.py b/test/profiles.py index acdecb6..4892894 100755 --- a/test/profiles.py +++ b/test/profiles.py @@ -22,7 +22,7 @@ Browser profiles and Selenium driver initialization # 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. from selenium import webdriver diff --git a/test/proxy_core.py b/test/proxy_core.py index d31302a..f6bb820 100644 --- a/test/proxy_core.py +++ b/test/proxy_core.py @@ -37,7 +37,7 @@ The core for a "virtual network" proxy. # # # 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 way +# license. Although I request that you do not make use of this code in a way # incompliant with the license, I am not going to enforce this in court. from pathlib import Path diff --git a/test/script_loader.py b/test/script_loader.py index 07f75c7..cc73d4c 100644 --- a/test/script_loader.py +++ b/test/script_loader.py @@ -22,7 +22,7 @@ Loading of parts of Haketilo source for testing in browser # 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. from pathlib import Path diff --git a/test/server.py b/test/server.py index 6013955..9cab5cc 100755 --- a/test/server.py +++ b/test/server.py @@ -25,7 +25,7 @@ wrapping the classes in proxy_core.py # # # 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 +# file's 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. from pathlib import Path diff --git a/test/unit/conftest.py b/test/unit/conftest.py index 070459e..48e66c1 100644 --- a/test/unit/conftest.py +++ b/test/unit/conftest.py @@ -22,7 +22,7 @@ Common fixtures for Haketilo unit tests # 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. import pytest diff --git a/test/world_wide_library.py b/test/world_wide_library.py index 43d3512..4865b0a 100644 --- a/test/world_wide_library.py +++ b/test/world_wide_library.py @@ -24,7 +24,7 @@ Our helpful little stand-in for the Internet # # # 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 +# file's 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. from hashlib import sha256 |