http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/EqualTo.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/EqualTo.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/EqualTo.java
index ba597c8..dd728fe 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/EqualTo.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/EqualTo.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class EqualTo extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsGreaterThan.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsGreaterThan.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsGreaterThan.java
index 6f23406..dd58fde 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsGreaterThan.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsGreaterThan.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class IsGreaterThan extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsLessThan.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsLessThan.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsLessThan.java
index 9e2a604..76bff30 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsLessThan.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/IsLessThan.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class IsLessThan extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/Matches.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/Matches.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/Matches.java
index 31e01e4..ddfec3f 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/Matches.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/Matches.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class Matches extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotEqualTo.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotEqualTo.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotEqualTo.java
index 31643e3..74a44b7 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotEqualTo.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotEqualTo.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class NotEqualTo extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotMatches.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotMatches.java
 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotMatches.java
index 6ba3794..a2cd916 100644
--- 
a/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotMatches.java
+++ 
b/taverna-loop-ui/src/main/java/org/apache/taverna/workbench/loop/comparisons/NotMatches.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop.comparisons;
+/*
+ * 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.
+ */
 
 public class NotMatches extends Comparison {
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-loop-ui/src/test/java/org/apache/taverna/workbench/loop/ShowContextualView.java
----------------------------------------------------------------------
diff --git 
a/taverna-loop-ui/src/test/java/org/apache/taverna/workbench/loop/ShowContextualView.java
 
b/taverna-loop-ui/src/test/java/org/apache/taverna/workbench/loop/ShowContextualView.java
index 821f2a0..b4cb671 100644
--- 
a/taverna-loop-ui/src/test/java/org/apache/taverna/workbench/loop/ShowContextualView.java
+++ 
b/taverna-loop-ui/src/test/java/org/apache/taverna/workbench/loop/ShowContextualView.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.loop;
+/*
+ * 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.
+ */
 
 import java.awt.BorderLayout;
 import java.awt.Component;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-api/src/main/java/org/apache/taverna/ui/menu/package-info.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-api/src/main/java/org/apache/taverna/ui/menu/package-info.java 
b/taverna-menu-api/src/main/java/org/apache/taverna/ui/menu/package-info.java
index 6bf733f..d11ca0a 100644
--- 
a/taverna-menu-api/src/main/java/org/apache/taverna/ui/menu/package-info.java
+++ 
b/taverna-menu-api/src/main/java/org/apache/taverna/ui/menu/package-info.java
@@ -118,4 +118,20 @@
  * 
  */
 package org.apache.taverna.ui.menu;
+/*
+ * 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.
+ */
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AbstractConnectPortMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AbstractConnectPortMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AbstractConnectPortMenuActions.java
index babfff4..01b3276 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AbstractConnectPortMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AbstractConnectPortMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.awt.Color;
 import java.awt.Component;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityInputPortSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityInputPortSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityInputPortSection.java
index bce50f2..ec7fd41 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityInputPortSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityInputPortSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityOutputPortSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityOutputPortSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityOutputPortSection.java
index 076038f..315d443 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityOutputPortSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ActivityOutputPortSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AddInputPortDefaultValueAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AddInputPortDefaultValueAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AddInputPortDefaultValueAction.java
index 52bf5eb..70b78f1 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AddInputPortDefaultValueAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/AddInputPortDefaultValueAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 import java.awt.event.ActionEvent;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectInputPortMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectInputPortMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectInputPortMenuActions.java
index 119daea..6ec239d 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectInputPortMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectInputPortMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import org.apache.taverna.ui.menu.ContextualMenuComponent;
 import org.apache.taverna.scufl2.api.core.Workflow;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectOutputPortMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectOutputPortMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectOutputPortMenuActions.java
index b34473c..b817c49 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectOutputPortMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectOutputPortMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import org.apache.taverna.scufl2.api.core.Workflow;
 import org.apache.taverna.scufl2.api.port.OutputProcessorPort;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectPortsAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectPortsAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectPortsAction.java
index 88e90cb..e49616b 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectPortsAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/ConnectPortsAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/CreateAndConnectDataflowPortAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/CreateAndConnectDataflowPortAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/CreateAndConnectDataflowPortAction.java
index 0f2f9b3..d00481d 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/CreateAndConnectDataflowPortAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/CreateAndConnectDataflowPortAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 import java.awt.Dimension;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetConstantInputPortValueMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetConstantInputPortValueMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetConstantInputPortValueMenuAction.java
index 641b940..6b1d3d7 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetConstantInputPortValueMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetConstantInputPortValueMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import javax.swing.Action;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetDefaultInputPortValueAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetDefaultInputPortValueAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetDefaultInputPortValueAction.java
index 28938a8..3ec68a9 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetDefaultInputPortValueAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/activityport/SetDefaultInputPortValueAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.activityport;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/annotated/AnnotatedConfigureMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/annotated/AnnotatedConfigureMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/annotated/AnnotatedConfigureMenuAction.java
index bc06400..b08f81f 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/annotated/AnnotatedConfigureMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/annotated/AnnotatedConfigureMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.annotated;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureRunningContextualMenuSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureRunningContextualMenuSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureRunningContextualMenuSection.java
index f273131..f3f2216 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureRunningContextualMenuSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureRunningContextualMenuSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureSection.java
index 3dbed75..10a9bfd 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ConfigureSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/EditSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/EditSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/EditSection.java
index 12c0d9a..7aa9c1f 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/EditSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/EditSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/InsertSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/InsertSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/InsertSection.java
index 2324f8b..c572358 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/InsertSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/InsertSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/PasteMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/PasteMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/PasteMenuAction.java
index 058dcec..c3f6774 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/PasteMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/PasteMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowConfigureMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowConfigureMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowConfigureMenuAction.java
index 11d6feb..c56cd1c 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowConfigureMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowConfigureMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.awt.KeyboardFocusManager;
 import java.awt.event.ActionEvent;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsContextualMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsContextualMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsContextualMenuAction.java
index 83ff72f..d36b23e 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsContextualMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsContextualMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsMenuAction.java
index 7f28950..bb44db0 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowDetailsMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.awt.event.InputEvent;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowReportsContextualMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowReportsContextualMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowReportsContextualMenuAction.java
index 45d5bac..b4ef870 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowReportsContextualMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/contextualviews/ShowReportsContextualMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.contextualviews;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/ConditionSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/ConditionSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/ConditionSection.java
index f422260..83fd438 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/ConditionSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/ConditionSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.controllink;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/RemoveConditionMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/RemoveConditionMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/RemoveConditionMenuAction.java
index 7dd4933..df881c9 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/RemoveConditionMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/controllink/RemoveConditionMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.controllink;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/LinkSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/LinkSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/LinkSection.java
index b8f773d..1131562 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/LinkSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/LinkSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.datalink;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/RemoveLinkMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/RemoveLinkMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/RemoveLinkMenuAction.java
index fd8376e..6574fad 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/RemoveLinkMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/datalink/RemoveLinkMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.datalink;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowInputPortMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowInputPortMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowInputPortMenuActions.java
index 959bf57..54672a9 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowInputPortMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowInputPortMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import org.apache.taverna.scufl2.api.core.Workflow;
 import org.apache.taverna.scufl2.api.port.InputWorkflowPort;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowOutputPortMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowOutputPortMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowOutputPortMenuActions.java
index b839b2d..8c37615 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowOutputPortMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/ConnectDataflowOutputPortMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import org.apache.taverna.scufl2.api.core.Workflow;
 import org.apache.taverna.scufl2.api.port.OutputWorkflowPort;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowInputPortMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowInputPortMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowInputPortMenuAction.java
index d9dbb03..b6609be 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowInputPortMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowInputPortMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowOutputPortMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowOutputPortMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowOutputPortMenuAction.java
index f9e8c53..c3687cc 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowOutputPortMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/EditDataflowOutputPortMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowInputPortMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowInputPortMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowInputPortMenuAction.java
index e045262..b199a83 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowInputPortMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowInputPortMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowOutputPortMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowOutputPortMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowOutputPortMenuAction.java
index de13f09..62c2033 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowOutputPortMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/RemoveDataflowOutputPortMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowInputPortSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowInputPortSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowInputPortSection.java
index 93e9c87..35b951d 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowInputPortSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowInputPortSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowOutputPortSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowOutputPortSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowOutputPortSection.java
index 4ddac7b..44bb6f5 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowOutputPortSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/ports/WorkflowOutputPortSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.ports;
+/*
+ * 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.
+ */
 
 import java.awt.event.ActionEvent;
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ConditionMenuActions.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ConditionMenuActions.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ConditionMenuActions.java
index be8ea8a..dcfbd25 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ConditionMenuActions.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ConditionMenuActions.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.processor;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ProcessorSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ProcessorSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ProcessorSection.java
index f4d9d3e..21c5559 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ProcessorSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/ProcessorSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.processor;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RemoveProcessorMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RemoveProcessorMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RemoveProcessorMenuAction.java
index 7a4c43b..013fc99 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RemoveProcessorMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RemoveProcessorMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.processor;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RenameProcessorMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RenameProcessorMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RenameProcessorMenuAction.java
index e7fa658..d896189 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RenameProcessorMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/processor/RenameProcessorMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.processor;
+/*
+ * 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.
+ */
 
 import java.awt.Component;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateInputMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateInputMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateInputMenuAction.java
index 189fc4f..770a206 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateInputMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateInputMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.workflow;
+/*
+ * 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.
+ */
 
 import javax.swing.Action;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateOutputMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateOutputMenuAction.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateOutputMenuAction.java
index 79546b6..62c070f 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateOutputMenuAction.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/CreateOutputMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.workflow;
+/*
+ * 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.
+ */
 
 import javax.swing.Action;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/WorkflowServiceTemplatesSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/WorkflowServiceTemplatesSection.java
 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/WorkflowServiceTemplatesSection.java
index 9ad80f7..94f7af6 100644
--- 
a/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/WorkflowServiceTemplatesSection.java
+++ 
b/taverna-menu-items/src/main/java/org/apache/taverna/ui/menu/items/workflow/WorkflowServiceTemplatesSection.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.ui.menu.items.workflow;
+/*
+ * 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.
+ */
 
 import java.net.URI;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/MonitorViewComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/MonitorViewComponent.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/MonitorViewComponent.java
index 46351e5..0ad5247 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/MonitorViewComponent.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/MonitorViewComponent.java
@@ -1,5 +1,21 @@
 
 package org.apache.taverna.workbench.views.monitor;
+/*
+ * 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.
+ */
 
 import static java.awt.BorderLayout.CENTER;
 import static java.awt.BorderLayout.SOUTH;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitor.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitor.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitor.java
index 0481e1c..23865eb 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitor.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitor.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.monitor.graph;
+/*
+ * 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.
+ */
 
 import static org.apache.taverna.workbench.icons.WorkbenchIcons.closeIcon;
 import static org.apache.taverna.workbench.icons.WorkbenchIcons.tickIcon;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitorNode.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitorNode.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitorNode.java
index 474159d..2162ba5 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitorNode.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/GraphMonitorNode.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.monitor.graph;
+/*
+ * 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.
+ */
 
 import static java.lang.Math.max;
 import org.apache.taverna.workbench.models.graph.GraphController;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/MonitorGraphComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/MonitorGraphComponent.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/MonitorGraphComponent.java
index 8672223..d43c950 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/MonitorGraphComponent.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/graph/MonitorGraphComponent.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.monitor.graph;
+/*
+ * 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.
+ */
 
 import static java.awt.BorderLayout.CENTER;
 import static java.awt.BorderLayout.NORTH;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/TableMonitorComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/TableMonitorComponent.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/TableMonitorComponent.java
index 1d39b6e..8747981 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/TableMonitorComponent.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/TableMonitorComponent.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.monitor.progressreport;
+/*
+ * 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.
+ */
 
 import java.awt.CardLayout;
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/WorkflowRunProgressTreeCellRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/WorkflowRunProgressTreeCellRenderer.java
 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/WorkflowRunProgressTreeCellRenderer.java
index 873dc94..e585307 100644
--- 
a/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/WorkflowRunProgressTreeCellRenderer.java
+++ 
b/taverna-monitor-view/src/main/java/org/apache/taverna/workbench/views/monitor/progressreport/WorkflowRunProgressTreeCellRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.monitor.progressreport;
+/*
+ * 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.
+ */
 
 import static 
org.apache.taverna.workbench.icons.WorkbenchIcons.workflowExplorerIcon;
 


Reply via email to