Skip to content

Commit d2cc50a

Browse files
committed
Added also non-generated .go files
1 parent 94933e5 commit d2cc50a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

rpc/cc/arduino/cli/commands/v1/common.go

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
// This file is part of arduino-cli.
22
//
3-
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
3+
// Copyright 2024 ARDUINO SA (https://www.arduino.cc/)
44
//
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
98
//
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.
1516

1617
package commands
1718

0 commit comments

Comments
 (0)