Skip to content

Commit

Permalink
Added also non-generated .go files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jun 26, 2024
1 parent 94933e5 commit d2cc50a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions rpc/cc/arduino/cli/commands/v1/common.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
// This file is part of arduino-cli.
//
// Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
// Copyright 2024 ARDUINO SA (https://www.arduino.cc/)
//
// This software is released under the GNU General Public License version 3,
// which covers the main part of arduino-cli.
// The terms of this license can be found at:
// https://www.gnu.org/licenses/gpl-3.0.en.html
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// You can be released from the requirements of the above licenses by purchasing
// a commercial license. Buying such a license is mandatory if you want to
// modify or otherwise use the software for commercial activities involving the
// Arduino software without disclosing the source code of your own applications.
// To purchase a commercial license, send an email to [email protected].
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package commands

Expand Down

0 comments on commit d2cc50a

Please sign in to comment.