Skip to content

Commit

Permalink
Reuse compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 2, 2023
1 parent 766e822 commit 22296dc
Show file tree
Hide file tree
Showing 28 changed files with 468 additions and 204 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ latest: &latest
pattern: "^1.14.3-erlang-25.*$"

jobs:
check-license:
docker:
- image: fsfe/reuse:latest
steps:
- checkout
- run: reuse lint

build-test:
parameters:
tag:
Expand Down Expand Up @@ -47,6 +54,7 @@ jobs:
workflows:
checks:
jobs:
- check-license
- build-test:
name: << matrix.tag >>
matrix:
Expand Down
16 changes: 16 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: muontrap
Upstream-Contact: Frank Hunleth <fhunleth@troodon-software.com>
Source: https://github.com/fhunleth/muontrap

Files: README.md CHANGELOG.md
Copyright: 2018 Frank Hunleth
License: CC-BY-4.0

Files: .gitignore .github/dependabot.yml .circleci/config.yml
Copyright: None
License: CC0-1.0

Files: .formatter.exs mix.lock .credo.exs mix.exs Makefile src/Makefile test/Makefile
Copyright: None
License: CC0-1.0
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 22296dc

Please sign in to comment.