summaryrefslogtreecommitdiff
path: root/dev-go/licenseclassifier/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/licenseclassifier/metadata.xml')
-rw-r--r--dev-go/licenseclassifier/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-go/licenseclassifier/metadata.xml b/dev-go/licenseclassifier/metadata.xml
new file mode 100644
index 000000000000..36c5ed7ae5ec
--- /dev/null
+++ b/dev-go/licenseclassifier/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kpp+gentoo@qrator.net</email>
+ <name>Konstantin Ignatov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</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>