You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/09/07 11:55:35 UTC

[5/5] incubator-taverna-workbench git commit: Remove (c) University of Manchester headers

Remove (c) University of Manchester headers

.. these were part of Software Grant 2015-02-23
and can be relicenses to Apache license


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/86c69d1a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/86c69d1a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/86c69d1a

Branch: refs/heads/master
Commit: 86c69d1a42291b14079ab1084a2ee3316dccc1eb
Parents: 4282b25
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Sep 7 12:54:29 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Sep 7 12:54:29 2016 +0100

----------------------------------------------------------------------
 .../impl/ServiceDescriptionRegistryImpl.java    | 18 -------
 .../ServiceDescriptionsConfigurationImpl.java   | 18 -------
 .../ActivityPaletteConfiguration.java           | 18 -------
 .../ActivityPaletteConfigurationPanel.java      | 18 -------
 .../ActivityPaletteConfigurationUIFactory.java  | 18 -------
 .../ActivityPaletteConfigurationTest.java       | 18 -------
 .../config/ServiceDescriptionConfigPanel.java   | 18 -------
 .../DataflowActivityIcon.java                   | 18 -------
 .../views/DataflowActivityContextualView.java   | 18 -------
 .../views/DataflowActivityViewFactory.java      | 18 -------
 .../actions/OpenSourceWorkflowAction.java       | 18 -------
 .../menu/AddNestedWorkflowMenuAction.java       | 18 -------
 .../menu/ImportWorkflowMenuAction.java          | 18 -------
 .../DisabledActivityConfigurationAction.java    | 18 -------
 .../disabled/views/DisabledConfigView.java      | 18 -------
 .../taverna/workbench/edits/package-info.java   | 18 -------
 .../models/graph/DefaultGraphEventManager.java  | 18 -------
 .../workbench/models/graph/DotWriter.java       | 18 -------
 .../taverna/workbench/models/graph/Graph.java   | 18 -------
 .../models/graph/GraphColorManager.java         | 18 -------
 .../workbench/models/graph/GraphController.java | 18 -------
 .../workbench/models/graph/GraphEdge.java       | 18 -------
 .../workbench/models/graph/GraphElement.java    | 18 -------
 .../models/graph/GraphEventManager.java         | 18 -------
 .../workbench/models/graph/GraphNode.java       | 18 -------
 .../models/graph/GraphShapeElement.java         | 18 -------
 .../workbench/models/graph/dot/GraphLayout.java | 18 -------
 .../workbench/models/graph/svg/SVGGraph.java    | 18 -------
 .../models/graph/svg/SVGGraphController.java    | 18 -------
 .../models/graph/svg/SVGGraphEdge.java          | 18 -------
 .../graph/svg/SVGGraphElementDelegate.java      | 18 -------
 .../models/graph/svg/SVGGraphNode.java          | 18 -------
 .../models/graph/svg/SVGGraphSettings.java      | 18 -------
 .../models/graph/svg/SVGMonitorShape.java       | 18 -------
 .../workbench/models/graph/svg/SVGShape.java    | 18 -------
 .../workbench/models/graph/svg/SVGUtil.java     | 18 -------
 .../graph/svg/event/SVGEventListener.java       | 18 -------
 .../svg/event/SVGMouseClickEventListener.java   | 18 -------
 .../svg/event/SVGMouseDownEventListener.java    | 18 -------
 .../svg/event/SVGMouseMovedEventListener.java   | 18 -------
 .../svg/event/SVGMouseOutEventListener.java     | 18 -------
 .../svg/event/SVGMouseOverEventListener.java    | 18 -------
 .../svg/event/SVGMouseUpEventListener.java      | 18 -------
 .../models/graph/GraphControllerTest.java       | 18 -------
 .../workbench/models/graph/GraphEdgeTest.java   | 18 -------
 .../models/graph/GraphElementTest.java          | 18 -------
 .../workbench/models/graph/GraphNodeTest.java   | 18 -------
 .../workbench/models/graph/GraphTest.java       | 18 -------
 .../config/HttpProxyConfigurationPanel.java     | 18 -------
 .../config/HttpProxyConfigurationUIFactory.java | 18 -------
 .../workbench/loop/ActivityGenerator.java       | 18 -------
 .../taverna/workbench/loop/AddLoopFactory.java  | 18 -------
 .../workbench/loop/LoopAddMenuAction.java       | 18 -------
 .../workbench/loop/LoopConfigurationPanel.java  | 18 -------
 .../workbench/loop/LoopConfigureMenuAction.java | 18 -------
 .../workbench/loop/LoopContextualView.java      | 18 -------
 .../loop/LoopContextualViewFactory.java         | 18 -------
 .../workbench/loop/LoopRemoveMenuAction.java    | 18 -------
 .../workbench/loop/comparisons/Comparison.java  | 18 -------
 .../workbench/loop/comparisons/EqualTo.java     | 18 -------
 .../loop/comparisons/IsGreaterThan.java         | 18 -------
 .../workbench/loop/comparisons/IsLessThan.java  | 18 -------
 .../workbench/loop/comparisons/Matches.java     | 18 -------
 .../workbench/loop/comparisons/NotEqualTo.java  | 18 -------
 .../workbench/loop/comparisons/NotMatches.java  | 18 -------
 .../workbench/loop/ShowContextualView.java      | 18 -------
 .../apache/taverna/ui/menu/package-info.java    | 18 -------
 .../activityport/ActivityInputPortSection.java  | 18 -------
 .../activityport/ActivityOutputPortSection.java | 18 -------
 .../AddInputPortDefaultValueAction.java         | 18 -------
 .../ConnectInputPortMenuActions.java            | 18 -------
 .../ConnectOutputPortMenuActions.java           | 18 -------
 .../items/activityport/ConnectPortsAction.java  | 18 -------
 .../CreateAndConnectDataflowPortAction.java     | 18 -------
 .../SetConstantInputPortValueMenuAction.java    | 18 -------
 .../SetDefaultInputPortValueAction.java         | 18 -------
 .../annotated/AnnotatedConfigureMenuAction.java | 18 -------
 .../ConfigureRunningContextualMenuSection.java  | 18 -------
 .../items/contextualviews/ConfigureSection.java | 18 -------
 .../menu/items/contextualviews/EditSection.java | 18 -------
 .../items/contextualviews/InsertSection.java    | 18 -------
 .../items/contextualviews/PasteMenuAction.java  | 18 -------
 .../ShowConfigureMenuAction.java                | 18 -------
 .../ShowDetailsContextualMenuAction.java        | 18 -------
 .../contextualviews/ShowDetailsMenuAction.java  | 18 -------
 .../ShowReportsContextualMenuAction.java        | 18 -------
 .../items/controllink/ConditionSection.java     | 18 -------
 .../controllink/RemoveConditionMenuAction.java  | 18 -------
 .../ui/menu/items/datalink/LinkSection.java     | 18 -------
 .../items/datalink/RemoveLinkMenuAction.java    | 18 -------
 .../ConnectDataflowInputPortMenuActions.java    | 18 -------
 .../ConnectDataflowOutputPortMenuActions.java   | 18 -------
 .../ports/EditDataflowInputPortMenuAction.java  | 18 -------
 .../ports/EditDataflowOutputPortMenuAction.java | 18 -------
 .../RemoveDataflowInputPortMenuAction.java      | 18 -------
 .../RemoveDataflowOutputPortMenuAction.java     | 18 -------
 .../items/ports/WorkflowInputPortSection.java   | 18 -------
 .../items/ports/WorkflowOutputPortSection.java  | 18 -------
 .../items/processor/ConditionMenuActions.java   | 18 -------
 .../menu/items/processor/ProcessorSection.java  | 18 -------
 .../processor/RemoveProcessorMenuAction.java    | 18 -------
 .../processor/RenameProcessorMenuAction.java    | 18 -------
 .../items/workflow/CreateInputMenuAction.java   | 18 -------
 .../items/workflow/CreateOutputMenuAction.java  | 18 -------
 .../WorkflowServiceTemplatesSection.java        | 18 -------
 .../views/monitor/MonitorViewComponent.java     | 18 -------
 .../views/monitor/graph/GraphMonitor.java       | 18 -------
 .../views/monitor/graph/GraphMonitorNode.java   | 18 -------
 .../monitor/graph/MonitorGraphComponent.java    | 18 -------
 .../progressreport/TableMonitorComponent.java   | 18 -------
 .../WorkflowRunProgressTreeCellRenderer.java    | 18 -------
 .../WorkflowRunProgressTreeTableModel.java      | 18 -------
 .../BioCatalogueRESTServiceProvider.java        | 18 -------
 ...ioCatalogueWSDLOperationServiceProvider.java | 18 -------
 .../RESTFromBioCatalogueServiceDescription.java | 18 -------
 ...ationFromBioCatalogueServiceDescription.java | 18 -------
 .../myexperiment/AddCommentDialog.java          | 18 -------
 .../myexperiment/AddRemoveFavouriteDialog.java  | 18 -------
 .../myexperiment/ExampleWorkflowsPanel.java     | 18 -------
 .../HistoryBrowserTabContentPanel.java          | 18 -------
 .../myexperiment/JClickableLabel.java           | 18 -------
 .../myexperiment/MainComponent.java             | 18 -------
 .../myexperiment/MainComponentFactory.java      | 18 -------
 .../myexperiment/MyExperimentPerspective.java   | 18 -------
 .../myexperiment/MyStuffContributionsPanel.java | 18 -------
 .../myexperiment/MyStuffSidebarPanel.java       | 18 -------
 .../myexperiment/MyStuffTabContentPanel.java    | 18 -------
 .../myexperiment/PluginPreferencesDialog.java   | 18 -------
 .../myexperiment/PluginStatusBar.java           | 18 -------
 .../myexperiment/ResourceListPanel.java         | 18 -------
 .../myexperiment/ResourcePreviewContent.java    | 18 -------
 .../myexperiment/ResourcePreviewFactory.java    | 18 -------
 .../myexperiment/SearchOptionsPanel.java        | 18 -------
 .../myexperiment/SearchResultsPanel.java        | 18 -------
 .../myexperiment/SearchTabContentPanel.java     | 18 -------
 .../myexperiment/TagCloudPanel.java             | 18 -------
 .../myexperiment/UploadWorkflowDialog.java      | 18 -------
 .../myexperiment/model/Comment.java             | 18 -------
 .../perspectives/myexperiment/model/File.java   | 18 -------
 .../perspectives/myexperiment/model/Group.java  | 18 -------
 .../myexperiment/model/MyExperimentClient.java  | 18 -------
 .../model/MyExperimentClientShutdownHook.java   | 18 -------
 .../perspectives/myexperiment/model/Pack.java   | 18 -------
 .../myexperiment/model/PackItem.java            | 18 -------
 .../myexperiment/model/SearchEngine.java        | 18 -------
 .../myexperiment/model/ServerResponse.java      | 18 -------
 .../perspectives/myexperiment/model/Util.java   | 18 -------
 .../config/MyExperimentConfiguration.java       | 18 -------
 .../config/MyExperimentConfigurationPanel.java  | 18 -------
 .../MyExperimentConfigurationUIFactory.java     | 18 -------
 .../TestJFrameForPreferencesLocalLaunch.java    | 18 -------
 .../raven/plugins/ui/AddPluginSiteFrame.java    | 36 -------------
 .../raven/plugins/ui/CheckForUpdatesDialog.java | 18 -------
 .../plugins/ui/CheckForUpdatesStartupHook.java  | 18 -------
 .../plugins/ui/PluginListCellRenderer.java      | 53 --------------------
 .../raven/plugins/ui/PluginListModel.java       | 36 -------------
 .../raven/plugins/ui/PluginManagerFrame.java    | 53 --------------------
 .../plugins/ui/PluginRepositoryListener.java    | 36 -------------
 .../raven/plugins/ui/PluginSiteFrame.java       | 36 -------------
 .../raven/plugins/ui/UpdatesAvailableIcon.java  | 36 -------------
 .../profile/ui/ProfileVersionCellRenderer.java  | 36 -------------
 .../profile/ui/ProfileVersionListFrame.java     | 36 -------------
 .../profile/ui/ProfileVersionListModel.java     | 36 -------------
 .../ui/CopyWorkflowInProgressDialog.java        | 18 -------
 .../reference/ui/CopyWorkflowSwingWorker.java   | 18 -------
 .../taverna/reference/ui/RegistrationPanel.java | 18 -------
 .../apache/taverna/reference/ui/UrlPanel.java   | 18 -------
 .../reference/ui/WorkflowLaunchWindow.java      | 18 -------
 .../ui/referenceactions/LoadInputsFromXML.java  | 18 -------
 .../ui/referenceactions/ReferenceActionSPI.java | 18 -------
 .../ui/referenceactions/SaveInputsAsXML.java    | 18 -------
 .../reference/ui/tree/PreRegistrationTree.java  | 18 -------
 .../tree/PreRegistrationTreeCellRenderer.java   | 18 -------
 .../ui/tree/PreRegistrationTreeDnDHandler.java  | 18 -------
 .../ui/tree/PreRegistrationTreeModel.java       | 18 -------
 .../taverna/renderers/HTMLBrowserRenderer.java  | 18 -------
 .../apache/taverna/renderers/PDFRenderer.java   | 18 -------
 .../apache/taverna/renderers/SVGRenderer.java   | 18 -------
 .../taverna/renderers/TestRendererSPI.java      | 18 -------
 .../report/explainer/BasicExplainer.java        | 18 -------
 .../ui/ReportManagerConfigurationUIFactory.java | 18 -------
 .../ReportOnObjectContextualMenuAction.java     | 18 -------
 .../report/view/ReportViewComponent.java        | 18 -------
 .../report/view/ValidateInProgressDialog.java   | 18 -------
 .../view/ValidateObjectInProgressDialog.java    | 18 -------
 .../report/view/ValidateObjectSwingWorker.java  | 18 -------
 .../report/view/ValidateSwingWorker.java        | 18 -------
 .../views/results/InvocationTreeModel.java      | 18 -------
 .../workbench/views/results/InvocationView.java | 18 -------
 .../workbench/views/results/ReportView.java     | 18 -------
 .../views/results/ResultsComponent.java         | 18 -------
 .../IntermediateValuesInProgressDialog.java     | 18 -------
 .../IntermediateValuesSwingWorker.java          | 18 -------
 .../processor/ProcessorEnactmentsTreeModel.java | 18 -------
 .../processor/ProcessorEnactmentsTreeNode.java  | 18 -------
 .../processor/ProcessorPortResultsViewTab.java  | 18 -------
 .../processor/ProcessorResultCellRenderer.java  | 18 -------
 .../processor/ProcessorResultTreeNode.java      | 18 -------
 .../processor/ProcessorResultsComponent.java    | 18 -------
 .../processor/ProcessorResultsTreeModel.java    | 18 -------
 .../RenderedProcessorResultComponent.java       | 18 -------
 .../saveactions/SaveAllResultsAsExcel.java      | 18 -------
 .../saveactions/SaveAllResultsAsXML.java        | 18 -------
 .../results/saveactions/SaveAllResultsSPI.java  | 18 -------
 .../saveactions/SaveAllResultsToFileSystem.java | 18 -------
 .../saveactions/SaveIndividualResult.java       | 18 -------
 .../saveactions/SaveIndividualResultSPI.java    | 18 -------
 .../results/workflow/DataBundleTreeModel.java   | 18 -------
 .../workflow/FilteredDataBundleTreeModel.java   | 18 -------
 .../results/workflow/PortResultsViewTab.java    | 18 -------
 .../workflow/RenderedResultComponent.java       | 18 -------
 .../workflow/WorkflowResultTreeModel.java       | 18 -------
 .../workflow/WorkflowResultTreeNode.java        | 18 -------
 .../workflow/WorkflowResultsComponent.java      | 18 -------
 214 files changed, 4066 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionRegistryImpl.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionRegistryImpl.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionRegistryImpl.java
