From 1d053c4e68d644321d0c665db64e3c74a09d6595 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 26 May 2011 08:33:56 +0000
Subject: [PATCH] Add mention of CCPL, one-line descriptions for toolkit, smaller left menu
---
opendj3/pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 7b104ff..93a9f11 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -434,4 +434,18 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <licenses>
+ <license>
+ <name>CC BY-NC-ND 3.0</name>
+ <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
+ <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported</comments>
+ <distribution>repo</distribution>
+ </license>
+ <license>
+ <name>CDDL-1.0</name>
+ <url>http://www.opensource.org/licenses/cddl1.php</url>
+ <comments>Common Development and Distribution License (CDDL) 1.0</comments>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
</project>
--
Gitblit v1.10.0