File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG GO_BINARY
1919
2020COPY ./debian/${DEB_NAME} /${DEB_NAME}/
2121COPY ./${GO_BINARY} /${DEB_NAME}/usr/bin/${BINARY_NAME}
22- COPY ./LICENSE.txt /${DEB_NAME}/usr/share/doc/copyright
22+ COPY ./debian/${DEB_NAME}/debian/copyright /${DEB_NAME}/usr/share/doc/copyright
2323
2424# Go application are tagged with `v` prefix, this remove the first v if present
2525RUN export VERSION=$(echo "${VERSION}" | sed -e "s/^v\( .*\) /\1 /" ) && \
Original file line number Diff line number Diff line change 1+ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+ Source: https://github.com/arduino/arduino-cli
3+ Upstream-Name: arduino-cli
4+
5+ Files:
6+ *
7+ Copyright: Copyright 2020-2025 ARDUINO SA (http://www.arduino.cc/)
8+ License: GPL-3+ with exception
9+ This software is released under the GNU General Public License version 3,
10+ which covers the main part of arduino-cli.
11+ The terms of this license can be found at:
12+ https://www.gnu.org/licenses/gpl-3.0.en.html
13+ .
14+ You can be released from the requirements of the above licenses by purchasing
15+ a commercial license. Buying such a license is mandatory if you want to
16+ modify or otherwise use the software for commercial activities involving the
17+ Arduino software without disclosing the source code of your own applications.
18+ To purchase a commercial license, send an email to license@arduino.cc.
You can’t perform that action at this time.
0 commit comments