File tree 4 files changed +36
-14
lines changed
4 files changed +36
-14
lines changed Original file line number Diff line number Diff line change 1
- This file includes licensing information for Arduino GitHub Actions.
2
-
3
- Copyright (c) 2019 ARDUINO SA
4
-
5
- The software is released under the GNU General Public License, which covers the main body
6
- of the [insert app name] code. The terms of this license can be found at:
7
- https://www.gnu.org/licenses/gpl-3.0.en.html
8
-
9
- You can be released from the requirements of the above licenses by purchasing
10
- a commercial license. Buying such a license is mandatory if you want to modify or
11
- otherwise use the software for commercial activities involving the Arduino
12
- software without disclosing the source code of your own applications. To purchase
13
- a commercial license, send an email to
[email protected]
14
-
15
1
GNU GENERAL PUBLIC LICENSE
16
2
Version 3, 29 June 2007
17
3
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2019 ARDUINO SA
2
+ //
3
+ // The software is released under the GNU General Public License, which covers the main body
4
+ // of the arduino/setup-taskfile code. The terms of this license can be found at:
5
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
6
+ //
7
+ // You can be released from the requirements of the above licenses by purchasing
8
+ // a commercial license. Buying such a license is mandatory if you want to modify or
9
+ // otherwise use the software for commercial activities involving the Arduino
10
+ // software without disclosing the source code of your own applications. To purchase
11
+ // a commercial license, send an email to [email protected]
12
+
1
13
import io = require( "@actions/io" ) ;
2
14
import path = require( "path" ) ;
3
15
import os = require( "os" ) ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2019 ARDUINO SA
2
+ //
3
+ // The software is released under the GNU General Public License, which covers the main body
4
+ // of the arduino/setup-taskfile code. The terms of this license can be found at:
5
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
6
+ //
7
+ // You can be released from the requirements of the above licenses by purchasing
8
+ // a commercial license. Buying such a license is mandatory if you want to modify or
9
+ // otherwise use the software for commercial activities involving the Arduino
10
+ // software without disclosing the source code of your own applications. To purchase
11
+ // a commercial license, send an email to [email protected]
12
+
1
13
// Load tempDirectory before it gets wiped by tool-cache
2
14
let tempDirectory = process . env [ "RUNNER_TEMP" ] || "" ;
3
15
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2019 ARDUINO SA
2
+ //
3
+ // The software is released under the GNU General Public License, which covers the main body
4
+ // of the arduino/setup-taskfile code. The terms of this license can be found at:
5
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
6
+ //
7
+ // You can be released from the requirements of the above licenses by purchasing
8
+ // a commercial license. Buying such a license is mandatory if you want to modify or
9
+ // otherwise use the software for commercial activities involving the Arduino
10
+ // software without disclosing the source code of your own applications. To purchase
11
+ // a commercial license, send an email to [email protected]
12
+
1
13
import * as core from "@actions/core" ;
2
14
import * as installer from "./installer" ;
3
15
You can’t perform that action at this time.
0 commit comments