Added Apache header where missing
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/2dcf53e2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/2dcf53e2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/2dcf53e2 Branch: refs/heads/master Commit: 2dcf53e2aee8d5412cb80f3241373bcdec995a99 Parents: e55618c Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Sep 7 14:08:01 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Sep 7 14:08:01 2016 +0100 ---------------------------------------------------------------------- .../impl/ServiceDescriptionConstants.java | 16 ++++++++++++++++ .../impl/ServiceDescriptionDeserializer.java | 16 ++++++++++++++++ .../impl/ServiceDescriptionRegistryImpl.java | 16 ++++++++++++++++ .../impl/ServiceDescriptionSerializer.java | 16 ++++++++++++++++ .../impl/ServiceDescriptionXMLConstants.java | 16 ++++++++++++++++ .../impl/ServiceDescriptionsConfigurationImpl.java | 16 ++++++++++++++++ .../ActivityPaletteConfiguration.java | 16 ++++++++++++++++ .../ActivityPaletteConfigurationPanel.java | 16 ++++++++++++++++ .../ActivityPaletteConfigurationUIFactory.java | 16 ++++++++++++++++ .../ActivityPaletteConfigurationTest.java | 16 ++++++++++++++++ .../config/ServiceDescriptionConfigPanel.java | 16 ++++++++++++++++ .../dataflow/actions/EditNestedDataflowAction.java | 16 ++++++++++++++++ .../dataflow/menu/EditNestedDataflowMenuAction.java | 16 ++++++++++++++++ .../servicedescriptions/DataflowActivityIcon.java | 16 ++++++++++++++++ .../DataflowTemplateService.java | 16 ++++++++++++++++ .../views/DataflowActivityContextualView.java | 16 ++++++++++++++++ .../dataflow/views/DataflowActivityViewFactory.java | 16 ++++++++++++++++ .../file/importworkflow/DataflowMerger.java | 16 ++++++++++++++++ .../file/importworkflow/MergeException.java | 16 ++++++++++++++++ .../actions/AddNestedWorkflowAction.java | 16 ++++++++++++++++ .../actions/ImportWorkflowAction.java | 16 ++++++++++++++++ .../importworkflow/actions/MergeWorkflowAction.java | 16 ++++++++++++++++ .../actions/OpenSourceWorkflowAction.java | 16 ++++++++++++++++ .../actions/ReplaceNestedWorkflowAction.java | 16 ++++++++++++++++ .../importworkflow/gui/ImportWorkflowWizard.java | 16 ++++++++++++++++ .../menu/AddNestedWorkflowMenuAction.java | 16 ++++++++++++++++ .../menu/ImportWorkflowMenuAction.java | 16 ++++++++++++++++ .../menu/MergeWorkflowMenuAction.java | 16 ++++++++++++++++ .../menu/ReplaceNestedWorkflowMenuAction.java | 16 ++++++++++++++++ .../file/importworkflow/AbstractTestHelper.java | 16 ++++++++++++++++ .../file/importworkflow/TestPortMerge.java | 16 ++++++++++++++++ .../workbench/file/importworkflow/TestRename.java | 16 ++++++++++++++++ .../file/importworkflow/TestSimpleMerge.java | 16 ++++++++++++++++ .../file/importworkflow/TestTestHelper.java | 16 ++++++++++++++++ .../importworkflow/gui/ImportWizardLauncher.java | 16 ++++++++++++++++ .../DisabledActivityConfigurationAction.java | 16 ++++++++++++++++ .../disabled/menu/ConfigureDisabledMenuAction.java | 16 ++++++++++++++++ .../disabled/views/DisabledActivityViewFactory.java | 16 ++++++++++++++++ .../disabled/views/DisabledConfigView.java | 16 ++++++++++++++++ .../disabled/views/DisabledContextualView.java | 16 ++++++++++++++++ .../taverna/workbench/edits/package-info.java | 16 ++++++++++++++++ .../models/graph/DefaultGraphEventManager.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/DotWriter.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/Graph.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphColorManager.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphController.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/GraphEdge.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphElement.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphEventManager.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/GraphNode.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphShapeElement.java | 16 ++++++++++++++++ .../workbench/models/graph/dot/GraphLayout.java | 16 ++++++++++++++++ .../workbench/models/graph/svg/SVGGraph.java | 16 ++++++++++++++++ .../models/graph/svg/SVGGraphController.java | 16 ++++++++++++++++ .../workbench/models/graph/svg/SVGGraphEdge.java | 16 ++++++++++++++++ .../models/graph/svg/SVGGraphElementDelegate.java | 16 ++++++++++++++++ .../workbench/models/graph/svg/SVGGraphNode.java | 16 ++++++++++++++++ .../models/graph/svg/SVGGraphSettings.java | 16 ++++++++++++++++ .../workbench/models/graph/svg/SVGMonitorShape.java | 16 ++++++++++++++++ .../workbench/models/graph/svg/SVGShape.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/svg/SVGUtil.java | 16 ++++++++++++++++ .../models/graph/svg/event/SVGEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseClickEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseDownEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseMovedEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseOutEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseOverEventListener.java | 16 ++++++++++++++++ .../graph/svg/event/SVGMouseUpEventListener.java | 16 ++++++++++++++++ taverna-graph-model/src/main/jjtree/NamedNode.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphControllerTest.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphEdgeTest.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphElementTest.java | 16 ++++++++++++++++ .../workbench/models/graph/GraphNodeTest.java | 16 ++++++++++++++++ .../taverna/workbench/models/graph/GraphTest.java | 16 ++++++++++++++++ .../config/HttpProxyConfigurationPanel.java | 16 ++++++++++++++++ .../config/HttpProxyConfigurationUIFactory.java | 16 ++++++++++++++++ .../editor/IterationStrategyTreeNode.java | 16 ++++++++++++++++ .../taverna/workbench/loop/ActivityGenerator.java | 16 ++++++++++++++++ .../taverna/workbench/loop/AddLoopFactory.java | 16 ++++++++++++++++ .../taverna/workbench/loop/LoopAddMenuAction.java | 16 ++++++++++++++++ .../workbench/loop/LoopConfigurationPanel.java | 16 ++++++++++++++++ .../taverna/workbench/loop/LoopConfigureAction.java | 16 ++++++++++++++++ .../workbench/loop/LoopConfigureMenuAction.java | 16 ++++++++++++++++ .../taverna/workbench/loop/LoopContextualView.java | 16 ++++++++++++++++ .../workbench/loop/LoopContextualViewFactory.java | 16 ++++++++++++++++ .../workbench/loop/LoopRemoveMenuAction.java | 16 ++++++++++++++++ .../workbench/loop/comparisons/Comparison.java | 16 ++++++++++++++++ .../taverna/workbench/loop/comparisons/EqualTo.java | 16 ++++++++++++++++ .../workbench/loop/comparisons/IsGreaterThan.java | 16 ++++++++++++++++ .../workbench/loop/comparisons/IsLessThan.java | 16 ++++++++++++++++ .../taverna/workbench/loop/comparisons/Matches.java | 16 ++++++++++++++++ .../workbench/loop/comparisons/NotEqualTo.java | 16 ++++++++++++++++ .../workbench/loop/comparisons/NotMatches.java | 16 ++++++++++++++++ .../taverna/workbench/loop/ShowContextualView.java | 16 ++++++++++++++++ .../org/apache/taverna/ui/menu/package-info.java | 16 ++++++++++++++++ .../AbstractConnectPortMenuActions.java | 16 ++++++++++++++++ .../activityport/ActivityInputPortSection.java | 16 ++++++++++++++++ .../activityport/ActivityOutputPortSection.java | 16 ++++++++++++++++ .../AddInputPortDefaultValueAction.java | 16 ++++++++++++++++ .../activityport/ConnectInputPortMenuActions.java | 16 ++++++++++++++++ .../activityport/ConnectOutputPortMenuActions.java | 16 ++++++++++++++++ .../menu/items/activityport/ConnectPortsAction.java | 16 ++++++++++++++++ .../CreateAndConnectDataflowPortAction.java | 16 ++++++++++++++++ .../SetConstantInputPortValueMenuAction.java | 16 ++++++++++++++++ .../SetDefaultInputPortValueAction.java | 16 ++++++++++++++++ .../annotated/AnnotatedConfigureMenuAction.java | 16 ++++++++++++++++ .../ConfigureRunningContextualMenuSection.java | 16 ++++++++++++++++ .../items/contextualviews/ConfigureSection.java | 16 ++++++++++++++++ .../ui/menu/items/contextualviews/EditSection.java | 16 ++++++++++++++++ .../menu/items/contextualviews/InsertSection.java | 16 ++++++++++++++++ .../menu/items/contextualviews/PasteMenuAction.java | 16 ++++++++++++++++ .../contextualviews/ShowConfigureMenuAction.java | 16 ++++++++++++++++ .../ShowDetailsContextualMenuAction.java | 16 ++++++++++++++++ .../contextualviews/ShowDetailsMenuAction.java | 16 ++++++++++++++++ .../ShowReportsContextualMenuAction.java | 16 ++++++++++++++++ .../ui/menu/items/controllink/ConditionSection.java | 16 ++++++++++++++++ .../controllink/RemoveConditionMenuAction.java | 16 ++++++++++++++++ .../taverna/ui/menu/items/datalink/LinkSection.java | 16 ++++++++++++++++ .../menu/items/datalink/RemoveLinkMenuAction.java | 16 ++++++++++++++++ .../ports/ConnectDataflowInputPortMenuActions.java | 16 ++++++++++++++++ .../ports/ConnectDataflowOutputPortMenuActions.java | 16 ++++++++++++++++ .../ports/EditDataflowInputPortMenuAction.java | 16 ++++++++++++++++ .../ports/EditDataflowOutputPortMenuAction.java | 16 ++++++++++++++++ .../ports/RemoveDataflowInputPortMenuAction.java | 16 ++++++++++++++++ .../ports/RemoveDataflowOutputPortMenuAction.java | 16 ++++++++++++++++ .../menu/items/ports/WorkflowInputPortSection.java | 16 ++++++++++++++++ .../menu/items/ports/WorkflowOutputPortSection.java | 16 ++++++++++++++++ .../menu/items/processor/ConditionMenuActions.java | 16 ++++++++++++++++ .../ui/menu/items/processor/ProcessorSection.java | 16 ++++++++++++++++ .../items/processor/RemoveProcessorMenuAction.java | 16 ++++++++++++++++ .../items/processor/RenameProcessorMenuAction.java | 16 ++++++++++++++++ .../menu/items/workflow/CreateInputMenuAction.java | 16 ++++++++++++++++ .../menu/items/workflow/CreateOutputMenuAction.java | 16 ++++++++++++++++ .../workflow/WorkflowServiceTemplatesSection.java | 16 ++++++++++++++++ .../views/monitor/MonitorViewComponent.java | 16 ++++++++++++++++ .../workbench/views/monitor/graph/GraphMonitor.java | 16 ++++++++++++++++ .../views/monitor/graph/GraphMonitorNode.java | 16 ++++++++++++++++ .../views/monitor/graph/MonitorGraphComponent.java | 16 ++++++++++++++++ .../progressreport/TableMonitorComponent.java | 16 ++++++++++++++++ .../WorkflowRunProgressTreeCellRenderer.java | 16 ++++++++++++++++ .../WorkflowRunProgressTreeTable.java | 16 ++++++++++++++++ .../WorkflowRunProgressTreeTableModel.java | 16 ++++++++++++++++ .../model/BioCataloguePluginConstants.java | 16 ++++++++++++++++ .../biocatalogue/model/HTTPMethodInterpreter.java | 16 ++++++++++++++++ .../biocatalogue/model/LoadingExpandedResource.java | 16 ++++++++++++++++ .../taverna/biocatalogue/model/LoadingResource.java | 16 ++++++++++++++++ .../org/apache/taverna/biocatalogue/model/Pair.java | 16 ++++++++++++++++ .../apache/taverna/biocatalogue/model/Resource.java | 16 ++++++++++++++++ .../taverna/biocatalogue/model/ResourceManager.java | 16 ++++++++++++++++ .../biocatalogue/model/ResourcePreviewContent.java | 16 ++++++++++++++++ .../biocatalogue/model/SoapOperationIdentity.java | 16 ++++++++++++++++ .../model/SoapOperationPortIdentity.java | 16 ++++++++++++++++ .../biocatalogue/model/SoapProcessorIdentity.java | 16 ++++++++++++++++ .../biocatalogue/model/SoapServiceIdentity.java | 16 ++++++++++++++++ .../org/apache/taverna/biocatalogue/model/Tag.java | 16 ++++++++++++++++ .../org/apache/taverna/biocatalogue/model/Util.java | 16 ++++++++++++++++ .../connectivity/BeanForPOSTToFilteredIndex.java | 16 ++++++++++++++++ .../model/connectivity/BeansForJSONLiteAPI.java | 16 ++++++++++++++++ .../model/connectivity/BioCatalogueAPIRequest.java | 16 ++++++++++++++++ .../model/connectivity/BioCatalogueClient.java | 16 ++++++++++++++++ .../model/connectivity/ServerResponse.java | 16 ++++++++++++++++ .../model/connectivity/ServerResponseStream.java | 16 ++++++++++++++++ .../biocatalogue/model/search/SearchEngine.java | 16 ++++++++++++++++ .../biocatalogue/model/search/SearchInstance.java | 16 ++++++++++++++++ .../model/search/SearchInstanceTracker.java | 16 ++++++++++++++++ .../biocatalogue/model/search/SearchOptions.java | 16 ++++++++++++++++ .../biocatalogue/model/search/SearchResults.java | 16 ++++++++++++++++ .../model/search/ServiceFilteringSettings.java | 16 ++++++++++++++++ .../taverna/biocatalogue/test/AnnotationBean.java | 16 ++++++++++++++++ .../biocatalogue/test/DrawDefaultIconTest.java | 16 ++++++++++++++++ .../apache/taverna/biocatalogue/test/GSONTest.java | 16 ++++++++++++++++ .../biocatalogue/test/GSONTest_exportingJSON.java | 16 ++++++++++++++++ .../test/GSONTest_forSoapOperationsIndex.java | 16 ++++++++++++++++ .../taverna/biocatalogue/test/JWaitDialogTest.java | 16 ++++++++++++++++ .../biocatalogue/test/LinkedListEqualsTest.java | 16 ++++++++++++++++ .../taverna/biocatalogue/test/TestAPICaller.java | 16 ++++++++++++++++ .../test/TestDoubleUsageOfSameSwingElement.java | 16 ++++++++++++++++ .../biocatalogue/test/TestUtilURLHandling.java | 16 ++++++++++++++++ .../biocatalogue/test/TestXHTMLRenderer.java | 16 ++++++++++++++++ .../biocatalogue/test/WrappableJLabelTest.java | 16 ++++++++++++++++ .../taverna/biocatalogue/test/XStreamTest.java | 16 ++++++++++++++++ .../biocatalogue/ui/BioCatalogueExplorationTab.java | 16 ++++++++++++++++ .../biocatalogue/ui/HasDefaultFocusCapability.java | 16 ++++++++++++++++ .../taverna/biocatalogue/ui/JClickableLabel.java | 16 ++++++++++++++++ .../apache/taverna/biocatalogue/ui/JWaitDialog.java | 16 ++++++++++++++++ .../taverna/biocatalogue/ui/SearchOptionsPanel.java | 16 ++++++++++++++++ .../biocatalogue/ui/filtertree/FilterTreeNode.java | 16 ++++++++++++++++ .../biocatalogue/ui/filtertree/FilterTreePane.java | 16 ++++++++++++++++ .../biocatalogue/ui/filtertree/JFilterTree.java | 16 ++++++++++++++++ .../ExpandableOnDemandLoadedListCellRenderer.java | 16 ++++++++++++++++ .../search_results/RESTMethodListCellRenderer.java | 16 ++++++++++++++++ .../SOAPOperationListCellRenderer.java | 16 ++++++++++++++++ .../search_results/SearchResultsListingPanel.java | 16 ++++++++++++++++ .../ui/search_results/SearchResultsMainPanel.java | 16 ++++++++++++++++ .../ui/search_results/SearchResultsRenderer.java | 16 ++++++++++++++++ .../ui/search_results/ServiceListCellRenderer.java | 16 ++++++++++++++++ .../biocatalogue/ui/tristatetree/JTriStateTree.java | 16 ++++++++++++++++ .../taverna/biocatalogue/ui/tristatetree/Test.java | 16 ++++++++++++++++ .../ui/tristatetree/TriStateCheckBox.java | 16 ++++++++++++++++ .../TriStateCheckBoxTreeCellRenderer.java | 16 ++++++++++++++++ .../tristatetree/TriStateTreeCheckingListener.java | 16 ++++++++++++++++ .../ui/tristatetree/TriStateTreeNode.java | 16 ++++++++++++++++ .../biocatalogue/BioCataloguePerspective.java | 16 ++++++++++++++++ .../ui/perspectives/biocatalogue/MainComponent.java | 16 ++++++++++++++++ .../biocatalogue/MainComponentFactory.java | 16 ++++++++++++++++ .../biocatalogue/MainComponentShutdownHook.java | 16 ++++++++++++++++ .../biocatalogue/TestJFrameForLocalLaunch.java | 16 ++++++++++++++++ .../biocatalogue/integration/Integration.java | 16 ++++++++++++++++ .../config/BioCataloguePluginConfiguration.java | 16 ++++++++++++++++ .../BioCataloguePluginConfigurationPanel.java | 16 ++++++++++++++++ .../BioCataloguePluginConfigurationUIFactory.java | 16 ++++++++++++++++ ...oCataloguePluginInputPortContextViewFactory.java | 16 ++++++++++++++++ ...CataloguePluginOutputPortContextViewFactory.java | 16 ++++++++++++++++ ...oCataloguePluginProcessorContextViewFactory.java | 16 ++++++++++++++++ .../contextual_views/ProcessorInputPortView.java | 16 ++++++++++++++++ .../contextual_views/ProcessorOutputPortView.java | 16 ++++++++++++++++ .../integration/contextual_views/ProcessorView.java | 16 ++++++++++++++++ .../BioCatalogueWSDLActivityHealthCheck.java | 16 ++++++++++++++++ ...alogueWSDLActivityHealthCheckVisitExplainer.java | 16 ++++++++++++++++ .../BioCatalogueWSDLActivityHealthChecker.java | 16 ++++++++++++++++ .../health_check/ServiceHealthChecker.java | 16 ++++++++++++++++ .../ServiceMonitoringStatusInterpreter.java | 16 ++++++++++++++++ .../menus/BioCatalogueContextualMenuSection.java | 16 ++++++++++++++++ .../integration/menus/MenuActionInputPort.java | 16 ++++++++++++++++ .../menus/MenuActionProcessorHealthCheck.java | 16 ++++++++++++++++ .../BioCatalogueRESTServiceProvider.java | 16 ++++++++++++++++ .../service_panel/BioCatalogueServiceProvider.java | 16 ++++++++++++++++ .../BioCatalogueWSDLOperationServiceProvider.java | 16 ++++++++++++++++ .../RESTFromBioCatalogueServiceDescription.java | 16 ++++++++++++++++ ...OperationFromBioCatalogueServiceDescription.java | 16 ++++++++++++++++ .../perspectives/myexperiment/AddCommentDialog.java | 16 ++++++++++++++++ .../myexperiment/AddRemoveFavouriteDialog.java | 16 ++++++++++++++++ .../myexperiment/ExampleWorkflowsPanel.java | 16 ++++++++++++++++ .../myexperiment/HistoryBrowserTabContentPanel.java | 16 ++++++++++++++++ .../perspectives/myexperiment/JClickableLabel.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/MainComponent.java | 16 ++++++++++++++++ .../myexperiment/MainComponentFactory.java | 16 ++++++++++++++++ .../myexperiment/MyExperimentPerspective.java | 16 ++++++++++++++++ .../myexperiment/MyStuffContributionsPanel.java | 16 ++++++++++++++++ .../myexperiment/MyStuffSidebarPanel.java | 16 ++++++++++++++++ .../myexperiment/MyStuffTabContentPanel.java | 16 ++++++++++++++++ .../myexperiment/PluginPreferencesDialog.java | 16 ++++++++++++++++ .../perspectives/myexperiment/PluginStatusBar.java | 16 ++++++++++++++++ .../myexperiment/ResourceListPanel.java | 16 ++++++++++++++++ .../myexperiment/ResourcePreviewBrowser.java | 16 ++++++++++++++++ .../myexperiment/ResourcePreviewContent.java | 16 ++++++++++++++++ .../myexperiment/ResourcePreviewFactory.java | 16 ++++++++++++++++ .../myexperiment/SearchOptionsPanel.java | 16 ++++++++++++++++ .../myexperiment/SearchResultsPanel.java | 16 ++++++++++++++++ .../myexperiment/SearchTabContentPanel.java | 16 ++++++++++++++++ .../myexperiment/StyledHTMLEditorKit.java | 16 ++++++++++++++++ .../myexperiment/TagBrowserTabContentPanel.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/TagCloudPanel.java | 16 ++++++++++++++++ .../myexperiment/UploadWorkflowDialog.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Base64.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Comment.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/File.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Group.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/License.java | 16 ++++++++++++++++ .../myexperiment/model/MyExperimentClient.java | 16 ++++++++++++++++ .../model/MyExperimentClientShutdownHook.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Pack.java | 16 ++++++++++++++++ .../perspectives/myexperiment/model/PackItem.java | 16 ++++++++++++++++ .../perspectives/myexperiment/model/Resource.java | 16 ++++++++++++++++ .../myexperiment/model/SearchEngine.java | 16 ++++++++++++++++ .../myexperiment/model/ServerResponse.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Tag.java | 16 ++++++++++++++++ .../perspectives/myexperiment/model/TagCloud.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/User.java | 16 ++++++++++++++++ .../ui/perspectives/myexperiment/model/Util.java | 16 ++++++++++++++++ .../perspectives/myexperiment/model/Workflow.java | 16 ++++++++++++++++ .../config/MyExperimentConfiguration.java | 16 ++++++++++++++++ .../config/MyExperimentConfigurationPanel.java | 16 ++++++++++++++++ .../config/MyExperimentConfigurationUIFactory.java | 16 ++++++++++++++++ .../config/TestJFrameForPreferencesLocalLaunch.java | 16 ++++++++++++++++ .../raven/plugins/ui/AddPluginSiteFrame.java | 16 ++++++++++++++++ .../raven/plugins/ui/CheckForNoticeStartupHook.java | 16 ++++++++++++++++ .../raven/plugins/ui/CheckForUpdatesDialog.java | 16 ++++++++++++++++ .../plugins/ui/CheckForUpdatesStartupHook.java | 16 ++++++++++++++++ .../raven/plugins/ui/PluginListCellRenderer.java | 16 ++++++++++++++++ .../taverna/raven/plugins/ui/PluginListModel.java | 16 ++++++++++++++++ .../raven/plugins/ui/PluginManagerFrame.java | 16 ++++++++++++++++ .../raven/plugins/ui/PluginRepositoryListener.java | 16 ++++++++++++++++ .../taverna/raven/plugins/ui/PluginSiteFrame.java | 16 ++++++++++++++++ .../raven/plugins/ui/UpdatesAvailableIcon.java | 16 ++++++++++++++++ .../profile/ui/ProfileVersionCellRenderer.java | 16 ++++++++++++++++ .../raven/profile/ui/ProfileVersionListFrame.java | 16 ++++++++++++++++ .../raven/profile/ui/ProfileVersionListModel.java | 16 ++++++++++++++++ .../taverna/reference/ui/CheckWorkflowStatus.java | 16 ++++++++++++++++ .../reference/ui/CopyWorkflowInProgressDialog.java | 16 ++++++++++++++++ .../reference/ui/CopyWorkflowSwingWorker.java | 16 ++++++++++++++++ .../taverna/reference/ui/InvalidDataflowReport.java | 16 ++++++++++++++++ .../taverna/reference/ui/RegistrationPanel.java | 16 ++++++++++++++++ .../org/apache/taverna/reference/ui/UrlPanel.java | 16 ++++++++++++++++ .../taverna/reference/ui/WorkflowLaunchWindow.java | 16 ++++++++++++++++ .../ui/referenceactions/LoadInputsFromXML.java | 16 ++++++++++++++++ .../ui/referenceactions/ReferenceActionSPI.java | 16 ++++++++++++++++ .../ui/referenceactions/SaveInputsAsXML.java | 16 ++++++++++++++++ .../reference/ui/tree/PreRegistrationTree.java | 16 ++++++++++++++++ .../ui/tree/PreRegistrationTreeCellRenderer.java | 16 ++++++++++++++++ .../ui/tree/PreRegistrationTreeDnDHandler.java | 16 ++++++++++++++++ .../reference/ui/tree/PreRegistrationTreeModel.java | 16 ++++++++++++++++ .../taverna/renderers/HTMLBrowserRenderer.java | 16 ++++++++++++++++ .../org/apache/taverna/renderers/PDFRenderer.java | 16 ++++++++++++++++ .../org/apache/taverna/renderers/SVGRenderer.java | 16 ++++++++++++++++ .../apache/taverna/renderers/TestRendererSPI.java | 16 ++++++++++++++++ .../workbench/report/explainer/BasicExplainer.java | 16 ++++++++++++++++ .../config/impl/ReportManagerConfigurationImpl.java | 16 ++++++++++++++++ .../workbench/report/impl/ReportManagerImpl.java | 16 ++++++++++++++++ .../config/ui/ReportManagerConfigurationPanel.java | 16 ++++++++++++++++ .../ui/ReportManagerConfigurationUIFactory.java | 16 ++++++++++++++++ .../view/ReportOnObjectContextualMenuAction.java | 16 ++++++++++++++++ .../report/view/ReportOnWorkflowAction.java | 16 ++++++++++++++++ .../workbench/report/view/ReportViewComponent.java | 16 ++++++++++++++++ .../report/view/ReportViewComponentFactory.java | 16 ++++++++++++++++ .../report/view/ReportViewConfigureAction.java | 16 ++++++++++++++++ .../workbench/report/view/ReportViewTableModel.java | 16 ++++++++++++++++ .../workbench/report/view/StatusRenderer.java | 16 ++++++++++++++++ .../report/view/ValidateInProgressDialog.java | 16 ++++++++++++++++ .../report/view/ValidateObjectInProgressDialog.java | 16 ++++++++++++++++ .../report/view/ValidateObjectSwingWorker.java | 16 ++++++++++++++++ .../workbench/report/view/ValidateSwingWorker.java | 16 ++++++++++++++++ .../workbench/report/view/VisitReportProxy.java | 16 ++++++++++++++++ .../workbench/report/view/VisitReportProxySet.java | 16 ++++++++++++++++ .../views/results/InvocationTreeModel.java | 16 ++++++++++++++++ .../workbench/views/results/InvocationTreeNode.java | 16 ++++++++++++++++ .../workbench/views/results/InvocationView.java | 16 ++++++++++++++++ .../taverna/workbench/views/results/ReportView.java | 16 ++++++++++++++++ .../workbench/views/results/ResultsComponent.java | 16 ++++++++++++++++ .../views/results/SimpleFilteredTreeModel.java | 16 ++++++++++++++++ .../processor/FilteredIterationTreeModel.java | 16 ++++++++++++++++ .../processor/FilteredProcessorValueTreeModel.java | 16 ++++++++++++++++ .../IntermediateValuesInProgressDialog.java | 16 ++++++++++++++++ .../processor/IntermediateValuesSwingWorker.java | 16 ++++++++++++++++ .../views/results/processor/IterationTreeNode.java | 16 ++++++++++++++++ .../processor/ProcessorEnactmentsTreeModel.java | 16 ++++++++++++++++ .../processor/ProcessorEnactmentsTreeNode.java | 16 ++++++++++++++++ .../processor/ProcessorPortResultsViewTab.java | 16 ++++++++++++++++ .../processor/ProcessorResultCellRenderer.java | 16 ++++++++++++++++ .../results/processor/ProcessorResultTreeNode.java | 16 ++++++++++++++++ .../processor/ProcessorResultsComponent.java | 16 ++++++++++++++++ .../processor/ProcessorResultsTreeModel.java | 16 ++++++++++++++++ .../processor/RenderedProcessorResultComponent.java | 16 ++++++++++++++++ .../results/saveactions/SaveAllResultsAsExcel.java | 16 ++++++++++++++++ .../results/saveactions/SaveAllResultsAsXML.java | 16 ++++++++++++++++ .../results/saveactions/SaveAllResultsSPI.java | 16 ++++++++++++++++ .../saveactions/SaveAllResultsToFileSystem.java | 16 ++++++++++++++++ .../results/saveactions/SaveIndividualResult.java | 16 ++++++++++++++++ .../saveactions/SaveIndividualResultSPI.java | 16 ++++++++++++++++ .../views/results/workflow/DataBundleTreeModel.java | 16 ++++++++++++++++ .../workflow/FilteredDataBundleTreeModel.java | 16 ++++++++++++++++ .../workflow/FilteredWorkflowResultTreeModel.java | 16 ++++++++++++++++ .../results/workflow/PortResultCellRenderer.java | 16 ++++++++++++++++ .../views/results/workflow/PortResultsViewTab.java | 16 ++++++++++++++++ .../results/workflow/RenderedResultComponent.java | 16 ++++++++++++++++ .../results/workflow/WorkflowResultTreeModel.java | 16 ++++++++++++++++ .../results/workflow/WorkflowResultTreeNode.java | 16 ++++++++++++++++ .../results/workflow/WorkflowResultsComponent.java | 16 ++++++++++++++++ 358 files changed, 5728 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionConstants.java ---------------------------------------------------------------------- diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionConstants.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionConstants.java index 8331c88..1de8b28 100644 --- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionConstants.java +++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionConstants.java @@ -1,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ public interface ServiceDescriptionConstants { String SERVICE_PANEL_CONFIGURATION = "servicePanelConfiguration"; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionDeserializer.java ---------------------------------------------------------------------- diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionDeserializer.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionDeserializer.java index 546a278..2170685 100644 --- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionDeserializer.java +++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionDeserializer.java @@ -1,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static org.apache.taverna.servicedescriptions.impl.ServiceDescriptionConstants.CONFIGURATION; import static org.apache.taverna.servicedescriptions.impl.ServiceDescriptionConstants.IGNORED; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 07872ef..e46618f 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,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static java.lang.System.currentTimeMillis; import static java.lang.Thread.MIN_PRIORITY; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionSerializer.java ---------------------------------------------------------------------- diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionSerializer.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionSerializer.java index f7465f7..27a063e 100644 --- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionSerializer.java +++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionSerializer.java @@ -1,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static org.apache.taverna.servicedescriptions.impl.ServiceDescriptionConstants.CONFIGURATION; import static org.apache.taverna.servicedescriptions.impl.ServiceDescriptionConstants.IGNORED; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionXMLConstants.java ---------------------------------------------------------------------- diff --git a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionXMLConstants.java b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionXMLConstants.java index be44022..2a3cbf6 100644 --- a/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionXMLConstants.java +++ b/taverna-activity-palette-impl/src/main/java/org/apache/taverna/servicedescriptions/impl/ServiceDescriptionXMLConstants.java @@ -1,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.jdom.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 f50d04b..24663ad 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,4 +1,20 @@ package org.apache.taverna.servicedescriptions.impl; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.util.HashMap; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-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 f9c3b34..f02d046 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,4 +1,20 @@ package org.apache.taverna.workbench.ui.activitypalette; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.util.HashMap; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-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 fa884e0..af69891 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,4 +1,20 @@ package org.apache.taverna.workbench.ui.activitypalette; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static java.awt.BorderLayout.CENTER; import static java.awt.BorderLayout.EAST; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-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 275690d..d35070a 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,4 +1,20 @@ package org.apache.taverna.workbench.ui.activitypalette; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import javax.swing.JPanel; import org.apache.taverna.configuration.Configurable; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 a8a2b85..427b62b 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,4 +1,20 @@ package org.apache.taverna.workbench.ui.activitypalette; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 a2c17ec..1aeae06 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,4 +1,20 @@ package org.apache.taverna.workbench.ui.servicepanel.config; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static java.awt.GridBagConstraints.HORIZONTAL; import static java.awt.GridBagConstraints.NONE; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/actions/EditNestedDataflowAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/actions/EditNestedDataflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/actions/EditNestedDataflowAction.java index 3c71f8e..918042f 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/actions/EditNestedDataflowAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/actions/EditNestedDataflowAction.java @@ -2,6 +2,22 @@ * */ package org.apache.taverna.activities.dataflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/menu/EditNestedDataflowMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/menu/EditNestedDataflowMenuAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/menu/EditNestedDataflowMenuAction.java index 9fb9a0d..3f6cbaf 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/menu/EditNestedDataflowMenuAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/menu/EditNestedDataflowMenuAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.activities.dataflow.menu; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import javax.swing.Action; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 224fabb..c26287b 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,4 +1,20 @@ package org.apache.taverna.activities.dataflow.servicedescriptions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.net.URI; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowTemplateService.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowTemplateService.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowTemplateService.java index bd16c05..475e8db 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowTemplateService.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/activities/dataflow/servicedescriptions/DataflowTemplateService.java @@ -1,4 +1,20 @@ package org.apache.taverna.activities.dataflow.servicedescriptions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.net.URI; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-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 4e01d03..55658b9 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,4 +1,20 @@ package org.apache.taverna.activities.dataflow.views; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.BorderLayout; import java.awt.FlowLayout; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 2580e76..ac3219c 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,4 +1,20 @@ package org.apache.taverna.activities.dataflow.views; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.util.Arrays; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/DataflowMerger.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/DataflowMerger.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/DataflowMerger.java index b1a839a..9e39095 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/DataflowMerger.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/DataflowMerger.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.util.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/MergeException.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/MergeException.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/MergeException.java index 889ebde..d6da574 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/MergeException.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/MergeException.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ public class MergeException extends Exception { private static final long serialVersionUID = 6018700359518335402L; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/AddNestedWorkflowAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/AddNestedWorkflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/AddNestedWorkflowAction.java index 1286c71..2776465 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/AddNestedWorkflowAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/AddNestedWorkflowAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.Component; import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ImportWorkflowAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ImportWorkflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ImportWorkflowAction.java index 81774b3..8d9bf3b 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ImportWorkflowAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ImportWorkflowAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.Component; import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/MergeWorkflowAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/MergeWorkflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/MergeWorkflowAction.java index 136490b..d76e5b1 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/MergeWorkflowAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/MergeWorkflowAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.Component; import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-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 f5d4081..67e8ce6 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,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.Component; import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ReplaceNestedWorkflowAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ReplaceNestedWorkflowAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ReplaceNestedWorkflowAction.java index 7209ce7..2699436 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ReplaceNestedWorkflowAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/actions/ReplaceNestedWorkflowAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.actions; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.Component; import java.awt.event.ActionEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/gui/ImportWorkflowWizard.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/gui/ImportWorkflowWizard.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/gui/ImportWorkflowWizard.java index 2a8009b..c7ad8bf 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/gui/ImportWorkflowWizard.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/gui/ImportWorkflowWizard.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.gui; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.BorderLayout; import java.awt.Color; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 383f640..dfb626f 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,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.menu; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.awt.event.InputEvent; import java.awt.event.KeyEvent; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/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 e25f28e..a5708c9 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,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.menu; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.net.URI; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/MergeWorkflowMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/MergeWorkflowMenuAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/MergeWorkflowMenuAction.java index 05cf1f5..74ba6f0 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/MergeWorkflowMenuAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/MergeWorkflowMenuAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.menu; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.net.URI; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ReplaceNestedWorkflowMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ReplaceNestedWorkflowMenuAction.java b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ReplaceNestedWorkflowMenuAction.java index 79fc02f..ee4d87f 100644 --- a/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ReplaceNestedWorkflowMenuAction.java +++ b/taverna-dataflow-activity-ui/src/main/java/org/apache/taverna/workbench/file/importworkflow/menu/ReplaceNestedWorkflowMenuAction.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow.menu; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import java.net.URI; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/AbstractTestHelper.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/AbstractTestHelper.java b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/AbstractTestHelper.java index 2e4dde5..582228a 100644 --- a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/AbstractTestHelper.java +++ b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/AbstractTestHelper.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestPortMerge.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestPortMerge.java b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestPortMerge.java index 9ccc3be..f4dc7d7 100644 --- a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestPortMerge.java +++ b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestPortMerge.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.apache.taverna.workbench.file.importworkflow.DataflowMerger; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestRename.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestRename.java b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestRename.java index bae4b3b..74a4242 100644 --- a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestRename.java +++ b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestRename.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.apache.taverna.workbench.file.importworkflow.DataflowMerger; import org.junit.Ignore; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestSimpleMerge.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestSimpleMerge.java b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestSimpleMerge.java index 7dc9f96..5f2aa96 100644 --- a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestSimpleMerge.java +++ b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestSimpleMerge.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.apache.taverna.workbench.file.importworkflow.DataflowMerger; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2dcf53e2/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestTestHelper.java ---------------------------------------------------------------------- diff --git a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestTestHelper.java b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestTestHelper.java index 8442f88..f01728b 100644 --- a/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestTestHelper.java +++ b/taverna-dataflow-activity-ui/src/test/java/org/apache/taverna/workbench/file/importworkflow/TestTestHelper.java @@ -1,4 +1,20 @@ package org.apache.taverna.workbench.file.importworkflow; +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.junit.Ignore; import org.junit.Test;
