diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-08-25 12:53:29 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-28 12:54:54 +0200 |
commit | ad76c83354b2741b10fc2f9b12fea30dbd450e33 (patch) | |
tree | 99c13ac2b65c8e71334573fa184fdbbfc1342228 /src/hydrilla/proxy/web_ui/templates/repos | |
parent | 503e546b2b0c9dba505a4e7940f257d41ad95f67 (diff) | |
download | haketilo-hydrilla-ad76c83354b2741b10fc2f9b12fea30dbd450e33.tar.gz haketilo-hydrilla-ad76c83354b2741b10fc2f9b12fea30dbd450e33.zip |
[proxy] move SPDX license identifiers from jinja templates to separate files
For unknown reasons REUSE had problems with *some* of the jinja files.
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos')
6 files changed, 21 insertions, 9 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 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. |