summaryrefslogtreecommitdiff
path: root/dev-go/licenseclassifier/metadata.xml
blob: 20353e0ab93d08f6d4234ef33620e9ec5069e5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
    The license classifier is a library and set of tools that can analyze text
    to determine what type of license it contains. It searches for license texts
    in a file and compares them to an archive of known licenses.
    These files could be, e.g., LICENSE files with a single or multiple licenses in it,
    or source code files with the license text in a comment.
  </longdescription>
  <upstream>
    <remote-id type="github">google/licenseclassifier</remote-id>
  </upstream>
</pkgmetadata>