1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +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

@ -2,9 +2,9 @@
name: github.com/ProtonMail/go-crypto/bitcurves name: github.com/ProtonMail/go-crypto/bitcurves
version: v0.0.0-20210428141323-04723f9f07d7 version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: Package brainpool implements Brainpool elliptic curves. summary: Package brainpool implements Brainpool elliptic curves.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -7,7 +7,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
OPERATION: A TWO-PASS AUTHENTICATED-ENCRYPTION SCHEME OPTIMIZED FOR SIMPLICITY AND OPERATION: A TWO-PASS AUTHENTICATED-ENCRYPTION SCHEME OPTIMIZED FOR SIMPLICITY AND
EFFICIENCY." In FSE''04, volume 3017 of LNCS, 2004' EFFICIENCY." In FSE''04, volume 3017 of LNCS, 2004'
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/ProtonMail/go-crypto/internal/byteutil name: github.com/ProtonMail/go-crypto/internal/byteutil
version: v0.0.0-20210428141323-04723f9f07d7 version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -7,7 +7,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
and Krovetz - OCB: A BLOCK-CIPHER MODE OF OPERATION FOR EFFICIENT AUTHENTICATED and Krovetz - OCB: A BLOCK-CIPHER MODE OF OPERATION FOR EFFICIENT AUTHENTICATED
ENCRYPTION (2003).' ENCRYPTION (2003).'
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: Package openpgp implements high level operations on OpenPGP messages. summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
in RFC 6637, section 8. in RFC 6637, section 8.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -6,7 +6,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
IEEE Transactions on Information Theory, v. IEEE Transactions on Information Theory, v.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: Package errors contains common error types for the OpenPGP packages. summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
version: v0.0.0-20210428141323-04723f9f07d7 version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc
version: v0.0.0-20210428141323-04723f9f07d7 version: v0.0.0-20210428141323-04723f9f07d7
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package encoding implements openpgp packet field encodings as specified in summary: Package encoding implements openpgp packet field encodings as specified in
RFC 4880 and 6637. RFC 4880 and 6637.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880. specified in RFC 4880.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1. in RFC 4800 section 3.7.1.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k
license: other license: bsd-3-clause
licenses: licenses:
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE - sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/builder name: github.com/arduino/arduino-cli/arduino/builder
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/builder homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/builder
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/cores name: github.com/arduino/arduino-cli/arduino/cores
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/globals name: github.com/arduino/arduino-cli/arduino/globals
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/libraries name: github.com/arduino/arduino-cli/arduino/libraries
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/resources name: github.com/arduino/arduino-cli/arduino/resources
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/sketch name: github.com/arduino/arduino-cli/arduino/sketch
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/arduino/sketches name: github.com/arduino/arduino-cli/arduino/sketches
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketches homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketches
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/cli/errorcodes name: github.com/arduino/arduino-cli/cli/errorcodes
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/errorcodes homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/errorcodes
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/cli/feedback name: github.com/arduino/arduino-cli/cli/feedback
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/feedback homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/cli/feedback
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
version: v0.0.0-20210520100059-2666b6ec51e9 version: v0.0.0-20210520100059-2666b6ec51e9
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
license: other license: gpl-3.0-only
licenses: licenses:
- sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt - sources: arduino-cli@v0.0.0-20210520100059-2666b6ec51e9/LICENSE.txt
text: | text: |

View File

@ -2,9 +2,9 @@
name: github.com/arduino/go-paths-helper name: github.com/arduino/go-paths-helper
version: v1.6.1 version: v1.6.1
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
license: gpl-2.0 license: gpl-2.0-or-later
licenses: licenses:
- sources: LICENSE - sources: LICENSE
text: |2 text: |2

View File

@ -4,7 +4,7 @@ version: v1.3.0
type: go type: go
summary: Package properties is a library for handling maps of hierarchical properties. summary: Package properties is a library for handling maps of hierarchical properties.
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
license: gpl-2.0 license: gpl-2.0-or-later
licenses: licenses:
- sources: LICENSE - sources: LICENSE
text: |2 text: |2

View File

