Skip to content

Commit bfa5939

Browse files
committed
fix: Scan the whole monorepo
1 parent 3ae0adb commit bfa5939

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/workflows/reuse-compliance.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,5 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646

47-
- name: Temporarily add MIT license for full repo compliance
48-
run: |
49-
# Download MIT license temporarily for api.reuse.software reporting
50-
pipx run reuse download MIT
51-
5247
- name: REUSE check for full repository
5348
uses: fsfe/reuse-action@v6
54-
with:
55-
args: lint
56-
57-
- name: Clean up temporary license file
58-
run: |
59-
# Remove the temporarily added MIT license
60-
rm -f LICENSES/MIT.txt
61-
echo "Temporarily added licenses cleaned up"

LICENSES/MIT.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MIT License
2+
3+
Copyright (c) <year> <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
9+
following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
16+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18+
USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)