diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-12 15:57:47 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-12 15:57:47 +0200 |
commit | 92448b4f3fbba97eed64ca0423e7d6f11f7a33c7 (patch) | |
tree | 13f8b18514729b7ea443e508a9ec848094eb09a4 /src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | |
parent | 7f1c2a61135a2e21e960fa5801f3ae852bfb24ad (diff) | |
download | haketilo-hydrilla-92448b4f3fbba97eed64ca0423e7d6f11f7a33c7.tar.gz haketilo-hydrilla-92448b4f3fbba97eed64ca0423e7d6f11f7a33c7.zip |
[builder][server][proxy] correct a mistake in promise text
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 4 |
1 files changed, 2 insertions, 2 deletions
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" %} |