Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork130
Use the LGPL 2.1 or later license on all files#234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Some of the files in the Arduino core were missing the license headers.They contain code which is either copied from previous Arduino cores(which were already LGPL-2.1-or-later), or has been submitted to thisrepository where most of the code is clearly LGPL-2.1-or-later. In anycase, all the contributors have either been directly employed by Arduinoor have signed the CLA.Add the missing LGPL-2.1-or-later headers to the files.
The CAN files had a non-standard license which does not match the otherfiles in the repository. This commit updates the license header tomatch that of the other files.All of the contributors to these files have either been employed byArduino or have signed the CLA.
Minor updates to the license headers to make them more consistent amongthe repository.
The files in the test/ folder had a copyright notice, but no licenseinformation. This commit adds the LGPL-2.1-or-later SPDX licenseidentifier to all these files.
All files in this repository are licensed under the GNU Lesser GeneralPublic License version 2.1. Make this obvious by including the LICENSEfile in the root of the repository.In addition to the above clause, some files may also be distributed underadditional license terms. See each individual file for details.
CLAassistant commentedMay 28, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
4a02bfc
intoarduino:master 1 of 3 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Arduino software has historically always been licensed using the"GNU Lesser General Public License, version 2.1 or later" license formula (aka the
LGPL-2.1-or-later
SPDX identifier).This has always been the intent for the code in the ArduinoCore-API repository as well; however, there are several small issues that make this repository license not clearly defined:
LGPL-2.1-or-later
license;test
folder have copyright lines but no licensing information.This PR addresses all these issues and converts all the repository to the
LGPL-2.1-or-later
license. Note that the authors of the code whose license has changed either are or were directly employed by Arduino, or had signed a CLA.Note that some files have additional non-conflicting license terms; see each individual file for details.