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 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'service_object_that_does_not_finish.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/condition_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/condition_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/condition_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/condition_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
/**
Modified: incubator/zetacomponents/trunk/Workflow/tests/definition_xml_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/definition_xml_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/definition_xml_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/definition_xml_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/execution.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/execution.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/execution.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/execution.php Fri Jul 30 15:42:52 2010
@@ -2,10 +2,27 @@
/**
* File containing the ezcWorkflowTestExecution 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/tests/execution_listener_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/execution_listener_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/execution_listener_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/execution_listener_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_visualizer_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_visualizer_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_visualizer_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/execution_plugin_visualizer_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/execution_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/execution_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/execution_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/execution_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/node_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/node_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/node_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/node_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/service_object_that_does_not_finish.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/service_object_that_does_not_finish.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/service_object_that_does_not_finish.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/service_object_that_does_not_finish.php Fri Jul 30 15:42:52 2010
@@ -2,10 +2,27 @@
/**
* File containing the ServiceObjectThatDoesNotFinish 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/tests/service_object_with_constructor.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/service_object_with_constructor.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/service_object_with_constructor.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/service_object_with_constructor.php Fri Jul 30 15:42:52 2010
@@ -2,10 +2,27 @@
/**
* File containing the ServiceObjectWithConstructor 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/tests/suite.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/suite.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/suite.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/suite.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'definition_xml_test.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/variable_handler.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/variable_handler.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/variable_handler.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/variable_handler.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
/**
Modified: incubator/zetacomponents/trunk/Workflow/tests/visitor_visualization_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/visitor_visualization_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/visitor_visualization_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/visitor_visualization_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
Modified: incubator/zetacomponents/trunk/Workflow/tests/workflow_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Workflow/tests/workflow_test.php?rev=980865&r1=980864&r2=980865&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Workflow/tests/workflow_test.php (original)
+++ incubator/zetacomponents/trunk/Workflow/tests/workflow_test.php Fri Jul 30 15:42:52 2010
@@ -1,10 +1,28 @@
<?php
/**
+ *
+ * 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
* @subpackage Tests
* @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
*/
require_once 'case.php';
|