Skip to content

Commit 8c28032

Browse files
committed
make formatter happy
1 parent bab9e8d commit 8c28032

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Taskfile.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,23 @@ tasks:
129129
cmds:
130130
- mkdir -p debian/arduino-app-cli/usr/share/doc/arduino-app-cli
131131
- |
132-
cat > debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright <<EOF
133-
Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
132+
cat > debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright <<EOF
133+
Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
134134
135-
This software is released under the GNU General Public License version 3,
136-
which covers the main part of arduino-app-cli.
137-
The terms of this license can be found at:
138-
https://www.gnu.org/licenses/gpl-3.0.en.html
135+
This software is released under the GNU General Public License version 3,
136+
which covers the main part of arduino-app-cli.
137+
The terms of this license can be found at:
138+
https://www.gnu.org/licenses/gpl-3.0.en.html
139139
140-
You can be released from the requirements of the above licenses by purchasing
141-
a commercial license. Buying such a license is mandatory if you want to
142-
modify or otherwise use the software for commercial activities involving the
143-
Arduino software without disclosing the source code of your own applications.
144-
To purchase a commercial license, send an email to license@arduino.cc.
140+
You can be released from the requirements of the above licenses by purchasing
141+
a commercial license. Buying such a license is mandatory if you want to
142+
modify or otherwise use the software for commercial activities involving the
143+
Arduino software without disclosing the source code of your own applications.
144+
To purchase a commercial license, send an email to license@arduino.cc.
145145
146-
---
146+
---
147147
148-
EOF
148+
EOF
149149
- cat .licenses/arduino-app-cli/NOTICE >> debian/arduino-app-cli/usr/share/doc/arduino-app-cli/copyright
150150

151151
arduino-app-cli:build:local:

0 commit comments

Comments
 (0)