From zeta-commits-return-73-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 30 15:44:22 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 49402 invoked from network); 30 Jul 2010 15:44:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 15:44:22 -0000 Received: (qmail 58673 invoked by uid 500); 30 Jul 2010 15:44:21 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 58652 invoked by uid 500); 30 Jul 2010 15:44:21 -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 58645 invoked by uid 99); 30 Jul 2010 15:44:21 -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:44:21 +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:44:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4702923889B3; Fri, 30 Jul 2010 15:42:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Fri, 30 Jul 2010 15:42:54 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100730154256.4702923889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [zeta-commits] svn commit: r980865 [2/2] - in /incubator/zetacomponents/trunk/Workflow: src/ src/conditions/ src/definition_storage/ src/exceptions/ src/execution/ src/execution/plugin/ src/interfaces/ src/nodes/ src/nodes/control_flow/ src/nodes/variables/ src/optio... Modified: incubator/zetacomponents/trunk/Workflow/src/nodes/cancel.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/cancel.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/cancel.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/cancel.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeCancel 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 Workflow * @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/Workflow/src/nodes/control_flow/discriminator.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/discriminator.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/discriminator.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/discriminator.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeDiscriminator 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 Workflow * @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/Workflow/src/nodes/control_flow/exclusive_choice.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/exclusive_choice.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/exclusive_choice.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/exclusive_choice.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeExclusiveChoice 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 Workflow * @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/Workflow/src/nodes/control_flow/loop.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/loop.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/loop.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/loop.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeLoop 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 Workflow * @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/Workflow/src/nodes/control_flow/multi_choice.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/multi_choice.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/multi_choice.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/multi_choice.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeMultiChoice 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 Workflow * @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/Workflow/src/nodes/control_flow/parallel_split.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/parallel_split.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/parallel_split.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/parallel_split.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeParallelSplit 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 Workflow * @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/Workflow/src/nodes/control_flow/simple_merge.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/simple_merge.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/simple_merge.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/simple_merge.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeSimpleMerge 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 Workflow * @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/Workflow/src/nodes/control_flow/synchronization.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronization.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronization.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronization.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeSynchronization 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 Workflow * @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/Workflow/src/nodes/control_flow/synchronizing_merge.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronizing_merge.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronizing_merge.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronizing_merge.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeSynchronizingMerge 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 Workflow * @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/Workflow/src/nodes/end.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/end.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/end.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/end.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeEnd 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 Workflow * @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/Workflow/src/nodes/finally.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/finally.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/finally.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/finally.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeFinally 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 Workflow * @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/Workflow/src/nodes/start.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/start.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/start.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/start.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeStart 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 Workflow * @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/Workflow/src/nodes/sub_workflow.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/sub_workflow.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/sub_workflow.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/sub_workflow.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeSubWorkflow 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 Workflow * @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/Workflow/src/nodes/variables/add.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/add.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/add.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/add.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableAdd 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 Workflow * @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/Workflow/src/nodes/variables/decrement.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/decrement.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/decrement.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/decrement.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableDecrement 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 Workflow * @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/Workflow/src/nodes/variables/div.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/div.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/div.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/div.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableDiv 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 Workflow * @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/Workflow/src/nodes/variables/increment.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/increment.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/increment.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/increment.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableIncrement 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 Workflow * @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/Workflow/src/nodes/variables/input.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/input.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/input.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/input.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeInput 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 Workflow * @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/Workflow/src/nodes/variables/mul.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/mul.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/mul.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/mul.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableMul 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 Workflow * @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/Workflow/src/nodes/variables/set.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/set.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/set.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/set.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableSet 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 Workflow * @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/Workflow/src/nodes/variables/sub.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/sub.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/sub.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/sub.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableSub 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 Workflow * @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/Workflow/src/nodes/variables/unset.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/nodes/variables/unset.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/nodes/variables/unset.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/nodes/variables/unset.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowNodeVariableUnset 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 Workflow * @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/Workflow/src/options/execution_plugin_visualizer.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/options/execution_plugin_visualizer.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/options/execution_plugin_visualizer.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/options/execution_plugin_visualizer.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * This file contains the ezcWorkflowExecutionVisualizerPluginOptions 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 Workflow * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @filesource */ Modified: incubator/zetacomponents/trunk/Workflow/src/options/visitor_visualization.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/options/visitor_visualization.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/options/visitor_visualization.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/options/visitor_visualization.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * This file contains the ezcWorkflowVisitorVisualizationOptions 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 Workflow * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 * @filesource */ Modified: incubator/zetacomponents/trunk/Workflow/src/util.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/util.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/util.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/util.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowUtil 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 Workflow * @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/Workflow/src/visitors/node_collector.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/visitors/node_collector.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/visitors/node_collector.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/visitors/node_collector.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowVisitorNodeCollector 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 Workflow * @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/Workflow/src/visitors/reset.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/visitors/reset.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/visitors/reset.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/visitors/reset.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowVisitorReset 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 Workflow * @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/Workflow/src/visitors/verification.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/visitors/verification.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/visitors/verification.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/visitors/verification.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowVisitorVerification 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 Workflow * @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/Workflow/src/visitors/visualization.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/visitors/visualization.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/visitors/visualization.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/visitors/visualization.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflowVisitorVisualization 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 Workflow * @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/Workflow/src/workflow.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/workflow.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/workflow.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/workflow.php Fri Jul 30 15:42:52 2010 @@ -2,10 +2,27 @@ /** * File containing the ezcWorkflow 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 Workflow * @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/Workflow/src/workflow_autoload.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/src/workflow_autoload.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/src/workflow_autoload.php (original) +++ incubator/zetacomponents/trunk/Workflow/src/workflow_autoload.php Fri Jul 30 15:42:52 2010 @@ -2,8 +2,25 @@ /** * Autoloader definition for the Workflow component. * + * 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. + * * @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 * @version //autogentag// * @filesource * @package Workflow Modified: incubator/zetacomponents/trunk/Workflow/tests/case.php URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/case.php?rev=980865&r1=980864&r2=980865&view=diff ============================================================================== --- incubator/zetacomponents/trunk/Workflow/tests/case.php (original) +++ incubator/zetacomponents/trunk/Workflow/tests/case.php Fri Jul 30 15:42:52 2010 @@ -1,10 +1,28 @@