diff --git a/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java b/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java index 6fc7799ea..73d185340 100644 --- a/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java +++ b/src/java/org/apache/poi/hpsf/DocumentSummaryInformation.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/HPSFException.java b/src/java/org/apache/poi/hpsf/HPSFException.java index def7fe902..7461fef9e 100644 --- a/src/java/org/apache/poi/hpsf/HPSFException.java +++ b/src/java/org/apache/poi/hpsf/HPSFException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java b/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java index cf11517da..c84b2e50f 100644 --- a/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java +++ b/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java b/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java index 27cf0b806..7dc153e7d 100644 --- a/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java +++ b/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java b/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java index 2a7d33138..e52b3068c 100644 --- a/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java +++ b/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/NoSingleSectionException.java b/src/java/org/apache/poi/hpsf/NoSingleSectionException.java index 78ba3f370..d8c37a852 100644 --- a/src/java/org/apache/poi/hpsf/NoSingleSectionException.java +++ b/src/java/org/apache/poi/hpsf/NoSingleSectionException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/Property.java b/src/java/org/apache/poi/hpsf/Property.java index c38b85eaa..20e149fd4 100644 --- a/src/java/org/apache/poi/hpsf/Property.java +++ b/src/java/org/apache/poi/hpsf/Property.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/PropertySet.java b/src/java/org/apache/poi/hpsf/PropertySet.java index 55e010218..ad1a0cd00 100644 --- a/src/java/org/apache/poi/hpsf/PropertySet.java +++ b/src/java/org/apache/poi/hpsf/PropertySet.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/PropertySetFactory.java b/src/java/org/apache/poi/hpsf/PropertySetFactory.java index fb36f2c9c..cc7a3e8bf 100644 --- a/src/java/org/apache/poi/hpsf/PropertySetFactory.java +++ b/src/java/org/apache/poi/hpsf/PropertySetFactory.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/Section.java b/src/java/org/apache/poi/hpsf/Section.java index 63b6bb5bb..39c4b11da 100644 --- a/src/java/org/apache/poi/hpsf/Section.java +++ b/src/java/org/apache/poi/hpsf/Section.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/SpecialPropertySet.java b/src/java/org/apache/poi/hpsf/SpecialPropertySet.java index f8970bc15..8044a1170 100644 --- a/src/java/org/apache/poi/hpsf/SpecialPropertySet.java +++ b/src/java/org/apache/poi/hpsf/SpecialPropertySet.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java b/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java index 955a69729..1c297fb4d 100644 --- a/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java +++ b/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/Util.java b/src/java/org/apache/poi/hpsf/Util.java index 28ae09d91..9bcdba5d7 100644 --- a/src/java/org/apache/poi/hpsf/Util.java +++ b/src/java/org/apache/poi/hpsf/Util.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/Variant.java b/src/java/org/apache/poi/hpsf/Variant.java index 9d1b796b8..be17579fe 100644 --- a/src/java/org/apache/poi/hpsf/Variant.java +++ b/src/java/org/apache/poi/hpsf/Variant.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/littleendian/Byte.java b/src/java/org/apache/poi/hpsf/littleendian/Byte.java index 05c9cf686..262043cd7 100644 --- a/src/java/org/apache/poi/hpsf/littleendian/Byte.java +++ b/src/java/org/apache/poi/hpsf/littleendian/Byte.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/littleendian/ClassID.java b/src/java/org/apache/poi/hpsf/littleendian/ClassID.java index 5a5d8135a..8adc8ea40 100644 --- a/src/java/org/apache/poi/hpsf/littleendian/ClassID.java +++ b/src/java/org/apache/poi/hpsf/littleendian/ClassID.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/littleendian/DWord.java b/src/java/org/apache/poi/hpsf/littleendian/DWord.java index 353e4a572..2a7fb34dc 100644 --- a/src/java/org/apache/poi/hpsf/littleendian/DWord.java +++ b/src/java/org/apache/poi/hpsf/littleendian/DWord.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/littleendian/LittleEndian.java b/src/java/org/apache/poi/hpsf/littleendian/LittleEndian.java index 289ca8824..0fb6beec0 100644 --- a/src/java/org/apache/poi/hpsf/littleendian/LittleEndian.java +++ b/src/java/org/apache/poi/hpsf/littleendian/LittleEndian.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/littleendian/Word.java b/src/java/org/apache/poi/hpsf/littleendian/Word.java index 384ab4a31..7919b0a43 100644 --- a/src/java/org/apache/poi/hpsf/littleendian/Word.java +++ b/src/java/org/apache/poi/hpsf/littleendian/Word.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java b/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java index d2501888f..74ebbbe85 100644 --- a/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java +++ b/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications, diff --git a/src/java/org/apache/poi/hpsf/wellknown/SectionIDMap.java b/src/java/org/apache/poi/hpsf/wellknown/SectionIDMap.java index f3b893686..d42df09bf 100644 --- a/src/java/org/apache/poi/hpsf/wellknown/SectionIDMap.java +++ b/src/java/org/apache/poi/hpsf/wellknown/SectionIDMap.java @@ -50,6 +50,10 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . +* +* Portions of this software are based upon public domain software +* originally written at the National Center for Supercomputing Applications, +* University of Illinois, Urbana-Champaign. * * Portions of this software are based upon public domain software * originally written at the National Center for Supercomputing Applications,