Added the license headers for missed gradle files
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/commit/a257a32f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/tree/a257a32f Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/diff/a257a32f Branch: refs/heads/master Commit: a257a32f6a8832db4a638da1ac915f08663b7b1d Parents: 521edc5 Author: Pradeep Murugesan <[email protected]> Authored: Wed Apr 5 22:09:59 2017 +0200 Committer: Pradeep Murugesan <[email protected]> Committed: Wed Apr 5 22:09:59 2017 +0200 ---------------------------------------------------------------------- intellij.gradle | 19 +++++++++++++++++++ settings.gradle | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/a257a32f/intellij.gradle ---------------------------------------------------------------------- diff --git a/intellij.gradle b/intellij.gradle index 4486da0..8cf9da1 100644 --- a/intellij.gradle +++ b/intellij.gradle @@ -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. + */ + apply plugin: 'idea' idea { http://git-wip-us.apache.org/repos/asf/incubator-freemarker-online-tester/blob/a257a32f/settings.gradle ---------------------------------------------------------------------- diff --git a/settings.gradle b/settings.gradle index 854e7d2..e45106b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,20 @@ +/* + * 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. + */ + rootProject.name = 'freemarker-online'
