From zeta-commits-return-16-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:27:50 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 43079 invoked from network); 30 Jul 2010 15:27:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:27:49 -0000 Received: (qmail 38706 invoked by uid 500); 30 Jul 2010 15:27:49 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 38664 invoked by uid 500); 30 Jul 2010 15:27:49 -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 38649 invoked by uid 99); 30 Jul 2010 15:27:49 -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:27:49 +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:27:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BEBA323889B3; Fri, 30 Jul 2010 15:26:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:26:11 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730152615.BEBA323889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [zeta-commits] svn commit: r980828 [1/7] - in /incubator/zetacomponents/trunk/Template: docs/examples/brainfuck/ src/ src/contexts/ src/exceptions/ src/functions/ src/interfaces/ src/parsers/ast/implementations/ src/parsers/ast_to_ast/implementations/ src/parsers/ast... Author: toby Date: Fri Jul 30 15:26:03 2010 New Revision: 980828 URL: http://svn.apache.org/viewvc?rev=980828&view=rev Log: - Fixed: Adjusted source headers of Template to Apache license. Modified: incubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php incubator/zetacomponents/trunk/Template/src/compiled_code.php incubator/zetacomponents/trunk/Template/src/configuration.php incubator/zetacomponents/trunk/Template/src/contexts/no_context.php incubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php incubator/zetacomponents/trunk/Template/src/cursor.php incubator/zetacomponents/trunk/Template/src/cycle.php incubator/zetacomponents/trunk/Template/src/error_messages.php incubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php incubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php incubator/zetacomponents/trunk/Template/src/functions/array_code.php incubator/zetacomponents/trunk/Template/src/functions/array_functions.php incubator/zetacomponents/trunk/Template/src/functions/date_code.php incubator/zetacomponents/trunk/Template/src/functions/date_functions.php incubator/zetacomponents/trunk/Template/src/functions/debug_code.php incubator/zetacomponents/trunk/Template/src/functions/debug_functions.php incubator/zetacomponents/trunk/Template/src/functions/function_to_class.php incubator/zetacomponents/trunk/Template/src/functions/functions.php incubator/zetacomponents/trunk/Template/src/functions/math_functions.php incubator/zetacomponents/trunk/Template/src/functions/regexp_code.php incubator/zetacomponents/trunk/Template/src/functions/regexp_functions.php incubator/zetacomponents/trunk/Template/src/functions/string_code.php incubator/zetacomponents/trunk/Template/src/functions/string_functions.php incubator/zetacomponents/trunk/Template/src/functions/type_code.php incubator/zetacomponents/trunk/Template/src/functions/type_functions.php incubator/zetacomponents/trunk/Template/src/functions/web_code.php incubator/zetacomponents/trunk/Template/src/functions/web_functions.php incubator/zetacomponents/trunk/Template/src/interfaces/cache_manager.php incubator/zetacomponents/trunk/Template/src/interfaces/custom_block.php incubator/zetacomponents/trunk/Template/src/interfaces/custom_function.php incubator/zetacomponents/trunk/Template/src/interfaces/location.php incubator/zetacomponents/trunk/Template/src/interfaces/location_interface.php incubator/zetacomponents/trunk/Template/src/interfaces/locator.php incubator/zetacomponents/trunk/Template/src/interfaces/output_context.php incubator/zetacomponents/trunk/Template/src/parser.php incubator/zetacomponents/trunk/Template/src/parsers/ast/implementations/ast_tree_output.php incubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php incubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/ast_walker.php incubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/context_appender.php incubator/zetacomponents/trunk/Template/src/parsers/ast_to_php/implementations/php_generator.php incubator/zetacomponents/trunk/Template/src/parsers/ast_to_php/implementations/php_string_generator.php incubator/zetacomponents/trunk/Template/src/parsers/interfaces/tree_output.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/array.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/array_fetch.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/block.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/block_comment.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/bool.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/cache.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/capture.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/charset.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/control_structure.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/custom_block.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/cycle.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/declaration.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/delimiter.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/doc_comment.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/eol_comment.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/expression.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/expression_block.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/float.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/foreach_loop.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/function_call.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/identifier.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/if_condition.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/include.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/integer.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/literal.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/literal_block.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/loop.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/null.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/program.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/string.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/switch_condition.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/translation.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/translation_context.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/variable.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/while_loop.php incubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/interfaces/source_to_tst_parser.php incubator/zetacomponents/trunk/Template/src/parsers/tst/implementations/tst_tree_output.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/output_variable_manager.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_cached_transformer.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_tst/implementations/cache_information.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_tst/implementations/tst_walker.php incubator/zetacomponents/trunk/Template/src/parsers/tst_to_tst/implementations/whitespace_removal.php incubator/zetacomponents/trunk/Template/src/source_code.php incubator/zetacomponents/trunk/Template/src/string_tool.php incubator/zetacomponents/trunk/Template/src/structs/autoloader_definition.php incubator/zetacomponents/trunk/Template/src/structs/custom_block_definition.php incubator/zetacomponents/trunk/Template/src/structs/custom_extension.php incubator/zetacomponents/trunk/Template/src/structs/custom_function_definition.php incubator/zetacomponents/trunk/Template/src/symbol_table.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/ast_builder.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/ast_node.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/ast_visitor.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/binary_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/operator_ast.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/parameterized_ast.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/interfaces/statement_ast.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/block_comment.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/body.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/cache_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/condition_body.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constant.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/clone.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/echo.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/empty.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/isset.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/new.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/print.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/constructs/unset.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/break.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/case.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/catch.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/continue.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/default.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/do_while.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/for.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/foreach.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/if.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/include.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/include_once.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/require.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/require_once.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/return.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/switch.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/try.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/control/while.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/curly_braces.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/dynamic_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/dynamic_string.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/dynamic_variable.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/eol_comment.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/function_call.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/generic_statement.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/identifier.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/literal.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/literalarray.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/nop.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/addition_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/addition_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/arithmetic_negation_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/array_append_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/array_fetch_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_and_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_and_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_negation_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_or_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_or_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_xor_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/bitwise_xor_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/concat_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/concat_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/decrement_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/division_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/division_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/greater_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/greater_than_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/identical_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/increment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/instanceof_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/less_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/less_than_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_and_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_literal_and_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_literal_or_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_literal_xor_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_negation_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/logical_or_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/modulus_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/modulus_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/multiplication_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/multiplication_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/not_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/not_identical_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/object_access_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/reference_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/shift_left_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/shift_left_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/shift_right_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/shift_right_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/subtraction_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/operators/subtraction_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/output.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/parenthesis.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/php_code.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/root.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/throw_exception.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/type_cast.php incubator/zetacomponents/trunk/Template/src/syntax_trees/ast/nodes/variable.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/code_tst.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/expression_tst.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/modifying_operator_tst.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/operator_tst.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/text_tst.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/tst_node.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/interfaces/tst_visitor.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/array_append_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/array_fetch_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/array_range_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/block_comment.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/cache.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/cache_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/capture.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/case.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/charset.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/concat_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/concat_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/condition_body.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/custom_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/cycle_control.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/declaration.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/delimiter.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/division_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/division_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/doc_comment.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/dynamic_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/empty_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/eol_comment.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/foreach_loop.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/function_call.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/greater_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/greater_than_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/identical_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/identifier.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/if_condition.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/include.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/less_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/less_than_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/literal.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/literal_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/literalarray.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/logical_and_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/logical_negate_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/logical_or_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/loop.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/minus_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/minus_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/modifying_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/modulo_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/modulo_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/multiplication_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/multiplication_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/negate_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/not_equal_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/not_identical_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/output_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/parenthesis.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/plus_assignment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/plus_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/post_decrement_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/post_increment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/pre_decrement_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/pre_increment_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/program.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/property_fetch_operator.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/return.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/switch.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/text_block.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/translation.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/translation_context.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/variable.php incubator/zetacomponents/trunk/Template/src/syntax_trees/tst/nodes/while_loop.php incubator/zetacomponents/trunk/Template/src/template.php incubator/zetacomponents/trunk/Template/src/template_autoload.php incubator/zetacomponents/trunk/Template/src/validation_item.php incubator/zetacomponents/trunk/Template/src/variable_collection.php incubator/zetacomponents/trunk/Template/tests/cache_manager_test.php incubator/zetacomponents/trunk/Template/tests/cache_test.php incubator/zetacomponents/trunk/Template/tests/code_elements_test.php incubator/zetacomponents/trunk/Template/tests/compiled_code_test.php incubator/zetacomponents/trunk/Template/tests/configuration_test.php incubator/zetacomponents/trunk/Template/tests/cursor_test.php incubator/zetacomponents/trunk/Template/tests/file_exception_test.php incubator/zetacomponents/trunk/Template/tests/invariant_parse_cursor.php incubator/zetacomponents/trunk/Template/tests/locale_test.php incubator/zetacomponents/trunk/Template/tests/operator_test.php incubator/zetacomponents/trunk/Template/tests/output_context_test.php incubator/zetacomponents/trunk/Template/tests/regression_test.php incubator/zetacomponents/trunk/Template/tests/scripts/permutation.php incubator/zetacomponents/trunk/Template/tests/source_code_test.php incubator/zetacomponents/trunk/Template/tests/source_to_tst_parser_test.php incubator/zetacomponents/trunk/Template/tests/suite.php incubator/zetacomponents/trunk/Template/tests/template_mock_context.php incubator/zetacomponents/trunk/Template/tests/template_test.php incubator/zetacomponents/trunk/Template/tests/text_block_element_test.php incubator/zetacomponents/trunk/Template/tests/validation_item_test.php incubator/zetacomponents/trunk/Template/tests/variable_collection_test.php incubator/zetacomponents/trunk/Template/tests/whitespace_removal_test.php incubator/zetacomponents/trunk/Template/tests/xhtml_context_test.php Modified: incubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php (original) +++ incubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php Fri Jul 30 15:26:03 2010 @@ -12,6 +12,24 @@ * -- * * RB: The code is adapted, so that it works as CustomBlock. + * + * 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. + * **/ class BrainFuck implements ezcTemplateCustomBlock, ezcTemplateCustomFunction Modified: incubator/zetacomponents/trunk/Template/src/compiled_code.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/compiled_code.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/compiled_code.php (original) +++ incubator/zetacomponents/trunk/Template/src/compiled_code.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateCompiledCode 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ /** Modified: incubator/zetacomponents/trunk/Template/src/configuration.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/configuration.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/configuration.php (original) +++ incubator/zetacomponents/trunk/Template/src/configuration.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateConfiguration 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 Template * @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 */ /** * Contains the common configuration options for template managers. Modified: incubator/zetacomponents/trunk/Template/src/contexts/no_context.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/contexts/no_context.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/contexts/no_context.php (original) +++ incubator/zetacomponents/trunk/Template/src/contexts/no_context.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateNoContext 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php (original) +++ incubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateXhtmlContext 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/cursor.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/cursor.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/cursor.php (original) +++ incubator/zetacomponents/trunk/Template/src/cursor.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateCursor 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ /** Modified: incubator/zetacomponents/trunk/Template/src/cycle.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/cycle.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/cycle.php (original) +++ incubator/zetacomponents/trunk/Template/src/cycle.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateCycle 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/error_messages.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/error_messages.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/error_messages.php (original) +++ incubator/zetacomponents/trunk/Template/src/error_messages.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateSourceToTstErrorMessages * + * 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateCompilationFailedException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateCustomBlockException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFileFailedRenameException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFileFailedUnlinkException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFileNotFoundException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFileNotReadableException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFileNotWriteableException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateInternalException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateInvalidCompiledFileException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateNoManagerException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateNoOutputContextException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateOutdatedCompilationException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateParserException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateRuntimeException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateSourceToTstParserException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateTstNodeException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php (original) +++ incubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplatTypeHintException 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** Modified: incubator/zetacomponents/trunk/Template/src/functions/array_code.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/array_code.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/array_code.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/array_code.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateArray 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/array_functions.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/array_functions.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/array_functions.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/array_functions.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateArrayFunctions 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/date_code.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/date_code.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/date_code.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/date_code.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateDate 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/date_functions.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/date_functions.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/date_functions.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/date_functions.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateDateFunctions 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/debug_code.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/debug_code.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/debug_code.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/debug_code.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateDebug 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/debug_functions.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/debug_functions.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/debug_functions.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/debug_functions.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateDebugFunctions 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/function_to_class.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/function_to_class.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/function_to_class.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/function_to_class.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing a mapping from functions to classes. * + * 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 Template * @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 */ return array Modified: incubator/zetacomponents/trunk/Template/src/functions/functions.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/functions.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/functions.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/functions.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateFunctions 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/math_functions.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/math_functions.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/math_functions.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/math_functions.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateMathFunctions 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 Template * @version //autogen// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @access private */ Modified: incubator/zetacomponents/trunk/Template/src/functions/regexp_code.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Template/src/functions/regexp_code.php?rev=980828&r1=980827&r2=980828&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Template/src/functions/regexp_code.php (original) +++ incubator/zetacomponents/trunk/Template/src/functions/regexp_code.php Fri Jul 30 15:26:03 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcTemplateRegExp 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 Template * @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 */