Skip to content

Commit 08b34c0

Browse files
committed
Comply with REUSE
1 parent 4eb99c1 commit 08b34c0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.envrc

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# © 2024 piegames <[email protected]>
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
use_nix

.reuse/dep5

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Copyright: 2019 Serokell <[email protected]>
55
2019 Lars Jellema <[email protected]>
66
License: MPL-2.0
77

8+
Files: test/diff/*
9+
Copyright: 2024 piegames <[email protected]>
10+
License: MPL-2.0
11+
812
Files: test/correct/*
913
Copyright: 2022 Serokell <[email protected]>
1014
2022 Lars Jellema <[email protected]>

test/test.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# © 2024 piegames <[email protected]>
3+
# SPDX-License-Identifier: MPL-2.0
4+
25
set -euo pipefail
36

47
# Simple test runner for nixfmt.

0 commit comments

Comments
 (0)