aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/repos
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-29 17:17:35 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:54 +0200
commit3a9d28cdae6e726454e360a4f8411aad60993dd7 (patch)
tree9ba2d8ecd7eb8e79d1e01e4bfaa764f24863c4c0 /src/hydrilla/proxy/web_ui/templates/repos
parent2363ab8054ab5d8e7981242dc311a394e8d5ff57 (diff)
downloadhaketilo-hydrilla-3a9d28cdae6e726454e360a4f8411aad60993dd7.tar.gz
haketilo-hydrilla-3a9d28cdae6e726454e360a4f8411aad60993dd7.zip
[proxy] once again fix SPDX identifiers in jinja templates
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja.license7
6 files changed, 6 insertions, 21 deletions
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 352ad94..398ac9a 100644
--- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI repo creation page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license
+++ /dev/null
@@ -1,7 +0,0 @@
-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/repos/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja
index 638e790..c0cc6cb 100644
--- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI repos list page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license
+++ /dev/null
@@ -1,7 +0,0 @@
-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/repos/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja
index 1508507..20d6964 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
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI repository settings page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja.license
+++ /dev/null
@@ -1,7 +0,0 @@
-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.