You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/08/10 00:03:56 UTC

svn commit: r564400 - in /activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing: schema.rnc schema.rng

Author: chirino
Date: Thu Aug  9 15:03:55 2007
New Revision: 564400

URL: http://svn.apache.org/viewvc?view=rev&rev=564400
Log:
Added apache headers.

Modified:
    activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rnc
    activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rng

Modified: activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rnc
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rnc?view=diff&rev=564400&r1=564399&r2=564400
==============================================================================
--- activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rnc (original)
+++ activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rnc Thu Aug  9 15:03:55 2007
@@ -1,6 +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.
+## ------------------------------------------------------------------------
 default namespace = "http://foo.com/bar"
 
 element mail {
   element subject { text },
   element body { text }
-}
\ No newline at end of file
+}

Modified: activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rng
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rng?view=diff&rev=564400&r1=564399&r2=564400
==============================================================================
--- activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rng (original)
+++ activemq/camel/trunk/components/camel-jing/src/test/resources/org/apache/camel/component/validator/jing/schema.rng Thu Aug  9 15:03:55 2007
@@ -1,3 +1,19 @@
+<!--
+    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.
+-->
 <element xmlns="http://relaxng.org/ns/structure/1.0" ns="http://foo.com/bar" name="mail">
   <element name="subject">
     <text/>