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/state_impl | |
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/state_impl')
10 files changed, 30 insertions, 20 deletions
diff --git a/src/hydrilla/proxy/state_impl/_operations/load_packages.py b/src/hydrilla/proxy/state_impl/_operations/load_packages.py index ca6baba..af9557a 100644 --- a/src/hydrilla/proxy/state_impl/_operations/load_packages.py +++ b/src/hydrilla/proxy/state_impl/_operations/load_packages.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/state_impl/_operations/prune_orphans.py b/src/hydrilla/proxy/state_impl/_operations/prune_orphans.py index 5a3f4f0..7123047 100644 --- a/src/hydrilla/proxy/state_impl/_operations/prune_orphans.py +++ b/src/hydrilla/proxy/state_impl/_operations/prune_orphans.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/state_impl/_operations/pull_missing_files.py b/src/hydrilla/proxy/state_impl/_operations/pull_missing_files.py index f1e0414..7c20522 100644 --- a/src/hydrilla/proxy/state_impl/_operations/pull_missing_files.py +++ b/src/hydrilla/proxy/state_impl/_operations/pull_missing_files.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/state_impl/_operations/recompute_dependencies.py b/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py index 7539e29..864d463 100644 --- a/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py +++ b/src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.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/state_impl/base.py b/src/hydrilla/proxy/state_impl/base.py index a8800cb..d603504 100644 --- a/src/hydrilla/proxy/state_impl/base.py +++ b/src/hydrilla/proxy/state_impl/base.py @@ -22,8 +22,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. """ This module defines fields that will later be part of a concrete HaketiloState diff --git a/src/hydrilla/proxy/state_impl/concrete_state.py b/src/hydrilla/proxy/state_impl/concrete_state.py index a6d32f1..d08a821 100644 --- a/src/hydrilla/proxy/state_impl/concrete_state.py +++ b/src/hydrilla/proxy/state_impl/concrete_state.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. """ This module contains logic for keeping track of all settings, rules, mappings diff --git a/src/hydrilla/proxy/state_impl/items.py b/src/hydrilla/proxy/state_impl/items.py index 3ba8f80..08c3114 100644 --- a/src/hydrilla/proxy/state_impl/items.py +++ b/src/hydrilla/proxy/state_impl/items.py @@ -22,8 +22,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. """ This module provides an interface to interact with mappings, and resources diff --git a/src/hydrilla/proxy/state_impl/payloads.py b/src/hydrilla/proxy/state_impl/payloads.py index e622e52..ffd0ab3 100644 --- a/src/hydrilla/proxy/state_impl/payloads.py +++ b/src/hydrilla/proxy/state_impl/payloads.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. """ This module provides an interface to interact with payloads inside Haketilo. diff --git a/src/hydrilla/proxy/state_impl/repos.py b/src/hydrilla/proxy/state_impl/repos.py index 4afd86f..998548e 100644 --- a/src/hydrilla/proxy/state_impl/repos.py +++ b/src/hydrilla/proxy/state_impl/repos.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. """ This module provides an interface to interact with repositories configured diff --git a/src/hydrilla/proxy/state_impl/rules.py b/src/hydrilla/proxy/state_impl/rules.py index bd9480d..0cdcf2c 100644 --- a/src/hydrilla/proxy/state_impl/rules.py +++ b/src/hydrilla/proxy/state_impl/rules.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. """ This module provides an interface to interact with script allowing/blocking |