Skip to content

Commit 93c34ed

Browse files
committed
Reduce size of REUSE.toml
1 parent c809bf3 commit 93c34ed

8 files changed

Lines changed: 25 additions & 9 deletions

File tree

.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
#

.formatter.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Used by "mix format"
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
23
[
34
inputs: ["{mix,.formatter}.exs"]
45
]

.github/workflows/elixir.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
name: Elixir CI
24

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

CHANGELOG.md

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

38
## v1.0.0

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: None
3+
SPDX-License-Identifier: CC0-1.0
4+
-->
5+
16
# CircularBuffer
27

38
[![Hex version](https://img.shields.io/hexpm/v/circular_buffer.svg "Hex version")](https://hex.pm/packages/circular_buffer)

REUSE.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
version = 1
24

35
[[annotations]]
46
path = [
5-
".credo.exs",
6-
".formatter.exs",
7-
".gitignore",
8-
".github/**/*",
9-
"CHANGELOG.md",
10-
"README.md",
11-
"REUSE.toml",
12-
"mix.exs",
137
"mix.lock"
148
]
159
precedence = "aggregate"

mix.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
defmodule CircularBuffer.MixProject do
25
use Mix.Project
36

0 commit comments

Comments
 (0)