Repository: incubator-taverna-workbench
Updated Branches:
  refs/heads/master 9b12e00e2 -> 13fd16b27


apache copyright

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/13fd16b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/13fd16b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/13fd16b2

Branch: refs/heads/master
Commit: 13fd16b279bf6c05e494f8b09a3434183210c13e
Parents: 9b12e00
Author: Dmitry Repchevsky <redmi...@list.ru>
Authored: Mon Mar 30 14:41:01 2015 +0200
Committer: Dmitry Repchevsky <redmi...@list.ru>
Committed: Mon Mar 30 14:41:15 2015 +0200

----------------------------------------------------------------------
 .../results/ResultsPerspective.java             | 43 ++++++++---------
 .../results/ResultsPerspectiveComponent.java    | 41 ++++++++--------
 .../ui/perspectives/results/RunMonitor.java     | 39 ++++++++-------
 .../results/RunSelectorComponent.java           | 39 ++++++++-------
 .../taverna/ui/perspectives/results/RunTab.java | 39 ++++++++-------
 .../ui/perspectives/results/WorkflowRun.java    | 39 ++++++++-------
 .../results/WorkflowRunListCellRenderer.java    | 39 ++++++++-------
 .../results/WorkflowRunListModel.java           | 39 ++++++++-------
 .../run/actions/OpenWorkflowRunAction.java      | 39 ++++++++-------
 .../run/actions/RunWorkflowAction.java          | 51 ++++++++++----------
 .../run/actions/ValidateWorkflowAction.java     | 39 ++++++++-------
 .../WorkflowRunStatusShutdownDialog.java        | 39 ++++++++-------
 .../cleanup/WorkflowRunStatusShutdownHook.java  | 39 ++++++++-------
 .../run/menu/FileOpenRunMenuAction.java         | 39 ++++++++-------
 .../workbench/run/menu/FileRunMenuAction.java   | 39 ++++++++-------
 .../workbench/run/menu/FileRunMenuSection.java  | 39 ++++++++-------
 .../run/menu/FileValidateMenuAction.java        | 39 ++++++++-------
 .../workbench/run/toolbar/RunToolbarAction.java | 39 ++++++++-------
 .../run/toolbar/RunToolbarSection.java          | 39 ++++++++-------
 19 files changed, 370 insertions(+), 389 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspective.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspective.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspective.java
index 2dc3673..6ada187 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspective.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspective.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import static 
org.apache.taverna.workbench.icons.WorkbenchIcons.resultsPerspectiveIcon;
@@ -34,8 +33,8 @@ import 
org.apache.taverna.workbench.configuration.colour.ColourManager;
 import 
org.apache.taverna.workbench.configuration.workbench.WorkbenchConfiguration;
 import org.apache.taverna.workbench.selection.SelectionManager;
 import org.apache.taverna.workbench.ui.zaria.PerspectiveSPI;
-import net.sf.taverna.t2.workbench.views.results.saveactions.SaveAllResultsSPI;
-import 
net.sf.taverna.t2.workbench.views.results.saveactions.SaveIndividualResultSPI;
+import 
org.apache.taverna.workbench.views.results.saveactions.SaveAllResultsSPI;
+import 
org.apache.taverna.workbench.views.results.saveactions.SaveIndividualResultSPI;
 
 import org.osgi.service.event.Event;
 import org.osgi.service.event.EventHandler;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspectiveComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspectiveComponent.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspectiveComponent.java
index c55ee61..def978c 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspectiveComponent.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/ResultsPerspectiveComponent.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import static java.awt.BorderLayout.CENTER;
@@ -49,7 +48,7 @@ import 
org.apache.taverna.workbench.selection.SelectionManager;
 import org.apache.taverna.workbench.selection.events.SelectionManagerEvent;
 import org.apache.taverna.workbench.selection.events.WorkflowRunSelectionEvent;
 import org.apache.taverna.workbench.ui.Updatable;
-import net.sf.taverna.t2.workbench.views.monitor.graph.MonitorGraphComponent;
+import org.apache.taverna.workbench.views.monitor.graph.MonitorGraphComponent;
 import 
org.apache.taverna.workbench.views.monitor.progressreport.TableMonitorComponent;
 import org.apache.taverna.workbench.views.results.ResultsComponent;
 import 
org.apache.taverna.workbench.views.results.saveactions.SaveAllResultsSPI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunMonitor.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunMonitor.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunMonitor.java
index 1a19851..3361bb9 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunMonitor.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunMonitor.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunSelectorComponent.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunSelectorComponent.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunSelectorComponent.java
index bd4d650..e45f921 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunSelectorComponent.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunSelectorComponent.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunTab.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunTab.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunTab.java
index 4bdfe08..a42d380 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunTab.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/RunTab.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import static javax.swing.JOptionPane.YES_NO_OPTION;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRun.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRun.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRun.java
index ec1341a..c2c9a75 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRun.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRun.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListCellRenderer.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListCellRenderer.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListCellRenderer.java
index 9a54d53..af8d344 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListCellRenderer.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListCellRenderer.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import java.awt.Component;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListModel.java
 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListModel.java
index 26ce4d0..6633ce4 100644
--- 
a/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListModel.java
+++ 
b/taverna-perspective-results/src/main/java/org/apache/taverna/ui/perspectives/results/WorkflowRunListModel.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.ui.perspectives.results;
 
 import javax.swing.AbstractListModel;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/OpenWorkflowRunAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/OpenWorkflowRunAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/OpenWorkflowRunAction.java
index 0be8b81..4720bf9 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/OpenWorkflowRunAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/OpenWorkflowRunAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2013 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.actions;
 
 import static javax.swing.JFileChooser.APPROVE_OPTION;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/RunWorkflowAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/RunWorkflowAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/RunWorkflowAction.java
