Skip to content

Commit f6a64b4

Browse files
committed
Reduce size of REUSE.toml
1 parent 81c25b2 commit f6a64b4

9 files changed

Lines changed: 23 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
version: 2.1
24

35
defaults: &defaults

.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
# Used by "mix format"
25
[
36
inputs: [

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
version: 2
24
updates:
35
- package-ecosystem: mix

.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
# The directory Mix will write compiled artifacts to.
25
/_build/
36

.tool-versions

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
erlang 28.3
25
elixir 1.19.4-otp-28

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: None
3+
SPDX-License-Identifier: CC0-1.0
4+
-->
15
# Changelog
26

37
## v0.13.2 - 2025-09-15

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: None
3+
SPDX-License-Identifier: CC0-1.0
4+
-->
15
# Elixir Circuits Quickstart Firmware
26

37
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/elixir-circuits/circuits_quickstart/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/elixir-circuits/circuits_quickstart/tree/main)

REUSE.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@ version = 1
22

33
[[annotations]]
44
path = [
5-
".circleci/config.yml",
6-
".formatter.exs",
7-
".github/dependabot.yml",
8-
".gitignore",
9-
".tool-versions",
105
"assets/**",
11-
"CHANGELOG.md",
126
"config/**",
137
"lib/**",
14-
"mix.exs",
158
"mix.lock",
16-
"README.md",
179
"rel/**",
1810
"rootfs_overlay/**",
1911
"REUSE.toml",

mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
defmodule CircuitsQuickstart.MixProject do
24
use Mix.Project
35

0 commit comments

Comments
 (0)