Author: tomdz Date: Fri Nov 24 00:02:33 2006 New Revision: 478797 URL: http://svn.apache.org/viewvc?view=rev&rev=478797 Log: Updated license headers Enhanced documentation
Modified: db/ddlutils/trunk/build-sample.xml db/ddlutils/trunk/build.properties db/ddlutils/trunk/build.xml db/ddlutils/trunk/dump-metadata.xml db/ddlutils/trunk/pom.xml db/ddlutils/trunk/src/antdoc/styles.css db/ddlutils/trunk/src/antdoc/templates/html/index.html db/ddlutils/trunk/src/antdoc/templates/html/libindex.vm db/ddlutils/trunk/src/antdoc/templates/html/main.vm db/ddlutils/trunk/src/antdoc/templates/html/overview.vm db/ddlutils/trunk/src/antdoc/templates/html/task.vm db/ddlutils/trunk/src/antdoc/templates/html/taskindex.vm db/ddlutils/trunk/src/check/ddlutils-checks.xml db/ddlutils/trunk/src/doc/forrest.properties db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/api-usage.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/database-support.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/documentation.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/download.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/mail-lists.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/release-notes.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/schema.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/site.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/svn-info.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/tabs.xml db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/to-do.xml db/ddlutils/trunk/src/doc/src/documentation/sitemap.xmap db/ddlutils/trunk/src/doc/src/documentation/skinconf.xml db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/axion/AxionPlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/cloudscape/CloudscapePlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/db2/Db2Platform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/firebird/FirebirdPlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/hsqldb/HsqlDbPlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/interbase/InterbasePlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/mckoi/MckoiPlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/mysql/MySqlPlatform.java db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/sapdb/SapDbPlatform.java Modified: db/ddlutils/trunk/build-sample.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/build-sample.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/build-sample.xml (original) +++ db/ddlutils/trunk/build-sample.xml Fri Nov 24 00:02:33 2006 @@ -1,21 +1,21 @@ <?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 + 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 + 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. + 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. --> <project default="writeSchemaSqlToFile" name="DdlUtils" Modified: db/ddlutils/trunk/build.properties URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/build.properties?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/build.properties (original) +++ db/ddlutils/trunk/build.properties Fri Nov 24 00:02:33 2006 @@ -1,16 +1,19 @@ -# Copyright 2003-2004 The Apache Software Foundation +# 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 # -# 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 # -# 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. +# 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. lib.dir=lib Modified: db/ddlutils/trunk/build.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/build.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/build.xml (original) +++ db/ddlutils/trunk/build.xml Fri Nov 24 00:02:33 2006 @@ -1,22 +1,21 @@ <?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. + 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. --> <project default="dist" @@ -123,6 +122,11 @@ <antcall target="schemadoc"/> <copy todir="${forrest.schemadoc.destdir}"> <fileset dir="${build.schemadoc.dir}"/> + </copy> + <!-- Copy generated ant doc into the forrest structure in the temporary directory --> + <antcall target="antdoc"/> + <copy todir="${forrest.antdoc.destdir}"> + <fileset dir="${build.antdoc.dir}"/> </copy> <ant antfile="${env.FORREST_HOME}/main/forrest.build.xml" Modified: db/ddlutils/trunk/dump-metadata.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/dump-metadata.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/dump-metadata.xml (original) +++ db/ddlutils/trunk/dump-metadata.xml Fri Nov 24 00:02:33 2006 @@ -1,22 +1,21 @@ <?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 + 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 + 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. + 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. --> <project default="dump-metadata" Modified: db/ddlutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/pom.xml (original) +++ db/ddlutils/trunk/pom.xml Fri Nov 24 00:02:33 2006 @@ -1,22 +1,21 @@ <?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 + 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 + 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. + 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. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: db/ddlutils/trunk/src/antdoc/styles.css URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/styles.css?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/styles.css (original) +++ db/ddlutils/trunk/src/antdoc/styles.css Fri Nov 24 00:02:33 2006 @@ -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. +*/ body { width: 760px; padding-left: 10px; Modified: db/ddlutils/trunk/src/antdoc/templates/html/index.html URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/index.html?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/index.html (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/index.html Fri Nov 24 00:02:33 2006 @@ -1,5 +1,23 @@ <?xml version="1.0" encoding="UTF8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"> +<!-- + 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. +--> <html> <head> <title>DdlUtils' Ant Tasks Documentation </title> Modified: db/ddlutils/trunk/src/antdoc/templates/html/libindex.vm URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/libindex.vm?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/libindex.vm (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/libindex.vm Fri Nov 24 00:02:33 2006 @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ## +## 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. +## +## ## This is an Velocity template for generating an HTML index ## of the Ant "categories" (antlibs) ## Modified: db/ddlutils/trunk/src/antdoc/templates/html/main.vm URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/main.vm?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/main.vm (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/main.vm Fri Nov 24 00:02:33 2006 @@ -1,4 +1,22 @@ ## +## Licensed to the Apache Software Foundation (ASF) under one +## or more contributor license agreements. See the NOTICE file +## distributed with this work for additional information +## regarding copyright ownership. The ASF licenses this file +## to you under the Apache License, Version 2.0 (the +## "License"); you may not use this file except in compliance +## with the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, +## software distributed under the License is distributed on an +## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +## KIND, either express or implied. See the License for the +## specific language governing permissions and limitations +## under the License. +## +## ## This template is the entry point for calling other templates. ## The output of this template goes to stdout. ## 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=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/overview.vm (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/overview.vm Fri Nov 24 00:02:33 2006 @@ -1,5 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +## +## 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. +## +## +## This is an Velocity template for generating the overview page <html> <head> <title>$title</title> 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=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/task.vm (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/task.vm Fri Nov 24 00:02:33 2006 @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ## +## 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. +## +## ## This is a Velocity template for generating an HTML ## document describing an Ant Task/Type ## Modified: db/ddlutils/trunk/src/antdoc/templates/html/taskindex.vm URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/antdoc/templates/html/taskindex.vm?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/antdoc/templates/html/taskindex.vm (original) +++ db/ddlutils/trunk/src/antdoc/templates/html/taskindex.vm Fri Nov 24 00:02:33 2006 @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ## +## 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. +## +## ## This is an Velocity template for generating an HTML index ## of the Ant Task/Types ## Modified: db/ddlutils/trunk/src/check/ddlutils-checks.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/check/ddlutils-checks.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/check/ddlutils-checks.xml (original) +++ db/ddlutils/trunk/src/check/ddlutils-checks.xml Fri Nov 24 00:02:33 2006 @@ -3,22 +3,22 @@ "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> <!-- -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 + 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 + 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. + 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. --> <module name="Checker"> Modified: db/ddlutils/trunk/src/doc/forrest.properties URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/forrest.properties?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/doc/forrest.properties (original) +++ db/ddlutils/trunk/src/doc/forrest.properties Fri Nov 24 00:02:33 2006 @@ -1,18 +1,20 @@ -# Copyright 2002-2005 The Apache Software Foundation or its licensors, -# as applicable. +# 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 # -# 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 # -# 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. # -# 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 used by forrest.build.xml for building the website # These are the defaults, un-comment them only if you need to change them. Modified: db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml (original) +++ db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/ant-tasks.xml Fri Nov 24 00:02:33 2006 @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="ISO-8859-15"?> <!-- - Copyright 2002-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. --> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> <document> Modified: db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/api-usage.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/api-usage.xml?view=diff&rev=478797&r1=478796&r2=478797 ============================================================================== --- db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/api-usage.xml (original) +++ db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/api-usage.xml Fri Nov 24 00:02:33 2006 @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="ISO-8859-15"?> <!-- - Copyright 2002-2004 The Apache Software Foundation - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. --> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> <document>