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/08/01 13:39:29 UTC

[5/5] incubator-fineract git commit: Adding Apache License Text in V313__multi_rescheduling_script.sql

Adding Apache License Text in V313__multi_rescheduling_script.sql


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

Branch: refs/heads/develop
Commit: c44cf55fcee7422671422dd94f2462637d254170
Parents: fe61712
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Mon Aug 1 19:08:21 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Mon Aug 1 19:08:21 2016 +0530

----------------------------------------------------------------------
 .../core_db/V313__multi_rescheduling_script.sql  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/c44cf55f/fineract-provider/src/main/resources/sql/migrations/core_db/V313__multi_rescheduling_script.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V313__multi_rescheduling_script.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V313__multi_rescheduling_script.sql
index 1fca1d1..367ee0c 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V313__multi_rescheduling_script.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V313__multi_rescheduling_script.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.
+--
+
 ALTER TABLE `m_loan_term_variations`
 	ADD COLUMN `is_active` TINYINT(1) NOT NULL DEFAULT '1' AFTER `applied_on_loan_status`;