Author: mgentry
Date: Tue Jul 18 13:35:56 2006
New Revision: 423236

URL: http://svn.apache.org/viewvc?rev=423236&view=rev
Log:
Fixed comment errors to XML files which were introduced adding the ASF headers.

Modified:
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_0.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_1.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_2.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-view-1_1.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_0.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_1.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_0.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_1.dtd
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/db2/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/derby/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/firebird/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/frontbase/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/hsqldb/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/ingres/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/mysql/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/openbase/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types-oracle8.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/postgres/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sqlserver/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sybase/types.xml
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/tools/antlib.xml

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_0.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_0.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_0.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_0.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- =================================================== -->
 <!-- Cayenne DataMap DTD, v 1.0                          -->

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_1.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_1.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_1.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_1.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- ===================================================
 Cayenne DataMap DTD, v 1.1

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_2.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_2.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_2.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-map-1_2.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- ===================================================
 Cayenne DataMap DTD, v 1.1

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-view-1_1.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-view-1_1.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-view-1_1.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-data-view-1_1.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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 caption ( #PCDATA ) >
 

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_0.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_0.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_0.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_0.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- =================================================== -->
 <!-- Cayenne Driver DTD,  v 1.0                          -->

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_1.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_1.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_1.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-driver-1_1.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- =================================================== -->
 <!-- Cayenne Driver DTD,  v 1.1                          -->

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_0.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_0.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_0.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_0.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,24 @@
-<!----------------------------------------------------------------
- !   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.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
+
 <!-- =================================================== -->
 <!-- Cayenne Project DTD, v 1.0                          -->
 <!--                                                     -->

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_1.dtd
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_1.dtd?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_1.dtd
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/dtd/cayenne-project-1_1.dtd
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+   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.
+-->
 
 <!-- =================================================== -->
 <!-- Cayenne Project DTD, v 1.1                          -->

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/db2/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/db2/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/db2/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/db2/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 IBM DB2 types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/derby/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/derby/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/derby/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/derby/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 Derby types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/firebird/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/firebird/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/firebird/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/firebird/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 Firebird types mapping.

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/frontbase/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/frontbase/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/frontbase/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/frontbase/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 FrontBase types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/hsqldb/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/hsqldb/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/hsqldb/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/hsqldb/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 HSQLDB types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/ingres/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/ingres/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/ingres/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/ingres/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <types>
    <jdbc-type name="ARRAY">

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/mysql/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/mysql/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/mysql/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/mysql/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 MySQL types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/openbase/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/openbase/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/openbase/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/openbase/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 OpenBase types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types-oracle8.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types-oracle8.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types-oracle8.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types-oracle8.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 Oracle 8 types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/oracle/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 Oracle types mapping

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/postgres/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/postgres/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/postgres/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/postgres/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- 
 Broken PostgreSQL types mapping.

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sqlserver/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sqlserver/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sqlserver/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sqlserver/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- MS SQL Server types mapping. -->
 

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sybase/types.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sybase/types.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sybase/types.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/dba/sybase/types.xml
 Tue Jul 18 13:35:56 2006
@@ -1,23 +1,23 @@
-<!----------------------------------------------------------------
- !   Licensed to the Apache Software Foundation (ASF) under one
- !  or more contributor license agreements.  See the NOTICE file
- !  distributed with this work for additional information
- !  regarding copyright ownership.  The ASF licenses this file
- !  to you under the Apache License, Version 2.0 (the
- !  "License"); you may not use this file except in compliance
- !  with the License.  You may obtain a copy of the License at
- !
- !    http://www.apache.org/licenses/LICENSE-2.0
- !
- !  Unless required by applicable law or agreed to in writing,
- !  software distributed under the License is distributed on an
- !  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- !  KIND, either express or implied.  See the License for the
- !  specific language governing permissions and limitations
- !  under the License.
- !--------------------------------------------------------------->
-
 <?xml version="1.0"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 
 <!-- Sybase types mapping. -->
 

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/tools/antlib.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/tools/antlib.xml?rev=423236&r1=423235&r2=423236&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/tools/antlib.xml
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/tools/antlib.xml
 Tue Jul 18 13:35:56 2006
@@ -1,21 +1,21 @@
-<!----------------------------------------------------------------
- !   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.
- !--------------------------------------------------------------->
+<!--
+   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.
+-->
 
 <antlib>
   <taskdef name="cgen" classname="org.apache.cayenne.tools.CayenneGenerator"/>


Reply via email to