You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/07/06 15:46:40 UTC

incubator-fineract git commit: Adding Apache License Headers to sql files in fineract-db directory

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop 1c2aa1980 -> a62620811


Adding Apache License Headers to sql files in fineract-db directory


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/a6262081
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/a6262081
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/a6262081

Branch: refs/heads/develop
Commit: a62620811975f88e9741732c3cb04838dc44b634
Parents: 1c2aa19
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Wed Jul 6 21:15:44 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Wed Jul 6 21:15:44 2016 +0530

----------------------------------------------------------------------
 .../mifospltaform-tenants-first-time-install.sql | 19 +++++++++++++++++++
 .../0001-mifos-platform-shared-tenants.sql       | 19 +++++++++++++++++++
 .../bare-bones-demo/bk_bare_bones_demo.sql       | 19 +++++++++++++++++++
 .../bk_mifostenant_default.sql                   | 19 +++++++++++++++++++
 .../ceda/bk_ceda_trial.sql                       | 19 +++++++++++++++++++
 .../ceda/bk_core_with_custom_and_coa.sql         | 19 +++++++++++++++++++
 .../ceda/ceda-schema-customisations.sql          | 19 +++++++++++++++++++
 .../ceda/ceda-user-office-product-setup.sql      | 19 +++++++++++++++++++
 .../default-demo/bk_mifostenant-default.sql      | 19 +++++++++++++++++++
 .../extra-datatables-and-code-values.sql         | 19 +++++++++++++++++++
 .../gk-maarg/0001b-gk-datatables.sql             | 19 +++++++++++++++++++
 .../latam-demo/bk_latam.sql                      | 19 +++++++++++++++++++
 .../latam-demo/datatables-on-latam-demo.sql      | 19 +++++++++++++++++++
 .../0001a-mifosplatform-core-ddl-latest.sql      | 19 +++++++++++++++++++
 .../0002-mifosx-base-reference-data-utf8.sql     | 19 +++++++++++++++++++
 ...mifosx-permissions-and-authorisation-utf8.sql | 19 +++++++++++++++++++
 .../0004-mifosx-core-reports-utf8.sql            | 19 +++++++++++++++++++
 fineract-provider/build.gradle                   |  2 +-
 18 files changed, 324 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/mifospltaform-tenants-first-time-install.sql
