Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X a393a07e5 -> f86017107
remove some rat warnings Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/f8601710 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/f8601710 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/f8601710 Branch: refs/heads/GROOVY_2_4_X Commit: f860171078daec0eea3c6c620aae8be6195071fd Parents: a393a07 Author: Paul King <pa...@asert.com.au> Authored: Thu May 21 18:18:14 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Thu May 21 18:18:14 2015 +1000 ---------------------------------------------------------------------- .../binarycompat-report.groovy | 18 ++++++++++++++++++ config/checkstyle/checkstyle-report.groovy | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/f8601710/config/binarycompatibility/binarycompat-report.groovy ---------------------------------------------------------------------- diff --git a/config/binarycompatibility/binarycompat-report.groovy b/config/binarycompatibility/binarycompat-report.groovy index de4c994..b78b4df 100644 --- a/config/binarycompatibility/binarycompat-report.groovy +++ b/config/binarycompatibility/binarycompat-report.groovy @@ -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. + */ /** * A template which generates an HTML report from the bincompat XML report http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/f8601710/config/checkstyle/checkstyle-report.groovy ---------------------------------------------------------------------- diff --git a/config/checkstyle/checkstyle-report.groovy b/config/checkstyle/checkstyle-report.groovy index 9bf8b45..ccf7aac 100644 --- a/config/checkstyle/checkstyle-report.groovy +++ b/config/checkstyle/checkstyle-report.groovy @@ -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. + */ + /** * A template which generates an HTML report from the checkstyle XML report */