aboutsummaryrefslogtreecommitdiff
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
parent2363ab8054ab5d8e7981242dc311a394e8d5ff57 (diff)
downloadhaketilo-hydrilla-3a9d28cdae6e726454e360a4f8411aad60993dd7.tar.gz
haketilo-hydrilla-3a9d28cdae6e726454e360a4f8411aad60993dd7.zip
[proxy] once again fix SPDX identifiers in jinja templates
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja2
-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.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/index.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja.license7
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja2
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja.license7
-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
32 files changed, 32 insertions, 112 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
index acc696e..31613cd 100644
--- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI base page template.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/base.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/base.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/include/checkbox_tricks_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja
index f3193f5..aaf3188 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,4 +1,6 @@
{#
+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
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.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/include/item_list_style.css.jinja b/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja
index 479bd2c..54315ed 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,4 +1,6 @@
{#
+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
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.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/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
index 200977b..8fd2ead 100644
--- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI home page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/index.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/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/items/item_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja
index b0f59ae..861d5ef 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI item view page template.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/item_view.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/items/item_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja
index 9c81bec..b4d12c2 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI item version view page template.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/item_viewversion.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/items/libraries.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
index 5cdda04..172c040 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI library list page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/libraries.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/items/library_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja
index 7cde665..b7d0d60 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI library view page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/library_view.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/items/library_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja
index 7299fcb..a087a95 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI library version view page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/library_viewversion.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/items/load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja
index 9ad190f..84ade45 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI item loading page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/load_from_disk.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/items/package_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja
index f83eb0c..8df2d4d 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI package view page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/package_view.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/items/package_viewversion.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
index 9009c9c..4224d4b 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI package version view page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/package_viewversion.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/items/packages.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
index 09b20f0..d2eaaf3 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja
@@ -1,4 +1,6 @@
{#
+SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
+
Proxy web UI package list page.
This file is part of Hydrilla&Haketilo.
diff --git a/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja.license
deleted file mode 100644
index bb2e0af..0000000
--- a/src/hydrilla/proxy/web_ui/templates/items/packages.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/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.