From: Adam Dickmeiss Date: Thu, 21 May 2015 13:57:48 +0000 (+0200) Subject: Mention license in readme X-Git-Tag: v1.5~3 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=2884f869e0648de01377eaeff2f9647511626837;p=yaz4j-moved-to-github.git Mention license in readme --- diff --git a/README.md b/README.md index 49a54cd..d69343c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ toolkit known as the ZOOM API. With Yaz4j you can program clients for YAZ- supported protocols like Z39.50, SRU/W and Solr. Yaz4j includes a native component and supports Windows, Linux and OSX. +Yaz4j is covered by the [Revised BSD](http://www.indexdata.com/licences/revised-bsd) license. That should be same as the the [BSD 3 Clause License](http://opensource.org/licenses/BSD-3-Clause). + INSTALLATION ============ diff --git a/pom.xml b/pom.xml index 72a3552..50180c1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ BSD - http://www.opensource.org/licenses/bsd-license.php + http://www.opensource.org/licenses/BSD-3-Clause Java wrapper for the ZOOM API of YAZ