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 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
Original file line number Diff line number Diff 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 license@arduino.cc.
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
You can’t perform that action at this time.
0 commit comments