From 3a9d28cdae6e726454e360a4f8411aad60993dd7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 29 Aug 2022 17:17:35 +0200 Subject: [proxy] once again fix SPDX identifiers in jinja templates --- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 2 ++ src/hydrilla/proxy/web_ui/templates/base.html.jinja.license | 7 ------- .../proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja | 2 ++ .../templates/include/checkbox_tricks_style.css.jinja.license | 7 ------- .../proxy/web_ui/templates/include/item_list_style.css.jinja | 2 ++ .../web_ui/templates/include/item_list_style.css.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/index.html.jinja | 2 ++ src/hydrilla/proxy/web_ui/templates/index.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja | 2 ++ .../proxy/web_ui/templates/items/item_view.html.jinja.license | 7 ------- .../proxy/web_ui/templates/items/item_viewversion.html.jinja | 2 ++ .../web_ui/templates/items/item_viewversion.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 2 ++ .../proxy/web_ui/templates/items/libraries.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja | 2 ++ .../proxy/web_ui/templates/items/library_view.html.jinja.license | 7 ------- .../proxy/web_ui/templates/items/library_viewversion.html.jinja | 2 ++ .../web_ui/templates/items/library_viewversion.html.jinja.license | 7 ------- .../proxy/web_ui/templates/items/load_from_disk.html.jinja | 2 ++ .../proxy/web_ui/templates/items/load_from_disk.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja | 2 ++ .../proxy/web_ui/templates/items/package_view.html.jinja.license | 7 ------- .../proxy/web_ui/templates/items/package_viewversion.html.jinja | 2 ++ .../web_ui/templates/items/package_viewversion.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja | 2 ++ .../proxy/web_ui/templates/items/packages.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja | 2 ++ src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja | 2 ++ src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license | 7 ------- src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja | 2 ++ .../proxy/web_ui/templates/repos/show_single.html.jinja.license | 7 ------- 32 files changed, 32 insertions(+), 112 deletions(-) delete mode 100644 src/hydrilla/proxy/web_ui/templates/base.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/index.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/item_viewversion.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/library_view.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/library_viewversion.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/load_from_disk.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/package_view.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/package_viewversion.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/items/packages.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license delete mode 100644 src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja.license 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. -- cgit v1.2.3