Author: markt Date: Mon Jan 15 14:46:35 2007 New Revision: 496526 URL: http://svn.apache.org/viewvc?view=rev&rev=496526 Log: Add standard licence header for src/java directory
Modified: jakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBitmapBlip.java jakarta/poi/trunk/src/java/org/apache/poi/ddf/package.html jakarta/poi/trunk/src/java/org/apache/poi/hpsf/package.html jakarta/poi/trunk/src/java/org/apache/poi/hpsf/wellknown/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/eventusermodel/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/package.html jakarta/poi/trunk/src/java/org/apache/poi/hssf/util/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/common/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/dev/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/eventfilesystem/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/filesystem/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/package.html jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/package.html jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList2d.java jakarta/poi/trunk/src/java/org/apache/poi/util/IntList2d.java jakarta/poi/trunk/src/java/org/apache/poi/util/List2d.java jakarta/poi/trunk/src/java/org/apache/poi/util/package.html Modified: jakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBitmapBlip.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBitmapBlip.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBitmapBlip.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/ddf/EscherBitmapBlip.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.ddf; import org.apache.poi.util.HexDump; Modified: jakarta/poi/trunk/src/java/org/apache/poi/ddf/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/ddf/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/ddf/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/ddf/package.html Mon Jan 15 14:46:35 2007 @@ -1,4 +1,21 @@ -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <body> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hpsf/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hpsf/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hpsf/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hpsf/package.html Mon Jan 15 14:46:35 2007 @@ -1,6 +1,22 @@ <!doctype html public "-//W3C//DTD HTML 4.0//EN//"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> <title>HPSF</title> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hpsf/wellknown/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hpsf/wellknown/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hpsf/wellknown/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hpsf/wellknown/package.html Mon Jan 15 14:46:35 2007 @@ -1,6 +1,22 @@ <!doctype html public "-//W3C//DTD HTML 4.0//EN//"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> <title></title> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/dev/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/eventusermodel/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/eventusermodel/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/eventusermodel/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/eventusermodel/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.hssf.record.aggregates; import org.apache.poi.hssf.record.ColumnInfoRecord; Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/record/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.hssf.usermodel; /** Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/util/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/util/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/hssf/util/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/hssf/util/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/common/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/common/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/common/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/common/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/dev/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/dev/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/dev/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/dev/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/eventfilesystem/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/eventfilesystem/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/eventfilesystem/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/eventfilesystem/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/filesystem/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/filesystem/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/filesystem/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/filesystem/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/property/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/poifs/storage/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList2d.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList2d.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList2d.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/util/DoubleList2d.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.util; import java.util.List; Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/IntList2d.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/IntList2d.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/util/IntList2d.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/util/IntList2d.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.util; import java.util.List; Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/List2d.java URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/List2d.java?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/util/List2d.java (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/util/List2d.java Mon Jan 15 14:46:35 2007 @@ -1,3 +1,19 @@ +/* +* 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 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.poi.util; import java.util.List; Modified: jakarta/poi/trunk/src/java/org/apache/poi/util/package.html URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/util/package.html?view=diff&rev=496526&r1=496525&r2=496526 ============================================================================== --- jakarta/poi/trunk/src/java/org/apache/poi/util/package.html (original) +++ jakarta/poi/trunk/src/java/org/apache/poi/util/package.html Mon Jan 15 14:46:35 2007 @@ -1,5 +1,22 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. --> +<!-- + ==================================================================== + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +--> <html> <head> </head> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/