From zeta-commits-return-25-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:29:28 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 43908 invoked from network); 30 Jul 2010 15:29:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:29:28 -0000 Received: (qmail 39500 invoked by uid 500); 30 Jul 2010 15:29:28 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 39478 invoked by uid 500); 30 Jul 2010 15:29:28 -0000 Mailing-List: contact zeta-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zeta-dev@incubator.apache.org Delivered-To: mailing list zeta-commits@incubator.apache.org Received: (qmail 39471 invoked by uid 99); 30 Jul 2010 15:29:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 15:29:28 +0000 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; Fri, 30 Jul 2010 15:29:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3058223889EB; Fri, 30 Jul 2010 15:28:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:28:07 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730152807.3058223889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [zeta-commits] svn commit: r980833 - in /incubator/zetacomponents/trunk/GraphDatabaseTiein: src/ src/exceptions/ tests/ Author: toby Date: Fri Jul 30 15:28:06 2010 New Revision: 980833 URL: http://svn.apache.org/viewvc?rev=980833&view=rev Log: - Fixed: Adjusted source headers of GraphDatabaseTiein to Apache license. Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/dataset.php incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/exception.php incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/missing_column.php incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/statement_not_executed.php incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/too_many_columns.php incubator/zetacomponents/trunk/GraphDatabaseTiein/src/graph_database_autoload.php incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/dataset_pdo_test.php incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/suite.php Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/dataset.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/dataset.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/dataset.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/dataset.php Fri Jul 30 15:28:06 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcGraphDatabaseDataSet class * + * 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 GraphDatabaseTiein * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Class to transform PDO results into ezcGraphDataSets Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/exception.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/exception.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/exception.php Fri Jul 30 15:28:06 2010 @@ -2,10 +2,27 @@ /** * Base exception for the GraphDatabaseTiein package. * + * 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 GraphDatabaseTiein * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/missing_column.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/missing_column.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/missing_column.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/missing_column.php Fri Jul 30 15:28:06 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcGraphDatabaseMissingColumnException class * + * 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 GraphDatabaseTiein * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Exception thrown if a requetsted column could not be found in result set Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/statement_not_executed.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/statement_not_executed.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/statement_not_executed.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/statement_not_executed.php Fri Jul 30 15:28:06 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcGraphDatabaseStatementNotExecutedException class * + * 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 GraphDatabaseTiein * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Exception thrown if a given statement has not been executed. Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/too_many_columns.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/too_many_columns.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/too_many_columns.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/exceptions/too_many_columns.php Fri Jul 30 15:28:06 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcGraphDatabaseTooManyColumnsException class * + * 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 GraphDatabaseTiein * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Exception thrown if a data set has too many columns for a key value Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/src/graph_database_autoload.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/src/graph_database_autoload.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/src/graph_database_autoload.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/src/graph_database_autoload.php Fri Jul 30 15:28:06 2010 @@ -2,8 +2,25 @@ /** * Autoloader definition for the GraphDatabaseTiein component. * + * 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. + * * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @version //autogentag// * @filesource * @package GraphDatabaseTiein Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/dataset_pdo_test.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/dataset_pdo_test.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/dataset_pdo_test.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/dataset_pdo_test.php Fri Jul 30 15:28:06 2010 @@ -2,11 +2,28 @@ /** * ezcGraphDatabaseTest * + * 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 Graph * @version //autogen// * @subpackage Tests * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/suite.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/suite.php?rev=980833&r1=980832&r2=980833&view=diff ============================================================================== --- incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/suite.php (original) +++ incubator/zetacomponents/trunk/GraphDatabaseTiein/tests/suite.php Fri Jul 30 15:28:06 2010 @@ -1,10 +1,28 @@