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/server.py | |
parent | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff) | |
download | browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip |
fix license promise typo
Diffstat (limited to 'test/server.py')
-rwxr-xr-x | test/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |