summaryrefslogtreecommitdiff
path: root/dev-go/licenseclassifier/metadata.xml
blob: 3ab388800459b1c3f6fc4c80843ba0d69626d55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
    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>
  <origin>srcux</origin>
</pkgmetadata>