Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 97c653d23 -> 406b9dd0a
add license header to fix rat violation Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/406b9dd0 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/406b9dd0 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/406b9dd0 Branch: refs/heads/GROOVY_2_4_X Commit: 406b9dd0ad3ee67c42227d74e4171a1d5b4fbce5 Parents: 97c653d Author: Paul King <[email protected]> Authored: Sun Apr 8 16:25:51 2018 +1000 Committer: Paul King <[email protected]> Committed: Fri May 18 09:29:16 2018 +1000 ---------------------------------------------------------------------- .../groovy/bugs/groovy4585/groovy4585.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/406b9dd0/src/test-resources/groovy/bugs/groovy4585/groovy4585.xml ---------------------------------------------------------------------- diff --git a/src/test-resources/groovy/bugs/groovy4585/groovy4585.xml b/src/test-resources/groovy/bugs/groovy4585/groovy4585.xml index 5d8e83c..6dcf2bb 100644 --- a/src/test-resources/groovy/bugs/groovy4585/groovy4585.xml +++ b/src/test-resources/groovy/bugs/groovy4585/groovy4585.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="GB2312"?> +<!-- + + 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. + +--> <project name="projBuild" default="projBuild" basedir="."> <property name="drive" value="d:\" />
