From e75a60cc0b008ac8d19aabd615b0c2ca7a872e65 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 22 Dec 2025 09:15:50 -0700 Subject: [PATCH] chore: add SPDX headers and ignore .task Assisted-by: Claude Opus 4.5 via Crush --- .gitignore | 5 +++++ crush.json.license | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 crush.json.license diff --git a/.gitignore b/.gitignore index e778f278b14967ae43a1262933d05ae4b71cefa6..d4052b24c7559dc8e52c2325659edca55560f425 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: Amolith +# +# SPDX-License-Identifier: CC0-1.0 + .crush .chunkhound lune +.task diff --git a/crush.json.license b/crush.json.license new file mode 100644 index 0000000000000000000000000000000000000000..3dbb1e29808ff6ce1e89aa3211dbfa6c8aa5ef0e --- /dev/null +++ b/crush.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: CC0-1.0