File tree 1 file changed +11
-10
lines changed
rpc/cc/arduino/cli/commands/v1
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
// This file is part of arduino-cli.
2
2
//
3
- // Copyright 2020 ARDUINO SA (http ://www.arduino.cc/)
3
+ // Copyright 2024 ARDUINO SA (https ://www.arduino.cc/)
4
4
//
5
- // This software is released under the GNU General Public License version 3,
6
- // which covers the main part of arduino-cli.
7
- // The terms of this license can be found at:
8
- // https://www.gnu.org/licenses/gpl-3.0.en.html
5
+ // Licensed under the Apache License, Version 2.0 (the "License");
6
+ // you may not use this file except in compliance with the License.
7
+ // You may obtain a copy of the License at
9
8
//
10
- // You can be released from the requirements of the above licenses by purchasing
11
- // a commercial license. Buying such a license is mandatory if you want to
12
- // modify or otherwise use the software for commercial activities involving the
13
- // Arduino software without disclosing the source code of your own applications.
14
- // To purchase a commercial license, send an email to [email protected] .
9
+ // http://www.apache.org/licenses/LICENSE-2.0
10
+ //
11
+ // Unless required by applicable law or agreed to in writing, software
12
+ // distributed under the License is distributed on an "AS IS" BASIS,
13
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ // See the License for the specific language governing permissions and
15
+ // limitations under the License.
15
16
16
17
package commands
17
18
You can’t perform that action at this time.
0 commit comments