From zeta-commits-return-38-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:33:11 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 46420 invoked from network); 30 Jul 2010 15:33:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:33:11 -0000 Received: (qmail 43701 invoked by uid 500); 30 Jul 2010 15:33:11 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 43682 invoked by uid 500); 30 Jul 2010 15:33:11 -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 43675 invoked by uid 99); 30 Jul 2010 15:33:11 -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:33:11 +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:33:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 092C72388903; Fri, 30 Jul 2010 15:31:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:31:49 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730153150.092C72388903@eris.apache.org> Subject: [zeta-commits] svn commit: r980842 [1/2] - in /incubator/zetacomponents/trunk/Authentication: src/ src/credentials/ src/exceptions/ src/filters/group/ src/filters/htpasswd/ src/filters/ldap/ src/filters/openid/ src/filters/token/ src/filters/typekey/ src/interfaces/ ... Author: toby Date: Fri Jul 30 15:31:47 2010 New Revision: 980842 URL: http://svn.apache.org/viewvc?rev=980842&view=rev Log: - Fixed: Adjusted source headers of Authentication to Apache license. Modified: incubator/zetacomponents/trunk/Authentication/src/authentication.php incubator/zetacomponents/trunk/Authentication/src/authentication_autoload.php incubator/zetacomponents/trunk/Authentication/src/credentials/credentials.php incubator/zetacomponents/trunk/Authentication/src/credentials/id_credentials.php incubator/zetacomponents/trunk/Authentication/src/credentials/password_credentials.php incubator/zetacomponents/trunk/Authentication/src/exceptions/authentication_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/group_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/ldap_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_connection_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_mode_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_redirect_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_invalid_exception.php incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_missing_exception.php incubator/zetacomponents/trunk/Authentication/src/filters/group/group_filter.php incubator/zetacomponents/trunk/Authentication/src/filters/htpasswd/htpasswd_filter.php incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_filter.php incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_info.php incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_association.php incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_file_store.php incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_filter.php incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_store.php incubator/zetacomponents/trunk/Authentication/src/filters/token/token_filter.php incubator/zetacomponents/trunk/Authentication/src/filters/typekey/typekey_filter.php incubator/zetacomponents/trunk/Authentication/src/interfaces/authentication_filter.php incubator/zetacomponents/trunk/Authentication/src/interfaces/data_fetch.php incubator/zetacomponents/trunk/Authentication/src/math/bcmath_library.php incubator/zetacomponents/trunk/Authentication/src/math/bignum_library.php incubator/zetacomponents/trunk/Authentication/src/math/gmp_library.php incubator/zetacomponents/trunk/Authentication/src/math/math.php incubator/zetacomponents/trunk/Authentication/src/options/authentication_options.php incubator/zetacomponents/trunk/Authentication/src/options/filter_options.php incubator/zetacomponents/trunk/Authentication/src/options/group_options.php incubator/zetacomponents/trunk/Authentication/src/options/htpasswd_options.php incubator/zetacomponents/trunk/Authentication/src/options/ldap_options.php incubator/zetacomponents/trunk/Authentication/src/options/openid_file_store_options.php incubator/zetacomponents/trunk/Authentication/src/options/openid_options.php incubator/zetacomponents/trunk/Authentication/src/options/openid_store_options.php incubator/zetacomponents/trunk/Authentication/src/options/session_options.php incubator/zetacomponents/trunk/Authentication/src/options/token_options.php incubator/zetacomponents/trunk/Authentication/src/options/typekey_options.php incubator/zetacomponents/trunk/Authentication/src/session/authentication_session.php incubator/zetacomponents/trunk/Authentication/src/status/authentication_status.php incubator/zetacomponents/trunk/Authentication/src/url/url.php incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_multiple_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/htpasswd/htpasswd_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/ldap/data/setup_accounts.php incubator/zetacomponents/trunk/Authentication/tests/filters/ldap/ldap_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/openid/data/openid_store_helper.php incubator/zetacomponents/trunk/Authentication/tests/filters/openid/data/openid_wrapper.php incubator/zetacomponents/trunk/Authentication/tests/filters/openid/openid_file_store_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/openid/openid_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/token/data/encryption.php incubator/zetacomponents/trunk/Authentication/tests/filters/token/token_test.php incubator/zetacomponents/trunk/Authentication/tests/filters/typekey/data/typekey_wrapper.php incubator/zetacomponents/trunk/Authentication/tests/filters/typekey/typekey_test.php incubator/zetacomponents/trunk/Authentication/tests/general/authentication_test.php incubator/zetacomponents/trunk/Authentication/tests/math/bignum_test.php incubator/zetacomponents/trunk/Authentication/tests/session/session_test.php incubator/zetacomponents/trunk/Authentication/tests/suite.php incubator/zetacomponents/trunk/Authentication/tests/test.php incubator/zetacomponents/trunk/Authentication/tests/url/url_test.php Modified: incubator/zetacomponents/trunk/Authentication/src/authentication.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/authentication.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/authentication.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/authentication.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthentication 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/authentication_autoload.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/authentication_autoload.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/authentication_autoload.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/authentication_autoload.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * Autoloader definition for the Authentication 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 Authentication Modified: incubator/zetacomponents/trunk/Authentication/src/credentials/credentials.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/credentials/credentials.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/credentials/credentials.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/credentials/credentials.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationCredentials 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/credentials/id_credentials.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/credentials/id_credentials.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/credentials/id_credentials.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/credentials/id_credentials.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationIdCredentials 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/credentials/password_credentials.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/credentials/password_credentials.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/credentials/password_credentials.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/credentials/password_credentials.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationPasswordCredentials 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/authentication_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/authentication_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/authentication_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/authentication_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/group_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/group_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/group_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/group_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationGroupException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/ldap_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/ldap_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/ldap_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/ldap_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationLdapException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_connection_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_connection_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_connection_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_connection_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidConnectionException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_mode_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_mode_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_mode_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_mode_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidModeNotSupportedException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_redirect_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_redirect_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_redirect_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/openid_redirect_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidRedirectException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTypekeyException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_invalid_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_invalid_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_invalid_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_invalid_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTypekeyPublicKeysInvalidException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_missing_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_missing_exception.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_missing_exception.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/exceptions/typekey_missing_exception.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTypekeyPublicKeysMissingException 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/group/group_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/group/group_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/group/group_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/group/group_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationGroupFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/htpasswd/htpasswd_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/htpasswd/htpasswd_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/htpasswd/htpasswd_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/htpasswd/htpasswd_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationHtpasswdFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationLdapFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_info.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_info.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_info.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/ldap/ldap_info.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationLdapInfo 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_association.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_association.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_association.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_association.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidAssociation 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_file_store.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_file_store.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_file_store.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_file_store.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidFileStore 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_store.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_store.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_store.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/openid/openid_store.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidStore 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/token/token_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/token/token_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/token/token_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/token/token_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTokenFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/filters/typekey/typekey_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/filters/typekey/typekey_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/filters/typekey/typekey_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/filters/typekey/typekey_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTypekeyFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/interfaces/authentication_filter.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/interfaces/authentication_filter.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/interfaces/authentication_filter.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/interfaces/authentication_filter.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationFilter 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/interfaces/data_fetch.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/interfaces/data_fetch.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/interfaces/data_fetch.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/interfaces/data_fetch.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationDataFetch interface. * + * 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/math/bcmath_library.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/math/bcmath_library.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/math/bcmath_library.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/math/bcmath_library.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationBcmathLibrary 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/math/bignum_library.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/math/bignum_library.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/math/bignum_library.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/math/bignum_library.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationBignumLibrary 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/math/gmp_library.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/math/gmp_library.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/math/gmp_library.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/math/gmp_library.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationGmpLibrary 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/math/math.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/math/math.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/math/math.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/math/math.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationMath 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/authentication_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/authentication_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/authentication_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/authentication_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/filter_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/filter_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/filter_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/filter_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationFilterOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/group_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/group_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/group_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/group_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationGroupOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/htpasswd_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/htpasswd_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/htpasswd_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/htpasswd_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationHtpasswdOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/ldap_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/ldap_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/ldap_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/ldap_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationLdapOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/openid_file_store_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/openid_file_store_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/openid_file_store_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/openid_file_store_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidFileStoreOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/openid_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/openid_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/openid_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/openid_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/openid_store_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/openid_store_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/openid_store_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/openid_store_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationOpenidStoreOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/session_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/session_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/session_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/session_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationSessionOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/token_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/token_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/token_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/token_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTokenOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/options/typekey_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/options/typekey_options.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/options/typekey_options.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/options/typekey_options.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationTypekeyOptions 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/session/authentication_session.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/session/authentication_session.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/session/authentication_session.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/session/authentication_session.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationSession 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/status/authentication_status.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/status/authentication_status.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/status/authentication_status.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/status/authentication_status.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationStatus 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/src/url/url.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/src/url/url.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/src/url/url.php (original) +++ incubator/zetacomponents/trunk/Authentication/src/url/url.php Fri Jul 30 15:31:47 2010 @@ -2,8 +2,25 @@ /** * File containing the ezcAuthenticationUrl 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 Authentication * @version //autogen// Modified: incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_multiple_test.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_multiple_test.php?rev=980842&r1=980841&r2=980842&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_multiple_test.php (original) +++ incubator/zetacomponents/trunk/Authentication/tests/filters/group/group_multiple_test.php Fri Jul 30 15:31:47 2010 @@ -1,7 +1,25 @@