blob: 0bfba498b5aafe0eb293961ffa63ac28ea3c8cd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<origin>srcux</origin>
</pkgmetadata>
|