Skip to content

Commit 83c8ce9

Browse files
committed
remove notices from copyright
1 parent c6a786a commit 83c8ce9

File tree

2 files changed

+2
-240698
lines changed

2 files changed

+2
-240698
lines changed

Taskfile.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,27 +125,9 @@ tasks:
125125
silent: false
126126

127127
build-deb:copyright:
128-
desc: Extract project and dependency licenses into asd copyright
128+
desc: Add dependency licenses to debian copyright file
129129
cmds:
130-
- |
131-
cat > debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright <<EOF
132-
Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
133-
134-
This software is released under the GNU General Public License version 3,
135-
which covers the main part of arduino-app-cli.
136-
The terms of this license can be found at:
137-
https://www.gnu.org/licenses/gpl-3.0.en.html
138-
139-
You can be released from the requirements of the above licenses by purchasing
140-
a commercial license. Buying such a license is mandatory if you want to
141-
modify or otherwise use the software for commercial activities involving the
142-
Arduino software without disclosing the source code of your own applications.
143-
To purchase a commercial license, send an email to license@arduino.cc.
144-
145-
---
146-
147-
EOF
148-
cat .licenses/arduino-app-cli/NOTICE >> debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright
130+
- cat .licenses/arduino-app-cli/NOTICE >> debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright
149131

150132
arduino-app-cli:build:local:
151133
desc: "Build the arduino-app-cli locally"

0 commit comments

Comments
 (0)