You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2018/03/01 12:09:09 UTC

[GitHub] Izakey closed pull request #2: Updated copyright information to The Apache Software Foundation

Izakey closed pull request #2: Updated copyright information to The Apache Software Foundation
URL: https://github.com/apache/fineract-cn-lang/pull/2
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index bc0bed9..0fc6ed8 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# Mifos I/O Core Lang
+# Apache Fineract CN Core Lang
 
 [![Join the chat at https://gitter.im/mifos-initiative/mifos.io](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mifos-initiative/mifos.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 ## Abstract
-Mifos I/O is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.
+Apache Fineract CN is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.
 
 ## Prerequisites
 ### Runtime
diff --git a/build.gradle b/build.gradle
index 96d9e83..a70bfd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -104,6 +104,5 @@ license {
         java = 'SLASHSTAR_STYLE'
     }
     ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'Kuelap, Inc'
-    skipExistingHeaders true
+    ext.name = 'The Apache Software Foundation'
 }
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index f5b6d5a..c44b679 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 79854ba..568c50b 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
-#Mon Mar 13 18:11:35 CET 2017
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
diff --git a/gradlew b/gradlew
index 4453cce..cccdd3d 100755
--- a/gradlew
+++ b/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
 # Use the maximum available, or set MAX_FD != -1 to use that value.
 MAX_FD="maximum"
 
-warn ( ) {
+warn () {
     echo "$*"
 }
 
-die ( ) {
+die () {
     echo
     echo "$*"
     echo
@@ -155,7 +155,7 @@ if $cygwin ; then
 fi
 
 # Escape application args
-save ( ) {
+save () {
     for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
     echo " "
 }
diff --git a/src/main/java/io/mifos/core/lang/ApplicationName.java b/src/main/java/org/apache/fineract/cn/core/lang/ApplicationName.java
similarity index 97%
rename from src/main/java/io/mifos/core/lang/ApplicationName.java
rename to src/main/java/org/apache/fineract/cn/core/lang/ApplicationName.java
index c3da900..cd588b3 100644
--- a/src/main/java/io/mifos/core/lang/ApplicationName.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/ApplicationName.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import java.util.Objects;
 import java.util.regex.Matcher;
diff --git a/src/main/java/io/mifos/core/lang/AutoTenantContext.java b/src/main/java/org/apache/fineract/cn/core/lang/AutoTenantContext.java
similarity index 93%
rename from src/main/java/io/mifos/core/lang/AutoTenantContext.java
rename to src/main/java/org/apache/fineract/cn/core/lang/AutoTenantContext.java
index 6057014..ecca02a 100644
--- a/src/main/java/io/mifos/core/lang/AutoTenantContext.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/AutoTenantContext.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import java.util.Optional;
 
diff --git a/src/main/java/io/mifos/core/lang/DateConverter.java b/src/main/java/org/apache/fineract/cn/core/lang/DateConverter.java
similarity index 96%
rename from src/main/java/io/mifos/core/lang/DateConverter.java
rename to src/main/java/org/apache/fineract/cn/core/lang/DateConverter.java
index 6e895de..9862c7a 100644
--- a/src/main/java/io/mifos/core/lang/DateConverter.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/DateConverter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.springframework.util.Assert;
 
diff --git a/src/main/java/io/mifos/core/lang/DateOfBirth.java b/src/main/java/org/apache/fineract/cn/core/lang/DateOfBirth.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/DateOfBirth.java
rename to src/main/java/org/apache/fineract/cn/core/lang/DateOfBirth.java
index 31faeb3..656782b 100644
--- a/src/main/java/io/mifos/core/lang/DateOfBirth.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/DateOfBirth.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import java.time.LocalDate;
 
diff --git a/src/main/java/io/mifos/core/lang/DateRange.java b/src/main/java/org/apache/fineract/cn/core/lang/DateRange.java
similarity index 96%
rename from src/main/java/io/mifos/core/lang/DateRange.java
rename to src/main/java/org/apache/fineract/cn/core/lang/DateRange.java
index 5a54687..57e0538 100644
--- a/src/main/java/io/mifos/core/lang/DateRange.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/DateRange.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.springframework.util.Assert;
 
diff --git a/src/main/java/io/mifos/core/lang/ServiceError.java b/src/main/java/org/apache/fineract/cn/core/lang/ServiceError.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/ServiceError.java
rename to src/main/java/org/apache/fineract/cn/core/lang/ServiceError.java
index 1fdf297..e75eb44 100644
--- a/src/main/java/io/mifos/core/lang/ServiceError.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/ServiceError.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 @SuppressWarnings("WeakerAccess")
 public final class ServiceError {
diff --git a/src/main/java/io/mifos/core/lang/ServiceException.java b/src/main/java/org/apache/fineract/cn/core/lang/ServiceException.java
similarity index 95%
rename from src/main/java/io/mifos/core/lang/ServiceException.java
rename to src/main/java/org/apache/fineract/cn/core/lang/ServiceException.java
index acfe537..500c0da 100644
--- a/src/main/java/io/mifos/core/lang/ServiceException.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/ServiceException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import java.text.MessageFormat;
 
diff --git a/src/main/java/io/mifos/core/lang/TenantContextHolder.java b/src/main/java/org/apache/fineract/cn/core/lang/TenantContextHolder.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/TenantContextHolder.java
rename to src/main/java/org/apache/fineract/cn/core/lang/TenantContextHolder.java
index d9abd9f..b51fa97 100644
--- a/src/main/java/io/mifos/core/lang/TenantContextHolder.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/TenantContextHolder.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.springframework.util.Assert;
 
diff --git a/src/main/java/io/mifos/core/lang/config/ApplicationNameConfiguration.java b/src/main/java/org/apache/fineract/cn/core/lang/config/ApplicationNameConfiguration.java
similarity index 91%
rename from src/main/java/io/mifos/core/lang/config/ApplicationNameConfiguration.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/ApplicationNameConfiguration.java
index ed0f391..479836c 100644
--- a/src/main/java/io/mifos/core/lang/config/ApplicationNameConfiguration.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/ApplicationNameConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import io.mifos.core.lang.ApplicationName;
 import org.springframework.beans.factory.annotation.Value;
diff --git a/src/main/java/io/mifos/core/lang/config/EnableApplicationName.java b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableApplicationName.java
similarity index 91%
rename from src/main/java/io/mifos/core/lang/config/EnableApplicationName.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/EnableApplicationName.java
index 71a0dea..eb18921 100644
--- a/src/main/java/io/mifos/core/lang/config/EnableApplicationName.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableApplicationName.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import org.springframework.context.annotation.Import;
 
diff --git a/src/main/java/io/mifos/core/lang/config/EnableServiceException.java b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableServiceException.java
similarity index 91%
rename from src/main/java/io/mifos/core/lang/config/EnableServiceException.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/EnableServiceException.java
index 380c901..37c5499 100644
--- a/src/main/java/io/mifos/core/lang/config/EnableServiceException.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableServiceException.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import org.springframework.context.annotation.Import;
 
diff --git a/src/main/java/io/mifos/core/lang/config/EnableTenantContext.java b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableTenantContext.java
similarity index 91%
rename from src/main/java/io/mifos/core/lang/config/EnableTenantContext.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/EnableTenantContext.java
index 2850de4..5860d90 100644
--- a/src/main/java/io/mifos/core/lang/config/EnableTenantContext.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/EnableTenantContext.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import org.springframework.context.annotation.Import;
 
diff --git a/src/main/java/io/mifos/core/lang/config/ServiceExceptionFilter.java b/src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilter.java
similarity index 95%
rename from src/main/java/io/mifos/core/lang/config/ServiceExceptionFilter.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilter.java
index 08af6a8..5bd26bc 100644
--- a/src/main/java/io/mifos/core/lang/config/ServiceExceptionFilter.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import io.mifos.core.lang.ServiceError;
 import io.mifos.core.lang.ServiceException;
diff --git a/src/main/java/io/mifos/core/lang/config/ServiceExceptionJavaConfiguration.java b/src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionJavaConfiguration.java
similarity index 92%
rename from src/main/java/io/mifos/core/lang/config/ServiceExceptionJavaConfiguration.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionJavaConfiguration.java
index 2c03e04..bd6196a 100644
--- a/src/main/java/io/mifos/core/lang/config/ServiceExceptionJavaConfiguration.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionJavaConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import org.springframework.boot.web.servlet.FilterRegistrationBean;
 import org.springframework.context.annotation.Bean;
diff --git a/src/main/java/io/mifos/core/lang/config/TenantContextJavaConfiguration.java b/src/main/java/org/apache/fineract/cn/core/lang/config/TenantContextJavaConfiguration.java
similarity index 93%
rename from src/main/java/io/mifos/core/lang/config/TenantContextJavaConfiguration.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/TenantContextJavaConfiguration.java
index e977370..eb2a1bf 100644
--- a/src/main/java/io/mifos/core/lang/config/TenantContextJavaConfiguration.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/TenantContextJavaConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import org.springframework.boot.web.servlet.FilterRegistrationBean;
 import org.springframework.context.annotation.Bean;
diff --git a/src/main/java/io/mifos/core/lang/config/TenantHeaderFilter.java b/src/main/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilter.java
similarity index 91%
rename from src/main/java/io/mifos/core/lang/config/TenantHeaderFilter.java
rename to src/main/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilter.java
index a9b2736..536e46f 100644
--- a/src/main/java/io/mifos/core/lang/config/TenantHeaderFilter.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilter.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import io.mifos.core.lang.TenantContextHolder;
+import org.apache.fineract.cn.core.lang.TenantContextHolder;
 import org.springframework.web.filter.OncePerRequestFilter;
 
 import javax.servlet.FilterChain;
diff --git a/src/main/java/io/mifos/core/lang/listening/EventExpectation.java b/src/main/java/org/apache/fineract/cn/core/lang/listening/EventExpectation.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/listening/EventExpectation.java
rename to src/main/java/org/apache/fineract/cn/core/lang/listening/EventExpectation.java
index 1e6f248..6c5a743 100644
--- a/src/main/java/io/mifos/core/lang/listening/EventExpectation.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/listening/EventExpectation.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Kuelap, Inc
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.listening;
+package org.apache.fineract.cn.core.lang.listening;
 
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.locks.Condition;
diff --git a/src/main/java/io/mifos/core/lang/listening/EventKey.java b/src/main/java/org/apache/fineract/cn/core/lang/listening/EventKey.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/listening/EventKey.java
rename to src/main/java/org/apache/fineract/cn/core/lang/listening/EventKey.java
index 9026288..e91e58c 100644
--- a/src/main/java/io/mifos/core/lang/listening/EventKey.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/listening/EventKey.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Kuelap, Inc
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.listening;
+package org.apache.fineract.cn.core.lang.listening;
 
 import java.util.Objects;
 
diff --git a/src/main/java/io/mifos/core/lang/listening/TenantedEventListener.java b/src/main/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListener.java
similarity index 93%
rename from src/main/java/io/mifos/core/lang/listening/TenantedEventListener.java
rename to src/main/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListener.java
index 9993097..f77622c 100644
--- a/src/main/java/io/mifos/core/lang/listening/TenantedEventListener.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListener.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Kuelap, Inc
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.listening;
+package org.apache.fineract.cn.core.lang.listening;
 
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
diff --git a/src/main/java/io/mifos/core/lang/security/RsaKeyPairFactory.java b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactory.java
similarity index 97%
rename from src/main/java/io/mifos/core/lang/security/RsaKeyPairFactory.java
rename to src/main/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactory.java
index f385d69..38dd0de 100644
--- a/src/main/java/io/mifos/core/lang/security/RsaKeyPairFactory.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactory.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import io.mifos.core.lang.DateConverter;
 
diff --git a/src/main/java/io/mifos/core/lang/security/RsaPrivateKeyBuilder.java b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilder.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/security/RsaPrivateKeyBuilder.java
rename to src/main/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilder.java
index 892865a..92d3d39 100644
--- a/src/main/java/io/mifos/core/lang/security/RsaPrivateKeyBuilder.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilder.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import java.math.BigInteger;
 import java.security.KeyFactory;
diff --git a/src/main/java/io/mifos/core/lang/security/RsaPublicKeyBuilder.java b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilder.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/security/RsaPublicKeyBuilder.java
rename to src/main/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilder.java
index 36c19bc..aa99a1b 100644
--- a/src/main/java/io/mifos/core/lang/security/RsaPublicKeyBuilder.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilder.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import java.math.BigInteger;
 import java.security.KeyFactory;
diff --git a/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckApplicationName.java
similarity index 89%
rename from src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/CheckApplicationName.java
index 74f9d76..f9b33ca 100644
--- a/src/main/java/io/mifos/core/lang/validation/CheckApplicationName.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckApplicationName.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,10 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.ApplicationName;
 import io.mifos.core.lang.validation.constraints.ValidApplicationName;
+import org.apache.fineract.cn.core.lang.ApplicationName;
 
 import javax.validation.ConstraintValidator;
 import javax.validation.ConstraintValidatorContext;
diff --git a/src/main/java/io/mifos/core/lang/validation/CheckIdentifier.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifier.java
similarity index 94%
rename from src/main/java/io/mifos/core/lang/validation/CheckIdentifier.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifier.java
index 4e54320..287f1fd 100644
--- a/src/main/java/io/mifos/core/lang/validation/CheckIdentifier.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifier.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.validation.constraints.ValidIdentifier;
 
diff --git a/src/main/java/io/mifos/core/lang/validation/CheckIdentifiers.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifiers.java
similarity index 88%
rename from src/main/java/io/mifos/core/lang/validation/CheckIdentifiers.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifiers.java
index f739eb3..ed09b19 100644
--- a/src/main/java/io/mifos/core/lang/validation/CheckIdentifiers.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckIdentifiers.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.validation.constraints.ValidIdentifiers;
+import org.apache.fineract.cn.core.lang.validation.constraints.ValidIdentifiers;
 
 import javax.validation.ConstraintValidator;
 import javax.validation.ConstraintValidatorContext;
diff --git a/src/main/java/io/mifos/core/lang/validation/CheckLocalDateTimeString.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckLocalDateTimeString.java
similarity index 84%
rename from src/main/java/io/mifos/core/lang/validation/CheckLocalDateTimeString.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/CheckLocalDateTimeString.java
index d771539..36848fa 100644
--- a/src/main/java/io/mifos/core/lang/validation/CheckLocalDateTimeString.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/CheckLocalDateTimeString.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,10 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.DateConverter;
 import io.mifos.core.lang.validation.constraints.ValidLocalDateTimeString;
+import org.apache.fineract.cn.core.lang.DateConverter;
+import org.apache.fineract.cn.core.lang.validation.constraints.ValidLocalDateTimeString;
 
 import javax.validation.ConstraintValidator;
 import javax.validation.ConstraintValidatorContext;
diff --git a/src/main/java/io/mifos/core/lang/validation/constraints/ValidApplicationName.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidApplicationName.java
similarity index 88%
rename from src/main/java/io/mifos/core/lang/validation/constraints/ValidApplicationName.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidApplicationName.java
index a92e34f..e9fce2c 100644
--- a/src/main/java/io/mifos/core/lang/validation/constraints/ValidApplicationName.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidApplicationName.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation.constraints;
+package org.apache.fineract.cn.core.lang.validation.constraints;
 
 import io.mifos.core.lang.validation.CheckApplicationName;
+import org.apache.fineract.cn.core.lang.validation.CheckApplicationName;
 
 import javax.validation.Constraint;
 import javax.validation.Payload;
diff --git a/src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifier.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifier.java
similarity index 88%
rename from src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifier.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifier.java
index 4896c31..85e5179 100644
--- a/src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifier.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifier.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation.constraints;
+package org.apache.fineract.cn.core.lang.validation.constraints;
 
 import io.mifos.core.lang.validation.CheckIdentifier;
+import org.apache.fineract.cn.core.lang.validation.CheckIdentifier;
 
 import javax.validation.Constraint;
 import javax.validation.Payload;
diff --git a/src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifiers.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifiers.java
similarity index 92%
rename from src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifiers.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifiers.java
index f4b2533..b08f8fc 100644
--- a/src/main/java/io/mifos/core/lang/validation/constraints/ValidIdentifiers.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidIdentifiers.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation.constraints;
+package org.apache.fineract.cn.core.lang.validation.constraints;
 
 import io.mifos.core.lang.validation.CheckIdentifiers;
 
diff --git a/src/main/java/io/mifos/core/lang/validation/constraints/ValidLocalDateTimeString.java b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidLocalDateTimeString.java
similarity index 93%
rename from src/main/java/io/mifos/core/lang/validation/constraints/ValidLocalDateTimeString.java
rename to src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidLocalDateTimeString.java
index 3e42d9e..c2dfb9a 100644
--- a/src/main/java/io/mifos/core/lang/validation/constraints/ValidLocalDateTimeString.java
+++ b/src/main/java/org/apache/fineract/cn/core/lang/validation/constraints/ValidLocalDateTimeString.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation.constraints;
+package org.apache.fineract.cn.core.lang.validation.constraints;
 
 import io.mifos.core.lang.validation.CheckLocalDateTimeString;
 
diff --git a/src/test/java/io/mifos/core/lang/ApplicationNameTest.java b/src/test/java/org/apache/fineract/cn/core/lang/ApplicationNameTest.java
similarity index 97%
rename from src/test/java/io/mifos/core/lang/ApplicationNameTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/ApplicationNameTest.java
index e51abb1..11217b0 100644
--- a/src/test/java/io/mifos/core/lang/ApplicationNameTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/ApplicationNameTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/AutoTenantContextTest.java b/src/test/java/org/apache/fineract/cn/core/lang/AutoTenantContextTest.java
similarity index 92%
rename from src/test/java/io/mifos/core/lang/AutoTenantContextTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/AutoTenantContextTest.java
index cdaba8c..71deb3c 100644
--- a/src/test/java/io/mifos/core/lang/AutoTenantContextTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/AutoTenantContextTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/DateConverterTest.java b/src/test/java/org/apache/fineract/cn/core/lang/DateConverterTest.java
similarity index 96%
rename from src/test/java/io/mifos/core/lang/DateConverterTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/DateConverterTest.java
index 1f9b812..f663299 100644
--- a/src/test/java/io/mifos/core/lang/DateConverterTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/DateConverterTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/DateRangeTest.java b/src/test/java/org/apache/fineract/cn/core/lang/DateRangeTest.java
similarity index 95%
rename from src/test/java/io/mifos/core/lang/DateRangeTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/DateRangeTest.java
index 39bbe4b..27739ad 100644
--- a/src/test/java/io/mifos/core/lang/DateRangeTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/DateRangeTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/TenantContextHolderTest.java b/src/test/java/org/apache/fineract/cn/core/lang/TenantContextHolderTest.java
similarity index 97%
rename from src/test/java/io/mifos/core/lang/TenantContextHolderTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/TenantContextHolderTest.java
index eab945b..4272a47 100644
--- a/src/test/java/io/mifos/core/lang/TenantContextHolderTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/TenantContextHolderTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang;
+package org.apache.fineract.cn.core.lang;
 
 import org.junit.After;
 import org.junit.Assert;
diff --git a/src/test/java/io/mifos/core/lang/config/ServiceExceptionFilterTest.java b/src/test/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilterTest.java
similarity index 96%
rename from src/test/java/io/mifos/core/lang/config/ServiceExceptionFilterTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilterTest.java
index edba9a1..99a9594 100644
--- a/src/test/java/io/mifos/core/lang/config/ServiceExceptionFilterTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/config/ServiceExceptionFilterTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import io.mifos.core.lang.ServiceException;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/config/TenantHeaderFilterTest.java b/src/test/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilterTest.java
similarity index 96%
rename from src/test/java/io/mifos/core/lang/config/TenantHeaderFilterTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilterTest.java
index 17c3a94..a262a96 100644
--- a/src/test/java/io/mifos/core/lang/config/TenantHeaderFilterTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/config/TenantHeaderFilterTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.config;
+package org.apache.fineract.cn.core.lang.config;
 
 import io.mifos.core.lang.TenantContextHolder;
 import org.junit.Assert;
diff --git a/src/test/java/io/mifos/core/lang/listening/TenantedEventListenerTest.java b/src/test/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListenerTest.java
similarity index 96%
rename from src/test/java/io/mifos/core/lang/listening/TenantedEventListenerTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListenerTest.java
index ed919c0..7b6bc68 100644
--- a/src/test/java/io/mifos/core/lang/listening/TenantedEventListenerTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/listening/TenantedEventListenerTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Kuelap, Inc
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.listening;
+package org.apache.fineract.cn.core.lang.listening;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/security/RsaKeyPairFactoryTest.java b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactoryTest.java
similarity index 91%
rename from src/test/java/io/mifos/core/lang/security/RsaKeyPairFactoryTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactoryTest.java
index 41d4fa4..e5e0f37 100644
--- a/src/test/java/io/mifos/core/lang/security/RsaKeyPairFactoryTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaKeyPairFactoryTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/security/RsaPrivateKeyBuilderTest.java b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilderTest.java
similarity index 93%
rename from src/test/java/io/mifos/core/lang/security/RsaPrivateKeyBuilderTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilderTest.java
index b2a7675..aac384f 100644
--- a/src/test/java/io/mifos/core/lang/security/RsaPrivateKeyBuilderTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaPrivateKeyBuilderTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/security/RsaPublicKeyBuilderTest.java b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilderTest.java
similarity index 93%
rename from src/test/java/io/mifos/core/lang/security/RsaPublicKeyBuilderTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilderTest.java
index 52b7167..380a3da 100644
--- a/src/test/java/io/mifos/core/lang/security/RsaPublicKeyBuilderTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/security/RsaPublicKeyBuilderTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.security;
+package org.apache.fineract.cn.core.lang.security;
 
 import org.junit.Assert;
 import org.junit.Test;
diff --git a/src/test/java/io/mifos/core/lang/validation/TestHelper.java b/src/test/java/org/apache/fineract/cn/core/lang/validation/TestHelper.java
similarity index 91%
rename from src/test/java/io/mifos/core/lang/validation/TestHelper.java
rename to src/test/java/org/apache/fineract/cn/core/lang/validation/TestHelper.java
index fb85f3c..5c8aa97 100644
--- a/src/test/java/io/mifos/core/lang/validation/TestHelper.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/validation/TestHelper.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import javax.validation.ConstraintViolation;
 import javax.validation.Validation;
diff --git a/src/test/java/io/mifos/core/lang/validation/ValidApplicationNameTest.java b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidApplicationNameTest.java
similarity index 95%
rename from src/test/java/io/mifos/core/lang/validation/ValidApplicationNameTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/validation/ValidApplicationNameTest.java
index 50481d7..1fb8d15 100644
--- a/src/test/java/io/mifos/core/lang/validation/ValidApplicationNameTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidApplicationNameTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.validation.constraints.ValidApplicationName;
 import org.junit.Assert;
diff --git a/src/test/java/io/mifos/core/lang/validation/ValidIdentifierTest.java b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifierTest.java
similarity index 74%
rename from src/test/java/io/mifos/core/lang/validation/ValidIdentifierTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifierTest.java
index a1ad204..826703a 100644
--- a/src/test/java/io/mifos/core/lang/validation/ValidIdentifierTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifierTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.validation.constraints.ValidIdentifier;
+import org.apache.fineract.cn.core.lang.validation.constraints.ValidIdentifier;
 import org.junit.Assert;
 import org.junit.Test;
 
@@ -29,70 +30,70 @@
   public void validIdentifierWithTilda()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("xy~mn");
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void validIdentifierWithUnderscore()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("xy_mn");
-    Assert.assertTrue(isValid(annotatedInstance));
+    Assert.assertTrue(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void validIdentifierWithDot()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("xy.mn");
-    Assert.assertTrue(isValid(annotatedInstance));
+    Assert.assertTrue(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void validIdentifierWithDash()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("xy-mn");
-    Assert.assertTrue(isValid(annotatedInstance));
+    Assert.assertTrue(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void validIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("xxxx");
-    Assert.assertTrue(isValid(annotatedInstance));
+    Assert.assertTrue(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void nullIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass(null);
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void emptyStringIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("");
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void tooShortStringIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("x");
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void tooLongStringIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("012345");
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   @Test
   public void notEncodableStringIdentifier()
   {
     final AnnotatedClass annotatedInstance = new AnnotatedClass("x/y/z");
-    Assert.assertFalse(isValid(annotatedInstance));
+    Assert.assertFalse(TestHelper.isValid(annotatedInstance));
   }
 
   private static class AnnotatedClass {
diff --git a/src/test/java/io/mifos/core/lang/validation/ValidIdentifiersTest.java b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifiersTest.java
similarity index 91%
rename from src/test/java/io/mifos/core/lang/validation/ValidIdentifiersTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifiersTest.java
index 5f110ca..aae8b93 100644
--- a/src/test/java/io/mifos/core/lang/validation/ValidIdentifiersTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidIdentifiersTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.validation.constraints.ValidIdentifiers;
+import org.apache.fineract.cn.core.lang.validation.constraints.ValidIdentifiers;
 import org.junit.Assert;
 import org.junit.Test;
 
diff --git a/src/test/java/io/mifos/core/lang/validation/ValidLocalDateTimeStringTest.java b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidLocalDateTimeStringTest.java
similarity index 92%
rename from src/test/java/io/mifos/core/lang/validation/ValidLocalDateTimeStringTest.java
rename to src/test/java/org/apache/fineract/cn/core/lang/validation/ValidLocalDateTimeStringTest.java
index 5a46383..3ac6d7b 100644
--- a/src/test/java/io/mifos/core/lang/validation/ValidLocalDateTimeStringTest.java
+++ b/src/test/java/org/apache/fineract/cn/core/lang/validation/ValidLocalDateTimeStringTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 The Mifos Initiative
+ * Copyright 2018 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,10 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.mifos.core.lang.validation;
+package org.apache.fineract.cn.core.lang.validation;
 
 import io.mifos.core.lang.DateConverter;
 import io.mifos.core.lang.validation.constraints.ValidLocalDateTimeString;
+import org.apache.fineract.cn.core.lang.validation.constraints.ValidLocalDateTimeString;
 import org.junit.Assert;
 import org.junit.Test;
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services