Rename project to fineract credit scorecard
diff --git a/MySQL.cnf b/MySQL.cnf
index 4ac2e3c..eba0a5f 100644
--- a/MySQL.cnf
+++ b/MySQL.cnf
@@ -1,6 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) under one

+# or more contributor license agreements. See the NOTICE file

+# distributed with this work for additional information

+# regarding copyright ownership. The ASF licenses this file

+# to you under the Apache License, Version 2.0 (the

+# "License"); you may not use this file except in compliance

+# with the License. You may obtain a copy of the License at

+#

+# http://www.apache.org/licenses/LICENSE-2.0

+#

+# Unless required by applicable law or agreed to in writing,

+# software distributed under the License is distributed on an

+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+# KIND, either express or implied. See the License for the

+# specific language governing permissions and limitations

+# under the License.

+

 # MySQL.cnf

 [client]

-database = fineract_scorecard

+database = fineract_credit_scorecard

 user = root

 password = mysql

 default-character-set = utf8
\ No newline at end of file
diff --git a/openapi.yml b/openapi.yml
index 592b502..46d3842 100644
--- a/openapi.yml
+++ b/openapi.yml
@@ -1,6 +1,6 @@
 openapi: 3.0.3
 info:
-  title: Fineract CN Amun
+  title: Fineract Credit Scorecard
   version: 1.0.0
   description: An API module for credit risk assessment
   license:
diff --git a/settings.gradle b/settings.gradle
index 6f401ab..e278339 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,10 +1,20 @@
-/*

- * This file was generated by the Gradle 'init' task.

+/**

+ * Licensed to the Apache Software Foundation (ASF) under one

+ * or more contributor license agreements. See the NOTICE file

+ * distributed with this work for additional information

+ * regarding copyright ownership. The ASF licenses this file

+ * to you under the Apache License, Version 2.0 (the

+ * "License"); you may not use this file except in compliance

+ * with the License. You may obtain a copy of the License at

  *

- * The settings file is used to specify which projects to include in your build.

+ * http://www.apache.org/licenses/LICENSE-2.0

  *

- * Detailed information about configuring a multi-project build in Gradle can be found

- * in the user manual at https://docs.gradle.org/7.1/userguide/multi_project_builds.html

+ * Unless required by applicable law or agreed to in writing,

+ * software distributed under the License is distributed on an

+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+ * KIND, either express or implied. See the License for the

+ * specific language governing permissions and limitations

+ * under the License.

  */

 

-rootProject.name = 'fineract-cn-sekhmet'

+rootProject.name = 'fineract-credit-scorecard'