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-28 12:54:54 +0200
commitad76c83354b2741b10fc2f9b12fea30dbd450e33 (patch)
tree99c13ac2b65c8e71334573fa184fdbbfc1342228 /src/hydrilla/proxy/web_ui/templates/include
parent503e546b2b0c9dba505a4e7940f257d41ad95f67 (diff)
downloadhaketilo-hydrilla-ad76c83354b2741b10fc2f9b12fea30dbd450e33.tar.gz
haketilo-hydrilla-ad76c83354b2741b10fc2f9b12fea30dbd450e33.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.