]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Applied Apache License Version 2.0 by following the instructions at http://www.apache...
authorJeremias Maerki <jeremias@apache.org>
Tue, 2 Mar 2004 21:15:35 +0000 (21:15 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 2 Mar 2004 21:15:35 +0000 (21:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197407 13f79535-47bb-0310-9956-ffa450edef68

30 files changed:
src/documentation/content/xdocs/anttask.xml
src/documentation/content/xdocs/book.xml
src/documentation/content/xdocs/bugs.xml
src/documentation/content/xdocs/compiling.xml
src/documentation/content/xdocs/compliance.xml
src/documentation/content/xdocs/configuration.xml
src/documentation/content/xdocs/download.xml
src/documentation/content/xdocs/embedding.xml
src/documentation/content/xdocs/examples.xml
src/documentation/content/xdocs/extensions.xml
src/documentation/content/xdocs/faq.xml
src/documentation/content/xdocs/fo.xml
src/documentation/content/xdocs/fonts.xml
src/documentation/content/xdocs/gethelp.xml
src/documentation/content/xdocs/graphics.xml
src/documentation/content/xdocs/hyphenation.xml
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/license.xml
src/documentation/content/xdocs/logocontest.xml
src/documentation/content/xdocs/maillist.xml
src/documentation/content/xdocs/news.xml
src/documentation/content/xdocs/output.xml
src/documentation/content/xdocs/pdfencryption.xml
src/documentation/content/xdocs/relnotes.xml
src/documentation/content/xdocs/resources.xml
src/documentation/content/xdocs/running.xml
src/documentation/content/xdocs/servlets.xml
src/documentation/content/xdocs/status.xml
src/documentation/content/xdocs/tabs.xml
src/documentation/content/xdocs/team.xml

index 32beed21bf9169b07a520270516f168b363de84a..0d68cd51213d7ae738c858de40d1a91cd4827ec1 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 6c521e479b2257a1686bb59a0347bd1d7d4c48e9..6efc2c8d60f09127c4bfa45cd81685ddb8f25753 100644 (file)
@@ -1,57 +1,67 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-
-
-      <book software="FOP"
-        title="FOP"
-        copyright="@year@ The Apache Software Foundation"
-        xmlns:xlink="http://www.w3.org/1999/xlink">
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
 
-        <menu label="Home">
-          <menu-item label="Introduction" href="index.html"/>
-        </menu>
+  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
 
-        <menu label="Using FOP">
-          <menu-item label="Release Notes" href="relnotes.html"/>
-          <menu-item label="Download" href="download.html"/>
-          <menu-item label="Build" href="compiling.html"/>
-          <menu-item label="Configure" href="configuration.html"/>
-          <menu-item label="Run" href="running.html"/>
-          <menu-item label="Embed" href="embedding.html"/>
-          <menu-item label="Servlets" href="servlets.html"/>
-          <menu-item label="Ant task" href="anttask.html"/>
-        </menu>
+       http://www.apache.org/licenses/LICENSE-2.0
 
-        <menu label="Features">
-          <menu-item label="Compliance" href="compliance.html"/>
-          <menu-item label="Output Targets" href="output.html"/>
-          <menu-item label="PDF encryption" href="pdfencryption.html"/>
-          <menu-item label="Graphics" href="graphics.html"/>
-          <menu-item label="Fonts" href="fonts.html"/>
-          <menu-item label="Hyphenation" href="hyphenation.html"/>
-          <menu-item label="Extensions" href="extensions.html"/>
-        </menu>
-
-        <menu label="Resources">
-          <menu-item label="Getting Help" href="gethelp.html"/>
-          <menu-item label="FAQs" href="faq.html"/>
-          <menu-item label="XSL-FO" href="fo.html"/>
-          <menu-item label="Examples" href="examples.html"/>
-          <menu-item label="Mailing Lists" href="maillist.html"/>
-          <menu-item label="Bugs" href="bugs.html"/>
-          <menu-item label="Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
-          <menu-item label="License" href="license.html"/>
-          <menu-item label="Other" href="resources.html"/>
-        </menu>
-
-        <menu label="Project">
-          <menu-item label="News" href="news.html"/>
-          <menu-item label="Who We Are" href="team.html"/>
-          <menu-item label="Status" href="status.html"/>
-          <menu-item label="Logo contest" href="logocontest.html"/>
-          <menu-item label="Changes" href="changes.html"/>
-          <menu-item label="Todo" href="todo.html"/>
-        </menu>
+  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$ -->
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
+    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
+<book software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
 
-    </book>
+  <menu label="Home">
+    <menu-item label="Introduction" href="index.html"/>
+  </menu>
+  
+  <menu label="Using FOP">
+    <menu-item label="Release Notes" href="relnotes.html"/>
+    <menu-item label="Download" href="download.html"/>
+    <menu-item label="Build" href="compiling.html"/>
+    <menu-item label="Configure" href="configuration.html"/>
+    <menu-item label="Run" href="running.html"/>
+    <menu-item label="Embed" href="embedding.html"/>
+    <menu-item label="Servlets" href="servlets.html"/>
+    <menu-item label="Ant task" href="anttask.html"/>
+  </menu>
+  
+  <menu label="Features">
+    <menu-item label="Compliance" href="compliance.html"/>
+    <menu-item label="Output Targets" href="output.html"/>
+    <menu-item label="PDF encryption" href="pdfencryption.html"/>
+    <menu-item label="Graphics" href="graphics.html"/>
+    <menu-item label="Fonts" href="fonts.html"/>
+    <menu-item label="Hyphenation" href="hyphenation.html"/>
+    <menu-item label="Extensions" href="extensions.html"/>
+  </menu>
+  
+  <menu label="Resources">
+    <menu-item label="Getting Help" href="gethelp.html"/>
+    <menu-item label="FAQs" href="faq.html"/>
+    <menu-item label="XSL-FO" href="fo.html"/>
+    <menu-item label="Examples" href="examples.html"/>
+    <menu-item label="Mailing Lists" href="maillist.html"/>
+    <menu-item label="Bugs" href="bugs.html"/>
+    <menu-item label="Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
+    <menu-item label="License" href="license.html"/>
+    <menu-item label="Other" href="resources.html"/>
+  </menu>
+  
+  <menu label="Project">
+    <menu-item label="News" href="news.html"/>
+    <menu-item label="Who We Are" href="team.html"/>
+    <menu-item label="Status" href="status.html"/>
+    <menu-item label="Logo contest" href="logocontest.html"/>
+    <menu-item label="Changes" href="changes.html"/>
+    <menu-item label="Todo" href="todo.html"/>
+  </menu>
+</book>
index 78f3c969b19e693140b96f3bc7584296843c4b06..9dec3e0123216b1efc2f1a3301f52d7fc76dcdff 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 730c575da76044678a6d47311de780feb63999a2..6f66d15d8c3c6ec021d7c3fe2237e891b8b5638a 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 359582c8dc886e7d996c73ac28a55375f95efb40..c02c2dffdacc33d9ad3726bb7a6bdfde8d12d0fd 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE compliance PUBLIC "-//APACHE//DTD Compliance V1.0//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd">
 
index 495a20f39502d62741f53321a3800fa898c886b6..90e6e706787b5b93adf5c7ddd7fe546de0792416 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index b22e27f7996564aab50df188e0c0ea4ebffe5052..a5723fc1d2421ea49d90a817e1dbb1a5c5efd07d 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 0b89c008131d461a96a3e64a4e71bfa1f7a617f4..f8682f4f9d693c54e94c97b9a9075f4548fca7b6 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 80f41ae80253c00dc67d09d278435ea258297d37..2248c910746e79dc09c7cf82ff3a3ca9b8be5e59 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 5b051f915aa8893f0d79e1f09c5f06611e5767af..6f286dd46c4931f42acde72dfefafdc26082da45 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index 38f081e3673697bb5153e72e6d87a7f95e3eb0e3..b3910378861b30b34576f0524dec01d103ddbd76 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/faq-v12.dtd">
 
index 17bdc928255879899fde635bf1707f3e178ffdb4..63aa1956236806fb18fed15bdcd4ed10843f0bb1 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index afc7566ecc038cc125485ee4d2eef65b7ea63e11..1262bf0dd373177f3acd489fd6650952c979d5b9 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index 44623b63baeb29f4c9187d4a30c97d4f2ee1c298..99cb5d6c43b5203342c133ce80216fba23c574cb 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index dbe1a0d32f8b8ef663fb8cc8e7584ec30f2ccb9d..df28d517cfe8a73bb05437f514cb36390817e3cc 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index 6a3fc76ff31130ab02a3630e8fc172e8c690be14..03d74d1f3235244b5e96c8abb9d22ba125f38cbc 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index 94cbcd40b2a63153bd652a27f8a9a96e2a467b85..553ae6e93d6ce24264d767b5fca281be4edc2671 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index cb1ac047475ef242d83510cc300b7f65aa7ca696..dd065816c5ba358edefef6b16dd2dddd5646c005 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index e7608732f354a2b3da2ee4c1d1eae81ac35b8cde..93bb78eb5cb486643c7800e73e7be716dacf3f11 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document id="logocontest">
index 1f5585ac0ecab06d7f387e0a02edb341a7f24ab6..9b9c6560e2d7001990d95bd0e0c9962b4cacb384 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index b51450dec13f96b834501fe41ec02bc5fd61c6fc..4af9ccafffd53b7d0d53a10f29e1b6f2d0aa5ccb 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index b045e2ca6051165c727b21b7ae50b0179dcd8742..0e4da30b885c11b30670d0d35e079ee3c2b78664 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index ab54be4616380601d2cc9993fd13fa7e7a9d3541..1921b97a9e6b4157bb24294d24ead966e9a12a94 100755 (executable)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index a67dca613414777e528b2ab38c09721eced85e82..77c9aeb145f7f019c18f52376b475648e4025e2f 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index eaa22f28f1602ef9d4e56de6ef39836d1136476e..e4251f39ece5fba94a86a7d46fb58b33dd913e3b 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <!-- FOP Relevant Specifications and links -->
index 140e315564952b905b965bfaff9463da3841a27e..5494449287a2c640fc18e6115d9631d487101a30 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 
index f7258aaf2ec8ca9136b052dcbfe888f7118be345..42833b2f6d82b7fd7919864ea05a1b8e1163464e 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <document>
index a62539d0718e11c468f7aaffce550cdbbd0a0229..47664501707d0842221df2d8f1000d7aab0db88c 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
 <!-- Status -->
index 7c97a429c3911cd741e634e035dc36736cab6dab..49e0ed125404c7073817a4eaa8fe906db2425d7c 100644 (file)
@@ -1,15 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/tab-cocoon-v10.dtd">
+<!--
+  Copyright 1999-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
 
-<tabs software="FOP"
-      title="FOP"
-      copyright="@year@ The Apache Software Foundation"
-      xmlns:xlink="http://www.w3.org/1999/xlink">
-  
+       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$ -->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
+    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/tab-cocoon-v10.dtd">
+    
+<tabs software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
   <tab label="Home" dir=""/>
   <tab label="Development" dir="dev/"/>
   <tab label="Design" dir="design/"/>
   <tab label="Alt Design" dir="design/alt.design/"/>
-  
 </tabs>
index 2430e709a8a87f4c4bfaee3b5d8f15fb0c8f3586..4fdb4426f1363535b2bd896b3e03e794eed9a0b9 100644 (file)
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
     "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">