Skip to content

Commit 169c05d

Browse files
committed
Implement REUSE compliance
Needed for OpenChain Compliance
1 parent 8a6b173 commit 169c05d

File tree

116 files changed

+742
-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.

116 files changed

+742
-4
lines changed

.credo.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
# SPDX-License-Identifier: Apache-2.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
#

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Required for rebar3_format / new language features
25
ERL_AFLAGS="-enable-feature all"

.formatter.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
[
25
inputs: [
36
"lib/**/*.ex",

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
5+
16
# Contributing to `oidcc`
27

38
## Welcome!

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
name: 🐞 Bug Report
25
description: Something is broken?
36
labels: ["bug"]

.github/ISSUE_TEMPLATE/FEATURE.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
name: 🎉 Feature Request
25
description: You have a neat idea that should be implemented?
36
labels: ["enhancement"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
SPDX-License-Identifier: Apache-2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
SPDX-License-Identifier: Apache-2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
SPDX-License-Identifier: Apache-2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2023 Erlang Ecosystem Foundation
2+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)