Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 8fc9437fb -> 75fcf88cb


add licence header to xml/xsd files still missing it


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/75fcf88c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/75fcf88c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/75fcf88c

Branch: refs/heads/GROOVY_2_4_X
Commit: 75fcf88cbcee685b2597e499013ea7914ad46137
Parents: 8fc9437
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Mon Jun 8 21:34:00 2015 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Mon Jun 8 21:35:45 2015 +0200

----------------------------------------------------------------------
 config/checkstyle/checkstyle.xml                | 20 ++++++++++++++++++++
 .../src/test-resources/groovy/util/AntTest.xml  | 20 ++++++++++++++++++++
 .../groovy/util/AntTest_import.xml              | 20 ++++++++++++++++++++
 .../org/codehaus/groovy/tools/xml/po.xsd        | 20 ++++++++++++++++++++
 4 files changed, 80 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/75fcf88c/config/checkstyle/checkstyle.xml
----------------------------------------------------------------------
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 19d7367..81e9bf6 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -1,4 +1,24 @@
 <?xml version="1.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.
+
+-->
 <!DOCTYPE module PUBLIC
         "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
         "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/75fcf88c/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest.xml
----------------------------------------------------------------------
diff --git a/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest.xml 
b/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest.xml
index b34d37d..9629399 100644
--- a/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest.xml
+++ b/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest.xml
@@ -1,3 +1,23 @@
+<!--
+
+     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.
+
+-->
 <!-- 
 does exactly the same as the AntBuilder in AntTest... just to be sure that ant 
behaves the same
 as what we expect from the AntBuilder

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/75fcf88c/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest_import.xml
----------------------------------------------------------------------
diff --git 
a/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest_import.xml 
b/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest_import.xml
index 4f4af98..c0b8e04 100644
--- a/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest_import.xml
+++ b/subprojects/groovy-ant/src/test-resources/groovy/util/AntTest_import.xml
@@ -1,3 +1,23 @@
+<!--
+
+     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.
+
+-->
 <!-- 
 Sample file to test AntBuilder import feature
  -->

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/75fcf88c/subprojects/groovy-xml/src/test/resources/org/codehaus/groovy/tools/xml/po.xsd
----------------------------------------------------------------------
diff --git 
a/subprojects/groovy-xml/src/test/resources/org/codehaus/groovy/tools/xml/po.xsd
 
b/subprojects/groovy-xml/src/test/resources/org/codehaus/groovy/tools/xml/po.xsd
index fea7d12..e468042 100644
--- 
a/subprojects/groovy-xml/src/test/resources/org/codehaus/groovy/tools/xml/po.xsd
+++ 
b/subprojects/groovy-xml/src/test/resources/org/codehaus/groovy/tools/xml/po.xsd
@@ -1,3 +1,23 @@
+<!--
+
+     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.
+
+-->
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
     <xsd:annotation>

Reply via email to