mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
18 lines
708 B
XML
18 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>williamh@gentoo.org</email>
|
|
<name>William Hubbs</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
go-licenses analyzes the dependency tree of a Go package/binary.
|
|
It can output a report on the libraries used and under what license they can be used.
|
|
It can also collect all of the license documents, copyright notices and source code
|
|
into a directory in order to comply with license terms on redistribution.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">google/go-licenses</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|