/[Apache-SVN]
ViewVC logotype

Revision 353512


Jump to revision: Previous Next
Author: glens
Date: Sun Feb 22 11:42:43 2004 UTC (20 years, 2 months ago)
Changed paths: 84
Log Message:
Applying new license


Changed paths

Path Details
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/DefaultEscherRecordFactory.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherArrayProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherBSERecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherBlipRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherBoolProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherChildAnchorRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherClientAnchorRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherClientDataRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherComplexProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherContainerRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherDgRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherDggRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherDump.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherOptRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherProperties.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherPropertyFactory.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherPropertyMetaData.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherRGBProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherRecordFactory.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherSerializationListener.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherShapePathProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherSimpleProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherSpRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherSpgrRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherSplitMenuColorsRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/EscherTextboxRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/NullEscherSerializationListener.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/ddf/UnknownEscherRecord.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/java/org/apache/poi/dev/RecordGenerator.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/POIFile.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/TestBasic.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/TestClassID.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/hpsf/basic/Util.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/eventfilesystem/Listener.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/eventfilesystem/TestPOIFSReaderRegistry.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/ReaderWriter.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/SlowInputStream.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDirectoryNode.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDocument.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentDescriptor.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentNode.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentOutputStream.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSDocumentPath.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/LocalProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/TestDocumentProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/TestPropertyFactory.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/TestPropertyTable.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/property/TestRootProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/LocalProperty.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/LocalRawDataBlockList.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestBATBlock.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestBlockAllocationTableReader.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestBlockAllocationTableWriter.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestBlockListImpl.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestDocumentBlock.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestHeaderBlockReader.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestHeaderBlockWriter.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestPropertyBlock.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlockList.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestSmallBlockTableReader.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestSmallBlockTableWriter.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestSmallDocumentBlock.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/poifs/storage/TestSmallDocumentBlockList.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/LocalTestNode.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestBinaryTree.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestBitField.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestByteField.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestHexDump.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestIntList.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestIntegerField.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestLittleEndian.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestLongField.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestPOILogFactory.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestPOILogger.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestShortField.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestShortList.java modified , text changed
Directoryjakarta/poi/branches/REL_2_BRANCH/src/testcases/org/apache/poi/util/TestStringUtil.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26