You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/08/08 23:24:31 UTC

svn commit: r429820 [4/5] - in /db/derby/site/trunk: build/site/ build/site/integrate/ build/site/manuals/ build/site/papers/ build/site/papers/DerbyTut/ build/site/releases/ src/documentation/content/xdocs/ src/documentation/content/xdocs/images/ src/...

Modified: db/derby/site/trunk/build/site/papers/recovery.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/recovery.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/papers/recovery.html (original)
+++ db/derby/site/trunk/build/site/papers/recovery.html Tue Aug  8 14:24:26 2006
@@ -311,13 +311,13 @@
 </ul>
 </div>
     
-<a name="N1000F"></a><a name="introduction"></a>
+<a name="N10010"></a><a name="introduction"></a>
 <h2 class="boxed"> Introduction </h2>
 <div class="section">
 <p>Derby transaction logging and recovery is based upon the ARIES algorithm.</p>
 </div>
     
-<a name="N10019"></a><a name="ARIES+-+An+Overview"></a>
+<a name="N1001A"></a><a name="ARIES+-+An+Overview"></a>
 <h2 class="boxed">ARIES - An Overview</h2>
 <div class="section">
 <p>Following is a brief description of the main principles behind ARIES.</p>
@@ -362,7 +362,7 @@
         system need to know about high level data structures. </p>
 </div>
     
-<a name="N10032"></a><a name="Features+of+ARIES"></a>
+<a name="N10033"></a><a name="Features+of+ARIES"></a>
 <h2 class="boxed">Features of ARIES</h2>
 <div class="section">
 <p>ARIES includes a number of optimisations to reduce the amount of work 
@@ -402,7 +402,7 @@
         UndoLsn pointer as described previously.</p>
 </div>
     
-<a name="N10048"></a><a name="References"></a>
+<a name="N10049"></a><a name="References"></a>
 <h2 class="boxed">References</h2>
 <div class="section">
 <ol>
@@ -433,7 +433,7 @@
 </ol>
 </div>
     
-<a name="N1006A"></a><a name="Derby+implementation+of+ARIES"></a>
+<a name="N1006B"></a><a name="Derby+implementation+of+ARIES"></a>
 <h2 class="boxed">Derby implementation of ARIES</h2>
 <div class="section">
 <p>I shall only describe how Derby differs from standard ARIES implementation. 
@@ -495,7 +495,7 @@
         done.</p>
 </div>
     
-<a name="N1008E"></a><a name="Derby+recovery+process"></a>
+<a name="N1008F"></a><a name="Derby+recovery+process"></a>
 <h2 class="boxed">Derby recovery process</h2>
 <div class="section">
 <p>Implemented in <span class="codefrag">org.apache.derby.impl.store.raw.log.LogToFile.recover()</span>
@@ -518,7 +518,7 @@
 </dl>
 </div>
     
-<a name="N100AF"></a><a name="Recovery+Redo+pass"></a>
+<a name="N100B0"></a><a name="Recovery+Redo+pass"></a>
 <h2 class="boxed">Recovery Redo pass</h2>
 <div class="section">
 <p>Implemented in <span class="codefrag">org.apache.derby.impl.store.raw.log.FileLogger.redo()</span>
@@ -542,7 +542,7 @@
 </ol>
 </div>
     
-<a name="N100CA"></a><a name="Recovery+Undo+pass"></a>
+<a name="N100CB"></a><a name="Recovery+Undo+pass"></a>
 <h2 class="boxed">Recovery Undo pass</h2>
 <div class="section">
 <p>Implemented in <span class="codefrag">org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions()</span>
@@ -558,7 +558,7 @@
 </ol>
 </div>
     
-<a name="N100E2"></a><a name="Checkpoints"></a>
+<a name="N100E3"></a><a name="Checkpoints"></a>
 <h2 class="boxed">Checkpoints</h2>
 <div class="section">
 <p>Implemented in <span class="codefrag">org.apache.derby.impl.store.raw.log.LogToFile.checkpoint()</span>
