/[Apache-SVN]
ViewVC logotype

Revision 980872


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:50:23 2010 UTC (13 years, 10 months ago)
Changed paths: 102 (showing only 100; show all)
Log Message:
- Fixed: Adjusted source headers of ConsoleTools to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_input.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_output.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_progressbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_progressmonitor.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_statusbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_table.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/docs/example_table_2.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/console_autoload.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/menu_dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/question_dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/validators/menu_dialog_default.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/validators/question_dialog_collection.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/validators/question_dialog_mapping.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/validators/question_dialog_regex.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog/validators/question_dialog_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/dialog_viewer.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/argument.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/argument_already_registered.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/argument_mandatory_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/argument_too_many.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/argument_type_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/dialog_abort.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/invalid_option_name.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/invalid_output_target.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/no_position_stored.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/no_valid_dialog_result.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_already_registered.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_arguments_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_dependency_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_exclusion_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_mandatory_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_missing_value.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_no_alias.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_not_exists.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_string_not_wellformed.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_too_many_values.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/exceptions/option_type_violation.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input/argument.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input/arguments.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input/help_generators/standard.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input/option.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input/validators/standard.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/input.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/dialog_validator.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/input_help_generator.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/input_validator.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/menu_dialog_validator.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/interfaces/question_dialog_validator.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/menu_dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/output.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/progressbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/progressmonitor.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/question_dialog.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/statusbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/options/table.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/output.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/progressbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/progressmonitor.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/statusbar.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/structs/option_rule.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/structs/output_format.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/structs/output_formats.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/table/cell.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/table/row.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/table.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/src/tools/string.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/argument_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/arguments_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/dialog_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/dialog_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/input_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/menu_dialog_default_validator_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/menu_dialog_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/menu_dialog_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/option_rule_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/option_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/output_format_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/output_formats_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/output_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/output_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/progressbar_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/progressbar_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/progressmonitor_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/progressmonitor_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_collection_validator_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_mapping_validator_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_regex_validator_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/question_dialog_type_validator_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/statusbar_options_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/statusbar_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/string_tools_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/suite.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/table_cell_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/ConsoleTools/tests/table_options_test.php modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26