aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/server')
-rw-r--r--src/hydrilla/server/config.py5
-rw-r--r--src/hydrilla/server/malcontent.py5
-rw-r--r--src/hydrilla/server/serve.py5
-rw-r--r--src/hydrilla/server/templates/base.html5
-rw-r--r--src/hydrilla/server/templates/index.html5
5 files changed, 15 insertions, 10 deletions
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' %}