Skip to content

Commit 5af2e69

Browse files
committedOct 30, 2022
pico-cs v0.1.1
1 parent 3c69c85 commit 5af2e69

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
 

‎.github/workflows/reuse.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: REUSE Compliance Check
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: REUSE Compliance Check
11+
uses: fsfe/reuse-action@v1.1

‎LICENSE ‎LICENSE.md

File renamed without changes.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Please see [firmware folder](https://github.com/stfnmllr/pico-cs/tree/main/firmw
4646

4747
## Licensing
4848

49-
Copyright 2021-2022 Stefan Miller and pico-cs contributers. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/stfnmllr/pico-cs).
49+
Copyright 2021-2022 Stefan Miller and pico-cs contributers. Please see our [LICENSE](LICENSE.md) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/stfnmllr/pico-cs).

0 commit comments

Comments
 (0)
Please sign in to comment.