Skip to content

Commit 77089da

Browse files
authored
Merge pull request #270 from tekktrik/inf/set-up-reuse
Add REUSE compliance
2 parents 94b3c86 + 4642f3d commit 77089da

Some content is hidden

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

45 files changed

+493
-531
lines changed

.github/workflows/bundle_cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Michael Schroeder
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Update Bundles
26

37
on:

.github/workflows/learn_cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Jeff Epler for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Tag Learning System Guides
26

37
on:

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Michael Schroeder
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Run pre-commit
26

37
on: [pull_request, push]

.github/workflows/reports_cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 Michael Schroeder
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Run Daily Reports
26

37
on:

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Michael Schroeder
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Test Adabot
26

37
on: [push, pull_request]

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
__pycache__
26
_build
37
.bundles/*

.pre-commit-config.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1+
# SPDX-FileCopyrightText: 2021 Michael Schroeder
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
exclude: patches
26
repos:
37
- repo: https://github.com/pre-commit/pre-commit-hooks
48
rev: v4.0.1
59
hooks:
6-
- id: end-of-file-fixer
7-
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 22.3.0
10-
hooks:
11-
- id: black
10+
- id: end-of-file-fixer
11+
- id: trailing-whitespace
12+
- repo: https://github.com/fsfe/reuse-tool
13+
rev: v0.12.1
14+
hooks:
15+
- id: reuse
16+
- repo: https://github.com/psf/black
17+
rev: 22.3.0
18+
hooks:
19+
- id: black
1220
- repo: https://github.com/pycqa/pylint
1321
rev: v2.9.3
1422
hooks:

.reuse/dep5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: adabot
3+
Source: https://github.com/adafruit/adabot.git
4+
5+
Files: patches/*
6+
Copyright: 2022 Kattni Rembor
7+
License: MIT

CODE_OF_CONDUCT.md.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2017 Scott Shawcroft for Adafruit Industries
2+
3+
SPDX-License-Identifier: MIT

LICENSES/CC-BY-4.0.txt

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)