From zeta-commits-return-43-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:36:12 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 47197 invoked from network); 30 Jul 2010 15:36:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:36:12 -0000 Received: (qmail 47892 invoked by uid 500); 30 Jul 2010 15:36:12 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 47870 invoked by uid 500); 30 Jul 2010 15:36:12 -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 47863 invoked by uid 99); 30 Jul 2010 15:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 15:36:12 +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:35:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3153523889EB; Fri, 30 Jul 2010 15:34:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:34:36 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730153440.3153523889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [zeta-commits] svn commit: r980845 [2/5] - in /incubator/zetacomponents/trunk/Webdav: src/ src/auth/ src/backends/ src/exceptions/ src/interfaces/ src/interfaces/backend/ src/options/ src/path_factories/ src/plugins/lock/ src/plugins/lock/administration/ src/plugins/... Modified: incubator/zetacomponents/trunk/Webdav/src/options/server.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/options/server.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/options/server.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/options/server.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavServerOptions class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/path_factories/automatic.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/path_factories/automatic.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/path_factories/automatic.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/path_factories/automatic.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavAutomaticPathFactory class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Path factory that automatically determines configuration. Modified: incubator/zetacomponents/trunk/Webdav/src/path_factories/basic.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/path_factories/basic.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/path_factories/basic.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/path_factories/basic.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBasicPathFactory class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Basic path factory. Modified: incubator/zetacomponents/trunk/Webdav/src/plugin_configuration.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugin_configuration.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugin_configuration.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugin_configuration.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPluginConfiguration base class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Base class for plugin configurations. Modified: incubator/zetacomponents/trunk/Webdav/src/plugin_parameters.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugin_parameters.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugin_parameters.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugin_parameters.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPluginParameters class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Storage class submitted to callbacks assigned to plugin hooks. Modified: incubator/zetacomponents/trunk/Webdav/src/plugin_registry.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugin_registry.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugin_registry.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugin_registry.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPluginRegistry class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Global plugin registry class. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administration/purger.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administration/purger.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administration/purger.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administration/purger.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPurger class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administrator.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administrator.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administrator.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administrator.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockAdministrator class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockLockRequestGenerator class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock_refresh.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock_refresh.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock_refresh.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock_refresh.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockRefreshRequestGenerator class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/multiple.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/multiple.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/multiple.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/multiple.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockMultipleCheckObserver class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/path_collector.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/path_collector.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/path_collector.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/path_collector.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockCheckPathCollector class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/property_collector.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/property_collector.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/property_collector.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/property_collector.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockCheckPropertyCollector class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/config.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/config.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/config.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/config.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPluginConfiguration class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Plugin configuration class for the LOCK plugin. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/access_denied.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/access_denied.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/access_denied.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/access_denied.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockAccessDeniedException class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/administration.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/administration.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/administration.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/administration.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockAdministrationException class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Exception thrown if an error occurs in the administrator class. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/copy.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/copy.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/copy.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/copy.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockCopyRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/delete.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/delete.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/delete.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/delete.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockDeleteRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/lock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/lock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/lock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/lock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockLockRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/mkcol.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/mkcol.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/mkcol.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/mkcol.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockMakeCollectionRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/move.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/move.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/move.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/move.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockMoveRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/options.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/options.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/options.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockOptionsRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/propfind.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/propfind.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/propfind.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/propfind.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPropFindRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/proppatch.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/proppatch.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/proppatch.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/proppatch.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPropPatchRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/put.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/put.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/put.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/put.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPutRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/unlock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/unlock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/unlock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/unlock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockUnlockRequestResponseHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_condition.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_condition.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_condition.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_condition.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockIfHeaderCondition struct class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_list_item.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_list_item.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_list_item.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_list_item.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavLockIfHeaderListItem class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_no_tag_list.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_no_tag_list.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_no_tag_list.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_no_tag_list.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockIfHeaderNoTagList class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_tagged_list.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_tagged_list.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_tagged_list.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_tagged_list.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockIfHeaderTaggedList class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header_handler.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header_handler.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header_handler.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header_handler.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockHeaderHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/check_observer.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/check_observer.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/check_observer.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/check_observer.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockCheckObserver 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. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/handler.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/handler.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/handler.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/handler.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockRequestResponseHandler 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. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/if_header_list.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/if_header_list.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/if_header_list.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/if_header_list.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavLockIfHeaderList class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_authorizer.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_authorizer.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_authorizer.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_authorizer.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockAuthorizer 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. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Interface to be implemented by authorization classes for the lock plugin. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_backend.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_backend.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_backend.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_backend.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockBackend 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. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Interface to be implemented by backends which should be used with the lock plugin. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/main.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/main.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/main.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/main.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPlugin class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/options.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/options.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/options.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPluginOptions class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockDiscoveryProperty class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery_activelock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery_activelock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery_activelock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery_activelock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockDiscoveryPropertyActiveLock class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavSupportedLockProperty class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock_lockentry.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock_lockentry.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock_lockentry.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock_lockentry.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavSupportedLockPropertyLockentry class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/property_handler.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/property_handler.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/property_handler.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/property_handler.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockPropertyHandler class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/content/lock_info.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/content/lock_info.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/content/lock_info.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/content/lock_info.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavRequestLockInfoContent class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Class representing the XML element in the LOCK request body. Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/lock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/lock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/lock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/lock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockRequest class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/unlock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/unlock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/unlock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/unlock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavUnlockRequest class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/lock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/lock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/lock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/lock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockResponse class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/unlock.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/unlock.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/unlock.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/unlock.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavUnlockResponse class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/structs/lock_check_info.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/structs/lock_check_info.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/structs/lock_check_info.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/structs/lock_check_info.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockCheckInfo struct class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/tools.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/tools.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/tools.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/tools.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockTools class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */ Modified: incubator/zetacomponents/trunk/Webdav/src/plugins/lock/transport.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/plugins/lock/transport.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/plugins/lock/transport.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/plugins/lock/transport.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLockTransport class. * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Webdav * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * * @access private */