You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/06/22 20:47:27 UTC

svn commit: r1879098 [11/12] - in /xmlbeans/trunk: ./ src/test/java/compile/scomp/checkin/ src/test/java/misc/detailed/ src/test/java/tools/inst2xsd/common/ src/test/java/tools/inst2xsd/detailed/ src/test/java/xmlcursor/detailed/ src/test/java/xmltoken...

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode.xml Mon Jun 22 20:47:23 2020
@@ -1,6 +1,20 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <note>
     <from>Jani</from>
     <to>Tove</to>
-    <message>Norwegian: æøå. French: êèé</message>
+    <message>Norwegian: ���. French: ���</message>
 </note>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_rd0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_rd0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_rd0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_rd0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="note">
     <xs:complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_ss0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_ss0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_ss0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_ss0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="to" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="message" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_vb0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_vb0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_vb0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/unicode_vb0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="note" type="noteType"/>
   <xs:complexType name="noteType">

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,17 @@
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <p:person xmlns:p="a:b:c">
     <name>John</name>
     <height xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="a:b:c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="person">
     <xs:complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_rd1.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="height" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="name" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="a:b:c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="person">
     <xs:complexType>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_ss1.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="height" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="name" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="a:b:c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="person" type="a:personType" xmlns:a="a:b:c"/>
   <xs:complexType name="personType">

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsinil_vb1.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="height" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="name" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,17 @@
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <p:Person
     xmlns:p="a:b:c:People"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb0.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb0.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb0.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb0.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:contoso-com:People" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="Person" type="urn:PersonType" xmlns:urn="urn:contoso-com:People"/>
   <xs:complexType name="PersonType">

Modified: xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb1.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb1.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb1.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/tools/inst2xsd/schema/types/xsitype_vb1.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="height" type="xs:byte" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
   <xs:element name="jobDescription" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

Modified: xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Michael Kintzer (BEA Systems) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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"
 xmlns:po="http://xbean.usertype/averageCase/PurchaseOrder"
 targetNamespace="http://xbean.usertype/averageCase/PurchaseOrder"

Modified: xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsdconfig
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsdconfig?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsdconfig (original)
+++ xmlbeans/trunk/src/test/resources/xbean/usertype/averageCase/po.xsdconfig Mon Jun 22 20:47:23 2020
@@ -11,6 +11,7 @@
      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. -->
+
 <xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config"
 xmlns:po="http://xbean.usertype/averageCase/PurchaseOrder">
 

Modified: xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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 targetNamespace="http://xbean.usertype/multipleItems/company"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:company="http://xbean.usertype/multipleItems/company">
        <xsd:element name="company" type="company:CompanyType" />

Modified: xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsdconfig
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsdconfig?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsdconfig (original)
+++ xmlbeans/trunk/src/test/resources/xbean/usertype/multipleItems/company.xsdconfig Mon Jun 22 20:47:23 2020
@@ -11,6 +11,7 @@
      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. -->
+
 <xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config"
 xmlns:company="http://xbean.usertype/multipleItems/company">
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CR196679.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CR196679.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CR196679.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CR196679.xsd Mon Jun 22 20:47:23 2020
@@ -1,8 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 
 <xs:schema
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
-    elementFormDefault="qualified" 
+    elementFormDefault="qualified"
     targetNamespace="http://xbean.test/xmlcursor/CR196679"
     xmlns:ns="http://xbean.test/xmlcursor/CR196679">
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CarLocationMessage.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CarLocationMessage.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CarLocationMessage.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/CarLocationMessage.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <CarLocationMessage xmlns="http://www.tranxml.org/TranXML/Version4.0" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:schemaLocation="http://www.tranxml.org/TranXML/Version4.0 ..\schemas\CarLocationMessage.xsd" Transaction="CLM" Version="CLM">
 	<FleetID>FLEETNAME</FleetID>
 	<StandardCarrierAlphaCode>CSXT</StandardCarrierAlphaCode>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/Employees.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/Employees.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/Employees.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/Employees.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xq:employees xmlns:xq="http://openuri.org/bea/samples/workshop/xmlBeans/xquery">
   <xq:employee>
     <xq:name>Fred Jones</xq:name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,17 @@
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <company name="Apache">
 	<employee>
 		<name>Bob</name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/XQueryInput.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,17 @@
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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"
    xmlns="http://xbean.test/xmlcursor/XQueryInput"
    targetNamespace="http://xbean.test/xmlcursor/XQueryInput"
