From ad76c83354b2741b10fc2f9b12fea30dbd450e33 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Aug 2022 12:53:29 +0200 Subject: [proxy] move SPDX license identifiers from jinja templates to separate files For unknown reasons REUSE had problems with *some* of the jinja files. --- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 3 --- src/hydrilla/proxy/web_ui/templates/base.html.jinja.license | 7 +++++++ .../proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja | 3 --- .../templates/include/checkbox_tricks_style.css.jinja.license | 7 +++++++ .../proxy/web_ui/templates/include/item_list_style.css.jinja | 3 --- .../web_ui/templates/include/item_list_style.css.jinja.license | 7 +++++++ src/hydrilla/proxy/web_ui/templates/index.html.jinja | 5 +---- src/hydrilla/proxy/web_ui/templates/index.html.jinja.license | 7 +++++++ src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja | 3 --- .../proxy/web_ui/templates/packages/index.html.jinja.license | 7 +++++++ .../proxy/web_ui/templates/packages/load_from_disk.html.jinja | 3 --- .../web_ui/templates/packages/load_from_disk.html.jinja.license | 7 +++++++ .../proxy/web_ui/templates/packages/show_single.html.jinja | 3 --- .../proxy/web_ui/templates/packages/show_single.html.jinja.license | 7 +++++++ .../proxy/web_ui/templates/packages/show_single_version.html.jinja | 5 +---- .../templates/packages/show_single_version.html.jinja.license | 7 +++++++ src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja | 3 --- src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license | 7 +++++++ src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja | 3 --- src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license | 7 +++++++ src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja | 3 --- .../proxy/web_ui/templates/repos/show_single.html.jinja.license | 7 +++++++ 22 files changed, 79 insertions(+), 35 deletions(-) create mode 100644 src/hydrilla/proxy/web_ui/templates/base.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/include/checkbox_tricks_style.css.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/include/item_list_style.css.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/index.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja.license create mode 100644 src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license create 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 09c726b..4d1eca2 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -1,7 +1,4 @@ {# -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 new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/base.html.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/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. diff --git a/src/hydrilla/proxy/web_ui/templates/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/index.html.jinja index 9115a3c..200977b 100644 --- a/src/hydrilla/proxy/web_ui/templates/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/index.html.jinja @@ -1,8 +1,5 @@ {# -SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 - - -Proxy web UI root page. +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 new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/index.html.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/packages/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja index c59ed20..6aa985c 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja @@ -1,7 +1,4 @@ {# -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/packages/index.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/packages/index.html.jinja.license new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/packages/index.html.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/packages/load_from_disk.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja index e2d012c..a1b191e 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja @@ -1,7 +1,4 @@ {# -Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 - - Proxy web UI package loading page. This file is part of Hydrilla&Haketilo. diff --git a/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.jinja.license new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/packages/load_from_disk.html.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/packages/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja index e1a447f..60cb4a5 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja @@ -1,7 +1,4 @@ {# -Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 - - Proxy web UI package show page. This file is part of Hydrilla&Haketilo. diff --git a/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.jinja.license new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single.html.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/packages/show_single_version.html.jinja b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja index 4d4f1d5..f3ed206 100644 --- a/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja @@ -1,8 +1,5 @@ {# -Spdx-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0 - - -Proxy web UI package show page. +Proxy web UI package version show page. This file is part of Hydrilla&Haketilo. diff --git a/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja.license b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.jinja.license new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/packages/show_single_version.html.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/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 2f491e7..352ad94 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -1,7 +1,4 @@ {# -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 new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.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/repos/index.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja index d910a4e..638e790 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja @@ -1,7 +1,4 @@ {# -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 new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/repos/index.html.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/repos/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja index baecfea..1508507 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,7 +1,4 @@ {# -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 new file mode 100644 index 0000000..bb2e0af --- /dev/null +++ b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.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. -- cgit v1.2.3