http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/InvalidDataflowReport.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/InvalidDataflowReport.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/InvalidDataflowReport.java
index 7fddb4f..7d8292a 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/InvalidDataflowReport.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/InvalidDataflowReport.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui;
+/*
+ * 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 javax.swing.JOptionPane.ERROR_MESSAGE;
 import static javax.swing.JOptionPane.showMessageDialog;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/RegistrationPanel.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/RegistrationPanel.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/RegistrationPanel.java
index f23d013..516664a 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/RegistrationPanel.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/RegistrationPanel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui;
+/*
+ * 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-reference-ui/src/main/java/org/apache/taverna/reference/ui/UrlPanel.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/UrlPanel.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/UrlPanel.java
index a937bc8..d65efb7 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/UrlPanel.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/UrlPanel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui;
+/*
+ * 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.GridBagConstraints.HORIZONTAL;
 import static java.awt.GridBagConstraints.VERTICAL;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/WorkflowLaunchWindow.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/WorkflowLaunchWindow.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/WorkflowLaunchWindow.java
index 927cca9..7473d20 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/WorkflowLaunchWindow.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/WorkflowLaunchWindow.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui;
+/*
+ * 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 com.hp.hpl.jena.sparql.graph.GraphFactory.makeDefaultModel;
 import static java.awt.BorderLayout.CENTER;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/LoadInputsFromXML.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/LoadInputsFromXML.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/LoadInputsFromXML.java
index 2e9f37c..19f238d 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/LoadInputsFromXML.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/LoadInputsFromXML.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.referenceactions;
+/*
+ * 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 javax.swing.JFileChooser.APPROVE_OPTION;
 import static org.apache.taverna.workbench.icons.WorkbenchIcons.xmlNodeIcon;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/ReferenceActionSPI.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/ReferenceActionSPI.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/ReferenceActionSPI.java
index 2dcc706..c89476e 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/ReferenceActionSPI.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/ReferenceActionSPI.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.referenceactions;
+/*
+ * 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.util.Map;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/SaveInputsAsXML.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/SaveInputsAsXML.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/SaveInputsAsXML.java
index 85f03be..3ebc2df 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/SaveInputsAsXML.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/referenceactions/SaveInputsAsXML.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.referenceactions;
+/*
+ * 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.System.getProperty;
 import static javax.swing.JFileChooser.APPROVE_OPTION;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTree.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTree.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTree.java
index bbfb6f0..0123b99 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTree.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTree.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.tree;
+/*
+ * 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 javax.swing.SwingUtilities.invokeLater;
 import static javax.swing.tree.TreeSelectionModel.SINGLE_TREE_SELECTION;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeCellRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeCellRenderer.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeCellRenderer.java
index 3c844e8..7f4301b 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeCellRenderer.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeCellRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.tree;
+/*
+ * 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.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeDnDHandler.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeDnDHandler.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeDnDHandler.java
index efe4d75..e5d114c 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeDnDHandler.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeDnDHandler.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.tree;
+/*
+ * 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.datatransfer.DataFlavor.javaFileListFlavor;
 import static java.awt.dnd.DnDConstants.ACTION_COPY;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeModel.java
 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeModel.java
index 844a069..44eb064 100644
--- 
a/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeModel.java
+++ 
b/taverna-reference-ui/src/main/java/org/apache/taverna/reference/ui/tree/PreRegistrationTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.reference.ui.tree;
+/*
+ * 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.io.File;
 import java.net.URL;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/HTMLBrowserRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/HTMLBrowserRenderer.java
 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/HTMLBrowserRenderer.java
index 44c2081..20b075c 100644
--- 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/HTMLBrowserRenderer.java
+++ 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/HTMLBrowserRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.renderers;
+/*
+ * 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.renderers.Renderer;
 import org.apache.taverna.renderers.RendererException;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/PDFRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/PDFRenderer.java
 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/PDFRenderer.java
index 7548d05..0826235 100644
--- 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/PDFRenderer.java
+++ 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/PDFRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.renderers;
+/*
+ * 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.io.InputStream;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/SVGRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/SVGRenderer.java
 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/SVGRenderer.java
index 10b853a..a034af0 100644
--- 
a/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/SVGRenderer.java
+++ 
b/taverna-renderers-exts/src/main/java/org/apache/taverna/renderers/SVGRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.renderers;
+/*
+ * 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.renderers.Renderer;
 import org.apache.taverna.renderers.RendererUtils;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-renderers-exts/src/test/java/org/apache/taverna/renderers/TestRendererSPI.java
----------------------------------------------------------------------
diff --git 
a/taverna-renderers-exts/src/test/java/org/apache/taverna/renderers/TestRendererSPI.java
 
b/taverna-renderers-exts/src/test/java/org/apache/taverna/renderers/TestRendererSPI.java
index 20ce20b..bbd3066 100644
--- 
a/taverna-renderers-exts/src/test/java/org/apache/taverna/renderers/TestRendererSPI.java
+++ 
b/taverna-renderers-exts/src/test/java/org/apache/taverna/renderers/TestRendererSPI.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.renderers;
+/*
+ * 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.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-explainer/src/main/java/org/apache/taverna/workbench/report/explainer/BasicExplainer.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-explainer/src/main/java/org/apache/taverna/workbench/report/explainer/BasicExplainer.java
 
b/taverna-report-explainer/src/main/java/org/apache/taverna/workbench/report/explainer/BasicExplainer.java
index 67c8539..b8ca497 100644
--- 
a/taverna-report-explainer/src/main/java/org/apache/taverna/workbench/report/explainer/BasicExplainer.java
+++ 
b/taverna-report-explainer/src/main/java/org/apache/taverna/workbench/report/explainer/BasicExplainer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.explainer;
+/*
+ * 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.Desktop;
 import java.awt.GridBagConstraints;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/config/impl/ReportManagerConfigurationImpl.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/config/impl/ReportManagerConfigurationImpl.java
 
b/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/config/impl/ReportManagerConfigurationImpl.java
index a6421d2..acd13c2 100644
--- 
a/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/config/impl/ReportManagerConfigurationImpl.java
+++ 
b/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/config/impl/ReportManagerConfigurationImpl.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.config.impl;
+/*
+ * 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.util.HashMap;
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/impl/ReportManagerImpl.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/impl/ReportManagerImpl.java
 
b/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/impl/ReportManagerImpl.java
index d0a6649..4b5bea7 100644
--- 
a/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/impl/ReportManagerImpl.java
+++ 
b/taverna-report-impl/src/main/java/org/apache/taverna/workbench/report/impl/ReportManagerImpl.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.impl;
+/*
+ * 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.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationPanel.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationPanel.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationPanel.java
index 301b6b4..a29e956 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationPanel.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationPanel.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.config.ui;
+/*
+ * 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.GridBagConstraints;
 import java.awt.GridBagLayout;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationUIFactory.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationUIFactory.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationUIFactory.java
index f642163..d6b14ff 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationUIFactory.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/config/ui/ReportManagerConfigurationUIFactory.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.config.ui;
+/*
+ * 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.JPanel;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnObjectContextualMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnObjectContextualMenuAction.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnObjectContextualMenuAction.java
index b29f498..984c0f1 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnObjectContextualMenuAction.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnObjectContextualMenuAction.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnWorkflowAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnWorkflowAction.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnWorkflowAction.java
index 5e6b84c..6a2cd71 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnWorkflowAction.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportOnWorkflowAction.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.Map;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponent.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponent.java
index bbc6176..fc990cc 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponent.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponent.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponentFactory.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponentFactory.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponentFactory.java
index df5ec29..4d59a7d 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponentFactory.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewComponentFactory.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.util.List;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewConfigureAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewConfigureAction.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewConfigureAction.java
index 0f18b06..fdc0b79 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewConfigureAction.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewConfigureAction.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewTableModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewTableModel.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewTableModel.java
index 9252f24..e838019 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewTableModel.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ReportViewTableModel.java
@@ -2,6 +2,22 @@
  *
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/StatusRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/StatusRenderer.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/StatusRenderer.java
index 88a2122..58dc6cf 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/StatusRenderer.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/StatusRenderer.java
@@ -2,6 +2,22 @@
  * 
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateInProgressDialog.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateInProgressDialog.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateInProgressDialog.java
index bd31f72..a7952cf 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateInProgressDialog.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateInProgressDialog.java
@@ -1,5 +1,21 @@
 
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.Dimension;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectInProgressDialog.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectInProgressDialog.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectInProgressDialog.java
index 588dab8..d54ce0f 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectInProgressDialog.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectInProgressDialog.java
@@ -1,5 +1,21 @@
 
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.Dimension;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectSwingWorker.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectSwingWorker.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectSwingWorker.java
index af8417a..015b4f7 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectSwingWorker.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateObjectSwingWorker.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.util.ArrayList;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateSwingWorker.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateSwingWorker.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateSwingWorker.java
index a8fa07d..cecd21c 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateSwingWorker.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/ValidateSwingWorker.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.util.ArrayList;
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxy.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxy.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxy.java
index 8493e90..a33b023 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxy.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxy.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.visit.VisitKind;
 import org.apache.taverna.visit.VisitReport;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxySet.java
----------------------------------------------------------------------
diff --git 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxySet.java
 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxySet.java
index ae93cd9..c720e5b 100644
--- 
a/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxySet.java
+++ 
b/taverna-report-view/src/main/java/org/apache/taverna/workbench/report/view/VisitReportProxySet.java
@@ -2,6 +2,22 @@
  * 
  */
 package org.apache.taverna.workbench.report.view;