index efe046d..e9ae3e4 100644
--- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionRegistryImpl.java
+++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionRegistryImpl.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.servicedescriptions.impl;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionsConfigurationImpl.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionsConfigurationImpl.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionsConfigurationImpl.java
index 035c25c..24523ca 100644
--- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionsConfigurationImpl.java
+++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionsConfigurationImpl.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.servicedescriptions.impl;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfiguration.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfiguration.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfiguration.java
index 5366413..0ec0994 100644
--- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfiguration.java
+++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfiguration.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.ui.activitypalette;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationPanel.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationPanel.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationPanel.java
index 791e456..2100fe9 100644
--- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationPanel.java
+++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationPanel.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.ui.activitypalette;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationUIFactory.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationUIFactory.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationUIFactory.java
index d9242b6..c1322f9 100644
--- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationUIFactory.java
+++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationUIFactory.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.ui.activitypalette;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-impl/src/test/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationTest.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-impl/src/test/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationTest.java b/taverna-activity-palette-impl/src/test/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationTest.java
index 42f7cd2..d74b323 100644
--- a/taverna-activity-palette-impl/src/test/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationTest.java
+++ b/taverna-activity-palette-impl/src/test/java/org/apache/taverna/workbench/ui/activitypalette/ActivityPaletteConfigurationTest.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.ui.activitypalette;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-activity-palette-ui/src/main/java/org/apache/taverna/workbench/ui/servicepanel/config/ServiceDescriptionConfigPanel.java
----------------------------------------------------------------------
diff --git a/taverna-activity-palette-ui/src/main/java/org/apache/taverna/workbench/ui/servicepanel/config/ServiceDescriptionConfigPanel.java b/taverna-activity-palette-ui/src/main/java/org/apache/taverna/workbench/ui/servicepanel/config/ServiceDescriptionConfigPanel.java
index 61a7d1a..37bdee8 100644
--- a/taverna-activity-palette-ui/src/main/java/org/apache/taverna/workbench/ui/servicepanel/config/ServiceDescriptionConfigPanel.java
+++ b/taverna-activity-palette-ui/src/main/java/org/apache/taverna/workbench/ui/servicepanel/config/ServiceDescriptionConfigPanel.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.ui.servicepanel.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowActivityIcon.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowActivityIcon.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowActivityIcon.java
index 2ce6ab9..ba2e07c 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowActivityIcon.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowActivityIcon.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.activities.dataflow.servicedescriptions;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityContextualView.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityContextualView.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityContextualView.java
index a0517c5..c1212ff 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityContextualView.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityContextualView.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.activities.dataflow.views;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityViewFactory.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityViewFactory.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityViewFactory.java
index e4a6ba0..f65f68b 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityViewFactory.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/views/DataflowActivityViewFactory.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.activities.dataflow.views;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/OpenSourceWorkflowAction.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/OpenSourceWorkflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/OpenSourceWorkflowAction.java
index d3a110b..c3f001e 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/OpenSourceWorkflowAction.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/OpenSourceWorkflowAction.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.file.importworkflow.actions;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/AddNestedWorkflowMenuAction.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/AddNestedWorkflowMenuAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/AddNestedWorkflowMenuAction.java
index 8b17e23..8812431 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/AddNestedWorkflowMenuAction.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/AddNestedWorkflowMenuAction.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * Copyright (C) 2007-2009 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
  ******************************************************************************/
 package org.apache.taverna.workbench.file.importworkflow.menu;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ImportWorkflowMenuAction.java
