You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/08 21:34:17 UTC

incubator-groovy git commit: add licence header to xml/xsd files still missing it

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 3e723c81d -> d943d8509


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/d943d850
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/d943d850
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/d943d850

Branch: refs/heads/master
Commit: d943d8509aa9ba4338eaa0963f47027ee9dcb74f
Parents: 3e723c8
Author: pascalschumacher <pa...@gmx.net>
Authored: Mon Jun 8 21:34:00 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Jun 8 21:34:00 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/d943d850/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/d943d850/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/d943d850/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/d943d850/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>