From 65309cc67d6f95409f392940cf32266f4f6d35c5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 29 Oct 2014 11:26:58 -0400
Subject: [PATCH] Fixed license information in maven build chain.

Issue: DANN-11
Change-Id: Ic44a441cb3ec2537f95a0d3d979df8aeeccb8b36
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5302a2c..511685e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,14 @@
     <description>Artificial Intelligence and Artificial Genetics library - Example Projects</description>
     <url>http://wiki.syncleus.com/index.php/DANN</url>
 
+    <licenses>
+        <license>
+            <name>Open Source Community License - Type C version 1.0 or later</name>
+            <url>http://wiki.syncleus.com/images/3/3b/Oscl-c.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
     <issueManagement>
         <system>JIRA</system>
         <url>http://bugs.syncleus.com/browse/DANN/</url>
-- 
GitLab