You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-go/licenseclassifier/metadata.xml

19 lines
763 B

<?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>