From zeta-commits-return-56-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:38:19 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 47640 invoked from network); 30 Jul 2010 15:38:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:38:19 -0000 Received: (qmail 49373 invoked by uid 500); 30 Jul 2010 15:38:19 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 49351 invoked by uid 500); 30 Jul 2010 15:38:19 -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 49344 invoked by uid 99); 30 Jul 2010 15:38:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 15:38:19 +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:38:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0DC182388A40; Fri, 30 Jul 2010 15:37:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:37:00 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730153701.0DC182388A40@eris.apache.org> Subject: [zeta-commits] svn commit: r980855 - in /incubator/zetacomponents/trunk/AuthenticationDatabaseTiein: src/ src/filters/database/ src/filters/openid/ src/options/ tests/ tests/filters/database/ tests/filters/openid/ tests/filters/openid/data/ Author: toby Date: Fri Jul 30 15:37:00 2010 New Revision: 980855 URL: http://svn.apache.org/viewvc?rev=980855&view=rev Log: - Fixed: Adjusted source headers of AuthenticationDatabaseTiein to Apache license. Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_openid_autoload.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_filter.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_info.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/openid/openid_db_store.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/database_options.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/openid_db_store_options.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/database/database_test.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/openid/data/openid_db_store_helper.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/openid/openid_db_store_test.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/suite.php incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/test.php Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_database_autoload.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * Autoloader definition for the AuthenticationDatabaseTiein 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 AuthenticationDatabaseTiein Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_openid_autoload.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_openid_autoload.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_openid_autoload.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/authentication_openid_autoload.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * Autoloader definition for the AuthenticationDatabaseTiein 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 AuthenticationDatabaseTiein Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_filter.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_filter.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_filter.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationDatabaseFilter 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. + * * @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 * @filesource * @package AuthenticationDatabaseTiein * @version //autogentag// Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_info.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_info.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_info.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/database/database_info.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationDatabaseInfo structure. * + * 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 * @filesource * @package AuthenticationDatabaseTiein * @version //autogentag// Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/openid/openid_db_store.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/openid/openid_db_store.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/openid/openid_db_store.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/filters/openid/openid_db_store.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidDbStore 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. + * * @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 * @filesource * @package AuthenticationDatabaseTiein * @version //autogentag// Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/database_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/database_options.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/database_options.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/database_options.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationDatabaseOptions 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. + * * @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 * @filesource * @package AuthenticationDatabaseTiein * @version //autogentag// Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/openid_db_store_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/openid_db_store_options.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/openid_db_store_options.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/src/options/openid_db_store_options.php Fri Jul 30 15:37:00 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidDbStoreOptions 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. + * * @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 * @filesource * @package AuthenticationDatabaseTiein * @version //autogentag// Modified: incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/database/database_test.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/database/database_test.php?rev=980855&r1=980854&r2=980855&view=diff ============================================================================== --- incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/database/database_test.php (original) +++ incubator/zetacomponents/trunk/AuthenticationDatabaseTiein/tests/filters/database/database_test.php Fri Jul 30 15:37:00 2010 @@ -1,7 +1,25 @@