Mention license in readme
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 May 2015 13:57:48 +0000 (15:57 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 21 May 2015 13:57:48 +0000 (15:57 +0200)
README.md
pom.xml

index 49a54cd..d69343c 100644 (file)
--- 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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
   <licenses>
     <license>
       <name>BSD</name>
-      <url>http://www.opensource.org/licenses/bsd-license.php</url>
+      <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
     </license>
   </licenses>
   <description>Java wrapper for the ZOOM API of YAZ</description>