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 .)