----------------------------------------------------------------------
diff --git a/fineract-db/mifospltaform-tenants-first-time-install.sql b/fineract-db/mifospltaform-tenants-first-time-install.sql
index 38f4c89..9539a93 100644
--- a/fineract-db/mifospltaform-tenants-first-time-install.sql
+++ b/fineract-db/mifospltaform-tenants-first-time-install.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifosplatform-tenants

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/0001-mifos-platform-shared-tenants.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/0001-mifos-platform-shared-tenants.sql b/fineract-db/multi-tenant-demo-backups/0001-mifos-platform-shared-tenants.sql
index 922e3f3..eb7c9c2 100644
--- a/fineract-db/multi-tenant-demo-backups/0001-mifos-platform-shared-tenants.sql
+++ b/fineract-db/multi-tenant-demo-backups/0001-mifos-platform-shared-tenants.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifosplatform-tenants

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/bare-bones-demo/bk_bare_bones_demo.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/bare-bones-demo/bk_bare_bones_demo.sql b/fineract-db/multi-tenant-demo-backups/bare-bones-demo/bk_bare_bones_demo.sql
index fab47a1..ff79a1e 100644
--- a/fineract-db/multi-tenant-demo-backups/bare-bones-demo/bk_bare_bones_demo.sql
+++ b/fineract-db/multi-tenant-demo-backups/bare-bones-demo/bk_bare_bones_demo.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-default

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/bk_mifostenant_default.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/bk_mifostenant_default.sql b/fineract-db/multi-tenant-demo-backups/bk_mifostenant_default.sql
index 306570a..17e77c1 100644
--- a/fineract-db/multi-tenant-demo-backups/bk_mifostenant_default.sql
+++ b/fineract-db/multi-tenant-demo-backups/bk_mifostenant_default.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-default

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/ceda/bk_ceda_trial.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/ceda/bk_ceda_trial.sql b/fineract-db/multi-tenant-demo-backups/ceda/bk_ceda_trial.sql
index 6031508..609ff41 100644
--- a/fineract-db/multi-tenant-demo-backups/ceda/bk_ceda_trial.sql
+++ b/fineract-db/multi-tenant-demo-backups/ceda/bk_ceda_trial.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-ceda

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/ceda/bk_core_with_custom_and_coa.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/ceda/bk_core_with_custom_and_coa.sql b/fineract-db/multi-tenant-demo-backups/ceda/bk_core_with_custom_and_coa.sql
index fea7164..ea4f923 100644
--- a/fineract-db/multi-tenant-demo-backups/ceda/bk_core_with_custom_and_coa.sql
+++ b/fineract-db/multi-tenant-demo-backups/ceda/bk_core_with_custom_and_coa.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-ceda

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/ceda/ceda-schema-customisations.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/ceda/ceda-schema-customisations.sql b/fineract-db/multi-tenant-demo-backups/ceda/ceda-schema-customisations.sql
index 8a8fab8..d108f4a 100644
--- a/fineract-db/multi-tenant-demo-backups/ceda/ceda-schema-customisations.sql
+++ b/fineract-db/multi-tenant-demo-backups/ceda/ceda-schema-customisations.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufeffDELETE FROM `ref_loan_transaction_processing_strategy` WHERE id in (1, 3, 4);
 
 INSERT INTO `m_code` (`code_name`, `is_system_defined`)

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/ceda/ceda-user-office-product-setup.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/ceda/ceda-user-office-product-setup.sql b/fineract-db/multi-tenant-demo-backups/ceda/ceda-user-office-product-setup.sql
index 0590448..1ca0ed6 100644
--- a/fineract-db/multi-tenant-demo-backups/ceda/ceda-user-office-product-setup.sql
+++ b/fineract-db/multi-tenant-demo-backups/ceda/ceda-user-office-product-setup.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufeffDELETE FROM `m_organisation_currency` WHERE id>0;
 
 INSERT INTO `m_organisation_currency`

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/default-demo/bk_mifostenant-default.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/default-demo/bk_mifostenant-default.sql b/fineract-db/multi-tenant-demo-backups/default-demo/bk_mifostenant-default.sql
index 306570a..17e77c1 100644
--- a/fineract-db/multi-tenant-demo-backups/default-demo/bk_mifostenant-default.sql
+++ b/fineract-db/multi-tenant-demo-backups/default-demo/bk_mifostenant-default.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-default

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/default-demo/extra-datatables-and-code-values.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/default-demo/extra-datatables-and-code-values.sql b/fineract-db/multi-tenant-demo-backups/default-demo/extra-datatables-and-code-values.sql
index 7c13cb3..0c19e32 100644
--- a/fineract-db/multi-tenant-demo-backups/default-demo/extra-datatables-and-code-values.sql
+++ b/fineract-db/multi-tenant-demo-backups/default-demo/extra-datatables-and-code-values.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 -- add code and code values for datatables dropdowns
 
 INSERT INTO `m_code_value`(`code_id`,`code_value`,`order_position`)

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/gk-maarg/0001b-gk-datatables.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/gk-maarg/0001b-gk-datatables.sql b/fineract-db/multi-tenant-demo-backups/gk-maarg/0001b-gk-datatables.sql
index 63d463b..f94b930 100644
--- a/fineract-db/multi-tenant-demo-backups/gk-maarg/0001b-gk-datatables.sql
+++ b/fineract-db/multi-tenant-demo-backups/gk-maarg/0001b-gk-datatables.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 DROP TABLE IF EXISTS `risk_analysis`;
 CREATE TABLE `risk_analysis` (
   `client_id` bigint(20) NOT NULL,

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/latam-demo/bk_latam.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/latam-demo/bk_latam.sql b/fineract-db/multi-tenant-demo-backups/latam-demo/bk_latam.sql
index 770877b..822ebc2 100644
--- a/fineract-db/multi-tenant-demo-backups/latam-demo/bk_latam.sql
+++ b/fineract-db/multi-tenant-demo-backups/latam-demo/bk_latam.sql
@@ -1,3 +1,22 @@
+--
+-- 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 dump 10.13  Distrib 5.1.60, for Win32 (ia32)
 --
 -- Host: localhost    Database: mifostenant-default

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/multi-tenant-demo-backups/latam-demo/datatables-on-latam-demo.sql
----------------------------------------------------------------------
diff --git a/fineract-db/multi-tenant-demo-backups/latam-demo/datatables-on-latam-demo.sql b/fineract-db/multi-tenant-demo-backups/latam-demo/datatables-on-latam-demo.sql
index e3e5259..912b6eb 100644
--- a/fineract-db/multi-tenant-demo-backups/latam-demo/datatables-on-latam-demo.sql
+++ b/fineract-db/multi-tenant-demo-backups/latam-demo/datatables-on-latam-demo.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 DROP TABLE IF EXISTS `latam_extra_client_details`;
 CREATE TABLE `latam_extra_client_details` (
   `client_id` bigint(20) NOT NULL,

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/old-schema-files/0001a-mifosplatform-core-ddl-latest.sql
----------------------------------------------------------------------
diff --git a/fineract-db/old-schema-files/0001a-mifosplatform-core-ddl-latest.sql b/fineract-db/old-schema-files/0001a-mifosplatform-core-ddl-latest.sql
index 6615c90..025e3a1 100644
--- a/fineract-db/old-schema-files/0001a-mifosplatform-core-ddl-latest.sql
+++ b/fineract-db/old-schema-files/0001a-mifosplatform-core-ddl-latest.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufeff-- drop tables in base-schema
 SET foreign_key_checks = 0;
 

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql b/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql
index 1393ea9..8da52da 100644
--- a/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql
+++ b/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufeff-- currency symbols may not apply through command line on windows so use a different client like mysql workbench
 
 INSERT INTO `ref_loan_transaction_processing_strategy`

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/old-schema-files/0003-mifosx-permissions-and-authorisation-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-db/old-schema-files/0003-mifosx-permissions-and-authorisation-utf8.sql b/fineract-db/old-schema-files/0003-mifosx-permissions-and-authorisation-utf8.sql
index aaf726a..404f619 100644
--- a/fineract-db/old-schema-files/0003-mifosx-permissions-and-authorisation-utf8.sql
+++ b/fineract-db/old-schema-files/0003-mifosx-permissions-and-authorisation-utf8.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufeff
 -- ========= roles and permissions =========
 

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-db/old-schema-files/0004-mifosx-core-reports-utf8.sql
----------------------------------------------------------------------
diff --git a/fineract-db/old-schema-files/0004-mifosx-core-reports-utf8.sql b/fineract-db/old-schema-files/0004-mifosx-core-reports-utf8.sql
index b6a728b..eafab0b 100644
--- a/fineract-db/old-schema-files/0004-mifosx-core-reports-utf8.sql
+++ b/fineract-db/old-schema-files/0004-mifosx-core-reports-utf8.sql
@@ -1,3 +1,22 @@
+--
+-- 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.
+--
+
 \ufefftruncate table stretchy_report;
 truncate table stretchy_parameter;
 truncate table stretchy_report_parameter;

http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/a6262081/fineract-provider/build.gradle
----------------------------------------------------------------------
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index c90399b..49be6fa 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -125,7 +125,7 @@ license {
 }
 
 task licenseFormatBuildScripts (type:nl.javadude.gradle.plugins.license.License) {
-    source = fileTree(dir: '../', includes: ['**/*.bat', '**/*.sh'])
+    source = fileTree(dir: '../', includes: ['**/*.bat', '**/*.sh', '**/*.sql'])
 }
 licenseFormat.dependsOn licenseFormatBuildScripts