diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-12 15:57:47 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 14:03:18 +0200 |
commit | 9666e30246f5b5f7ae8ba5d739f46a3777ad3a22 (patch) | |
tree | 82012333a143cfe205de06d74be9e0612c648bcf /src/hydrilla/proxy/policies | |
parent | 8e022103636121b13d2ad63d61b84ca927e4aeb1 (diff) | |
download | haketilo-hydrilla-9666e30246f5b5f7ae8ba5d739f46a3777ad3a22.tar.gz haketilo-hydrilla-9666e30246f5b5f7ae8ba5d739f46a3777ad3a22.zip |
[builder][server][proxy] correct a mistake in promise text
Diffstat (limited to 'src/hydrilla/proxy/policies')
-rw-r--r-- | src/hydrilla/proxy/policies/base.py | 5 | ||||
-rw-r--r-- | src/hydrilla/proxy/policies/fallback.py | 5 | ||||
-rw-r--r-- | src/hydrilla/proxy/policies/payload.py | 5 | ||||
-rw-r--r-- | src/hydrilla/proxy/policies/payload_resource.py | 5 | ||||
-rw-r--r-- | src/hydrilla/proxy/policies/rule.py | 5 | ||||
-rw-r--r-- | src/hydrilla/proxy/policies/web_ui.py | 5 |
6 files changed, 18 insertions, 12 deletions
diff --git a/src/hydrilla/proxy/policies/base.py b/src/hydrilla/proxy/policies/base.py index 8ffc45e..b7beba3 100644 --- a/src/hydrilla/proxy/policies/base.py +++ b/src/hydrilla/proxy/policies/base.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... diff --git a/src/hydrilla/proxy/policies/fallback.py b/src/hydrilla/proxy/policies/fallback.py index 75da61c..f5c9b16 100644 --- a/src/hydrilla/proxy/policies/fallback.py +++ b/src/hydrilla/proxy/policies/fallback.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... diff --git a/src/hydrilla/proxy/policies/payload.py b/src/hydrilla/proxy/policies/payload.py index 1069c41..c50bdef 100644 --- a/src/hydrilla/proxy/policies/payload.py +++ b/src/hydrilla/proxy/policies/payload.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... diff --git a/src/hydrilla/proxy/policies/payload_resource.py b/src/hydrilla/proxy/policies/payload_resource.py index f50f574..3872037 100644 --- a/src/hydrilla/proxy/policies/payload_resource.py +++ b/src/hydrilla/proxy/policies/payload_resource.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... diff --git a/src/hydrilla/proxy/policies/rule.py b/src/hydrilla/proxy/policies/rule.py index 84b750b..6482e84 100644 --- a/src/hydrilla/proxy/policies/rule.py +++ b/src/hydrilla/proxy/policies/rule.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... diff --git a/src/hydrilla/proxy/policies/web_ui.py b/src/hydrilla/proxy/policies/web_ui.py index 6fbb4aa..2b1ae02 100644 --- a/src/hydrilla/proxy/policies/web_ui.py +++ b/src/hydrilla/proxy/policies/web_ui.py @@ -21,8 +21,9 @@ # # # 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 proprietary program, I am not going to enforce this in court. +# 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. """ ..... |