index 8c80c02..9b9ef4b 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/RunWorkflowAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/RunWorkflowAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007-2010 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.actions;
 
 import static java.awt.Frame.ICONIFIED;
@@ -26,7 +25,7 @@ import static java.awt.Toolkit.getDefaultToolkit;
 import static java.awt.event.KeyEvent.VK_R;
 import static javax.swing.KeyStroke.getKeyStroke;
 import static javax.swing.SwingUtilities.invokeLater;
-import static org.apache.taverna.reference.ui.InvalidDataflowReport;
+
 import static org.apache.taverna.workbench.icons.WorkbenchIcons.runIcon;
 
 import java.awt.event.ActionEvent;
@@ -36,7 +35,7 @@ import java.util.Set;
 import java.util.concurrent.ExecutionException;
 
 import javax.swing.AbstractAction;
-
+import org.apache.taverna.reference.ui.InvalidDataflowReport;
 import org.apache.taverna.lang.observer.Observable;
 import org.apache.taverna.lang.observer.Observer;
 import org.apache.taverna.reference.ui.CopyWorkflowInProgressDialog;
@@ -127,7 +126,7 @@ public class RunWorkflowAction extends AbstractAction {
                Set<ExecutionEnvironment> executionEnvironments = runService
                                .getExecutionEnvironments(profile);
                if (executionEnvironments.isEmpty()) {
-                       showErrorDialog(
+                       InvalidDataflowReport.showErrorDialog(
                                        "There are no execution environments 
capable of running this workflow",
                                        "Can't run workflow");
                        return;
@@ -158,7 +157,7 @@ public class RunWorkflowAction extends AbstractAction {
                } catch (Exception ex) {
                        String message = "Could not run workflow " + 
workflowBundle.getName();
                        logger.warn(message);
-                       showErrorDialog(ex.getMessage(), message);
+                       InvalidDataflowReport.showErrorDialog(ex.getMessage(), 
message);
                }
        }
 
@@ -182,7 +181,7 @@ public class RunWorkflowAction extends AbstractAction {
                                | RunStateException | 
InvalidExecutionIdException e) {
                        String message = "Could not run workflow " + 
workflowBundle.getName();
                        logger.warn(message, e);
-                       showErrorDialog(e.getMessage(), message);
+                       InvalidDataflowReport.showErrorDialog(e.getMessage(), 
message);
                }
        }
 
@@ -238,7 +237,7 @@ public class RunWorkflowAction extends AbstractAction {
                }
 
                if (workflowBundleCopy == null) {
-                       showErrorDialog("Unable to make a copy of the workflow 
to run",
+                       InvalidDataflowReport.showErrorDialog("Unable to make a 
copy of the workflow to run",
                                        "Workflow copy failed");
                        return null;
                }

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/ValidateWorkflowAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/ValidateWorkflowAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/ValidateWorkflowAction.java
index 72ad787..ffeb6b5 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/ValidateWorkflowAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/actions/ValidateWorkflowAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.actions;
 
 import static java.awt.event.KeyEvent.VK_V;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownDialog.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownDialog.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownDialog.java
index d80a313..22a6a7c 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownDialog.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownDialog.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2010 The University of Manchester   
- * 
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- * 
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *    
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *    
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.cleanup;
 
 import static java.awt.Color.WHITE;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownHook.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownHook.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownHook.java
index 19b1316..8eecfbc 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownHook.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/cleanup/WorkflowRunStatusShutdownHook.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2010 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.cleanup;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileOpenRunMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileOpenRunMenuAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileOpenRunMenuAction.java
index 408df83..61cfb4a 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileOpenRunMenuAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileOpenRunMenuAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.menu;
 
 import static 
org.apache.taverna.workbench.run.menu.FileRunMenuSection.FILE_RUN_SECTION_URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuAction.java
index 5beb649..5ec0aa7 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.menu;
 
 import static 
org.apache.taverna.workbench.run.menu.FileRunMenuSection.FILE_RUN_SECTION_URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuSection.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuSection.java
index 8619453..15129a2 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuSection.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileRunMenuSection.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester   
- * 
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- * 
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *    
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *    
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.menu;
 
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileValidateMenuAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileValidateMenuAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileValidateMenuAction.java
index df34b20..f7e06cf 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileValidateMenuAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/menu/FileValidateMenuAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.menu;
 
 import static 
org.apache.taverna.workbench.run.menu.FileRunMenuSection.FILE_RUN_SECTION_URI;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarAction.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarAction.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarAction.java
index f5e218d..cb9b990 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarAction.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarAction.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester
- *
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- *
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.toolbar;
 
 import static 
org.apache.taverna.workbench.run.toolbar.RunToolbarSection.RUN_TOOLBAR_SECTION;

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/13fd16b2/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarSection.java
----------------------------------------------------------------------
diff --git 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarSection.java
 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarSection.java
index b50ced7..b888d5e 100644
--- 
a/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarSection.java
+++ 
b/taverna-run-ui/src/main/java/org/apache/taverna/workbench/run/toolbar/RunToolbarSection.java
@@ -1,23 +1,22 @@
-/*******************************************************************************
- * Copyright (C) 2007 The University of Manchester   
- * 
- *  Modifications to the initial code base are copyright of their
- *  respective authors, or their employers as appropriate.
- * 
- *  This program is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public License
- *  as published by the Free Software Foundation; either version 2.1 of
- *  the License, or (at your option) any later version.
- *    
- *  This program is distributed in the hope that it will be useful, but
- *  WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *    
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- 
******************************************************************************/
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
 package org.apache.taverna.workbench.run.toolbar;
 
 import static org.apache.taverna.ui.menu.DefaultToolBar.DEFAULT_TOOL_BAR;

Reply via email to