Skip to content

Commit 530ba36

Browse files
committed
Refined license file with debian specific format
1 parent 8645135 commit 530ba36

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG GO_BINARY
1919

2020
COPY ./debian/${DEB_NAME} /${DEB_NAME}/
2121
COPY ./${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
2525
RUN export VERSION=$(echo "${VERSION}" | sed -e "s/^v\(.*\)/\1/") && \

debian/arduino-cli/DEBIAN/copyright

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

0 commit comments

Comments
 (0)