@@ -7,7 +21,7 @@
 		   <xsd:sequence>
 			<xsd:element name="employee" type="EmpT"/>
 		 </xsd:sequence>
-	</xsd:complexType>	
+	</xsd:complexType>
 	</xsd:element>
 
 	<xsd:complexType name="EmpT">
@@ -15,5 +29,5 @@
 			<xsd:element name="name" type="xsd:string"/>
 			<xsd:element name="ssn" type="xsd:positiveInteger"/>
 		 </xsd:sequence>
-	</xsd:complexType>	
+	</xsd:complexType>
 </xsd:schema>
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/doc.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/doc.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/doc.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/doc.xml Mon Jun 22 20:47:23 2020
@@ -1,9 +1,23 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <doc xmlns:ext="http://somebody.elses.extension">
   <a test="test" />
-  <b attr1="a1" attr2="a2"   
+  <b attr1="a1" attr2="a2"
   xmlns:java="http://xml.apache.org/xslt/java">
     <a>
-    </a> 
+    </a>
   </b>
-</doc><!-- -->         
+</doc><!-- -->

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/location.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/location.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/location.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/location.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,19 @@
-  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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"
    xmlns:loc="http://xbean.test/xmlcursor/Location"
    targetNamespace="http://xbean.test/xmlcursor/Location"
 >

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/person.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/person.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/person.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/person.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    xmlns:person='person'

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <po:purchaseOrder xmlns:po="http://xbean.test/xmlcursor/PurchaseOrder" orderDate="1999-10-20">
     <po:shipTo country="US">
         <po:name>Alice Smith</po:name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/po.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Michael Kintzer (BEA Systems) -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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"
 xmlns:po="http://xbean.test/xmlcursor/PurchaseOrder"
 targetNamespace="http://xbean.test/xmlcursor/PurchaseOrder"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/cdcatalog.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/cdcatalog.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/cdcatalog.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/cdcatalog.xml Mon Jun 22 20:47:23 2020
@@ -1,5 +1,18 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- Edited with XML Spy v4.2 -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <catalog>
 	<cd id="bobdylan">
 		<title>Empire Burlesque</title>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/axis.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/axis.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/axis.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/axis.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
 
 <root>
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basic.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basic.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basic.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basic.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
 
 <foo>
     <bar>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basicupdate.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basicupdate.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basicupdate.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/basicupdate.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
 
 <xu:modifications xmlns:xu="http://www.xmldb.org/xupdate">
 
@@ -34,7 +47,7 @@
   </xu:variable>
 
   <xu:variable name="twice" select="'Twice'"/>
-  
+
   <xu:insert-after
     select="/foo/bar"
     xmlns:private="http://www.jaxen.org/private"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/contents.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/contents.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/contents.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/contents.xml Mon Jun 22 20:47:23 2020
@@ -1,16 +1,30 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 
 <?xml-stylesheet href="XSL\JavaXML.html.xsl" type="text/xsl"?>
-<?xml-stylesheet href="XSL\JavaXML.wml.xsl" type="text/xsl" 
+<?xml-stylesheet href="XSL\JavaXML.wml.xsl" type="text/xsl"
                  media="wap"?>
 <?cocoon-process type="xslt"?>
 
 <!-- Java and XML -->
-<JavaXML:Book xmlns:JavaXML="http://www.oreilly.com/catalog/javaxml/" 
+<JavaXML:Book xmlns:JavaXML="http://www.oreilly.com/catalog/javaxml/"
               xmlns:ora="http://www.oreilly.com"
               xmlns:unused="http://www.unused.com"
-              ora:category="Java" 
-> 
+              ora:category="Java"
+>
   <!-- comment one -->
   <!-- comment two -->
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/defaultNamespace.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/defaultNamespace.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/defaultNamespace.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/defaultNamespace.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <a xmlns="http://dummyNamespace/">
   <b>
     <c>Hello</c>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/evaluate.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/evaluate.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/evaluate.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/evaluate.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
 
 <evaluate>
   <data>
