mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
19 lines
763 B
XML
19 lines
763 B
XML
<?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>
|