golang-github-go-enry-go-license-detector 4.3.0-3ubuntu0.22.04.2 source package in Ubuntu

Changelog

golang-github-go-enry-go-license-detector (4.3.0-3ubuntu0.22.04.2) jammy-security; urgency=medium

  * No change build due to golang-1.18 update

 -- Nishit Majithia <email address hidden>  Tue, 02 May 2023 14:37:07 +0530

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-go-enry-go-license-detector_4.3.0.orig.tar.gz 8.6 MiB 2f905ed275a80a4eae30cd4dd276e07bcd338c9189f36ad9d5723e2a8a9b9bd7
golang-github-go-enry-go-license-detector_4.3.0-3ubuntu0.22.04.2.debian.tar.xz 3.3 KiB 4a1728c891285aa2f96644b5836760e3b05e33a6f7f8f05fd4f42cd03141ce3a
golang-github-go-enry-go-license-detector_4.3.0-3ubuntu0.22.04.2.dsc 2.8 KiB f6c032ac4493fa55dd3ea9d0a21cba9b34fb5636eb14d402acf59094bdb20af0

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