@@ -683,7 +683,7 @@
        </p>
 </div>
     
-<a name="N1015D"></a><a name="Derby+Logging+Overview"></a>
+<a name="N1015E"></a><a name="Derby+Logging+Overview"></a>
 <h2 class="boxed">Derby Logging Overview</h2>
 <div class="section">
 <p>A loggable action in Derby is redoable. If the action implements Undoable interface, then it is also
@@ -719,7 +719,7 @@
 </ol>
 </div>
     
-<a name="N1017F"></a><a name="Loggable+Interface+Hierarchy"></a>
+<a name="N10180"></a><a name="Loggable+Interface+Hierarchy"></a>
 <h2 class="boxed">Loggable Interface Hierarchy</h2>
 <div class="section">
 <ul>
@@ -749,7 +749,7 @@
 </ul>
 </div>
     
-<a name="N101B1"></a><a name="Container+Log+Operations+Hierarchy"></a>
+<a name="N101B2"></a><a name="Container+Log+Operations+Hierarchy"></a>
 <h2 class="boxed">Container Log Operations Hierarchy</h2>
 <div class="section">
 <ul>
@@ -770,7 +770,7 @@
 </ul>
 </div>
     
-<a name="N101F6"></a><a name="Transaction+Management+Log+Operations+Hierarchy"></a>
+<a name="N101F7"></a><a name="Transaction+Management+Log+Operations+Hierarchy"></a>
 <h2 class="boxed">Transaction Management Log Operations Hierarchy</h2>
 <div class="section">
 <ul>
@@ -784,7 +784,7 @@
 </ul>
 </div>
     
-<a name="N1022A"></a><a name="Page+Level+Log+Operations+Hierarchy"></a>
+<a name="N1022B"></a><a name="Page+Level+Log+Operations+Hierarchy"></a>
 <h2 class="boxed">Page Level Log Operations Hierarchy</h2>
 <div class="section">
 <ul>

Modified: db/derby/site/trunk/build/site/papers/versionupgrade.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/versionupgrade.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/papers/versionupgrade.html (original)
+++ db/derby/site/trunk/build/site/papers/versionupgrade.html Tue Aug  8 14:24:26 2006
@@ -281,7 +281,7 @@
 </ul>
 </div> 
       
-<a name="N1000F"></a><a name="Basic+Numbering+Scheme"></a>
+<a name="N10010"></a><a name="Basic+Numbering+Scheme"></a>
 <h2 class="boxed">Basic Numbering Scheme</h2>
 <div class="section">
 <div class="frame note">
@@ -337,7 +337,7 @@
           had undergone 3 additional QA testing cycles. </p>
 </div>
       
-<a name="N10037"></a><a name="Sysinfo+and+how+it+reports+versions"></a>
+<a name="N10038"></a><a name="Sysinfo+and+how+it+reports+versions"></a>
 <h2 class="boxed">Sysinfo and how it reports versions</h2>
 <div class="section">
 <p> This version value is reported by the sysinfo utility, in some messages 
@@ -386,7 +386,7 @@
 </table>
 </div>
       
-<a name="N1008D"></a><a name="Version+Upgrade+Mechanism"></a>
+<a name="N1008E"></a><a name="Version+Upgrade+Mechanism"></a>
 <h2 class="boxed">Version Upgrade Mechanism</h2>
 <div class="section">
 <div class="frame note">
@@ -455,7 +455,7 @@
           SALESDB with 10.0.x.y or 10.1.x.y would fail. </p>
 </div>
       
-<a name="N100D6"></a><a name="Upgrading+System+Catalogs"></a>
+<a name="N100D7"></a><a name="Upgrading+System+Catalogs"></a>
 <h2 class="boxed">Upgrading System Catalogs</h2>
 <div class="section">
 <div class="frame note">

Modified: db/derby/site/trunk/build/site/quick_start.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/quick_start.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/quick_start.html (original)
+++ db/derby/site/trunk/build/site/quick_start.html Tue Aug  8 14:24:26 2006
@@ -101,7 +101,7 @@
 </div> 
 
 
