/[Apache-SVN]
ViewVC logotype

Revision 980851


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:36:04 2010 UTC (13 years, 10 months ago)
Changed paths: 81
Log Message:
- Fixed: Adjusted source headers of Cache to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/Cache/docs/example_ezpublish.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/docs/example_general.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/backends/apc/apc_backend.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/backends/memcache/memcache_backend.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/backends/memory_backend.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/cache_autoload.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/apc_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/invalid_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/invalid_id.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/invalid_key.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/invalid_meta_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/invalid_storage_class.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/memcache_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/stack_id_already_used.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/stack_storage_used_twice.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/stack_underflow.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/exceptions/used_location.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/base_meta_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/base_replacement_strategy.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/meta_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/meta_data_storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/replacement_strategy.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/stack_configurator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/interfaces/stackable_storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/manager.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/stack.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/storage_apc.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/storage_apc_array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/storage_file.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/options/storage_memcache.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/replacement_strategies/lfu.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/replacement_strategies/lru.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/stack/lfu_meta_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/stack/lru_meta_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/stack/storage_configuration.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/stack.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/apc/apc_array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/apc/plain.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/apc.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/file/array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/file/eval_array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/file/object.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/file/plain.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/file.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/memcache/plain.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/memcache.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage/memory.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/structs/file_apc_array_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/structs/memory_data.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/structs/memory_register.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/src/structs/memory_var.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/backend_memcache_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/classes/exportable.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/complex_stack_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/lfu_meta_data_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/lru_meta_data_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/manager_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/replacement_strategy_lfu_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/replacement_strategy_lru_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/stack_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/stack_storage_configuration_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/stack_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/stack_test_configurator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_apc_array_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_apc_plain_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_array_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_evalarray_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_object_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_plain_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_file_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_memcache_plain_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/storage_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/suite.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/wrappers/apc_array_wrapper.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/wrappers/apc_wrapper.php modified , text changed
Directoryincubator/zetacomponents/trunk/Cache/tests/wrappers/memcache_wrapper.php modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26