golang-github-go-enry-go-license-detector 4.3.0+git20221007.a3a1cc6-3ubuntu0.1 source package in Ubuntu

Changelog

golang-github-go-enry-go-license-detector (4.3.0+git20221007.a3a1cc6-3ubuntu0.1) mantic-security; urgency=medium

  * No change rebuid due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:30:19 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6.orig.tar.gz 8.9 MiB b2580d804abc9ff29f4e125647988294457348d548b65e7d9c140b95e9f62ba9
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-3ubuntu0.1.debian.tar.xz 3.1 KiB fe932d449d9940e574bc283b5e8a1e5daec57a17cd987a25d6f37118089ce518
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-3ubuntu0.1.dsc 3.0 KiB d799fecb9cb610da3e86e5109c693b782ddb9d49550ab8b2f0508dddf1c33d13

View changes file

Binary packages built by this source

golang-github-go-enry-go-license-detector-dev: Reliable project licenses detector (library)

 It scans the given directory for license files, normalizes and hashes them
 and outputs all the fuzzy matches with the list of reference texts. The
 returned names follow SPDX standard.
 .
 Why? There are no similar projects which can be compiled into a native binary
 without dependencies and also support the whole SPDX license database
 (≈400 items). This implementation is also fast, requires little memory, and
 the API is easy to use.
 .
 The detection algorithm is not template matching; this directly implies that
 go-license-detector does not provide any legal guarantees. The intended area
 of it's usage is data mining.
 .
 This package provides the golang module.

license-detector: Reliable project licenses detector (command line)

 It scans the given directory for license files, normalizes and hashes them
 and outputs all the fuzzy matches with the list of reference texts. The
 returned names follow SPDX standard.
 .
 Why? There are no similar projects which can be compiled into a native binary
 without dependencies and also support the whole SPDX license database
 (≈400 items). This implementation is also fast, requires little memory, and
 the API is easy to use.
 .
 The detection algorithm is not template matching; this directly implies that
 go-license-detector does not provide any legal guarantees. The intended area
 of it's usage is data mining.
 .
 This package provides the command line interface.

license-detector-dbgsym: debug symbols for license-detector