-<a name="N1000C"></a><a name="The+Basics"></a>
+<a name="N1000D"></a><a name="The+Basics"></a>
 <h2 class="boxed">The Basics</h2>
 <div class="section">
 <p>
@@ -137,7 +137,7 @@
 </div>
 
 
-<a name="N1003F"></a><a name="Next+Steps+for+Users"></a>
+<a name="N10040"></a><a name="Next+Steps+for+Users"></a>
 <h2 class="boxed">Next Steps for Users</h2>
 <div class="section">
 <p>
@@ -258,7 +258,7 @@
 </div>
 
 
-<a name="N100CA"></a><a name="Next+Steps+for+Developers"></a>
+<a name="N100CB"></a><a name="Next+Steps+for+Developers"></a>
 <h2 class="boxed">Next Steps for Developers</h2>
 <div class="section">
 <p>

Modified: db/derby/site/trunk/build/site/releases/release-10.0.2.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.0.2.1.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.0.2.1.html (original)
+++ db/derby/site/trunk/build/site/releases/release-10.0.2.1.html Tue Aug  8 14:24:26 2006
@@ -106,7 +106,7 @@
 </ul>
 </div>
     
-<a name="N1000C"></a><a name="Distributions"></a>
+<a name="N1000D"></a><a name="Distributions"></a>
 <h2 class="boxed">Distributions</h2>
 <div class="section">
 <p>There are three different distributions:</p>
@@ -136,7 +136,7 @@
 </div>
     
     
-<a name="N1007B"></a><a name="Release+Overview"></a>
+<a name="N1007C"></a><a name="Release+Overview"></a>
 <h2 class="boxed">Release Overview</h2>
 <div class="section">
 <p>Derby is a pure Java relational database engine using standard SQL and
@@ -198,7 +198,7 @@
 </div>
     
     
-<a name="N100D6"></a><a name="Release+Notes"></a>
+<a name="N100D7"></a><a name="Release+Notes"></a>
 <h2 class="boxed">Release Notes</h2>
 <div class="section">
 <p>Derby version 10.0.2.1</p>
@@ -520,7 +520,7 @@
 </div>
     
     
-<a name="N10463"></a><a name="Testing"></a>
+<a name="N10464"></a><a name="Testing"></a>
 <h2 class="boxed">Testing</h2>
 <div class="section">
 <p>Tests were run on the following platforms. Results are listed separately for each platform.</p>

Modified: db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.1.0.cgi Tue Aug  8 14:24:26 2006
@@ -1,19 +1,21 @@
 #!/bin/sh
 
-# Copyright 2002-2004 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.    
 
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the

