From 92448b4f3fbba97eed64ca0423e7d6f11f7a33c7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 12 Sep 2022 15:57:47 +0200 Subject: [builder][server][proxy] correct a mistake in promise text --- README.md | 2 +- src/hydrilla/builder/build.py | 5 +++-- src/hydrilla/builder/common_errors.py | 5 +++-- src/hydrilla/builder/local_apt.py | 5 +++-- src/hydrilla/builder/piggybacking.py | 5 +++-- src/hydrilla/exceptions.py | 5 +++-- src/hydrilla/item_infos.py | 5 +++-- src/hydrilla/json_instances.py | 5 +++-- src/hydrilla/mitmproxy_launcher/launch.py | 5 +++-- src/hydrilla/pattern_tree.py | 5 +++-- src/hydrilla/proxy/addon.py | 5 +++-- src/hydrilla/proxy/csp.py | 5 +++-- src/hydrilla/proxy/http_messages.py | 5 +++-- src/hydrilla/proxy/policies/base.py | 5 +++-- src/hydrilla/proxy/policies/fallback.py | 5 +++-- src/hydrilla/proxy/policies/payload.py | 5 +++-- src/hydrilla/proxy/policies/payload_resource.py | 5 +++-- src/hydrilla/proxy/policies/rule.py | 5 +++-- src/hydrilla/proxy/policies/web_ui.py | 5 +++-- src/hydrilla/proxy/simple_dependency_satisfying.py | 5 +++-- src/hydrilla/proxy/state.py | 5 +++-- src/hydrilla/proxy/state_impl/_operations/load_packages.py | 5 +++-- src/hydrilla/proxy/state_impl/_operations/prune_orphans.py | 5 +++-- src/hydrilla/proxy/state_impl/_operations/pull_missing_files.py | 5 +++-- src/hydrilla/proxy/state_impl/_operations/recompute_dependencies.py | 5 +++-- src/hydrilla/proxy/state_impl/base.py | 5 +++-- src/hydrilla/proxy/state_impl/concrete_state.py | 5 +++-- src/hydrilla/proxy/state_impl/items.py | 5 +++-- src/hydrilla/proxy/state_impl/payloads.py | 5 +++-- src/hydrilla/proxy/state_impl/repos.py | 5 +++-- src/hydrilla/proxy/state_impl/rules.py | 5 +++-- src/hydrilla/proxy/tables.sql | 5 +++-- src/hydrilla/proxy/web_ui/items.py | 5 +++-- src/hydrilla/proxy/web_ui/options.py | 5 +++-- src/hydrilla/proxy/web_ui/prompts.py | 5 +++-- src/hydrilla/proxy/web_ui/repos.py | 5 +++-- src/hydrilla/proxy/web_ui/root.py | 5 +++-- src/hydrilla/proxy/web_ui/rules.py | 5 +++-- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 4 ++-- .../proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja | 4 ++-- .../proxy/web_ui/templates/include/item_list_style.css.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/index.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja | 4 ++-- .../proxy/web_ui/templates/items/item_viewversion.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja | 4 ++-- .../proxy/web_ui/templates/items/library_viewversion.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja | 4 ++-- .../proxy/web_ui/templates/items/package_viewversion.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/options.html.jinja | 4 ++-- .../proxy/web_ui/templates/prompts/auto_install_error.html.jinja | 4 ++-- .../proxy/web_ui/templates/prompts/package_suggestion.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja | 4 ++-- src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja | 4 ++-- src/hydrilla/server/config.py | 5 +++-- src/hydrilla/server/malcontent.py | 5 +++-- src/hydrilla/server/serve.py | 5 +++-- src/hydrilla/server/templates/base.html | 5 +++-- src/hydrilla/server/templates/index.html | 5 +++-- src/hydrilla/translations.py | 5 +++-- src/hydrilla/url_patterns.py | 5 +++-- src/hydrilla/versions.py | 5 +++-- tests/test_server.py | 5 +++-- 69 files changed, 183 insertions(+), 137 deletions(-) diff --git a/README.md b/README.md index 12e2eff..fda94ef 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ beings. Help appreciated. Hydrilla is Copyright (C) 2021-2022 Wojtek Kosior and contributors, entirely available under the GNU Affero General Public License version 3 or later. Some files might also give you broader permissions, see comments inside them. -*I, Wojtek Kosior, thereby promise not to sue for violation of this project'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.* +*I, Wojtek Kosior, thereby promise not to sue for violation of this project'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.* ## Contributing diff --git a/src/hydrilla/builder/build.py b/src/hydrilla/builder/build.py index acc6576..6d784fd 100644 --- a/src/hydrilla/builder/build.py +++ b/src/hydrilla/builder/build.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/builder/common_errors.py b/src/hydrilla/builder/common_errors.py index ed4d0d2..13d32a5 100644 --- a/src/hydrilla/builder/common_errors.py +++ b/src/hydrilla/builder/common_errors.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 defines error types for use in other parts of Hydrilla builder. diff --git a/src/hydrilla/builder/local_apt.py b/src/hydrilla/builder/local_apt.py index bdfc76f..e8a45e8 100644 --- a/src/hydrilla/builder/local_apt.py +++ b/src/hydrilla/builder/local_apt.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/builder/piggybacking.py b/src/hydrilla/builder/piggybacking.py index 5813509..f732f3d 100644 --- a/src/hydrilla/builder/piggybacking.py +++ b/src/hydrilla/builder/piggybacking.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 definitions that may be reused by multiple piggybacked diff --git a/src/hydrilla/exceptions.py b/src/hydrilla/exceptions.py index 112d98c..3291bb7 100644 --- a/src/hydrilla/exceptions.py +++ b/src/hydrilla/exceptions.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 utilities for reading and validation of JSON instances. diff --git a/src/hydrilla/item_infos.py b/src/hydrilla/item_infos.py index 3a25f6c..9dfad14 100644 --- a/src/hydrilla/item_infos.py +++ b/src/hydrilla/item_infos.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/json_instances.py b/src/hydrilla/json_instances.py index 8bec808..4f4421f 100644 --- a/src/hydrilla/json_instances.py +++ b/src/hydrilla/json_instances.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 utilities for reading and validation of JSON instances. diff --git a/src/hydrilla/mitmproxy_launcher/launch.py b/src/hydrilla/mitmproxy_launcher/launch.py index 12b31e2..8133413 100644 --- a/src/hydrilla/mitmproxy_launcher/launch.py +++ b/src/hydrilla/mitmproxy_launcher/launch.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. # We want to run mitmproxy with our script as an addon. A simple way would be to diff --git a/src/hydrilla/pattern_tree.py b/src/hydrilla/pattern_tree.py index f606bc6..00dfc8c 100644 --- a/src/hydrilla/pattern_tree.py +++ b/src/hydrilla/pattern_tree.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 defines data structures for querying data using URL patterns. diff --git a/src/hydrilla/proxy/addon.py b/src/hydrilla/proxy/addon.py index b9c4159..c1069bc 100644 --- a/src/hydrilla/proxy/addon.py +++ b/src/hydrilla/proxy/addon.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 the definition of a mitmproxy addon that gets instantiated diff --git a/src/hydrilla/proxy/csp.py b/src/hydrilla/proxy/csp.py index 52047da..d4f2e4e 100644 --- a/src/hydrilla/proxy/csp.py +++ b/src/hydrilla/proxy/csp.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/http_messages.py b/src/hydrilla/proxy/http_messages.py index b6bae2b..698020d 100644 --- a/src/hydrilla/proxy/http_messages.py +++ b/src/hydrilla/proxy/http_messages.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/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. """ ..... diff --git a/src/hydrilla/proxy/simple_dependency_satisfying.py b/src/hydrilla/proxy/simple_dependency_satisfying.py index e5de8c6..d03c86e 100644 --- a/src/hydrilla/proxy/simple_dependency_satisfying.py +++ b/src/hydrilla/proxy/simple_dependency_satisfying.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 to construct the dependency graph of Haketilo diff --git a/src/hydrilla/proxy/state.py b/src/hydrilla/proxy/state.py index 1ba87b4..ae80dfb 100644 --- a/src/hydrilla/proxy/state.py +++ b/src/hydrilla/proxy/state.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 API for keeping track of all settings, rules, mappings and diff --git a/src/hydrilla/proxy/state_impl/_operations/load_packages.py b/src/hydrilla/proxy/state_impl/_operations/load_packages.py index bb0157e..3d0d344 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 diff --git a/src/hydrilla/proxy/tables.sql b/src/hydrilla/proxy/tables.sql index 2a3e95a..4465a05 100644 --- a/src/hydrilla/proxy/tables.sql +++ b/src/hydrilla/proxy/tables.sql @@ -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. BEGIN TRANSACTION; diff --git a/src/hydrilla/proxy/web_ui/items.py b/src/hydrilla/proxy/web_ui/items.py index a7e497b..13d0cde 100644 --- a/src/hydrilla/proxy/web_ui/items.py +++ b/src/hydrilla/proxy/web_ui/items.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/web_ui/options.py b/src/hydrilla/proxy/web_ui/options.py index f24c356..9be1ae0 100644 --- a/src/hydrilla/proxy/web_ui/options.py +++ b/src/hydrilla/proxy/web_ui/options.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/proxy/web_ui/prompts.py b/src/hydrilla/proxy/web_ui/prompts.py index 58b7906..699409d 100644 --- a/src/hydrilla/proxy/web_ui/prompts.py +++ b/src/hydrilla/proxy/web_ui/prompts.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/proxy/web_ui/repos.py b/src/hydrilla/proxy/web_ui/repos.py index c31a0a4..f5006c5 100644 --- a/src/hydrilla/proxy/web_ui/repos.py +++ b/src/hydrilla/proxy/web_ui/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. """ ..... diff --git a/src/hydrilla/proxy/web_ui/root.py b/src/hydrilla/proxy/web_ui/root.py index 763abab..ed030d2 100644 --- a/src/hydrilla/proxy/web_ui/root.py +++ b/src/hydrilla/proxy/web_ui/root.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/web_ui/rules.py b/src/hydrilla/proxy/web_ui/rules.py index 79d0b99..3ceb294 100644 --- a/src/hydrilla/proxy/web_ui/rules.py +++ b/src/hydrilla/proxy/web_ui/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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 376f6b3..08bccff 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. -#} diff --git a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja index aaf3188..6932228 100644 --- a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja +++ b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja @@ -16,8 +16,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} input.chbx-tricks-show-hide, input.chbx-tricks-hide-show { diff --git a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja index d834862..cbdf225 100644 --- a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja +++ b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} ul#item_list { padding: 0; diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja index 725e30e..b0c0b36 100644 --- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja index d4910ab..f048f14 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja index edfb772..569d46e 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "items/item_view.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja index aa12246..2d5ec29 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja index 76736bc..76f63f3 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "items/item_view.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja index 7e045ad..a1066b3 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "items/item_viewversion.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja index 30179dd..f5d7b34 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja index ef04eb1..d0bc1c8 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "items/item_view.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja index c9448e7..112ebc3 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "items/item_viewversion.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja index 3c2b241..29228a2 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/options.html.jinja b/src/hydrilla/proxy/web_ui/templates/options.html.jinja index 69fc1b0..a7e6d7d 100644 --- a/src/hydrilla/proxy/web_ui/templates/options.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/options.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/prompts/auto_install_error.html.jinja b/src/hydrilla/proxy/web_ui/templates/prompts/auto_install_error.html.jinja index 82a12e5..f4f600c 100644 --- a/src/hydrilla/proxy/web_ui/templates/prompts/auto_install_error.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/prompts/auto_install_error.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/prompts/package_suggestion.html.jinja b/src/hydrilla/proxy/web_ui/templates/prompts/package_suggestion.html.jinja index ea906bb..ba06ae9 100644 --- a/src/hydrilla/proxy/web_ui/templates/prompts/package_suggestion.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/prompts/package_suggestion.html.jinja @@ -16,8 +16,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 8542d89..6bc1c19 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja index e6e9036..15f821b 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja index 2c695d0..25015ae 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja index ab21834..3f7e2a7 100644 --- a/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/rules/add.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja index 5f290e0..71712fe 100644 --- a/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/rules/index.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja index ad0c19c..1fda236 100644 --- a/src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/rules/show_single.html.jinja @@ -15,8 +15,8 @@ You can choose to use either of these licenses or both. I, Wojtek Kosior, thereby promise not to sue for violation of this -file's licenses. Although I request that you do not make use this code -in a proprietary work, I am not going to enforce this in court. +file's licenses. Although I request that you do not make use of this +code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} diff --git a/src/hydrilla/server/config.py b/src/hydrilla/server/config.py index 7109eb1..51eb875 100644 --- a/src/hydrilla/server/config.py +++ b/src/hydrilla/server/config.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/server/malcontent.py b/src/hydrilla/server/malcontent.py index 5d51342..02acc81 100644 --- a/src/hydrilla/server/malcontent.py +++ b/src/hydrilla/server/malcontent.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/server/serve.py b/src/hydrilla/server/serve.py index dc85f85..e6ba484 100644 --- a/src/hydrilla/server/serve.py +++ b/src/hydrilla/server/serve.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/server/templates/base.html b/src/hydrilla/server/templates/base.html index 34cb214..7d8c3a6 100644 --- a/src/hydrilla/server/templates/base.html +++ b/src/hydrilla/server/templates/base.html @@ -19,8 +19,9 @@ License for more details. 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. #} {% macro link_for(endpoint, text) -%} diff --git a/src/hydrilla/server/templates/index.html b/src/hydrilla/server/templates/index.html index 3063239..b3a1325 100644 --- a/src/hydrilla/server/templates/index.html +++ b/src/hydrilla/server/templates/index.html @@ -19,8 +19,9 @@ License for more details. 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. #} {% extends 'base.html' %} diff --git a/src/hydrilla/translations.py b/src/hydrilla/translations.py index 84c565a..79b9128 100644 --- a/src/hydrilla/translations.py +++ b/src/hydrilla/translations.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. # Enable using with Python 3.7. from __future__ import annotations diff --git a/src/hydrilla/url_patterns.py b/src/hydrilla/url_patterns.py index 1b5fa10..c6330ed 100644 --- a/src/hydrilla/url_patterns.py +++ b/src/hydrilla/url_patterns.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 functions for deconstruction and construction of URLs and diff --git a/src/hydrilla/versions.py b/src/hydrilla/versions.py index 12d1c18..dcebaa2 100644 --- a/src/hydrilla/versions.py +++ b/src/hydrilla/versions.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 functions for deconstruction and construction of version diff --git a/tests/test_server.py b/tests/test_server.py index 854b5f0..fda8490 100644 --- a/tests/test_server.py +++ b/tests/test_server.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. import pytest import sys -- cgit v1.2.3