|
1 | | -// MIT License |
2 | | -// Copyright (c) 2019 ilcato |
3 | | -// Permission is hereby granted, free of charge, to any person obtaining a copy |
4 | | -// of this software and associated documentation files (the "Software"), to deal |
5 | | -// in the Software without restriction, including without limitation the rights |
6 | | -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
7 | | -// copies of the Software, and to permit persons to whom the Software is |
8 | | -// furnished to do so, subject to the following conditions: |
9 | | -// The above copyright notice and this permission notice shall be included in all |
10 | | -// copies or substantial portions of the Software. |
11 | | -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
12 | | -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
13 | | -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
14 | | -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
15 | | -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
16 | | -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
17 | | -// SOFTWARE. |
| 1 | +/* |
| 2 | +* Copyright 2019 ARDUINO SA (http://www.arduino.cc/) |
| 3 | +* This file is part of node-red-contrib-arduino-cloud. |
| 4 | +* Copyright (c) 2019 |
| 5 | +* |
| 6 | +* This software is released under: |
| 7 | +* The GNU General Public License, which covers the main part of |
| 8 | +* node-red-contrib-arduino-cloud |
| 9 | +* The terms of this license can be found at: |
| 10 | +* https://www.gnu.org/licenses/gpl-3.0.en.html |
| 11 | +* |
| 12 | +* You can be released from the requirements of the above licenses by purchasing |
| 13 | +* a commercial license. Buying such a license is mandatory if you want to modify or |
| 14 | +* otherwise use the software for commercial activities involving the Arduino |
| 15 | +* software without disclosing the source code of your own applications. To purchase |
| 16 | +* a commercial license, send an email to license@arduino.cc. |
| 17 | +* |
| 18 | +*/ |
18 | 19 |
|
19 | 20 | // Arduino cloud api |
20 | 21 | 'use strict'; |
|
0 commit comments