From zeta-commits-return-45-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:36:13 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 47234 invoked from network); 30 Jul 2010 15:36:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:36:13 -0000 Received: (qmail 47967 invoked by uid 500); 30 Jul 2010 15:36:13 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 47946 invoked by uid 500); 30 Jul 2010 15:36:13 -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 47939 invoked by uid 99); 30 Jul 2010 15:36:13 -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:13 +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:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E36823888EC; 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.1E36823888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [zeta-commits] svn commit: r980845 [1/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/... Author: toby Date: Fri Jul 30 15:34:31 2010 New Revision: 980845 URL: http://svn.apache.org/viewvc?rev=980845&view=rev Log: - Fixed: Adjusted source headers of Webdav to Apache license. Modified: incubator/zetacomponents/trunk/Webdav/src/auth/digest_base.php incubator/zetacomponents/trunk/Webdav/src/backends/file.php incubator/zetacomponents/trunk/Webdav/src/backends/memory.php incubator/zetacomponents/trunk/Webdav/src/backends/simple.php incubator/zetacomponents/trunk/Webdav/src/exceptions/bad_request.php incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_base_uri.php incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_request_uri.php incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_storage_exception.php incubator/zetacomponents/trunk/Webdav/src/exceptions/exception.php incubator/zetacomponents/trunk/Webdav/src/exceptions/headers_not_validated.php incubator/zetacomponents/trunk/Webdav/src/exceptions/inconsistency.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_callback.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_header.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_hook.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_body.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_method.php incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_xml.php incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_header.php incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_transport_configuration.php incubator/zetacomponents/trunk/Webdav/src/exceptions/misssing_server_variable.php incubator/zetacomponents/trunk/Webdav/src/exceptions/no_transport_handler.php incubator/zetacomponents/trunk/Webdav/src/exceptions/plugin_precondition_failed.php incubator/zetacomponents/trunk/Webdav/src/exceptions/request_not_supported.php incubator/zetacomponents/trunk/Webdav/src/exceptions/unknown_header.php incubator/zetacomponents/trunk/Webdav/src/interfaces/anonymous_authenticator.php incubator/zetacomponents/trunk/Webdav/src/interfaces/authorizer.php incubator/zetacomponents/trunk/Webdav/src/interfaces/backend.php incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/change.php incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/make_collection.php incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/put.php incubator/zetacomponents/trunk/Webdav/src/interfaces/basic_authenticator.php incubator/zetacomponents/trunk/Webdav/src/interfaces/digest_authenticator.php incubator/zetacomponents/trunk/Webdav/src/interfaces/infrastructure_base.php incubator/zetacomponents/trunk/Webdav/src/interfaces/path_factory.php incubator/zetacomponents/trunk/Webdav/src/interfaces/property.php incubator/zetacomponents/trunk/Webdav/src/interfaces/property_live.php incubator/zetacomponents/trunk/Webdav/src/interfaces/property_storage.php incubator/zetacomponents/trunk/Webdav/src/interfaces/request.php incubator/zetacomponents/trunk/Webdav/src/interfaces/response.php incubator/zetacomponents/trunk/Webdav/src/namespace_registry.php incubator/zetacomponents/trunk/Webdav/src/options/backend_file_options.php incubator/zetacomponents/trunk/Webdav/src/options/backend_memory_options.php incubator/zetacomponents/trunk/Webdav/src/options/server.php incubator/zetacomponents/trunk/Webdav/src/path_factories/automatic.php incubator/zetacomponents/trunk/Webdav/src/path_factories/basic.php incubator/zetacomponents/trunk/Webdav/src/plugin_configuration.php incubator/zetacomponents/trunk/Webdav/src/plugin_parameters.php incubator/zetacomponents/trunk/Webdav/src/plugin_registry.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administration/purger.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/administrator.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/lock_refresh.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/multiple.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/path_collector.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/check_observers/property_collector.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/config.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/access_denied.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/exceptions/administration.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/copy.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/delete.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/lock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/mkcol.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/move.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/options.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/propfind.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/proppatch.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/put.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/handlers/unlock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_condition.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_list_item.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_no_tag_list.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header/if_header_tagged_list.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/header_handler.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/check_observer.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/handler.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/if_header_list.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_authorizer.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/interfaces/lock_backend.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/main.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/options.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/lockdiscovery_activelock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/properties/supportedlock_lockentry.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/property_handler.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/content/lock_info.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/lock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/requests/unlock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/lock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/responses/unlock.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/structs/lock_check_info.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/tools.php incubator/zetacomponents/trunk/Webdav/src/plugins/lock/transport.php incubator/zetacomponents/trunk/Webdav/src/properties/creationdate.php incubator/zetacomponents/trunk/Webdav/src/properties/dead.php incubator/zetacomponents/trunk/Webdav/src/properties/displayname.php incubator/zetacomponents/trunk/Webdav/src/properties/getcontentlanguage.php incubator/zetacomponents/trunk/Webdav/src/properties/getcontentlength.php incubator/zetacomponents/trunk/Webdav/src/properties/getcontenttype.php incubator/zetacomponents/trunk/Webdav/src/properties/getetag.php incubator/zetacomponents/trunk/Webdav/src/properties/getlastmodified.php incubator/zetacomponents/trunk/Webdav/src/properties/resourcetype.php incubator/zetacomponents/trunk/Webdav/src/properties/source.php incubator/zetacomponents/trunk/Webdav/src/properties/source_link.php incubator/zetacomponents/trunk/Webdav/src/property_storages/basic.php incubator/zetacomponents/trunk/Webdav/src/property_storages/flagged.php incubator/zetacomponents/trunk/Webdav/src/requests/content/property_behaviour.php incubator/zetacomponents/trunk/Webdav/src/requests/copy.php incubator/zetacomponents/trunk/Webdav/src/requests/delete.php incubator/zetacomponents/trunk/Webdav/src/requests/get.php incubator/zetacomponents/trunk/Webdav/src/requests/head.php incubator/zetacomponents/trunk/Webdav/src/requests/mkcol.php incubator/zetacomponents/trunk/Webdav/src/requests/move.php incubator/zetacomponents/trunk/Webdav/src/requests/options.php incubator/zetacomponents/trunk/Webdav/src/requests/propfind.php incubator/zetacomponents/trunk/Webdav/src/requests/proppatch.php incubator/zetacomponents/trunk/Webdav/src/requests/put.php incubator/zetacomponents/trunk/Webdav/src/responses/copy.php incubator/zetacomponents/trunk/Webdav/src/responses/delete.php incubator/zetacomponents/trunk/Webdav/src/responses/error.php incubator/zetacomponents/trunk/Webdav/src/responses/get_collection.php incubator/zetacomponents/trunk/Webdav/src/responses/get_resource.php incubator/zetacomponents/trunk/Webdav/src/responses/head.php incubator/zetacomponents/trunk/Webdav/src/responses/mkcol.php incubator/zetacomponents/trunk/Webdav/src/responses/move.php incubator/zetacomponents/trunk/Webdav/src/responses/multistatus.php incubator/zetacomponents/trunk/Webdav/src/responses/options.php incubator/zetacomponents/trunk/Webdav/src/responses/propfind.php incubator/zetacomponents/trunk/Webdav/src/responses/proppatch.php incubator/zetacomponents/trunk/Webdav/src/responses/propstat.php incubator/zetacomponents/trunk/Webdav/src/responses/put.php incubator/zetacomponents/trunk/Webdav/src/server.php incubator/zetacomponents/trunk/Webdav/src/server_configuration.php incubator/zetacomponents/trunk/Webdav/src/server_configuration_manager.php incubator/zetacomponents/trunk/Webdav/src/structs/anonymous_auth.php incubator/zetacomponents/trunk/Webdav/src/structs/auth.php incubator/zetacomponents/trunk/Webdav/src/structs/basic_auth.php incubator/zetacomponents/trunk/Webdav/src/structs/collection.php incubator/zetacomponents/trunk/Webdav/src/structs/digest_auth.php incubator/zetacomponents/trunk/Webdav/src/structs/display_information.php incubator/zetacomponents/trunk/Webdav/src/structs/display_information_empty.php incubator/zetacomponents/trunk/Webdav/src/structs/display_information_string.php incubator/zetacomponents/trunk/Webdav/src/structs/display_information_xml.php incubator/zetacomponents/trunk/Webdav/src/structs/output_result.php incubator/zetacomponents/trunk/Webdav/src/structs/potential_uri_content.php incubator/zetacomponents/trunk/Webdav/src/structs/resource.php incubator/zetacomponents/trunk/Webdav/src/tools/date_time.php incubator/zetacomponents/trunk/Webdav/src/tools/xml.php incubator/zetacomponents/trunk/Webdav/src/transport.php incubator/zetacomponents/trunk/Webdav/src/transports/header_handler.php incubator/zetacomponents/trunk/Webdav/src/transports/konqueror.php incubator/zetacomponents/trunk/Webdav/src/transports/microsoft.php incubator/zetacomponents/trunk/Webdav/src/transports/nautilus.php incubator/zetacomponents/trunk/Webdav/src/transports/property_handler.php incubator/zetacomponents/trunk/Webdav/src/transports/property_handlers/nautilus.php incubator/zetacomponents/trunk/Webdav/src/webdav_autoload.php incubator/zetacomponents/trunk/Webdav/tests/authenticator_test.php incubator/zetacomponents/trunk/Webdav/tests/backend_file_options_test.php incubator/zetacomponents/trunk/Webdav/tests/backend_file_test.php incubator/zetacomponents/trunk/Webdav/tests/backend_memory_test.php incubator/zetacomponents/trunk/Webdav/tests/backend_simple_test.php incubator/zetacomponents/trunk/Webdav/tests/classes/custom_plugin_configuration.php incubator/zetacomponents/trunk/Webdav/tests/classes/test_sets.php incubator/zetacomponents/trunk/Webdav/tests/client_bitkinex_test.php incubator/zetacomponents/trunk/Webdav/tests/client_cadaver_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_cadaver_lock_test.php incubator/zetacomponents/trunk/Webdav/tests/client_cadaver_test.php incubator/zetacomponents/trunk/Webdav/tests/client_ie6_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_ie6_test.php incubator/zetacomponents/trunk/Webdav/tests/client_ie7_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_ie7_test.php incubator/zetacomponents/trunk/Webdav/tests/client_konqueror_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_konqueror_test.php incubator/zetacomponents/trunk/Webdav/tests/client_litmus_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_litmus_lock_test.php incubator/zetacomponents/trunk/Webdav/tests/client_litmus_test.php incubator/zetacomponents/trunk/Webdav/tests/client_nautilus_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/client_nautilus_test.php incubator/zetacomponents/trunk/Webdav/tests/client_rfc_lock_test.php incubator/zetacomponents/trunk/Webdav/tests/client_rfc_test.php incubator/zetacomponents/trunk/Webdav/tests/header_handler_test.php incubator/zetacomponents/trunk/Webdav/tests/infrastructure_base_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_administrator_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_header_handler_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_if_header_list_item_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_if_header_no_tag_list_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_if_header_tagged_list_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_lock_request_generator_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_plugin_options_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_plugin_test.php incubator/zetacomponents/trunk/Webdav/tests/lock_property_handler_test.php incubator/zetacomponents/trunk/Webdav/tests/path_factory_automatic_test.php incubator/zetacomponents/trunk/Webdav/tests/path_factory_test.php incubator/zetacomponents/trunk/Webdav/tests/plugin_configuration_test.php incubator/zetacomponents/trunk/Webdav/tests/plugin_registry_test.php incubator/zetacomponents/trunk/Webdav/tests/property_test.php incubator/zetacomponents/trunk/Webdav/tests/request_content_property_behaviour_test.php incubator/zetacomponents/trunk/Webdav/tests/request_copy_test.php incubator/zetacomponents/trunk/Webdav/tests/request_lock_test.php incubator/zetacomponents/trunk/Webdav/tests/request_move_test.php incubator/zetacomponents/trunk/Webdav/tests/request_propfind_test.php incubator/zetacomponents/trunk/Webdav/tests/request_proppatch_test.php incubator/zetacomponents/trunk/Webdav/tests/request_test.php incubator/zetacomponents/trunk/Webdav/tests/request_unlock_test.php incubator/zetacomponents/trunk/Webdav/tests/response_error_test.php incubator/zetacomponents/trunk/Webdav/tests/response_get_test.php incubator/zetacomponents/trunk/Webdav/tests/response_lock_test.php incubator/zetacomponents/trunk/Webdav/tests/response_options_test.php incubator/zetacomponents/trunk/Webdav/tests/response_test.php incubator/zetacomponents/trunk/Webdav/tests/scripts/test_generator.php incubator/zetacomponents/trunk/Webdav/tests/server_auth_test.php incubator/zetacomponents/trunk/Webdav/tests/server_configuration_manager_test.php incubator/zetacomponents/trunk/Webdav/tests/server_configuration_test.php incubator/zetacomponents/trunk/Webdav/tests/server_options_test.php incubator/zetacomponents/trunk/Webdav/tests/server_test.php incubator/zetacomponents/trunk/Webdav/tests/suite.php incubator/zetacomponents/trunk/Webdav/tests/webdav_property_test.php Modified: incubator/zetacomponents/trunk/Webdav/src/auth/digest_base.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/auth/digest_base.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/auth/digest_base.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/auth/digest_base.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavDigestAuthenticatorBase 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/backends/file.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/backends/file.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/backends/file.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/backends/file.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavFileBackend 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 */ /** * File system based backend. Modified: incubator/zetacomponents/trunk/Webdav/src/backends/memory.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/backends/memory.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/backends/memory.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/backends/memory.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavMemoryBackend 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/backends/simple.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/backends/simple.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/backends/simple.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/backends/simple.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavSimpleBackend 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 */ /** * Abstract base class for common backend operations. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/bad_request.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/bad_request.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/bad_request.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/bad_request.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBadRequestException 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 */ /** * Abstract base class for all exceptions that represent a 400 Bad Request. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_base_uri.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_base_uri.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_base_uri.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_base_uri.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBrokenBaseUriException 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 */ /** * Exception thrown if an incorrect base URI is given to the basic path factory. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_request_uri.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_request_uri.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_request_uri.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_request_uri.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBrokenRequestUriException 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 */ /** * Exception thrown, when a request URI could not be handled by the default Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_storage_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_storage_exception.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_storage_exception.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/broken_storage_exception.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavFileBackendBrokenStorageException 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 */ /** * Exception thrown if a stored property storage could not be parsed. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/exception.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/exception.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/exception.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavException 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 */ /** * General exception container for the Webdav component. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/headers_not_validated.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/headers_not_validated.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/headers_not_validated.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/headers_not_validated.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavHeadersNotValidatedException 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 */ /** * Exception thrown when a request header is requested, but the request headers Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/inconsistency.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/inconsistency.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/inconsistency.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/inconsistency.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInconsistencyException 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, whenever an operation failed that should not have failed. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_callback.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_callback.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_callback.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_callback.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidCallbackException 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 */ /** * Exception thrown if a plugin tries to register an invalid callback for a hook. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_header.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_header.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_header.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_header.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidHeaderException 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 */ /** * Exception thrown when a request/response object receives an invalid header value. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_hook.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_hook.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_hook.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_hook.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidHookException 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 */ /** * Exception thrown if a plugin tries to register for a non-existent hook. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_body.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_body.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_body.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_body.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidRequestBodyException 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 */ /** * Thrown if the request body received was invalid. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_method.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_method.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_method.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_request_method.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidRequestMethodException 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 */ /** * Thrown if an unknwon request method is received. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_xml.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_xml.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_xml.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/invalid_xml.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInvalidXmlException 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 */ /** * Thrown if an error occured while loading an XML string. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_header.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_header.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_header.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_header.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavMissingHeaderException 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/exceptions/missing_transport_configuration.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_transport_configuration.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_transport_configuration.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/missing_transport_configuration.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavMissingTransportConfigurationException 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/exceptions/misssing_server_variable.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/misssing_server_variable.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/misssing_server_variable.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/misssing_server_variable.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavMissingServerVariableException 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 */ /** * Exception thrown, when a required server environment variable has not been Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/no_transport_handler.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/no_transport_handler.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/no_transport_handler.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/no_transport_handler.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavNotTransportHandlerException 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 */ /** * Exception thrown, when no {@link ezcWebdavTransport} could be found for the Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/plugin_precondition_failed.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/plugin_precondition_failed.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/plugin_precondition_failed.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/plugin_precondition_failed.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPluginPreconditionFailedException 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 a plugin precondition failed. Modified: incubator/zetacomponents/trunk/Webdav/src/exceptions/request_not_supported.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/request_not_supported.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/request_not_supported.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/request_not_supported.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavRequestNotSupportedException 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/exceptions/unknown_header.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/exceptions/unknown_header.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/exceptions/unknown_header.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/exceptions/unknown_header.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavUnknownHeaderException 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 */ /** * Exception thrown if a header to parse is unknown. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/anonymous_authenticator.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/anonymous_authenticator.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/anonymous_authenticator.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/anonymous_authenticator.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavAnonymousAuthenticator 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 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/authorizer.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/authorizer.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/authorizer.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/authorizer.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavAuthorizer 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 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/backend.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/backend.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/backend.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/backend.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBackend 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 to be extended by all backend implementation. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/change.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/change.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/change.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/change.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBackendChange 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 implemented by backends which support the DELETE, COPY and MOVE operations. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/make_collection.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/make_collection.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/make_collection.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/make_collection.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBackendMakeCollection 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 implemented by backends which support the MKCOL operation. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/put.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/put.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/put.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/backend/put.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBackendPut 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 implemented by backends which support the PUT operation. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/basic_authenticator.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/basic_authenticator.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/basic_authenticator.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/basic_authenticator.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavBasicAuthenticator 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 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/digest_authenticator.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/digest_authenticator.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/digest_authenticator.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/digest_authenticator.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavDigestAuthenticator 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 */ /** Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/infrastructure_base.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/infrastructure_base.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/infrastructure_base.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/infrastructure_base.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavInfrastructureBase 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 */ /** * Base class for all infrastructural classes of the Webdav component. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/path_factory.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/path_factory.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/path_factory.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/path_factory.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPathFactory 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 */ /** * Basic path factory interface. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/property.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/property.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/property.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/property.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavProperty 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 WebDAV property representation classes. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/property_live.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/property_live.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/property_live.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/property_live.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavLiveProperty 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 */ /** * Abstract base class for live property objects. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/property_storage.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/property_storage.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/property_storage.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/property_storage.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavPropertyStorage 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 //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 */ /** * Interface to define interaction with property storage classes. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/request.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/request.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/request.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/request.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the abstract ezcWebdavRequest 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 request objects. Modified: incubator/zetacomponents/trunk/Webdav/src/interfaces/response.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/interfaces/response.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/interfaces/response.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/interfaces/response.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavResponse 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 all response objects. Modified: incubator/zetacomponents/trunk/Webdav/src/namespace_registry.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/namespace_registry.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/namespace_registry.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/namespace_registry.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavNamespaceRegistry 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 to map XML namespaces to their shortcuts. Modified: incubator/zetacomponents/trunk/Webdav/src/options/backend_file_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/options/backend_file_options.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/options/backend_file_options.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/options/backend_file_options.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavFileBackendOptions 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 */ /** * Class containing the options for the file backend. Modified: incubator/zetacomponents/trunk/Webdav/src/options/backend_memory_options.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Webdav/src/options/backend_memory_options.php?rev=980845&r1=980844&r2=980845&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Webdav/src/options/backend_memory_options.php (original) +++ incubator/zetacomponents/trunk/Webdav/src/options/backend_memory_options.php Fri Jul 30 15:34:31 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWebdavMemoryBackendOptions 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 */ /**