Skip to content

Commit faf88a9

Browse files
committed
nit(dev): make supplementary configuratios CC0
This has the approval of myself and @CyanVoxel, whom are the only contributors to these files.
1 parent 3e26b99 commit faf88a9

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: (c) TagStudio Contributors
2+
# SPDX-License-Identifier: CC0-1.0
13
---
24
repos:
35
- repo: local

REUSE.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version = 1
44
path = [
55
"tests/fixtures/**",
66

7-
"contrib/.envrc-nix",
8-
"contrib/.envrc-uv",
97
"contrib/.vscode/launch.json",
108
"docs/CNAME",
119
"docs/assets/**",
@@ -23,7 +21,6 @@ path = [
2321
".github/ISSUE_TEMPLATE/**",
2422
".github/PULL_REQUEST_TEMPLATE.md",
2523
".gitignore",
26-
".pre-commit-config.yaml",
2724
"flake.lock",
2825
]
2926
SPDX-FileCopyrightText = "(c) TagStudio Contributors"

contrib/.envrc-nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vi: ft=bash
22
# shellcheck shell=bash
3+
# SPDX-FileCopyrightText: (c) TagStudio Contributors
4+
# SPDX-License-Identifier: CC0-1.0
35

46
# If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it.
57
# This will use the Nix flake development shell.

contrib/.envrc-uv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vi: ft=sh
22
# shellcheck shell=bash
3+
# SPDX-FileCopyrightText: (c) TagStudio Contributors
4+
# SPDX-License-Identifier: CC0-1.0
35

46
# If you wish to use this file, symlink or copy it to `.envrc` for direnv to read it.
57
# This will use a virtual environment created by uv.

0 commit comments

Comments
 (0)