You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2007/05/21 03:30:54 UTC

svn commit: r539990 - in /db/ddlutils/trunk: ./ src/antdoc/templates/html/ src/doc/src/documentation/ src/doc/src/documentation/classes/ src/java/ src/java/org/apache/ddlutils/task/ src/schema/ src/test-input/ src/test-profiles/mvdb/ src/test/ src/test...

Author: tomdz
Date: Sun May 20 18:30:52 2007
New Revision: 539990

URL: http://svn.apache.org/viewvc?view=rev&rev=539990
Log:
Updated/added license info

Added:
    db/ddlutils/trunk/src/test/jdbc.properties.derby-embedded
Removed:
    db/ddlutils/trunk/src/test-input/
Modified:
    db/ddlutils/trunk/.classpath
    db/ddlutils/trunk/.project
    db/ddlutils/trunk/build.properties
    db/ddlutils/trunk/src/antdoc/templates/html/overview.vm
    db/ddlutils/trunk/src/antdoc/templates/html/task.vm
    db/ddlutils/trunk/src/doc/src/documentation/classes/CatalogManager.properties
    db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml
    db/ddlutils/trunk/src/java/database.dtd
    db/ddlutils/trunk/src/java/org/apache/ddlutils/task/VerbosityLevel.java
    db/ddlutils/trunk/src/schema/database.xsd
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.axion
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.derby
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.firebird
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.hsqldb
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mckoi
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql41
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql50
    db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.postgresql
    db/ddlutils/trunk/src/test/jdbc.properties.axion
    db/ddlutils/trunk/src/test/jdbc.properties.db2
    db/ddlutils/trunk/src/test/jdbc.properties.derby
    db/ddlutils/trunk/src/test/jdbc.properties.firebird
    db/ddlutils/trunk/src/test/jdbc.properties.hsqldb
    db/ddlutils/trunk/src/test/jdbc.properties.interbase75
    db/ddlutils/trunk/src/test/jdbc.properties.maxdb
    db/ddlutils/trunk/src/test/jdbc.properties.mckoi
    db/ddlutils/trunk/src/test/jdbc.properties.mysql
    db/ddlutils/trunk/src/test/jdbc.properties.mysql50
    db/ddlutils/trunk/src/test/jdbc.properties.oracle10
    db/ddlutils/trunk/src/test/jdbc.properties.oracle9
    db/ddlutils/trunk/src/test/jdbc.properties.postgresql
    db/ddlutils/trunk/src/test/jdbc.properties.sapdb
    db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2000
    db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2005
    db/ddlutils/trunk/src/test/jdbc.properties.sybaseASE
    db/ddlutils/trunk/src/test/org/apache/ddlutils/alteration/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/dynabean/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/io/converters/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/io/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/model/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/package.html
    db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/package.html
    db/ddlutils/trunk/src/xml/database2ojb.xsl

Modified: db/ddlutils/trunk/.classpath
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/.classpath?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/.classpath (original)
+++ db/ddlutils/trunk/.classpath Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 <?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.
+-->
 <classpath>
 	<classpathentry kind="src" path="src/java"/>
 	<classpathentry kind="src" output="target/test" path="src/test"/>

Modified: db/ddlutils/trunk/.project
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/.project?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/.project (original)
+++ db/ddlutils/trunk/.project Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 <?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.
+-->
 <projectDescription>
   <name>DdlUtils</name>
   <comment>

Modified: db/ddlutils/trunk/build.properties
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/build.properties?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/build.properties (original)
+++ db/ddlutils/trunk/build.properties Sun May 20 18:30:52 2007
@@ -39,7 +39,7 @@
 
 dist.name=DdlUtils
 dist.vendor=Apache Software Foundation
-dist.version=1.0-RC1
+dist.version=1.0-RC2
 dist.filename.prefix=${dist.name}-${dist.version}
 
 checkstyle.version.pattern=\\$Revision.*\\$
@@ -54,7 +54,7 @@
 #
 
 javadoc.title=${dist.name} ${dist.version} API Documentation
-javadoc.footer=Copyright &copy; 2005-2006 Apache Software Foundation. All Rights Reserved.
+javadoc.footer=Copyright &copy; 2005-2007 Apache Software Foundation. All Rights Reserved.
 
 antdoc.title=${dist.name} ${dist.version} Ant Tasks
 antdoc.templates.dir=${src.antdoc.dir}/templates

Modified: db/ddlutils/trunk/src/antdoc/templates/html/overview.vm
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/overview.vm?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/antdoc/templates/html/overview.vm (original)
+++ db/ddlutils/trunk/src/antdoc/templates/html/overview.vm Sun May 20 18:30:52 2007
@@ -125,5 +125,6 @@
 <p>The DdlUtils tasks require Ant version 1.5 or newer.</p>
 <h3>Reference</h3>
 <p>The reference documentation for the Ant tasks can be found <a href="index.all.html">here</a>.</p>
