From 7d274d5c6bfedd3c344f8be0a1c45ac7d2f17326 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 15 Apr 2018 20:35:02 -0400
Subject: [PATCH] Added license information.

---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 87a59d1..f748812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,14 @@
 
     <url>http://www.syncleus.com/</url>
 
+    <licenses>
+        <license>
+            <name>Apache Software License version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
     <organization>
         <name>Syncleus</name>
         <url>http://www.syncleus.com</url>
-- 
GitLab