Skip to content

Commit 684987d

Browse files
committed
Repackage action
Bring the action code up to sync with the source
1 parent e4d8ae4 commit 684987d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dist/index.js

+22
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
"use strict";
88

9+
// Copyright (c) 2019 ARDUINO SA
10+
//
11+
// The software is released under the GNU General Public License, which covers the main body
12+
// of the arduino/setup-taskfile code. The terms of this license can be found at:
13+
// https://www.gnu.org/licenses/gpl-3.0.en.html
14+
//
15+
// You can be released from the requirements of the above licenses by purchasing
16+
// a commercial license. Buying such a license is mandatory if you want to modify or
17+
// otherwise use the software for commercial activities involving the Arduino
18+
// software without disclosing the source code of your own applications. To purchase
19+
// a commercial license, send an email to [email protected]
920
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
1021
return new (P || (P = Promise))(function (resolve, reject) {
1122
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -204,6 +215,17 @@ function normalizeVersion(version) {
204215

205216
"use strict";
206217

218+
// Copyright (c) 2019 ARDUINO SA
219+
//
220+
// The software is released under the GNU General Public License, which covers the main body
221+
// of the arduino/setup-taskfile code. The terms of this license can be found at:
222+
// https://www.gnu.org/licenses/gpl-3.0.en.html
223+
//
224+
// You can be released from the requirements of the above licenses by purchasing
225+
// a commercial license. Buying such a license is mandatory if you want to modify or
226+
// otherwise use the software for commercial activities involving the Arduino
227+
// software without disclosing the source code of your own applications. To purchase
228+
// a commercial license, send an email to [email protected]
207229
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
208230
return new (P || (P = Promise))(function (resolve, reject) {
209231
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }

0 commit comments

Comments
 (0)