You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/02/25 03:47:44 UTC

svn commit: r511410 - in /xml/xindice/trunk/java/src: ./ org/apache/xindice/ org/apache/xindice/client/ org/apache/xindice/client/xmldb/ org/apache/xindice/client/xmldb/embed/ org/apache/xindice/client/xmldb/managed/ org/apache/xindice/client/xmldb/res...

Author: vgritsenko
Date: Sat Feb 24 18:47:42 2007
New Revision: 511410

URL: http://svn.apache.org/viewvc?view=rev&rev=511410
Log:
adding license headers

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/client/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/data/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/filer/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/meta/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/query/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/request/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/server/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/tools/command/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/tools/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/util/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/xml/package.html
    xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/package.html
    xml/xindice/trunk/java/src/overview.html

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Client Connectivity Package.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/embed/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Embedded Driver</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/managed/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Managed Driver</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>XML:DB API Client.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/resources/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>XML:DB API Resource Implementations.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/services/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>XML:DB API Service Implementations.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/xmlrpc/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice XML-RPC Driver</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/data/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/data/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/data/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/data/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Basic Data Types and Containers.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/filer/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/filer/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/filer/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/filer/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Filers.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/helpers/package.html Sat Feb 24 18:47:42 2007
@@ -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>
   <title>Xindice Indexer Helpers.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Indexers.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice MetaData.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>The Xindice Core.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/query/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/query/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/query/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/query/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Query Engine.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/request/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/request/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/request/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/request/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Request Handlers.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/xupdate/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice XUpdate Implementation.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Top-level Xindice package.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice server framework package.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/tools/command/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/command/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/command/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/command/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Tool Commands.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/tools/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/tools/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/tools/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/tools/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice Tools.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/util/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/util/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/util/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/util/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice utilities package.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>The Xindice DOM Implementation.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/dom/traversal/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>The Xindice DOM Traversal Implementation.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/jaxp/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>The Xindice JAXP Factories.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>Xindice XML packages.</title>
   <body>

Modified: xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/package.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/package.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/package.html (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/xml/sax/package.html Sat Feb 24 18:47:42 2007
@@ -1,3 +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.
+  -
+  - $Id$
+  -->
+
 <html>
   <title>The Xindice SAX Implementation.</title>
   <body>

Modified: xml/xindice/trunk/java/src/overview.html
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/overview.html?view=diff&rev=511410&r1=511409&r2=511410
==============================================================================
--- xml/xindice/trunk/java/src/overview.html (original)
+++ xml/xindice/trunk/java/src/overview.html Sat Feb 24 18:47:42 2007
@@ -1,9 +1,27 @@
 <!--
+  - 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.
+  -
+  - $Id$
+  -->
+
+<!--
   - Version: $Revision$ $Date$
   - Author: Vladimir R. Bossicard (vladimir@bossicard.com)
   -->
-
 <body>
-This document is the API specification for the Apache Xindice XML Database. Further
-information can be found on <a href="http://xml.apache.org/xindice">xml.apache.org/xindice</a>.
+  This document is the API specification for the Apache Xindice XML Database. Further
+  information can be found on <a href="http://xml.apache.org/xindice">xml.apache.org/xindice</a>.
 </body>