File tree Expand file tree Collapse file tree 3 files changed +26
-38926
lines changed
debian/arduino-cli/usr/share/doc/arduino-cli Expand file tree Collapse file tree 3 files changed +26
-38926
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
ruby-version : ruby # Install latest version
43
43
44
+ - name : Install Task
45
+ uses : arduino/setup-task@v2
46
+ with :
47
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
48
+ version : 3.x
49
+
44
50
- name : Install licensee
45
51
run : gem install licensee
46
52
Original file line number Diff line number Diff line change @@ -12,10 +12,26 @@ tasks:
12
12
echo "Installing Ruby gem: licensed"
13
13
gem install licensed
14
14
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
19
35
20
36
docs:generate :
21
37
desc : Create all generated documentation content
You can’t perform that action at this time.
0 commit comments