Return-Path: Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: (qmail 77475 invoked from network); 24 Feb 2009 11:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 11:30:34 -0000 Received: (qmail 22925 invoked by uid 500); 24 Feb 2009 11:30:34 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 22896 invoked by uid 500); 24 Feb 2009 11:30:34 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 22887 invoked by uid 99); 24 Feb 2009 11:30:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 03:30:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 11:30:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0507C2388882; Tue, 24 Feb 2009 11:30:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r747348 - in /poi/trunk/src: java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/usermodel/ java/org/apache/poi/hssf/util/ java/org/apache/poi/ss/util/ testcases/org/apache/poi/hssf/usermodel/ Date: Tue, 24 Feb 2009 11:30:09 -0000 To: commits@poi.apache.org From: yegor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090224113010.0507C2388882@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yegor Date: Tue Feb 24 11:30:08 2009 New Revision: 747348 URL: http://svn.apache.org/viewvc?rev=747348&view=rev Log: fixed non-standard ASF licence headers Modified: poi/trunk/src/java/org/apache/poi/hssf/record/DVALRecord.java poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java poi/trunk/src/java/org/apache/poi/hssf/usermodel/DVConstraint.java poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress.java poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddressList.java poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddress.java poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressList.java poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestRowStyle.java Modified: poi/trunk/src/java/org/apache/poi/hssf/record/DVALRecord.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/DVALRecord.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/record/DVALRecord.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/record/DVALRecord.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/record/DVRecord.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/usermodel/DVConstraint.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/DVConstraint.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/usermodel/DVConstraint.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/DVConstraint.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataValidation.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFObjectData.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFOptimiser.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPictureData.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddressList.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddressList.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddressList.java (original) +++ poi/trunk/src/java/org/apache/poi/hssf/util/CellRangeAddressList.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddress.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddress.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddress.java (original) +++ poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddress.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java (original) +++ poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressList.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressList.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressList.java (original) +++ poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressList.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java (original) +++ poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java (original) +++ poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFOptimiser.java Tue Feb 24 11:30:08 2009 @@ -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: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestRowStyle.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestRowStyle.java?rev=747348&r1=747347&r2=747348&view=diff ============================================================================== --- poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestRowStyle.java (original) +++ poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestRowStyle.java Tue Feb 24 11:30:08 2009 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org