From efe7c661031ed96d2d3a0c0c709e8594e1a3c1b3 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 04 Aug 2011 13:32:22 +0000
Subject: [PATCH] Clarify that CDDL is for source code and that CC is for site content and core docs as indicated in the source code

---
 opendj3/pom.xml |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 032cb39..dcc5b59 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -663,11 +663,21 @@
     </dependency>
   </dependencies>
   <licenses>
-    <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>
+   <license>
+    <name>CDDL-1.0</name>
+    <url>http://www.opensource.org/licenses/cddl1.php</url>
+    <comments>Common Development and Distribution License (CDDL) 1.0.
+    This license applies to OpenDJ source code as indicated in the
+    source files.</comments>
+    <distribution>repo</distribution>
+   </license>
+   <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. This license applies to the site content, and to the
+    documentation as indicated in the documentation source code.</comments>
+    <distribution>repo</distribution>
+   </license>
   </licenses>
 </project>

--
Gitblit v1.10.0