You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ba...@apache.org on 2006/12/22 20:18:44 UTC

svn commit: r489730 [8/15] - in /jakarta/poi/trunk: ./ src/contrib/poi-ruby/ src/contrib/poi-ruby/cpp/ src/contrib/poi-ruby/java/org/apache/poi/ src/contrib/src/org/apache/poi/contrib/metrics/ src/contrib/src/org/apache/poi/contrib/poibrowser/ src/cont...

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyConstants.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyConstants.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyConstants.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyConstants.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyFactory.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyFactory.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyFactory.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyFactory.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/PropertyTable.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/RootProperty.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/RootProperty.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/RootProperty.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/RootProperty.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BATBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BATBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BATBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BATBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BigBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BigBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BigBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BigBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableReader.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableWriter.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableWriter.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableWriter.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockAllocationTableWriter.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockListImpl.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockListImpl.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockListImpl.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockListImpl.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockWritable.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockWritable.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockWritable.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/BlockWritable.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/DocumentBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/DocumentBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/DocumentBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/DocumentBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockConstants.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockConstants.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockConstants.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockConstants.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockWriter.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockWriter.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockWriter.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/HeaderBlockWriter.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/ListManagedBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/ListManagedBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/ListManagedBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/ListManagedBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/PropertyBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/PropertyBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/PropertyBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/PropertyBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlockList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlockList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlockList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/RawDataBlockList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableReader.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableReader.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableReader.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableReader.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableWriter.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableWriter.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableWriter.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallBlockTableWriter.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlock.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlock.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlock.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlock.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlockList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlockList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlockList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/SmallDocumentBlockList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/ArrayUtil.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/ArrayUtil.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/ArrayUtil.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/ArrayUtil.java Fri Dec 22 11:18:16 2006
@@ -1,9 +1,10 @@
 /* ====================================================================
-   Copyright 2003-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/BinaryTree.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/BinaryTree.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/BinaryTree.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/BinaryTree.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/BitField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/BitField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/BitField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/BitField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/BitFieldFactory.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/BitFieldFactory.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/BitFieldFactory.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/BitFieldFactory.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/BlockingInputStream.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/BlockingInputStream.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/BlockingInputStream.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/BlockingInputStream.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/ByteField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/ByteField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/ByteField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/ByteField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/CommonsLogger.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/CommonsLogger.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/CommonsLogger.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/CommonsLogger.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/DrawingDump.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/DrawingDump.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/DrawingDump.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/DrawingDump.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/FixedField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/FixedField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/FixedField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/FixedField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/HexDump.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/HexDump.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/HexDump.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/HexDump.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/HexRead.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/HexRead.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/HexRead.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/HexRead.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/IOUtils.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/IOUtils.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/IOUtils.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/IOUtils.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/IntList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/IntList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/IntList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/IntList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/IntMapper.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/IntMapper.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/IntMapper.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/IntMapper.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/IntegerField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/IntegerField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/IntegerField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/IntegerField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndian.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndian.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndian.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndian.java Fri Dec 22 11:18:16 2006
@@ -1,9 +1,10 @@
 /* ====================================================================
-   Copyright 2003-2006   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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndianConsts.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndianConsts.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndianConsts.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/LittleEndianConsts.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/LongField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/LongField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/LongField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/LongField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/NullLogger.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/NullLogger.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/NullLogger.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/NullLogger.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/POILogFactory.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/POILogFactory.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/POILogFactory.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/POILogFactory.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/POILogger.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/POILogger.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/POILogger.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/POILogger.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/ShortField.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/ShortField.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/ShortField.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/ShortField.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/ShortList.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/ShortList.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/ShortList.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/ShortList.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/StringUtil.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/StringUtil.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/StringUtil.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/StringUtil.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/SystemOutLogger.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/SystemOutLogger.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/SystemOutLogger.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/SystemOutLogger.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/TempFile.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/TempFile.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/java/org/apache/poi/util/TempFile.java (original)
+++ jakarta/poi/trunk/src/java/org/apache/poi/util/TempFile.java Fri Dec 22 11:18:16 2006
@@ -1,9 +1,10 @@
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/records/definitions/subrecord.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/subrecord.xsl?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/subrecord.xsl (original)
+++ jakarta/poi/trunk/src/records/definitions/subrecord.xsl Fri Dec 22 11:18:16 2006
@@ -7,11 +7,12 @@
 
 <xsl:template match="record">
 /* ====================================================================
-   Copyright 2003-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl (original)
+++ jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl Fri Dec 22 11:18:16 2006
@@ -7,11 +7,12 @@
 
 <xsl:template match="record">
 /* ====================================================================
-   Copyright 2003-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/records/styles/record.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/styles/record.xsl?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/records/styles/record.xsl (original)
+++ jakarta/poi/trunk/src/records/styles/record.xsl Fri Dec 22 11:18:16 2006
@@ -8,11 +8,12 @@
 
 <xsl:template match="record">
 /* ====================================================================
-   Copyright 2003-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/records/styles/record_test.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/styles/record_test.xsl?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/records/styles/record_test.xsl (original)
+++ jakarta/poi/trunk/src/records/styles/record_test.xsl Fri Dec 22 11:18:16 2006
@@ -7,11 +7,12 @@
 
 <xsl:template match="record">
 /* ====================================================================
-   Copyright 2003-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hwpf/Word2Forrest.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hwpf/Word2Forrest.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hwpf/Word2Forrest.java (original)
+++ jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hwpf/Word2Forrest.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/POIDocument.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/POIDocument.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/POIDocument.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/POIDocument.java Fri Dec 22 11:18:16 2006
@@ -1,9 +1,10 @@
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/FieldIterator.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/FieldIterator.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/FieldIterator.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/FieldIterator.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/RecordUtil.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/RecordUtil.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/RecordUtil.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/generator/RecordUtil.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/EventBridge.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/EventBridge.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/EventBridge.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/EventBridge.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFLowLevelParsingListener.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFLowLevelParsingListener.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFLowLevelParsingListener.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFLowLevelParsingListener.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFParsingListener.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFParsingListener.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFParsingListener.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/event/HDFParsingListener.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/CHP.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/CHP.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/CHP.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/CHP.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/FontTable.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/FontTable.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/FontTable.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/FontTable.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/HeaderFooter.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/HeaderFooter.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/HeaderFooter.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/HeaderFooter.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/NewOleFile.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/NewOleFile.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/NewOleFile.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/NewOleFile.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PAP.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PAP.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PAP.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PAP.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PropertySet.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PropertySet.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PropertySet.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/PropertySet.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 

Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/SEP.java
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/SEP.java?view=diff&rev=489730&r1=489729&r2=489730
==============================================================================
--- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/SEP.java (original)
+++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hdf/extractor/SEP.java Fri Dec 22 11:18:16 2006
@@ -1,10 +1,11 @@
 
 /* ====================================================================
-   Copyright 2002-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
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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
 



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/