Repository: incubator-fineract Updated Branches: refs/heads/develop ba33af36a -> 4fb7794a4
Renaming LICENSE.md to APACHE_LICENSETEXT.md Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/4fb7794a Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/4fb7794a Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/4fb7794a Branch: refs/heads/develop Commit: 4fb7794a45090ba985e18f6900decd8ef69a7017 Parents: ba33af3 Author: Nazeer Hussain Shaik <[email protected]> Authored: Fri Jan 6 22:45:41 2017 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Fri Jan 6 22:45:41 2017 +0530 ---------------------------------------------------------------------- APACHE_LICENSETEXT.md | 16 ++++++++++++++++ LICENSE.md | 16 ---------------- fineract-provider/build.gradle | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4fb7794a/APACHE_LICENSETEXT.md ---------------------------------------------------------------------- diff --git a/APACHE_LICENSETEXT.md b/APACHE_LICENSETEXT.md new file mode 100644 index 0000000..cfdff80 --- /dev/null +++ b/APACHE_LICENSETEXT.md @@ -0,0 +1,16 @@ +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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4fb7794a/LICENSE.md ---------------------------------------------------------------------- diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index cfdff80..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4fb7794a/fineract-provider/build.gradle ---------------------------------------------------------------------- diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle index 423e67a..70ed2b1 100644 --- a/fineract-provider/build.gradle +++ b/fineract-provider/build.gradle @@ -263,7 +263,7 @@ war { } license { - header rootProject.file('../LICENSE.md') + header rootProject.file('../APACHE_LICENSETEXT.md') excludes(["**/*.html", "**/*.mustache", "**/package-info.java", "**/keystore.jks"]) strictCheck true }
