Skip to content

Commit 25875a9

Browse files
committed
chore: REUSE compliance
1 parent d43945b commit 25875a9

File tree

170 files changed

+674
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+674
-4
lines changed

.check.exs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
[
26
## all available options with default values (see `mix check` docs for description)
37
# parallel: true,
@@ -13,6 +17,7 @@
1317

1418
{:check_cheat_sheets, command: "mix spark.cheat_sheets --check"},
1519
{:check_formatter, command: "mix spark.formatter --check"},
16-
{:doctor, false}
20+
{:doctor, false},
21+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
1722
]
1823
]

.credo.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# This file contains the configuration for Credo and you are probably reading
26
# this after creating it with `mix credo.gen.config`.
37
#

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Used by "mix format"
26
spark_locals_without_parens = [
37
advisory_lock_key_default: 1,

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
---
26
updates:
37
- directory: /

.github/workflows/elixir.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: CI
26
on:
37
push:
@@ -13,5 +17,6 @@ jobs:
1317
with:
1418
postgres: true
1519
postgres-version: 16
20+
reuse: true
1621
secrets:
1722
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The directory Mix will write compiled artifacts to.
26
/_build/
37

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
elixir 1.18.3-otp-27
22
erlang 27.3.3
3+
pipx 1.8.0

.tool-versions.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 Torkild G. Kjevik
2+
3+
SPDX-License-Identifier: MIT

AGENTS.md

Lines changed: 6 additions & 0 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)