Add licensing information

Fixes #8
This commit is contained in:
Konstantin Gribov
2017-04-04 20:19:49 +03:00
parent b180862572
commit e0a70e88fd
3 changed files with 214 additions and 0 deletions

View File

@@ -28,6 +28,14 @@
</repository>
</distributionManagement>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>