From 1750d9e0e0e45b3d4c18cf60584349d694c83c5d Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 25 Sep 2023 23:58:03 -0400 Subject: [PATCH] move HTML template copyright to separate file Implements: https://todo.sr.ht/~amolith/willow/1 --- static/home.html | 6 ------ static/home.html.license | 3 +++ static/new.html | 6 ------ static/new.html.license | 3 +++ static/select-release.html | 6 ------ static/select-release.html.license | 3 +++ 6 files changed, 9 insertions(+), 18 deletions(-) create mode 100644 static/home.html.license create mode 100644 static/new.html.license create mode 100644 static/select-release.html.license diff --git a/static/home.html b/static/home.html index f904d14..2805e0e 100644 --- a/static/home.html +++ b/static/home.html @@ -1,9 +1,3 @@ - - diff --git a/static/home.html.license b/static/home.html.license new file mode 100644 index 0000000..f0b540a --- /dev/null +++ b/static/home.html.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: Apache-2.0 diff --git a/static/new.html b/static/new.html index 03c456c..6657bbd 100644 --- a/static/new.html +++ b/static/new.html @@ -1,9 +1,3 @@ - - diff --git a/static/new.html.license b/static/new.html.license new file mode 100644 index 0000000..f0b540a --- /dev/null +++ b/static/new.html.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: Apache-2.0 diff --git a/static/select-release.html b/static/select-release.html index 3198d8e..0889250 100644 --- a/static/select-release.html +++ b/static/select-release.html @@ -1,9 +1,3 @@ - - diff --git a/static/select-release.html.license b/static/select-release.html.license new file mode 100644 index 0000000..f0b540a --- /dev/null +++ b/static/select-release.html.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: Apache-2.0