License project under Creative Commons Zero v1.0 Universal #15
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.
It is important to define the license under which a software project is released in order to permit its use.
Previously, this project did not contain any information about licensing.
This project is not truly a library, but rather solely a collection of sketches packaged as a library in order to allow distribution via Library Manager, but without any library source code. So it is those sketches that are the significant content of the project, for which licensing must be defined.
It is standard practice for Arduino to release sketches into the public domain. For example:
https://github.com/arduino/ArduinoCloudProviderExamples/blob/cf1a801c5a2aa864e0fb8f59dbc2fa362c9d6022/examples/AWS%20IoT/AWS_IoT_GSM/AWS_IoT_GSM.ino#L18
For this reason, I am proposing that this project be licensed as Creative Commons Zero v1.0 Universal, which is the appropriate formal license in the case where the intent is to release the content into the public domain.
This pull request adds a standardized Creative Commons Zero v1.0 Universal license file is hereby added to the project. In addition to providing this important information to the project users, this will also allow automated license type detection (e.g., by the Licensee Gem which is used by the GitHub website).
CC: @PierLuisVona