Skip to content

Commit 223c2d5

Browse files
committed
chore: REUSE compliance.
1 parent f1e4910 commit 223c2d5

File tree

221 files changed

+1041
-319
lines changed

Some content is hidden

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

221 files changed

+1041
-319
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: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
[
26
## all available options with default values (see `mix check` docs for description)
37
# parallel: true,
@@ -17,6 +21,7 @@
1721
# {:my_arbitrary_script, command: ["my_script", "argument with spaces"], cd: "scripts"}
1822

1923
{:spark_formatter, "mix spark.formatter --check"},
20-
{:spark_cheat_sheets, "mix spark.cheat_sheets --check"}
24+
{:spark_cheat_sheets, "mix spark.cheat_sheets --check"},
25+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
2126
]
2227
]

.doctor.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
%Doctor.Config{
26
ignore_modules: [
37
~r/^Inspect\./,

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Used by "mix format"
26
spark_locals_without_parens = [
37
after_all: 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: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
---
26
updates:
37
- directory: /

.github/workflows/elixir.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Reactor CI
26

37
on:

.github/workflows/reuse.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
2+
# SPDX-License-Identifier: CC0-1.0
3+
name: REUSE Compliance Check
4+
5+
on: [push, pull_request]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: REUSE Compliance Check
13+
uses: fsfe/reuse-action@v4

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
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
erlang 27.2.4
22
elixir 1.18.4
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: 2023 James Harton, Zach Daniel, Alembic Pty and contributors
2+
3+
SPDX-License-Identifier: MIT

.vscode/settings.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)