/[Apache-SVN]
ViewVC logotype

Revision 980832


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:27:57 2010 UTC (13 years, 11 months ago)
Changed paths: 62
Log Message:
- Fixed: Adjusted source headers of Reflection to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/Reflection/src/annotation_factory.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/annotations/annotation.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/annotations/param.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/annotations/return.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/annotations/var.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/class.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/doc_comment_parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/exceptions/call_to_undefined_method.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/extension.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/function.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/interfaces/doc_comment_parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/interfaces/type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/interfaces/type_factory.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/method.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/object.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/parameter.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/property.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/reflection.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/reflection_autoload.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/type_factory.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/type_mapper.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/types/abstract_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/types/array_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/types/mixed_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/types/object_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/src/types/primitive_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/abstract_type_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/annotation_factory_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/array_type_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/class_external_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/class_instance_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/class_static_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/class_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/extension_external_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/extension_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/function_external_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/function_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/method_external_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/method_from_class_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/method_static_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/method_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/methods_from_class_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/mixed_type_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/object_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/object_type_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parameter_by_name_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parameter_external_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parameter_static_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parameter_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parameters_from_function_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/parser_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/primitive_type_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/properties_from_class_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/property_from_class_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/property_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/reflection_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/suite.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/test_classes/SomeClass.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/test_classes/webservice.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/test_helper.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/type_factory_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Reflection/tests/type_mapper_test.php modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26