Modified: db/derby/site/trunk/build/site/releases/release-10.1.2.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.2.1.cgi?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.2.1.cgi (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.2.1.cgi Tue Aug  8 14:24:26 2006
@@ -1,19 +1,21 @@
 #!/bin/sh
 
-# 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.    
 
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the

Modified: db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi (original)
+++ db/derby/site/trunk/build/site/releases/release-10.1.3.1.cgi Tue Aug  8 14:24:26 2006
@@ -1,19 +1,21 @@
 #!/bin/sh
 
-# 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.    
 
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the

Modified: db/derby/site/trunk/src/documentation/content/xdocs/DerbyBugGuidelines.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/DerbyBugGuidelines.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/DerbyBugGuidelines.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/DerbyBugGuidelines.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML>
 <HEAD>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/DerbyToDo.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/DerbyToDo.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/DerbyToDo.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/DerbyToDo.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML>
 <HEAD>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_charter.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_charter.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_charter.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_charter.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
  <header>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_mail.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_mail.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_mail.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_mail.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_proposal.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_proposal.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_proposal.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_proposal.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_tests.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/derby_tests.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_tests.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_tests.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
  <header>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/faq.xml Tue Aug  8 14:24:26 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  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
+  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
 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/images/group.svg?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/images/group.svg (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/images/group.svg Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
 
 <!--
        SVG Anteater logo

Modified: db/derby/site/trunk/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/images/project.svg?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/images/project.svg (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/images/project.svg Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
 
 <!--
        SVG Anteater logo

Modified: db/derby/site/trunk/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/index.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/index.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/index.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/DOTS_Derby.htm Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html xmlns:v="urn:schemas-microsoft-com:vml"
 xmlns:o="urn:schemas-microsoft-com:office:office"

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/DerbyTomcat5512JPetStor.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/DerbyTomcat5512JPetStor.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/DerbyTomcat5512JPetStor.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/DerbyTomcat5512JPetStor.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
 	<header>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreGeronimo.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreGeronimo.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreGeronimo.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreGeronimo.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
 	<header>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreWebSphere.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreWebSphere.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreWebSphere.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreWebSphere.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
 	<header>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/Readme.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/Readme.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/Readme.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/Readme.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
    "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/SQuirreL_Derby.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/SQuirreL_Derby.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/SQuirreL_Derby.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/SQuirreL_Derby.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/derby_plugin.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/derby_plugin.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/derby_plugin.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/derby_plugin.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/func_spec_plugins.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/func_spec_plugins.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/func_spec_plugins.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/func_spec_plugins.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/index.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/index.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/index.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/index.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/derby_app.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/derby_app.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/derby_app.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/derby_app.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Creating a Java application to access a Derby database</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Using ij to issue SQL commands</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij2.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij2.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij2.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij2.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Using ij to run SQL scripts</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij_toc.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij_toc.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij_toc.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/ij_toc.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Using ij</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/java_project.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/java_project.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/java_project.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/java_project.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Creating an Eclipse Java project</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Adding the Derby nature to a Java project</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature_toc.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature_toc.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature_toc.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/nature_toc.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>The Derby Nature</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/properties.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/properties.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/properties.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/properties.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Setting Derby properties for a project</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/remove_nature.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/remove_nature.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/remove_nature.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/remove_nature.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Removing the Derby nature from a Java project</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/resources.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/resources.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/resources.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/resources.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Derby Documentation</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/server_toc.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/server_toc.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/server_toc.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/server_toc.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Starting and Stopping the Derby Network Server</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_server.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_server.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_server.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_server.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Starting the Derby Network Server</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_toc.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_toc.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_toc.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/start_toc.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Getting Started with the Derby plug-ins for Eclipse</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/stop_server.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/stop_server.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/stop_server.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/stop_server.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Stopping the Derby Network Server</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/sysinfo.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/sysinfo.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/sysinfo.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_help/sysinfo.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 <head>
 <title>Running sysinfo for environment information</title>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_howto.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_howto.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_howto.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_howto.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_slides.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_slides.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_slides.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/plugin_slides.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/license.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/license.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/license.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/license.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/logo.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/logo.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/logo.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/logo.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/logo/final_derbylogo.svg
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/logo/final_derbylogo.svg?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/logo/final_derbylogo.svg (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/logo/final_derbylogo.svg Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 43)  -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"    "http://www.w3.org/TR/2001/PR-SVG-20010719/DTD/svg10.dtd" [
 	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">

Modified: db/derby/site/trunk/src/documentation/content/xdocs/logo/final_logowithtext.svg
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/logo/final_logowithtext.svg?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/logo/final_logowithtext.svg (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/logo/final_logowithtext.svg Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
 	<!ENTITY ns_svg "http://www.w3.org/2000/svg">

Modified: db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/manuals/index.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/manuals/index.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/manuals/index.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/manuals/index.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/ApacheCon.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/ApacheCon.xml?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/ApacheCon.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/ApacheCon.xml Tue Aug  8 14:24:26 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyClientSpec.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyClientSpec.html?rev=429820&r1=429819&r2=429820&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyClientSpec.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyClientSpec.html Tue Aug  8 14:24:26 2006
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to you under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD><TITLE>Derby Network Client</TITLE>
 <META http-equiv=Content-Type content="text/html; charset=utf-8">