1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-28 02:41:51 +03:00

Manually define dependency license metadata that was not detected

The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based
on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases
where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in
the `.licenses` folder manually.

The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
This commit is contained in:
per1234
2021-09-17 03:05:09 -07:00
parent ade7b9d044
commit 863759cbd3
93 changed files with 123 additions and 115 deletions

View File

@ -5,7 +5,9 @@ type: go
summary: Package diffmatchpatch offers robust algorithms to perform the operations
required for synchronizing plain text.
homepage: https://pkg.go.dev/github.com/sergi/go-diff/diffmatchpatch
license: other
# Apache-2.0 subsumes MIT
# https://www.gnu.org/licenses/license-compatibility.html#combining
license: apache-2.0
licenses:
- sources: go-diff@v1.1.0/LICENSE
text: |+