@ -2,9 +2,9 @@
name: github.com/arduino/libraries-repository-engine/internal/libraries name: github.com/arduino/libraries-repository-engine/internal/libraries
version: v0.0.0-20210715160651-710946ea85e3 version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -2,9 +2,9 @@
name: github.com/arduino/libraries-repository-engine/internal/libraries/db name: github.com/arduino/libraries-repository-engine/internal/libraries/db
version: v0.0.0-20210715160651-710946ea85e3 version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/db homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/db
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -2,9 +2,9 @@
name: github.com/arduino/libraries-repository-engine/internal/libraries/file name: github.com/arduino/libraries-repository-engine/internal/libraries/file
version: v0.0.0-20210715160651-710946ea85e3 version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/file homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/file
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: Package metadata handles library.properties metadata. summary: Package metadata handles library.properties metadata.
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/metadata homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/metadata
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -2,9 +2,9 @@
name: github.com/arduino/libraries-repository-engine/internal/libraries/zip name: github.com/arduino/libraries-repository-engine/internal/libraries/zip
version: v0.0.0-20210715160651-710946ea85e3 version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/zip homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/internal/libraries/zip
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -2,9 +2,9 @@
name: github.com/arduino/libraries-repository-engine/libraries name: github.com/arduino/libraries-repository-engine/libraries
version: v0.0.0-20210715160651-710946ea85e3 version: v0.0.0-20210715160651-710946ea85e3
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/libraries homepage: https://pkg.go.dev/github.com/arduino/libraries-repository-engine/libraries
license: agpl-3.0 license: agpl-3.0-or-later
licenses: licenses:
- sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt - sources: libraries-repository-engine@v0.0.0-20210715160651-710946ea85e3/LICENSE.txt
text: |2 text: |2

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package containers provides core interfaces and functions for data structures. summary: Package containers provides core interfaces and functions for data structures.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package lists provides an abstract List interface. summary: Package lists provides an abstract List interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package arraylist implements the array list. summary: Package arraylist implements the array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package trees provides an abstract Tree interface. summary: Package trees provides an abstract Tree interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package binaryheap implements a binary heap backed by array list. summary: Package binaryheap implements a binary heap backed by array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -4,7 +4,8 @@ version: v1.12.0
type: go type: go
summary: Package utils provides common utility functions. summary: Package utils provides common utility functions.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
license: other # The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses: licenses:
- sources: gods@v1.12.0/LICENSE - sources: gods@v1.12.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package gcfg reads "INI-style" text-based configuration files with "name=value" summary: Package gcfg reads "INI-style" text-based configuration files with "name=value"
pairs grouped into sections (gcfg files). pairs grouped into sections (gcfg files).
homepage: https://pkg.go.dev/github.com/go-git/gcfg homepage: https://pkg.go.dev/github.com/go-git/gcfg
license: other license: bsd-3-clause
licenses: licenses:
- sources: LICENSE - sources: LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.5.0
type: go type: go
summary: Package scanner implements a scanner for gcfg configuration text. summary: Package scanner implements a scanner for gcfg configuration text.
homepage: https://pkg.go.dev/github.com/go-git/gcfg/scanner homepage: https://pkg.go.dev/github.com/go-git/gcfg/scanner
license: other license: bsd-3-clause
licenses: licenses:
- sources: gcfg@v1.5.0/LICENSE - sources: gcfg@v1.5.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package token defines constants representing the lexical tokens of the gcfg summary: Package token defines constants representing the lexical tokens of the gcfg
configuration syntax and basic operations on tokens (printing, predicates). configuration syntax and basic operations on tokens (printing, predicates).
homepage: https://pkg.go.dev/github.com/go-git/gcfg/token homepage: https://pkg.go.dev/github.com/go-git/gcfg/token
license: other license: bsd-3-clause
licenses: licenses:
- sources: gcfg@v1.5.0/LICENSE - sources: gcfg@v1.5.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.5.0
type: go type: go
summary: Package types defines helpers for type conversions. summary: Package types defines helpers for type conversions.
homepage: https://pkg.go.dev/github.com/go-git/gcfg/types homepage: https://pkg.go.dev/github.com/go-git/gcfg/types
license: other license: bsd-3-clause
licenses: licenses:
- sources: gcfg@v1.5.0/LICENSE - sources: gcfg@v1.5.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: "[godoc-link-here] The juju/errors provides an easy way to annotate errors summary: "[godoc-link-here] The juju/errors provides an easy way to annotate errors
without losing the orginal error context." without losing the orginal error context."
homepage: https://pkg.go.dev/github.com/juju/errors homepage: https://pkg.go.dev/github.com/juju/errors
license: other license: lgpl-3.0-only
licenses: licenses:
- sources: LICENSE - sources: LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20201106050909-4977a11b4351
type: go type: go
summary: Package ssh_config provides tools for manipulating SSH config files. summary: Package ssh_config provides tools for manipulating SSH config files.
homepage: https://pkg.go.dev/github.com/kevinburke/ssh_config homepage: https://pkg.go.dev/github.com/kevinburke/ssh_config
license: other license: mit
licenses: licenses:
- sources: LICENSE - sources: LICENSE
text: | text: |