+<p>&copy;2005-2007 Apache Software Foundation</p>
 </body>
 </html>

Modified: db/ddlutils/trunk/src/antdoc/templates/html/task.vm
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/task.vm?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/antdoc/templates/html/task.vm (original)
+++ db/ddlutils/trunk/src/antdoc/templates/html/task.vm Sun May 20 18:30:52 2007
@@ -86,5 +86,6 @@
   #end
 #end
 </fieldset>
+<p>&copy;2005-2007 Apache Software Foundation</p>
 </body>
 </html>

Modified: db/ddlutils/trunk/src/doc/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/src/documentation/classes/CatalogManager.properties?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/doc/src/documentation/classes/CatalogManager.properties (original)
+++ db/ddlutils/trunk/src/doc/src/documentation/classes/CatalogManager.properties Sun May 20 18:30:52 2007
@@ -1,17 +1,19 @@
-# Copyright 2002-2005 The Apache Software Foundation or its licensors,
-# as applicable.
-#
-# 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.
+# 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.
 
 #=======================================================================
 # CatalogManager.properties for Catalog Entity Resolver.

Modified: db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml (original)
+++ db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml Sun May 20 18:30:52 2007
@@ -94,8 +94,8 @@
   <favicon-url></favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2005</year>
-  <vendor>The Apache Software Foundation.</vendor>
+  <year>2005-2007</year>
+  <vendor>Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
     copyright statement
   <copyright-link>http://www.apache.org/licenses/</copyright-link>

Modified: db/ddlutils/trunk/src/java/database.dtd
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/java/database.dtd?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
Binary files - no diff available.

Modified: db/ddlutils/trunk/src/java/org/apache/ddlutils/task/VerbosityLevel.java
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/java/org/apache/ddlutils/task/VerbosityLevel.java?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/java/org/apache/ddlutils/task/VerbosityLevel.java (original)
+++ db/ddlutils/trunk/src/java/org/apache/ddlutils/task/VerbosityLevel.java Sun May 20 18:30:52 2007
@@ -1,5 +1,24 @@
 package org.apache.ddlutils.task;
 
+/*
+ * 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.
+ */
+
 import org.apache.log4j.Level;
 import org.apache.tools.ant.types.EnumeratedAttribute;
 

