/[Apache-SVN]
ViewVC logotype

Revision 489730


Jump to revision: Previous Next
Author: bayard
Date: Fri Dec 22 19:18:16 2006 UTC (17 years, 3 months ago)
Changed paths: 922 (showing only 100; show all)
Log Message:
Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 

Changed paths

Path Details
Directoryjakarta/poi/trunk/changelog.xsl modified , text changed
Directoryjakarta/poi/trunk/jdepend.xsl modified , text changed
Directoryjakarta/poi/trunk/src/contrib/poi-ruby/Poi4R.i modified , text changed
Directoryjakarta/poi/trunk/src/contrib/poi-ruby/cpp/RubyIO.cpp modified , text changed
Directoryjakarta/poi/trunk/src/contrib/poi-ruby/java/org/apache/poi/RubyOutputStream.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/metrics/FontMetricsDumper.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptor.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptorRenderer.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/ExtendableTreeCellRenderer.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/POIBrowser.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/PropertySetDescriptor.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/PropertySetDescriptorRenderer.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/TreeReaderListener.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/contrib/poibrowser/Util.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVBorder.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVFractionalFormat.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVRowHeader.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellRenderer.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableModel.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewerPanel.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFCellUtil.java modified , text changed
Directoryjakarta/poi/trunk/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFRegionUtil.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/Alignment.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/BigExample.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/Borders.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/CellTypes.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/CreateCells.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/CreateDateCells.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/EventExample.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/FrillsAndFills.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/HyperlinkFormula.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/MergedCells.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/NewLinesInCells.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/NewSheet.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/NewWorkbook.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/OfficeDrawing.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/OfficeDrawingWithGraphics.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/Outlines.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/ReadWriteWorkbook.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/RepeatingRowsAndColumns.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/SplitAndFreezePanes.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/WorkingWithFonts.java modified , text changed
Directoryjakarta/poi/trunk/src/examples/src/org/apache/poi/hssf/usermodel/examples/ZoomSheet.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/DefaultEscherRecordFactory.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherArrayProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBSERecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBlipRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBlipWMFRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherChildAnchorRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherClientAnchorRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherClientDataRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherComplexProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherContainerRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherDgRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherDump.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherOptRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherProperties.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherPropertyFactory.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherPropertyMetaData.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherRGBProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherRecordFactory.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherSerializationListener.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherShapePathProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherSimpleProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherSpRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherSpgrRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherSplitMenuColorsRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherTextboxRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/NullEscherSerializationListener.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/ddf/UnknownEscherRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/dev/RecordGenerator.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/ClassID.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/Constants.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/CustomProperties.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/CustomProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/HPSFException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/IllegalPropertySetDataException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/MissingSectionException.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/MutableProperty.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/MutablePropertySet.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/MutableSection.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hpsf/NoFormatIDException.java modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26