View File

@ -5,7 +5,9 @@ type: go
summary: Package diffmatchpatch offers robust algorithms to perform the operations summary: Package diffmatchpatch offers robust algorithms to perform the operations
required for synchronizing plain text. required for synchronizing plain text.
homepage: https://pkg.go.dev/github.com/sergi/go-diff/diffmatchpatch 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: licenses:
- sources: go-diff@v1.1.0/LICENSE - sources: go-diff@v1.1.0/LICENSE
text: |+ text: |+

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
type: go type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
type: go type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144. summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
type: go type: go
summary: Package ed25519 implements the Ed25519 signature algorithm. summary: Package ed25519 implements the Ed25519 signature algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519 homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
type: go type: go
summary: Package ssh implements an SSH client and server. summary: Package ssh implements an SSH client and server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package agent implements the ssh-agent protocol, and provides both a client summary: Package agent implements the ssh-agent protocol, and provides both a client
and a server. and a server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210421170649-83a5a9bb288b
type: go type: go
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -6,7 +6,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host
database, and provides utility functions for writing OpenSSH compliant known_hosts database, and provides utility functions for writing OpenSSH compliant known_hosts
files. files.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts
license: other license: bsd-3-clause
licenses: licenses:
- sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE - sources: crypto@v0.0.0-20210421170649-83a5a9bb288b/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package context defines the Context type, which carries deadlines, cancelation summary: Package context defines the Context type, which carries deadlines, cancelation
signals, and other request-scoped values across API boundaries and between processes. signals, and other request-scoped values across API boundaries and between processes.
homepage: https://pkg.go.dev/golang.org/x/net/context homepage: https://pkg.go.dev/golang.org/x/net/context
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
type: go type: go
summary: Package http2 implements the HTTP/2 protocol. summary: Package http2 implements the HTTP/2 protocol.
homepage: https://pkg.go.dev/golang.org/x/net/http2 homepage: https://pkg.go.dev/golang.org/x/net/http2
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
type: go type: go
summary: Package socks provides a SOCKS version 5 client implementation. summary: Package socks provides a SOCKS version 5 client implementation.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
type: go type: go
summary: Package timeseries implements a time series structure for stats collection. summary: Package timeseries implements a time series structure for stats collection.
homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package proxy provides support for a variety of protocols to proxy network summary: Package proxy provides support for a variety of protocols to proxy network
data. data.
homepage: https://pkg.go.dev/golang.org/x/net/proxy homepage: https://pkg.go.dev/golang.org/x/net/proxy
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210326060303-6b1517762897
type: go type: go
summary: Package trace implements tracing of requests and long-lived objects. summary: Package trace implements tracing of requests and long-lived objects.
homepage: https://pkg.go.dev/golang.org/x/net/trace homepage: https://pkg.go.dev/golang.org/x/net/trace
license: other license: bsd-3-clause
licenses: licenses:
- sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE - sources: net@v0.0.0-20210326060303-6b1517762897/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
to find absolute paths. to find absolute paths.
homepage: https://pkg.go.dev/golang.org/x/sys/execabs homepage: https://pkg.go.dev/golang.org/x/sys/execabs
license: other license: bsd-3-clause
licenses: licenses:
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE - sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package unsafeheader contains header declarations for the Go runtime's slice summary: Package unsafeheader contains header declarations for the Go runtime's slice
and string implementations. and string implementations.
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
license: other license: bsd-3-clause
licenses: licenses:
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE - sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v0.0.0-20210502180810-71e4cd670f79
type: go type: go
summary: Package unix contains an interface to the low-level operating system primitives. summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: other license: bsd-3-clause
licenses: licenses:
- sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE - sources: sys@v0.0.0-20210502180810-71e4cd670f79/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package prototext marshals and unmarshals protocol buffer messages as the summary: Package prototext marshals and unmarshals protocol buffer messages as the
textproto format. textproto format.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/prototext
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package protowire parses and formats the raw wire encoding. summary: Package protowire parses and formats the raw wire encoding.
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package descfmt provides functionality to format descriptors. summary: Package descfmt provides functionality to format descriptors.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descfmt homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descfmt
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package descopts contains the nil pointers to concrete descriptor options. summary: Package descopts contains the nil pointers to concrete descriptor options.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descopts homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/descopts
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package detrand provides deterministically random functionality. summary: Package detrand provides deterministically random functionality.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package defval marshals and unmarshals textual forms of default values. summary: Package defval marshals and unmarshals textual forms of default values.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/defval homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/defval
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package messageset encodes and decodes the obsolete MessageSet wire format. summary: Package messageset encodes and decodes the obsolete MessageSet wire format.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/messageset homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/messageset
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package tag marshals and unmarshals the legacy struct tags as generated by summary: Package tag marshals and unmarshals the legacy struct tags as generated by
historical versions of protoc-gen-go. historical versions of protoc-gen-go.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/tag homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/tag
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package text implements the text format for protocol buffers. summary: Package text implements the text format for protocol buffers.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/text homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/text
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package errors implements functions to manipulate errors. summary: Package errors implements functions to manipulate errors.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/errors homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/errors
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package fieldsort defines an ordering of fields. summary: Package fieldsort defines an ordering of fields.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/fieldsort homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/fieldsort
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package filedesc provides functionality for constructing descriptors. summary: Package filedesc provides functionality for constructing descriptors.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filedesc homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filedesc
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package filetype provides functionality for wrapping descriptors with Go summary: Package filetype provides functionality for wrapping descriptors with Go
type information. type information.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filetype homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/filetype
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package flags provides a set of flags controlled by build tags. summary: Package flags provides a set of flags controlled by build tags.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/flags homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/flags
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package genid contains constants for declarations in descriptor.proto and summary: Package genid contains constants for declarations in descriptor.proto and
the well-known types. the well-known types.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/genid homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/genid
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: google.golang.org/protobuf/internal/impl name: google.golang.org/protobuf/internal/impl
version: v1.25.0 version: v1.25.0
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package mapsort provides sorted access to maps. summary: Package mapsort provides sorted access to maps.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/mapsort homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/mapsort
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package pragma provides types that can be embedded into a struct to statically summary: Package pragma provides types that can be embedded into a struct to statically
enforce or prevent certain language properties. enforce or prevent certain language properties.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/pragma homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/pragma
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package set provides simple set data structures for uint64s. summary: Package set provides simple set data structures for uint64s.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/set homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/set
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package strs provides string manipulation functionality specific to protobuf. summary: Package strs provides string manipulation functionality specific to protobuf.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/strs homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/strs
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package version records versioning information about this module. summary: Package version records versioning information about this module.
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/version homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/version
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package proto provides functions operating on protocol buffer messages. summary: Package proto provides functions operating on protocol buffer messages.
homepage: https://pkg.go.dev/google.golang.org/protobuf/proto homepage: https://pkg.go.dev/google.golang.org/protobuf/proto
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package protoreflect provides interfaces to dynamically manipulate messages. summary: Package protoreflect provides interfaces to dynamically manipulate messages.
homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package protoregistry provides data structures to register and lookup protobuf summary: Package protoregistry provides data structures to register and lookup protobuf
descriptor types. descriptor types.
homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoregistry homepage: https://pkg.go.dev/google.golang.org/protobuf/reflect/protoregistry
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package protoiface contains types referenced or implemented by messages. summary: Package protoiface contains types referenced or implemented by messages.
homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoiface homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoiface
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -5,7 +5,7 @@ type: go
summary: Package protoimpl contains the default implementation for messages generated summary: Package protoimpl contains the default implementation for messages generated
by protoc-gen-go. by protoc-gen-go.
homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoimpl homepage: https://pkg.go.dev/google.golang.org/protobuf/runtime/protoimpl
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package anypb contains generated types for google/protobuf/any.proto. summary: Package anypb contains generated types for google/protobuf/any.proto.
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/anypb homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/anypb
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package durationpb contains generated types for google/protobuf/duration.proto. summary: Package durationpb contains generated types for google/protobuf/duration.proto.
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/durationpb homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/durationpb
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -4,7 +4,7 @@ version: v1.25.0
type: go type: go
summary: Package timestamppb contains generated types for google/protobuf/timestamp.proto. summary: Package timestamppb contains generated types for google/protobuf/timestamp.proto.
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/timestamppb homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/timestamppb
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |

View File

@ -2,9 +2,9 @@
name: google.golang.org/protobuf/types/known/wrapperspb name: google.golang.org/protobuf/types/known/wrapperspb
version: v1.25.0 version: v1.25.0
type: go type: go
summary: summary:
homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb
license: other license: bsd-3-clause
licenses: licenses:
- sources: protobuf@v1.25.0/LICENSE - sources: protobuf@v1.25.0/LICENSE
text: | text: |