summaryrefslogtreecommitdiff
blob: 3c3482cc57a7bdf911cd3f90ea931c4cb8470c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <!-- maintainer-needed -->
  <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>