glens 2004/02/22 03:42:32
Modified: src/java/org/apache/poi/ddf Tag: REL_2_BRANCH
DefaultEscherRecordFactory.java
EscherArrayProperty.java EscherBSERecord.java
EscherBlipRecord.java EscherBoolProperty.java
EscherChildAnchorRecord.java
EscherClientAnchorRecord.java
EscherClientDataRecord.java
EscherComplexProperty.java
EscherContainerRecord.java EscherDgRecord.java
EscherDggRecord.java EscherDump.java
EscherOptRecord.java EscherProperties.java
EscherProperty.java EscherPropertyFactory.java
EscherPropertyMetaData.java EscherRGBProperty.java
EscherRecord.java EscherRecordFactory.java
EscherSerializationListener.java
EscherShapePathProperty.java
EscherSimpleProperty.java EscherSpRecord.java
EscherSpgrRecord.java
EscherSplitMenuColorsRecord.java
EscherTextboxRecord.java
NullEscherSerializationListener.java
UnknownEscherRecord.java
Log:
Applying new license
Revision Changes Path
No revision
No revision
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/DefaultEscherRecordFactory.java
Index: DefaultEscherRecordFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/DefaultEscherRecordFactory.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- DefaultEscherRecordFactory.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ DefaultEscherRecordFactory.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/*
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.hssf.record.RecordFormatException;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherArrayProperty.java
Index: EscherArrayProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherArrayProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherArrayProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherArrayProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBSERecord.java
Index: EscherBSERecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBSERecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherBSERecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherBSERecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBlipRecord.java
Index: EscherBlipRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBlipRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherBlipRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherBlipRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.hssf.record.RecordFormatException;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBoolProperty.java
Index: EscherBoolProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherBoolProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherBoolProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherBoolProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherChildAnchorRecord.java
Index: EscherChildAnchorRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherChildAnchorRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherChildAnchorRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherChildAnchorRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherClientAnchorRecord.java
Index: EscherClientAnchorRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherClientAnchorRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherClientAnchorRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherClientAnchorRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherClientDataRecord.java
Index: EscherClientDataRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherClientDataRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherClientDataRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherClientDataRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +16 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherComplexProperty.java
Index: EscherComplexProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherComplexProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherComplexProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherComplexProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,19 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherContainerRecord.java
Index: EscherContainerRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherContainerRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherContainerRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherContainerRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDgRecord.java
Index: EscherDgRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDgRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherDgRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherDgRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDggRecord.java
Index: EscherDggRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDggRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherDggRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherDggRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +14 -52 jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDump.java
Index: EscherDump.java
===================================================================
RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherDump.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherDump.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherDump.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,56 +1,18 @@
/* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2003 The Apache Software Foundation. All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the
- * Apache Software Foundation (http://www.apache.org/)."
- * Alternately, this acknowledgment may appear in the software itself,
- * if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "Apache" and "Apache Software Foundation" and
- * "Apache POI" must not be used to endorse or promote products
- * derived from this software without prior written permission. For
- * written permission, please contact [EMAIL PROTECTED]
- *
- * 5. Products derived from this software may not be called "Apache",
- * "Apache POI", nor may "Apache" appear in their name, without
- * prior written permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation. For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */
+ Copyright 2004 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.poi.ddf;
1.1.2.2 +17 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherOptRecord.java
Index: EscherOptRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherOptRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherOptRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherOptRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,20 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherProperties.java
Index: EscherProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherProperties.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherProperties.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherProperties.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import java.util.HashMap;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherProperty.java
Index: EscherProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherPropertyFactory.java
Index: EscherPropertyFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherPropertyFactory.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherPropertyFactory.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherPropertyFactory.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherPropertyMetaData.java
Index: EscherPropertyMetaData.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherPropertyMetaData.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherPropertyMetaData.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherPropertyMetaData.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +16 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRGBProperty.java
Index: EscherRGBProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRGBProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherRGBProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherRGBProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,19 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0 jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRecord.java
Index: EscherRecord.java
===================================================================
RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRecordFactory.java
Index: EscherRecordFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherRecordFactory.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherRecordFactory.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherRecordFactory.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSerializationListener.java
Index: EscherSerializationListener.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSerializationListener.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherSerializationListener.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherSerializationListener.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherShapePathProperty.java
Index: EscherShapePathProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherShapePathProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherShapePathProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherShapePathProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSimpleProperty.java
Index: EscherSimpleProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSimpleProperty.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherSimpleProperty.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherSimpleProperty.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.LittleEndian;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSpRecord.java
Index: EscherSpRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSpRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherSpRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherSpRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSpgrRecord.java
Index: EscherSpgrRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSpgrRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherSpgrRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherSpgrRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSplitMenuColorsRecord.java
Index: EscherSplitMenuColorsRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherSplitMenuColorsRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherSplitMenuColorsRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherSplitMenuColorsRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,18 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +15 -52
jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherTextboxRecord.java
Index: EscherTextboxRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/EscherTextboxRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- EscherTextboxRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ EscherTextboxRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,56 +1,19 @@
/* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2002 The Apache Software Foundation. All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the
- * Apache Software Foundation (http://www.apache.org/)."
- * Alternately, this acknowledgment may appear in the software itself,
- * if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "Apache" and "Apache Software Foundation" and
- * "Apache POI" must not be used to endorse or promote products
- * derived from this software without prior written permission. For
- * written permission, please contact [EMAIL PROTECTED]
- *
- * 5. Products derived from this software may not be called "Apache",
- * "Apache POI", nor may "Apache" appear in their name, without
- * prior written permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation. For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
1.1.2.2 +16 -0
jakarta-poi/src/java/org/apache/poi/ddf/Attic/NullEscherSerializationListener.java
Index: NullEscherSerializationListener.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/NullEscherSerializationListener.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- NullEscherSerializationListener.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ NullEscherSerializationListener.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,3 +1,19 @@
+/* ====================================================================
+ Copyright 2004 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.poi.ddf;
/**
1.1.2.2 +14 -52
jakarta-poi/src/java/org/apache/poi/ddf/Attic/UnknownEscherRecord.java
Index: UnknownEscherRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/ddf/Attic/UnknownEscherRecord.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- UnknownEscherRecord.java 10 Feb 2004 22:03:32 -0000 1.1.2.1
+++ UnknownEscherRecord.java 22 Feb 2004 11:42:31 -0000 1.1.2.2
@@ -1,56 +1,18 @@
/* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2002 The Apache Software Foundation. All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgment:
- * "This product includes software developed by the
- * Apache Software Foundation (http://www.apache.org/)."
- * Alternately, this acknowledgment may appear in the software itself,
- * if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "Apache" and "Apache Software Foundation" and
- * "Apache POI" must not be used to endorse or promote products
- * derived from this software without prior written permission. For
- * written permission, please contact [EMAIL PROTECTED]
- *
- * 5. Products derived from this software may not be called "Apache",
- * "Apache POI", nor may "Apache" appear in their name, without
- * prior written permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation. For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */
+ Copyright 2004 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.poi.ddf;
import org.apache.poi.util.HexDump;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]