Skip to content

Commit 7a4957d

Browse files
committed
review
1 parent 439ffa1 commit 7a4957d

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build License
7070
run: |
71-
task extract-licenses
71+
task update-deb-copyright
7272
7373
- name: Build
7474
run: task dist:${{ matrix.env.os }}

.licenses/NOTICE.arduino-cli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// This file is part of arduino-cli.
2-
//
31
// Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
42
//
53
// This software is released under the GNU General Public License version 3,

.licenses/templates/arduino-cli-license.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includes:
44
dist: ./DistTasks.yml
55

66
tasks:
7-
extract-licenses:
7+
update-deb-copyright:
88
desc: Extract project and dependency licenses into debian copyright
99
cmds:
1010
- |

0 commit comments

Comments
 (0)