From 656288cd8498980dc1f87b100d4e904699a9ba35 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 20 Dec 2025 11:49:37 +0100 Subject: license --- aoc-cacheclear | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aoc-cacheclear') diff --git a/aoc-cacheclear b/aoc-cacheclear index 3ce865b..34313b0 100755 --- a/aoc-cacheclear +++ b/aoc-cacheclear @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (C) 2025 taitep +# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools) +# SPDX-License-Identifier: MIT + set -euo pipefail AOC_DIR="${AOC_DIR:-$HOME/.aoc}" -- cgit v1.2.3