Skip to content

Commit b68ef51

Browse files
fixup! updates
1 parent f14ab9c commit b68ef51

File tree

3 files changed

+26
-38926
lines changed

3 files changed

+26
-38926
lines changed

.github/workflows/check-license.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
with:
4242
ruby-version: ruby # Install latest version
4343

44+
- name: Install Task
45+
uses: arduino/setup-task@v2
46+
with:
47+
repo-token: ${{ secrets.GITHUB_TOKEN }}
48+
version: 3.x
49+
4450
- name: Install licensee
4551
run: gem install licensee
4652

Taskfile.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,26 @@ tasks:
1212
echo "Installing Ruby gem: licensed"
1313
gem install licensed
1414
fi
15-
- licensed notices
16-
- mkdir -p debian/arduino-cli/usr/share/doc/arduino-cli/
17-
- echo -e "\n\n---\n\n" >> debian/arduino-cli/usr/share/doc/arduino-cli/copyright
18-
- cat .licenses/NOTICE.arduino-cli >> debian/arduino-cli/usr/share/doc/arduino-cli/copyright
15+
licensed notices
16+
mkdir -p debian/arduino-cli/usr/share/doc/arduino-cli/
17+
cat > debian/arduino-cli/usr/share/doc/arduino-cli/copyright <<EOF
18+
Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
19+
20+
This software is released under the GNU General Public License version 3,
21+
which covers the main part of arduino-cli.
22+
The terms of this license can be found at:
23+
https://www.gnu.org/licenses/gpl-3.0.en.html
24+
25+
You can be released from the requirements of the above licenses by purchasing
26+
a commercial license. Buying such a license is mandatory if you want to
27+
modify or otherwise use the software for commercial activities involving the
28+
Arduino software without disclosing the source code of your own applications.
29+
To purchase a commercial license, send an email to [email protected].
30+
31+
---
32+
33+
EOF
34+
cat .licenses/NOTICE.arduino-cli >> debian/arduino-cli/usr/share/doc/arduino-cli/copyright
1935
2036
docs:generate:
2137
desc: Create all generated documentation content

0 commit comments

Comments
 (0)