From 5cd649c8b0812d9a0ae1283e48a1abc42f868ff3 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Mon, 29 Jan 2024 21:58:17 -0500 Subject: [PATCH] Update SPDX copyright year --- scripts/graphql.py | 2 +- scripts/schedule_cache.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/graphql.py b/scripts/graphql.py index 7b8d29b..a751227 100644 --- a/scripts/graphql.py +++ b/scripts/graphql.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Alec Delaney +# SPDX-FileCopyrightText: 2024 Alec Delaney # SPDX-License-Identifier: MIT """Download the images from the GraphQL query to the static folder.""" diff --git a/scripts/schedule_cache.sh b/scripts/schedule_cache.sh index 51d2b66..4b9fb06 100644 --- a/scripts/schedule_cache.sh +++ b/scripts/schedule_cache.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SPDX-FileCopyrightText: 2023 Alec Delaney +# SPDX-FileCopyrightText: 2024 Alec Delaney # SPDX-License-Identifier: MIT REPOPATH=$(realpath .)