aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/include
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-25 12:53:29 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:55:05 +0200
commit17617de07c892e671d65f839360f23cd45c57d41 (patch)
treed1cc666305f3309fdeaafa115220cf1c1ee19205 /src/hydrilla/proxy/web_ui/templates/include
parent3bd0f61264e9f0c8b97b18602e59a8c50ab72113 (diff)
downloadhaketilo-hydrilla-17617de07c892e671d65f839360f23cd45c57d41.tar.gz
haketilo-hydrilla-17617de07c892e671d65f839360f23cd45c57d41.zip
[proxy] move SPDX license identifiers from jinja templates to separate files
For unknown reasons REUSE had problems with *some* of the jinja files.
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/include')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja3
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja3
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license7
4 files changed, 14 insertions, 6 deletions
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 471725b..f3193f5 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
@@ -1,7 +1,4 @@
{#
-Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
-
-
Proxy web UI reusable stylesheet for checkbox-based dynamically displayed
elements.
diff --git a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license
new file mode 100644
index 0000000..bb2e0af
--- /dev/null
+++ b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license
@@ -0,0 +1,7 @@
+Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
+Copyright (C) 2022 Wojtek Kosior
+
+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.
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 332d5f9..479bd2c 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
@@ -1,7 +1,4 @@
{#
-Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
-
-
Proxy web UI reusable stylesheet for lists.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license
new file mode 100644
index 0000000..bb2e0af
--- /dev/null
+++ b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license
@@ -0,0 +1,7 @@
+Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
+Copyright (C) 2022 Wojtek Kosior
+
+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.