diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 654dd28a..e463f4f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: CC0-1.0 --- repos: - repo: local diff --git a/REUSE.toml b/REUSE.toml index 66845d7e..31b48879 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,8 +4,6 @@ version = 1 path = [ "tests/fixtures/**", - "contrib/.envrc-nix", - "contrib/.envrc-uv", "contrib/.vscode/launch.json", "docs/CNAME", "docs/assets/**", @@ -23,7 +21,6 @@ path = [ ".github/ISSUE_TEMPLATE/**", ".github/PULL_REQUEST_TEMPLATE.md", ".gitignore", - ".pre-commit-config.yaml", "flake.lock", ] SPDX-FileCopyrightText = "(c) TagStudio Contributors" diff --git a/contrib/.envrc-nix b/contrib/.envrc-nix index a0f68af4..6926b9cc 100644 --- a/contrib/.envrc-nix +++ b/contrib/.envrc-nix @@ -1,5 +1,7 @@ # vi: ft=bash # shellcheck shell=bash +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: CC0-1.0 # If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it. # This will use the Nix flake development shell. diff --git a/contrib/.envrc-uv b/contrib/.envrc-uv index a8b9fc0f..7605f9c7 100644 --- a/contrib/.envrc-uv +++ b/contrib/.envrc-uv @@ -1,5 +1,7 @@ # vi: ft=sh # shellcheck shell=bash +# SPDX-FileCopyrightText: (c) TagStudio Contributors +# SPDX-License-Identifier: CC0-1.0 # If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it. # This will use a virtual environment created by uv.