arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
133 stars 11 forks source link

Relicense to AGPL-3.0-or-later #140

Closed MatteoPologruto closed 1 year ago

MatteoPologruto commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

License change from Apache-2.0 to AGPL-3.0

What is the current behavior?

The Arduino Language Server is currently under the Apache-2.0 license, which is not compatible with the license of dependencies used by the project. This is highlighted by check-go-dependencies-task.

What is the new behavior?

As requested by @alranel, the Arduino Language Server has been re-licensed to AGPL-3.0. This is compatible with the license of dependencies used by this project. We did our best to assess the intellectual property of this codebase and make sure all contributors and copyright owners granted us permission to relicense their code. For any inquiry, report or claim please contact us at license@arduino.cc.

Other information:

@alranel can you please approve and merge this PR?


stevisco commented 1 year ago

Approved also by Alessandro Ranellucci on separate channel based on license verification process