@@ -16,12 +29,12 @@
       </object>
     </jumps>
   </data>
-       
+
   <!-- there is one element with attribute color="brown" should this
   meta-test should succeed -->
-  
+
   <metatest select="//@color">brown</metatest>
- 
+
   <!-- there is no element with attribute category="moderate" -->
   <metatest select="//speed/@category">moderate</metatest>
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/fibo.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/fibo.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/fibo.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/fibo.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <Fibonacci_Numbers>
   <fibonacci index="0">0</fibonacci>
   <fibonacci index="1">1</fibonacci>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/id.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/id.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/id.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/id.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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 foo [
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/lang.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/lang.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/lang.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/lang.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <e1 xml:lang="hr">
   <e2 xml:lang="en-US">
     <e3/>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/message.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/message.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/message.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/message.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <message>
   <header>
     <service>lookupformservice</service>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/moreover.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/moreover.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/moreover.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/moreover.xml Mon Jun 22 20:47:23 2020
@@ -1,5 +1,19 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-   <moreovernews>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
+<moreovernews>
       <article code="13563275">
          <url>http://c.moreover.com/click/here.pl?x13563273</url>
          <headline_text>e-Commerce Operators Present Version 1.0 of the XML Standard</headline_text>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/much_ado.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/much_ado.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/much_ado.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/much_ado.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <PLAY>
 <TITLE>Much Ado about Nothing</TITLE>
 

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/namespaces.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/namespaces.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/namespaces.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/namespaces.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <foo:a xmlns:foo="http://fooNamespace/">
   <b>
     <c>Hello</c>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/nitf.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/nitf.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/nitf.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/nitf.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <nitf>
 
   <!-- Example of markup of URLs (at the bottom of the story) -->

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/numbers.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/numbers.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/numbers.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/numbers.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
 
 <numbers>
   <set>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <foo>
 	<?cheese is tasty?>
 	<bar>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi2.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi2.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi2.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/pi2.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <a>
   <b>foo</b>
   <?toc order-by="x"?>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/simple.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/simple.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/simple.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/simple.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <root>
   <a>a</a>
   <b>b</b>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/testNamespaces.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/testNamespaces.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/testNamespaces.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/testNamespaces.xml Mon Jun 22 20:47:23 2020
@@ -1,21 +1,36 @@
-<Template> 
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
+<Template>
   <Application1 xmlns:xplt="http://www.xxxx.com/"
                 xmlns:xpl="http://www.xxxx.com/"
                 version="3.0"
-  > 
-    <xpl:insertText/> 
-    <xplt:anyElement> 
-      <Name/> 
-    </xplt:anyElement> 
-  </Application1> 
+  >
+    <xpl:insertText/>
+    <xplt:anyElement>
+      <Name/>
+    </xplt:anyElement>
+  </Application1>
 
   <Application2 xmlns:xplt="http://www.xxxx.com/"
                 xmlns:xpl="http://www.xxxx.com/"
                 version="3.0"
-  > 
-    <xpl:insertText/> 
-    <xplt:anyElement> 
-      <Name/> 
-    </xplt:anyElement> 
-  </Application2> 
+  >
+    <xpl:insertText/>
+    <xplt:anyElement>
+      <Name/>
+    </xplt:anyElement>
+  </Application2>
 </Template>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/text.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/text.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/text.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/text.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <foo>
 	<bar>
 		baz

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/underscore.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/underscore.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/underscore.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/underscore.xml Mon Jun 22 20:47:23 2020
@@ -1,6 +1,20 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <root a="1" _a="2">
   <b>1</b>
   <_b>2</_b>
 </root>
-  
+

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/web.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/web.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/web.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xpath/jaxen/web.xml Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <web-app>
   <servlet>
     <servlet-name>snoop</servlet-name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/2DocJoin.xq
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/2DocJoin.xq?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/2DocJoin.xq (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/2DocJoin.xq Mon Jun 22 20:47:23 2020
@@ -0,0 +1,13 @@
+(: Copyright 2004 The Apache Software Foundation
+
+        Licensed 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. :)

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Constructor.xq
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Constructor.xq?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Constructor.xq (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Constructor.xq Mon Jun 22 20:47:23 2020
@@ -1,6 +1,19 @@
+(: Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. :)
+
 for $e in .//employee
-return 
+return
 		<person>
 			{ $e/name }
 		</person>
-	
\ No newline at end of file

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Join.xq
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Join.xq?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Join.xq (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/Join.xq Mon Jun 22 20:47:23 2020
@@ -1,9 +1,23 @@
+(: Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. :)
+
 for $a in .//employee
 return <result>
 		{ $a/ssn },
 		{ $a/name },
 		{
-		for $b in .//employee 
+		for $b in .//employee
 		where $b/ssn=$a/ssn and $a/name !=$b/name
 		return $b/name
 		}

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/NIST/XQcatalog.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/NIST/XQcatalog.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/NIST/XQcatalog.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/NIST/XQcatalog.xsd Mon Jun 22 20:47:23 2020
@@ -1,8 +1,22 @@
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <!-- Schema for the Test Catalog -->
 <!-- Creator: Asad Jawahar -->
 <!-- Action item for WG: obtain a namespace URI for the elements -->
 
-<xs:schema 
+<xs:schema
     xmlns:xs='http://www.w3.org/2001/XMLSchema'
    >
 
@@ -19,9 +33,9 @@
 	<xs:complexType name="infoBase">
 		<xs:sequence>
 			<xs:element name="description" type="description" minOccurs="1" maxOccurs="1"/>
-			<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>			
+			<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 		</xs:sequence>
-	</xs:complexType>	
+	</xs:complexType>
 
 	<xs:complexType name = "GroupInfo">
 		<xs:sequence>
@@ -34,7 +48,7 @@
 	<xs:complexType name="test-case">
 		<xs:sequence>
 			<xs:element name="description" type="description"/>
-			<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>	
+			<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 			<xs:element name="spec-citation" minOccurs="1" maxOccurs="unbounded">
 				<xs:complexType>
 					<xs:simpleContent>
@@ -42,7 +56,7 @@
 							<xs:attribute name="type" type="citation-type-enum"/>
 							<xs:attribute name="place" type="xs:string"/>
 							<xs:attribute name="spec" type="citation-spec-enum"/>
-							<xs:attribute name="version" type="xs:date"/>			
+							<xs:attribute name="version" type="xs:date"/>
 							<xs:attribute name="version-drop" type="xs:date"/>
 						</xs:extension>
 					</xs:simpleContent>
@@ -52,7 +66,7 @@
 				<xs:complexType>
 					<xs:sequence>
 						<xs:element name="description" type="description" minOccurs="1" maxOccurs="1"/>
-						<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>			
+						<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 					</xs:sequence>
 					<xs:attribute name="name" type="xs:string"/>
 					<xs:attribute name="date" type="xs:date"/>
@@ -76,13 +90,13 @@
 						</xs:extension>
 					</xs:simpleContent>
 				</xs:complexType>
-			</xs:element>			
+			</xs:element>
 		</xs:sequence>
 		<xs:attribute name="name" type="xs:string"/>
 		<xs:attribute name="FilePath" type="xs:anyURI"/>
 		<xs:attribute name="scenario" type="scenarios-enum"/>
-		<xs:attribute name="Creator" type="xs:string"/>	
-		<xs:attribute name="version-drop" type="xs:date"/>	
+		<xs:attribute name="Creator" type="xs:string"/>
+		<xs:attribute name="version-drop" type="xs:date"/>
 	</xs:complexType>
 
 	<!-- enum for citation-types -->
@@ -94,7 +108,7 @@
 		</xs:restriction>
 	</xs:simpleType>
 
-	<!-- enum for citation-Spec -->	
+	<!-- enum for citation-Spec -->
 	<xs:simpleType name="citation-spec-enum">
 		<xs:restriction base="xs:string">
 			<xs:enumeration value="XQuery"/>
@@ -141,9 +155,9 @@
 
 
 	<!-- top level element -->
-	<xs:element name="test-suite">	
+	<xs:element name="test-suite">
 		<xs:complexType>
-			<xs:sequence>				
+			<xs:sequence>
 				<xs:element name="citations" minOccurs="1" maxOccurs="1">
 					<xs:complexType>
 					<xs:choice maxOccurs="unbounded">
@@ -170,7 +184,7 @@
 						</xs:element>
 					</xs:choice>
 					</xs:complexType>
-				</xs:element>		
+				</xs:element>
 				<xs:element name="comparisons" minOccurs="1" maxOccurs="1">
 					<xs:complexType>
 						<xs:sequence maxOccurs = "unbounded">
@@ -185,7 +199,7 @@
 							</xs:element>
 						</xs:sequence>
 					</xs:complexType>
-				</xs:element>		
+				</xs:element>
 
 				<xs:element name="roles" minOccurs="1" maxOccurs="1">
 					<xs:complexType>
@@ -201,7 +215,7 @@
 						</xs:element>
 					</xs:sequence>
 					</xs:complexType>
-				</xs:element>		
+				</xs:element>
 
 				<xs:element name="scenarios" minOccurs="1" maxOccurs="1">
 					<xs:complexType>
@@ -217,7 +231,7 @@
 						</xs:element>
 					</xs:sequence>
 					</xs:complexType>
-				</xs:element>		
+				</xs:element>
 
 				<xs:element name="sources" minOccurs="1" maxOccurs="1">
 					<xs:complexType>
@@ -235,8 +249,8 @@
 						</xs:element>
 					</xs:sequence>
 					</xs:complexType>
-				</xs:element>		
-				
+				</xs:element>
+
 				<xs:element name="test-group" minOccurs="1" maxOccurs="unbounded">
 					<xs:complexType>
 						<xs:sequence>
@@ -247,7 +261,7 @@
 					</xs:complexType>
 				</xs:element>
 
-			</xs:sequence>	
+			</xs:sequence>
 			<xs:attribute name="CatalogDesignDate" type="xs:date"/>
 		</xs:complexType>
 	</xs:element>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/bookstore.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/bookstore.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/bookstore.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/bookstore.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <bookstore>
 
   <book category="COOKING">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/employees.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/employees.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/employees.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xquery/employees.xml Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <employees>
   <employee>
     <name>Fred Jones</name>

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/default.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/default.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/default.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/default.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
   <xs:element name="validElemDefault"   type="xs:int" default="1"/>
@@ -35,7 +50,7 @@
       <xs:attribute name="attr" type="xs:int" fixed="d"/>
     </xs:complexType>
   </xs:element>
--->    
+-->
   <!-- types to help test nil -->
 
   <xs:element name="canBeNil" nillable="true">

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/person.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/person.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/person.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/person.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:mt="http://openuri.org/xstypes/test"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/setters.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/setters.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/setters.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/setters.xsd Mon Jun 22 20:47:23 2020
@@ -1,3 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:tns="setters" targetNamespace="setters"
            elementFormDefault="qualified"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/xstypes.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/xstypes.xml?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/xstypes.xml (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlcursor/xstypes/xstypes.xml Mon Jun 22 20:47:23 2020
@@ -1,8 +1,22 @@
 <?xml version='1.0' encoding='ISO-8859-1'?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <customer xmlns="http://openuri.org/xstypes/test"
    gender="male"
    hexAtt="474749515457594747"
-   base64Att="        
+   base64Att="
 	VGhpcyBzdHJpbmcgaXMgYmFzZTY0QmluYXJ5IGVuY29kZWQh
 	"
    anyuriAtt="http://dmoz.org/World/Français/"

Modified: xmlbeans/trunk/src/test/resources/xbean/xmlobject/CR192525.xsd
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/test/resources/xbean/xmlobject/CR192525.xsd?rev=1879098&r1=1879097&r2=1879098&view=diff
==============================================================================
--- xmlbeans/trunk/src/test/resources/xbean/xmlobject/CR192525.xsd (original)
+++ xmlbeans/trunk/src/test/resources/xbean/xmlobject/CR192525.xsd Mon Jun 22 20:47:23 2020
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2004 The Apache Software Foundation
+
+     Licensed 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. -->
+
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://openuri.org/bea/samples/workshop" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="credit-card-data" type="wor:credit-card-dataType" xmlns:wor="http://openuri.org/bea/samples/workshop"/>
   <xs:complexType name="cardType">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org