Fixing header code to avoid copyright ownership misunderstandings.
diff --git a/shared.gradle b/shared.gradle
index 88fd123..3b74547 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -70,5 +70,6 @@
         uxf = 'XML_STYLE'
     }
     ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Mifos Initiative'
+    ext.name = 'Kuelap, Inc'
+    skipExistingHeaders true
 }