+/*
+ * 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.util.HashSet;
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeModel.java
index 89ea43f..9b3da10 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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 javax.swing.SwingUtilities.invokeLater;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeNode.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeNode.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeNode.java
index a7b7b74..3a93cfc 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeNode.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationTreeNode.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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.tree.DefaultMutableTreeNode;
 import javax.swing.tree.MutableTreeNode;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationView.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationView.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationView.java
index 6820bb1..33e241e 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationView.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/InvocationView.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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.inputIcon;
 import static org.apache.taverna.workbench.icons.WorkbenchIcons.outputIcon;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ReportView.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ReportView.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ReportView.java
index a49489d..390c0b8 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ReportView.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ReportView.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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.EAST;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ResultsComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ResultsComponent.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ResultsComponent.java
index 44977af..711e36e 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ResultsComponent.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/ResultsComponent.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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.net.URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/SimpleFilteredTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/SimpleFilteredTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/SimpleFilteredTreeModel.java
index 7ba730d..25ebe70 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/SimpleFilteredTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/SimpleFilteredTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results;
+/*
+ * 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.tree.DefaultMutableTreeNode;
 import javax.swing.tree.DefaultTreeModel;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredIterationTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredIterationTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredIterationTreeModel.java
index 4992623..4be895d 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredIterationTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredIterationTreeModel.java
@@ -1,5 +1,21 @@
 
 package org.apache.taverna.workbench.views.results.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.util.Enumeration;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredProcessorValueTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredProcessorValueTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredProcessorValueTreeModel.java
index 4c3b501..ae0c366 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredProcessorValueTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/FilteredProcessorValueTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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.util.Enumeration;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesInProgressDialog.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesInProgressDialog.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesInProgressDialog.java
index 1068e77..38204a1 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesInProgressDialog.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesInProgressDialog.java
@@ -1,5 +1,21 @@
 
 package org.apache.taverna.workbench.views.results.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 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-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesSwingWorker.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesSwingWorker.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesSwingWorker.java
index d96cd78..08a9cb5 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesSwingWorker.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IntermediateValuesSwingWorker.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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 javax.swing.SwingWorker;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IterationTreeNode.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IterationTreeNode.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IterationTreeNode.java
index ab16c8d..c0175f2 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IterationTreeNode.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/IterationTreeNode.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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.util.ArrayList;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeModel.java
index f9b9fe1..989e5a9 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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.util.ArrayList;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeNode.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeNode.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeNode.java
index f720957..2d0c27c 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeNode.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorEnactmentsTreeNode.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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 static 
org.apache.taverna.workbench.views.results.processor.ProcessorEnactmentsTreeModel.iterationToIntegerList;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorPortResultsViewTab.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorPortResultsViewTab.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorPortResultsViewTab.java
index 8290ab6..43a85df 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorPortResultsViewTab.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorPortResultsViewTab.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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 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-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultCellRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultCellRenderer.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultCellRenderer.java
index 992a016..037495a 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultCellRenderer.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultCellRenderer.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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 static java.awt.Color.RED;
 import static 
org.apache.taverna.workbench.views.results.processor.ProcessorResultTreeNode.ProcessorResultTreeNodeState.RESULT_LIST;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultTreeNode.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultTreeNode.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultTreeNode.java
index 21cc1d9..96f3596 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultTreeNode.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultTreeNode.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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.nio.file.Path;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsComponent.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsComponent.java
index 6347d4e..27962da 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsComponent.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsComponent.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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 static java.awt.BorderLayout.CENTER;
 import static java.awt.BorderLayout.EAST;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsTreeModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsTreeModel.java
 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsTreeModel.java
index f641a54..df78fe7 100644
--- 
a/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsTreeModel.java
+++ 
b/taverna-results-view/src/main/java/org/apache/taverna/workbench/views/results/processor/ProcessorResultsTreeModel.java
@@ -1,4 +1,20 @@
 package org.apache.taverna.workbench.views.results.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.io.IOException;
 import java.nio.file.Path;

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


Reply via email to