Repository: incubator-fineract Updated Branches: refs/heads/develop be01e460f -> 5ac0da03d
Adding Apache License to gradle build scripts. Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/5ac0da03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/5ac0da03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/5ac0da03 Branch: refs/heads/develop Commit: 5ac0da03d3dcc1c3b06692d277af96de1014bf63 Parents: be01e46 Author: Nazeer Hussain Shaik <[email protected]> Authored: Tue Jul 12 19:12:34 2016 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Tue Jul 12 19:12:34 2016 +0530 ---------------------------------------------------------------------- fineract-provider/build.gradle | 18 ++++++++++++++++++ fineract-provider/dependencies.gradle | 18 ++++++++++++++++++ fineract-provider/dev-dependencies.gradle | 18 ++++++++++++++++++ fineract-provider/gradle.properties | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/5ac0da03/fineract-provider/build.gradle ---------------------------------------------------------------------- diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle index 2407819..50e7e7a 100644 --- a/fineract-provider/build.gradle +++ b/fineract-provider/build.gradle @@ -1,3 +1,21 @@ +/** + * 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. + */ description = '''\ Run as: gradle clean tomcatrunwar http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/5ac0da03/fineract-provider/dependencies.gradle ---------------------------------------------------------------------- diff --git a/fineract-provider/dependencies.gradle b/fineract-provider/dependencies.gradle index 4e5485a..dcb27fe 100644 --- a/fineract-provider/dependencies.gradle +++ b/fineract-provider/dependencies.gradle @@ -1,3 +1,21 @@ +/** + * 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. + */ dependencies { def tomcatVersion = '7.0.54' tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}", http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/5ac0da03/fineract-provider/dev-dependencies.gradle ---------------------------------------------------------------------- diff --git a/fineract-provider/dev-dependencies.gradle b/fineract-provider/dev-dependencies.gradle index b62e6b6..82e4031 100644 --- a/fineract-provider/dev-dependencies.gradle +++ b/fineract-provider/dev-dependencies.gradle @@ -1,3 +1,21 @@ +/** + * 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. + */ dependencies { def tomcatVersion = '7.0.54' tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}", http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/5ac0da03/fineract-provider/gradle.properties ---------------------------------------------------------------------- diff --git a/fineract-provider/gradle.properties b/fineract-provider/gradle.properties index 760ca3d..d031c49 100644 --- a/fineract-provider/gradle.properties +++ b/fineract-provider/gradle.properties @@ -1,3 +1,21 @@ +# +# 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. +# releaseVersion=0.3.2-incubating buildType=BUILD
