Repository: incubator-groovy Updated Branches: refs/heads/master f0f54e5f7 -> 6fe93c811
tweak licenses Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/6fe93c81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/6fe93c81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/6fe93c81 Branch: refs/heads/master Commit: 6fe93c811698590aba4f845017a883d1e877fd00 Parents: f0f54e5 Author: Paul King <pa...@asert.com.au> Authored: Thu May 21 15:28:51 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Thu May 21 15:28:51 2015 +1000 ---------------------------------------------------------------------- gradle/HEADER.txt | 16 ++++++++++++++++ gradle/LICENSE.txt | 16 ---------------- gradle/quality.gradle | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/6fe93c81/gradle/HEADER.txt ---------------------------------------------------------------------- diff --git a/gradle/HEADER.txt b/gradle/HEADER.txt new file mode 100644 index 0000000..f62c326 --- /dev/null +++ b/gradle/HEADER.txt @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/6fe93c81/gradle/LICENSE.txt ---------------------------------------------------------------------- diff --git a/gradle/LICENSE.txt b/gradle/LICENSE.txt deleted file mode 100644 index f62c326..0000000 --- a/gradle/LICENSE.txt +++ /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. http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/6fe93c81/gradle/quality.gradle ---------------------------------------------------------------------- diff --git a/gradle/quality.gradle b/gradle/quality.gradle index 1370045..aeed10d 100644 --- a/gradle/quality.gradle +++ b/gradle/quality.gradle @@ -34,7 +34,7 @@ allprojects { } // license { -// header rootProject.file('gradle/LICENSE.txt') +// header rootProject.file('gradle/HEADER.txt') // include "**/*.groovy" // include "**/*.java" // include "**/*.properties"