Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X a546585e1 -> 6000ab12e
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/6000ab12 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/6000ab12 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/6000ab12 Branch: refs/heads/GROOVY_2_6_X Commit: 6000ab12e44ed1dde53c938bd2ddf1e1779d1bdd Parents: a546585 Author: Paul King <[email protected]> Authored: Sun Apr 8 16:25:51 2018 +1000 Committer: Paul King <[email protected]> Committed: Sun Apr 8 21:32:52 2018 +1000 ---------------------------------------------------------------------- .../groovy/bugs/groovy4585/groovy4585.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/6000ab12/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:\" />
