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/index.html.jinja.license | |
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/index.html.jinja.license')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/repos/index.html.jinja.license | 7 |
1 files changed, 7 insertions, 0 deletions
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. |