From 2a9a727f47eddba0531e91502637f9d777409d1e Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 17 May 2011 10:48:24 +0000 Subject: [PATCH] Mention CCPL in opendj-docs pom.xml. --- opendj3/opendj-docs/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opendj3/opendj-docs/pom.xml b/opendj3/opendj-docs/pom.xml index 30cb7a0..a7213f8 100644 --- a/opendj3/opendj-docs/pom.xml +++ b/opendj3/opendj-docs/pom.xml @@ -29,6 +29,15 @@ <modelVersion>4.0.0</modelVersion> <artifactId>opendj-docs</artifactId> <name>OpenDJ Core User Documentation</name> + <inceptionYear>2011</inceptionYear> + <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> + </licenses> <packaging>pom</packaging> <description>DocBook XML source for OpenDJ core user documentation. Java API and configuration reference documentation is generated from OpenDJ source code.</description> <properties> -- Gitblit v1.10.0