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-09 13:55:05 +0200
commit10e1a58de2258d73ff9459b27183de14cfc41d37 (patch)
tree0dd019e26caf8fabfb28c7e35e3ac9290fecfff9 /src/hydrilla/proxy/web_ui/templates/repos
parenta6f56e4e0805af0b3d8b7b543f18a38c8317c546 (diff)
downloadhaketilo-hydrilla-10e1a58de2258d73ff9459b27183de14cfc41d37.tar.gz
haketilo-hydrilla-10e1a58de2258d73ff9459b27183de14cfc41d37.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.