From 5227baee7e946c7f3ebf378beb1b9adb87aac608 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 2 Mar 2004 20:51:33 +0000 Subject: [PATCH] Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197405 13f79535-47bb-0310-9956-ffa450edef68 --- .../design/alt.design/FOPropertySets.html | 37 +++++++++++++--- .../content/design/alt.design/FoXMLEvent.html | 40 +++++++++++++---- .../alt.design/SyncedFoXmlEventsBuffer.html | 43 ++++++++++++++----- .../design/alt.design/XMLNamespaces.html | 41 ++++++++++++++---- .../content/design/alt.design/codedisplay.js | 14 ++++++ 5 files changed, 142 insertions(+), 33 deletions(-) diff --git a/src/documentation/content/design/alt.design/FOPropertySets.html b/src/documentation/content/design/alt.design/FOPropertySets.html index 4912bd79a..c266c8d80 100644 --- a/src/documentation/content/design/alt.design/FOPropertySets.html +++ b/src/documentation/content/design/alt.design/FOPropertySets.html @@ -1,4 +1,20 @@ + + @@ -68,13 +84,19 @@
 /*
- * $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
- *
- * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
- * @version $Id$
+ * Copyright 2001-2002,2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.apache.fop.fo;
@@ -100,6 +122,7 @@
 
 /**
  * Data class relating sets of properties to Flow Objects.
+ * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  */
 
 public class FOPropertySets {
diff --git a/src/documentation/content/design/alt.design/FoXMLEvent.html b/src/documentation/content/design/alt.design/FoXMLEvent.html
index b2f9a0529..1884f13bf 100644
--- a/src/documentation/content/design/alt.design/FoXMLEvent.html
+++ b/src/documentation/content/design/alt.design/FoXMLEvent.html
@@ -1,4 +1,20 @@
 
+
+
 
 
   
@@ -67,6 +83,21 @@
   
   
     
+/*
+ * Copyright 2001-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.
+ */
 package org.apache.fop.xml;
 
 import org.apache.fop.apps.FOPException;
@@ -74,19 +105,12 @@
 
 import org.xml.sax.helpers.AttributesImpl;
 
-/*
- * $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
- * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
- * @version $Revision$ $Name$
- */
 /**
  * This is a data class to encapsulate the data of an individual XML
  * parse event in an XML-FO file. The current version, while defining
  * accessor methods, leaves the component data of the event as protected.
  * The <tt>XMLSerialHandler</tt> methods set the values directly.
+ * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  */
 
 public class FoXMLEvent extends XMLEvent {
diff --git a/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html b/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html
index 6a63998d5..cd83e114c 100644
--- a/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html
+++ b/src/documentation/content/design/alt.design/SyncedFoXmlEventsBuffer.html
@@ -1,4 +1,20 @@
 
+
+
 
 
   
@@ -82,6 +98,22 @@
   
   
     
+/*
+ * Copyright 2001-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.
+ */
+ 
 package org.apache.fop.xml;
 
 import org.apache.fop.datastructs.SyncedCircularBuffer;
@@ -96,19 +128,10 @@
 import java.util.Iterator;
 import java.util.BitSet;
 
-/*
- * $Id$
- * 
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
- *
- * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
- * @version $Revision$ $Name$
- */
 /**
  * A synchronized circular buffer for FoXMLEvents.
  * @see org.apache.fop.datastructs.SyncedCircularBuffer
+ * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  */
 public class SyncedFoXmlEventsBuffer extends SyncedCircularBuffer {
 
diff --git a/src/documentation/content/design/alt.design/XMLNamespaces.html b/src/documentation/content/design/alt.design/XMLNamespaces.html
index 5dc7fd1cc..9ee86166a 100644
--- a/src/documentation/content/design/alt.design/XMLNamespaces.html
+++ b/src/documentation/content/design/alt.design/XMLNamespaces.html
@@ -1,4 +1,20 @@
 
+
+
 
 
   
@@ -71,6 +87,22 @@
   
   
     
+/*
+ * Copyright 2001-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.
+ */
+ 
 package org.apache.fop.xml;
 
 import org.apache.fop.datatypes.Ints;
@@ -78,14 +110,6 @@
 import java.util.HashMap;
 import java.util.ArrayList;
 
-/*
- * $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
- * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
- * @version $Revision$ $Name$
- */
 /**
  * Maintains the namespaces encountered by an invocation of
  * <tt>XMLSerialHandler</tt>.
@@ -93,6 +117,7 @@
  * documents that may be processed in a single invocation of
  * <tt>XMLSerialhandler</tt>.  A reference to that instance is kept with
  * every instance of <tt>XMLEvent</tt>.
+ * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
  */
 
 public class XMLNamespaces {
diff --git a/src/documentation/content/design/alt.design/codedisplay.js b/src/documentation/content/design/alt.design/codedisplay.js
index f45bab796..8fd0ceb03 100644
--- a/src/documentation/content/design/alt.design/codedisplay.js
+++ b/src/documentation/content/design/alt.design/codedisplay.js
@@ -1,3 +1,17 @@
+//  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$
 var showing = new Array();
 var x = new Array(); // scrollX
-- 
2.39.5