Skip to content

Commit 104baaa

Browse files
committed
Remove extraneous text from license file
In order to be recognized by GitHub's automatic license detection system, the license file must contain only the exact license text, which can be sourced from choosealicense.com. Please do not modify this file in any way.
1 parent 5faa6b6 commit 104baaa

File tree

4 files changed

+36
-14
lines changed

4 files changed

+36
-14
lines changed

LICENSE

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
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-
151
GNU GENERAL PUBLIC LICENSE
162
Version 3, 29 June 2007
173

__tests__/main.test.ts

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
import io = require("@actions/io");
214
import path = require("path");
315
import os = require("os");

src/installer.ts

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
// Load tempDirectory before it gets wiped by tool-cache
214
let tempDirectory = process.env["RUNNER_TEMP"] || "";
315

src/main.ts

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
import * as core from "@actions/core";
214
import * as installer from "./installer";
315

0 commit comments

Comments
 (0)