----------------------------------------------------------------------
diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ImportWorkflowMenuAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ImportWorkflowMenuAction.java
index 48870ca..8980763 100644
--- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ImportWorkflowMenuAction.java
+++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ImportWorkflowMenuAction.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * Copyright (C) 2007-2009 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
  ******************************************************************************/
 package org.apache.taverna.workbench.file.importworkflow.menu;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/actions/DisabledActivityConfigurationAction.java
----------------------------------------------------------------------
diff --git a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/actions/DisabledActivityConfigurationAction.java b/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/actions/DisabledActivityConfigurationAction.java
index 118d2a1..bee1929 100644
--- a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/actions/DisabledActivityConfigurationAction.java
+++ b/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/actions/DisabledActivityConfigurationAction.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.activities.disabled.actions;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/views/DisabledConfigView.java
----------------------------------------------------------------------
diff --git a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/views/DisabledConfigView.java b/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/views/DisabledConfigView.java
index 2b0abda..c02e988 100644
--- a/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/views/DisabledConfigView.java
+++ b/taverna-disabled-activity-ui/src/main/java/org/apache/taverna/activities/disabled/views/DisabledConfigView.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.activities.disabled.views;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-edits-api/src/main/java/org/apache/taverna/workbench/edits/package-info.java
----------------------------------------------------------------------
diff --git a/taverna-edits-api/src/main/java/org/apache/taverna/workbench/edits/package-info.java b/taverna-edits-api/src/main/java/org/apache/taverna/workbench/edits/package-info.java
index 49e0e32..f101ed1 100644
--- a/taverna-edits-api/src/main/java/org/apache/taverna/workbench/edits/package-info.java
+++ b/taverna-edits-api/src/main/java/org/apache/taverna/workbench/edits/package-info.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 /**
  * A {@link net.sf.taverna.t2.workbench.edits.EditManager} that can manage

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DefaultGraphEventManager.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DefaultGraphEventManager.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DefaultGraphEventManager.java
index b188acb..f68a6f9 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DefaultGraphEventManager.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DefaultGraphEventManager.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DotWriter.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DotWriter.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DotWriter.java
index 280b5fa..9fb8e3c 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DotWriter.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/DotWriter.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/Graph.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/Graph.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/Graph.java
index 57160be..5b2979c 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/Graph.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/Graph.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphColorManager.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphColorManager.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphColorManager.java
index 23edec4..41503d9 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphColorManager.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphColorManager.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphController.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphController.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphController.java
index fd002f3..3e717e1 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphController.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphController.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEdge.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEdge.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEdge.java
index f781d63..71fa01a 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEdge.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEdge.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphElement.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphElement.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphElement.java
index 2c4263f..26c4269 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphElement.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphElement.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEventManager.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEventManager.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEventManager.java
index 5a0eaa8..fb57985 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEventManager.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphEventManager.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphNode.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphNode.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphNode.java
index 5730ef0..f8aa71f 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphNode.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphNode.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphShapeElement.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphShapeElement.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphShapeElement.java
index 955ec08..b65488b 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphShapeElement.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/GraphShapeElement.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * Copyright (C) 2008 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/dot/GraphLayout.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/dot/GraphLayout.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/dot/GraphLayout.java
index 4d1b4bf..bac03d3 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/dot/GraphLayout.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/dot/GraphLayout.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * Copyright (C) 2008 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.dot;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraph.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraph.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraph.java
index 1b1df78..63baf37 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraph.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraph.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphController.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphController.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphController.java
index c613fa5..d5445ac 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphController.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphController.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphEdge.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphEdge.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphEdge.java
index 736c6e5..e35eaf8 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphEdge.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphEdge.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphElementDelegate.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphElementDelegate.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphElementDelegate.java
index aaea6d1..7867de5 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphElementDelegate.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphElementDelegate.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * Copyright (C) 2009 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphNode.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphNode.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphNode.java
index 49ee0e1..6a72c8f 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphNode.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphNode.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphSettings.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphSettings.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphSettings.java
index 2e9e228..9c949f0 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphSettings.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGGraphSettings.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGMonitorShape.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGMonitorShape.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGMonitorShape.java
index 7944fc1..63d5592 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGMonitorShape.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGMonitorShape.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGShape.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGShape.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGShape.java
index 2bf4bf9..8b99da8 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGShape.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGShape.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGUtil.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGUtil.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGUtil.java
index b165bb3..8c776b2 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGUtil.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/SVGUtil.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGEventListener.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGEventListener.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGEventListener.java
index e23474a..bb353ce 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGEventListener.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGEventListener.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg.event;
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/86c69d1a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGMouseClickEventListener.java
----------------------------------------------------------------------
diff --git a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGMouseClickEventListener.java b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGMouseClickEventListener.java
index c9dc258..db3132d 100644
--- a/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGMouseClickEventListener.java
+++ b/taverna-graph-model/src/main/java/org/apache/taverna/workbench/models/graph/svg/event/SVGMouseClickEventListener.java
@@ -1,22 +1,4 @@
 /*******************************************************************************
- * 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
  ******************************************************************************/
 package org.apache.taverna.workbench.models.graph.svg.event;