From 372d24ea3a52e376f953deeffeb7847d008b81c9 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 4 Jan 2022 09:15:32 +0100 Subject: fix license promise typo --- test/__main__.py | 2 +- test/extension_crafting.py | 2 +- test/misc_constants.py | 2 +- test/profiles.py | 2 +- test/proxy_core.py | 2 +- test/script_loader.py | 2 +- test/server.py | 2 +- test/unit/conftest.py | 2 +- test/world_wide_library.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'test') 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 . # # 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 . # # 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 . # # 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 . # # 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 -- cgit v1.2.3