Skip to content

Commit 2531bcd

Browse files
committed
chore: make the repo REUSE-compliant
Refs: #50
1 parent 8a7e130 commit 2531bcd

33 files changed

+460
-5
lines changed

.check.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
# SPDX-FileCopyrightText: 2025 Jean-Philippe Cugnet <jean-philippe@cugnet.eu>
2+
# SPDX-License-Identifier: MIT
3+
14
eclint_excluded_files = [
25
"**.ex",
36
"**.exs",
47
"**.js",
58
"**.lock",
69
"**.toml",
7-
"LICENSE"
10+
"LICENSES/*"
811
]
912

1013
enabled? = fn ci_job ->

.credo.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
# This file contains the configuration for Credo and you are probably reading
25
# this after creating it with `mix credo.gen.config`.
36
#

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
# EditorConfig is awesome: http://EditorConfig.org
25

36
root = true
@@ -29,3 +32,11 @@ max_line_length = 140
2932
# NOTE: The README.md contains some URLs being too long to fit on 80-character
3033
# lines.
3134
max_line_length = 100
35+
36+
[flake.nix]
37+
# NOTE: The copyright line is 82-character-long and cannot be split.
38+
max_line_length = 82
39+
40+
[ci.yml]
41+
# NOTE: The copyright line is 88-character-long and cannot be split.
42+
max_line_length = 88

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
use flake . --print-build-logs

.formatter.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
locals_without_parens = [field: 2, field: 3, plugin: 1, plugin: 2]
25

36
[

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2022, 2024-2025 Jean-Philippe Cugnet <jean-philippe@cugnet.eu>
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
name: CI
25

36
on:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
##
25
## Application artifacts
36
##

.gitsetup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
# SPDX-FileCopyrightText: NONE
4+
# SPDX-License-Identifier: CC0-1.0
5+
36
set -e
47
set -x
58

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
14
*.lock
25
*.md

.vscode/extensions.json.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: NONE
2+
SPDX-License-Identifier: CC0-1.0

0 commit comments

Comments
 (0)