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 f904d144cb7bebe657c58992d32ba4b2fcea6069..2805e0e99b1a4349938f54525309617575e94151 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 0000000000000000000000000000000000000000..f0b540a20dddb509a79479562bebe1726202a387 --- /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 03c456ccb18ef55bc85c099f564be9bd0da17af4..6657bbdf430e81ea8b2707ad32d22954397f9ddc 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 0000000000000000000000000000000000000000..f0b540a20dddb509a79479562bebe1726202a387 --- /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 3198d8e224bea2775c8c257e70cddaf7c275bde5..088925099d42969bedcb067a608f681af6348836 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 0000000000000000000000000000000000000000..f0b540a20dddb509a79479562bebe1726202a387 --- /dev/null +++ b/static/select-release.html.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: Apache-2.0