Modified: db/ddlutils/trunk/src/schema/database.xsd
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/schema/database.xsd?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
Binary files - no diff available.

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.axion
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.axion?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.axion (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.axion Sun May 20 18:30:52 2007
@@ -1,3 +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.
+
 # Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 datasource.class=org.apache.commons.dbcp.BasicDataSource

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.derby
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.derby?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.derby (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.derby Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Derby >= 10.1.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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Derby
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.firebird
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.firebird?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.firebird (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.firebird Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for FireBird
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.hsqldb
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.hsqldb?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.hsqldb (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.hsqldb Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for HsqlDb
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 ddlutils.platform=HsqlDb
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mckoi
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mckoi?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mckoi (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mckoi Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Mckoi 1.0.3
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Mckoi
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql41
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql41?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql41 (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql41 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for Mysql
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql50
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql50?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql50 (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.mysql50 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for Mysql
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.postgresql
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.postgresql?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.postgresql (original)
+++ db/ddlutils/trunk/src/test-profiles/mvdb/jdbc.properties.postgresql Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for PostgreSQL
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.axion
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.axion?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.axion (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.axion Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Axion
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Axion
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.db2
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.db2?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.db2 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.db2 Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Db2 UDB
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Db2
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.derby
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.derby?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.derby (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.derby Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Derby >= 10.1.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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Derby
 
@@ -21,6 +38,6 @@
 # Client/server mode
 
 datasource.driverClassName=org.apache.derby.jdbc.ClientDriver
-datasource.url=jdbc:derby://localhost/ddlutils
+datasource.url=jdbc:derby://localhost/ddlutils;create=true
 datasource.username=ddlutils
 datasource.password=ddlutils

Added: db/ddlutils/trunk/src/test/jdbc.properties.derby-embedded
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.derby-embedded?view=auto&rev=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.derby-embedded (added)
+++ db/ddlutils/trunk/src/test/jdbc.properties.derby-embedded Sun May 20 18:30:52 2007
@@ -0,0 +1,36 @@
+# JDBC properties for Derby >= 10.1.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.
+
+# Use this property if ddlutils does not recognize the platform from the settings
+#ddlutils.platform=Derby
+
+# Properties starting with "datasource." will be fed into the datasource instance of the
+# class configured via the datasource.class property
+
+datasource.class=org.apache.commons.dbcp.BasicDataSource
+
+# Embedded mode
+
+datasource.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
+datasource.url=jdbc:derby:target/database/ddlutils_derby;create=true
+
+# The default username for embedded Derby is app; for every other user the must be a corresponding
+# schema defined in the database; see http://db.apache.org/derby/faq.html#schema_exist for details
+datasource.username=app
+datasource.password=

Modified: db/ddlutils/trunk/src/test/jdbc.properties.firebird
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.firebird?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.firebird (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.firebird Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for FireBird
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.hsqldb
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.hsqldb?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.hsqldb (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.hsqldb Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for HsqlDb
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 ddlutils.platform=HsqlDb
 
@@ -16,6 +33,6 @@
 
 # Server mode
 
-datasource.url=jdbc:hsqldb:hsql://localhost/xdb
+datasource.url=jdbc:hsqldb:hsql://localhost
 datasource.username=sa
 datasource.password=

Modified: db/ddlutils/trunk/src/test/jdbc.properties.interbase75
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.interbase75?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.interbase75 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.interbase75 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for Interbase 7.5
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.maxdb
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.maxdb?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.maxdb (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.maxdb Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for MaxDB
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.mckoi
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.mckoi?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.mckoi (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.mckoi Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Mckoi 1.0.3
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Mckoi
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.mysql
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.mysql?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.mysql (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.mysql Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for MySQL using Connector/J
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.mysql50
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.mysql50?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.mysql50 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.mysql50 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for MySQL using Connector/J
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.oracle10
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.oracle10?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.oracle10 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.oracle10 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for Oracle10
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.oracle9
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.oracle9?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.oracle9 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.oracle9 Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for Oracle9
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.postgresql
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.postgresql?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.postgresql (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.postgresql Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for PostgreSQL
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 
@@ -12,8 +30,8 @@
 datasource.class=org.apache.commons.dbcp.BasicDataSource
 datasource.driverClassName=org.postgresql.Driver
 datasource.url=jdbc:postgresql://localhost/ddlutils
-datasource.username=postgres
-datasource.password=root123
+datasource.username=ddlutils
+datasource.password=ddlutils
 
 #
 # PostgreSQL comes with its own DataSource implementations which can be configured like this:

Modified: db/ddlutils/trunk/src/test/jdbc.properties.sapdb
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.sapdb?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.sapdb (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.sapdb Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 # JDBC properties for SapDB
+
+# 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.
+
 # Note: Properties starting with "datasource." will be fed into the datasource instance of the
 # class configured via the datasource.class property
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2000
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2000?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2000 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2000 Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Microsoft Sql Server 2000
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=MsSql
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2005
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2005?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2005 (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.sqlserver2005 Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Microsoft Sql Server 2005
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=MsSql
 

Modified: db/ddlutils/trunk/src/test/jdbc.properties.sybaseASE
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/jdbc.properties.sybaseASE?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/jdbc.properties.sybaseASE (original)
+++ db/ddlutils/trunk/src/test/jdbc.properties.sybaseASE Sun May 20 18:30:52 2007
@@ -1,5 +1,22 @@
 # JDBC properties for Sybase 12.5 ASE
 
+# 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.
+
 # Use this property if ddlutils does not recognize the platform from the settings
 #ddlutils.platform=Sybase
 

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/alteration/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/alteration/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/alteration/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/alteration/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/dynabean/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/dynabean/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/dynabean/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/dynabean/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/io/converters/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/io/converters/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/io/converters/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/io/converters/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 2006 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/io/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/io/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/io/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/io/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/model/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/model/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/model/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/model/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/package.html
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/package.html?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/package.html (original)
+++ db/ddlutils/trunk/src/test/org/apache/ddlutils/platform/package.html Sun May 20 18:30:52 2007
@@ -1,20 +1,23 @@
 <html>
 <head>
-<!-- 
- Copyright 1999-2005 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.
- -->
+<!-- 
+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.
+-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Thomas Dudziak">
 </head>

Modified: db/ddlutils/trunk/src/xml/database2ojb.xsl
URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/xml/database2ojb.xsl?view=diff&rev=539990&r1=539989&r2=539990
==============================================================================
--- db/ddlutils/trunk/src/xml/database2ojb.xsl (original)
+++ db/ddlutils/trunk/src/xml/database2ojb.xsl Sun May 20 18:30:52 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- 
+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.
+-->
 <!-- ================================================================== -->
 <!-- An XSLT Style Sheet for generating an OJB repository_user.xml file -->
 <!-- a Jakarta commons-sql "database.xml" file.                         -->