From 30ad40e91e19cd4ca84ea39d5d34557e58630f67 Mon Sep 17 00:00:00 2001 From: Matthew Gerring Date: Thu, 16 Feb 2017 16:02:58 +0000 Subject: [PATCH] Added Eclipse headers. --- .../scanning/api/AbstractScannable.java | 11 +++++++++ .../org/eclipse/scanning/api/IBoundable.java | 11 +++++++++ .../eclipse/scanning/api/IConfigurable.java | 11 +++++++++ .../src/org/eclipse/scanning/api/ILevel.java | 11 +++++++++ .../eclipse/scanning/api/IModelProvider.java | 11 +++++++++ .../scanning/api/IMonitoredDevice.java | 11 +++++++++ .../org/eclipse/scanning/api/INameable.java | 11 +++++++++ .../org/eclipse/scanning/api/INamedNode.java | 11 +++++++++ .../scanning/api/IScanAttributeContainer.java | 11 +++++++++ .../org/eclipse/scanning/api/IScannable.java | 11 +++++++++ .../scanning/api/IServiceResolver.java | 11 +++++++++ .../eclipse/scanning/api/ISpringParser.java | 11 +++++++++ .../eclipse/scanning/api/ITerminatable.java | 11 +++++++++ .../eclipse/scanning/api/ITimeoutable.java | 11 +++++++++ .../org/eclipse/scanning/api/IValidator.java | 11 +++++++++ .../scanning/api/IValidatorService.java | 11 +++++++++ .../api/ModelValidationException.java | 11 +++++++++ .../org/eclipse/scanning/api/MonitorRole.java | 11 +++++++++ .../scanning/api/ValidationException.java | 11 +++++++++ .../scanning/api/annotation/MaximumValue.java | 11 +++++++++ .../scanning/api/annotation/MinimumValue.java | 11 +++++++++ .../scanning/api/annotation/UiAction.java | 12 +++++++++- .../scanning/api/annotation/UiAttribute.java | 12 +++++++++- .../scanning/api/annotation/UiAttributes.java | 12 +++++++++- .../scanning/api/annotation/UiComesAfter.java | 12 +++++++++- .../scanning/api/annotation/UiDontExpand.java | 12 +++++++++- .../scanning/api/annotation/UiFilename.java | 11 +++++++++ .../scanning/api/annotation/UiHidden.java | 12 +++++++++- .../scanning/api/annotation/UiLabel.java | 12 +++++++++- .../scanning/api/annotation/UiLarge.java | 12 +++++++++- .../scanning/api/annotation/UiLookup.java | 12 +++++++++- .../scanning/api/annotation/UiMasked.java | 12 +++++++++- .../scanning/api/annotation/UiReadOnly.java | 12 +++++++++- .../scanning/api/annotation/UiRequired.java | 12 +++++++++- .../scanning/api/annotation/UiSection.java | 12 +++++++++- .../scanning/api/annotation/UiTooltip.java | 11 +++++++++ .../scanning/api/annotation/UiWide.java | 12 +++++++++- .../scanning/api/annotation/Units.java | 11 +++++++++ .../api/annotation/scan/AnnotatedDevice.java | 11 +++++++++ .../annotation/scan/AnnotationManager.java | 11 +++++++++ .../annotation/scan/DeviceAnnotations.java | 11 +++++++++ .../api/annotation/scan/FileDeclared.java | 11 +++++++++ .../api/annotation/scan/LevelComparitor.java | 11 +++++++++ .../api/annotation/scan/LevelEnd.java | 11 +++++++++ .../api/annotation/scan/LevelStart.java | 11 +++++++++ .../api/annotation/scan/PointEnd.java | 11 +++++++++ .../api/annotation/scan/PointStart.java | 11 +++++++++ .../api/annotation/scan/PostConfigure.java | 11 +++++++++ .../api/annotation/scan/PreConfigure.java | 11 +++++++++ .../api/annotation/scan/ScanAbort.java | 11 +++++++++ .../scanning/api/annotation/scan/ScanEnd.java | 11 +++++++++ .../api/annotation/scan/ScanFault.java | 11 +++++++++ .../api/annotation/scan/ScanFinally.java | 11 +++++++++ .../api/annotation/scan/ScanPause.java | 11 +++++++++ .../api/annotation/scan/ScanResume.java | 11 +++++++++ .../api/annotation/scan/ScanStart.java | 11 +++++++++ .../api/annotation/scan/WriteComplete.java | 11 +++++++++ .../api/annotation/ui/DeviceType.java | 11 +++++++++ .../scanning/api/annotation/ui/EditType.java | 11 +++++++++ .../api/annotation/ui/FieldDescriptor.java | 2 +- .../scanning/api/annotation/ui/FieldRole.java | 11 +++++++++ .../api/annotation/ui/FieldUtils.java | 2 +- .../api/annotation/ui/FieldValue.java | 2 +- .../scanning/api/annotation/ui/FileType.java | 2 +- .../scanning/api/annotation/ui/RangeType.java | 9 ++++--- .../api/device/AbstractRunnableDevice.java | 11 +++++++++ .../scanning/api/device/DeviceResponse.java | 11 +++++++++ .../scanning/api/device/IActivatable.java | 11 +++++++++ .../api/device/IAttributableDevice.java | 11 +++++++++ .../api/device/IDeviceController.java | 11 +++++++++ .../scanning/api/device/IDeviceWatchdog.java | 11 +++++++++ .../api/device/IDeviceWatchdogService.java | 11 +++++++++ .../scanning/api/device/IPausableDevice.java | 11 +++++++++ .../api/device/IResettableDevice.java | 11 +++++++++ .../scanning/api/device/IRunnableDevice.java | 11 +++++++++ .../api/device/IRunnableDeviceService.java | 11 +++++++++ .../api/device/IRunnableEventDevice.java | 11 +++++++++ .../api/device/IScannableDeviceService.java | 11 +++++++++ .../api/device/IWritableDetector.java | 11 +++++++++ .../api/device/PositionerResponse.java | 11 +++++++++ .../device/models/AbstractDetectorModel.java | 11 +++++++++ .../device/models/ClusterProcessingModel.java | 11 +++++++++ .../api/device/models/DeviceRole.java | 11 +++++++++ .../device/models/DeviceWatchdogModel.java | 11 +++++++++ .../api/device/models/IDetectorModel.java | 11 +++++++++ .../api/device/models/IDeviceRoleActor.java | 11 +++++++++ .../api/device/models/IMalcolmModel.java | 11 +++++++++ .../api/device/models/MalcolmModel.java | 11 +++++++++ .../api/device/models/ProcessingModel.java | 11 +++++++++ .../scanning/api/device/models/ScanMode.java | 11 +++++++++ .../scanning/api/event/EventConstants.java | 11 +++++++++ .../scanning/api/event/EventException.java | 11 +++++++++ .../api/event/IEventConnectorService.java | 11 +++++++++ .../scanning/api/event/IEventService.java | 11 +++++++++ .../scanning/api/event/IMessagingService.java | 11 +++++++++ .../eclipse/scanning/api/event/IdBean.java | 11 +++++++++ .../api/event/alive/ConsumerBean.java | 11 +++++---- .../api/event/alive/ConsumerCommandBean.java | 11 +++++++++ .../api/event/alive/ConsumerStatus.java | 11 +++++++++ .../api/event/alive/HeartbeatBean.java | 11 +++++++++ .../api/event/alive/HeartbeatEvent.java | 11 +++++++++ .../api/event/alive/IHeartbeatListener.java | 11 +++++++++ .../scanning/api/event/alive/KillBean.java | 11 +++++++++ .../scanning/api/event/alive/PauseBean.java | 11 +++++++++ .../scanning/api/event/bean/BeanEvent.java | 11 +++++++++ .../api/event/bean/IBeanListener.java | 11 +++++++++ .../core/AbstractLockingPausableProcess.java | 11 +++++++++ .../api/event/core/ConsumerConfiguration.java | 11 +++++++++ .../scanning/api/event/core/IBeanClass.java | 11 +++++++++ .../scanning/api/event/core/IConsumer.java | 11 +++++++++ .../api/event/core/IConsumerProcess.java | 11 +++++++++ .../api/event/core/IDisconnectable.java | 11 +++++++++ .../api/event/core/IProcessCreator.java | 11 +++++++++ .../api/event/core/IPropertyFilter.java | 11 +++++++++ .../scanning/api/event/core/IPublishable.java | 11 +++++++++ .../scanning/api/event/core/IPublisher.java | 11 +++++++++ .../api/event/core/IQueueConnection.java | 11 +++++++++ .../scanning/api/event/core/IQueueReader.java | 11 +++++++++ .../core/IRequestResponseConnection.java | 11 +++++++++ .../scanning/api/event/core/IRequester.java | 11 +++++++++ .../scanning/api/event/core/IResponder.java | 11 +++++++++ .../api/event/core/IResponseCreator.java | 11 +++++++++ .../api/event/core/IResponseProcess.java | 11 +++++++++ .../scanning/api/event/core/ISubmitter.java | 11 +++++++++ .../scanning/api/event/core/ISubscriber.java | 11 +++++++++ .../api/event/core/ITopicConnection.java | 11 +++++++++ .../api/event/core/IURIConnection.java | 11 +++++++++ .../api/event/core/ResponseConfiguration.java | 11 +++++++++ .../scanning/api/event/dry/DryRunCreator.java | 11 +++++++++ .../scanning/api/event/dry/DryRunProcess.java | 11 +++++++++ .../api/event/dry/FastRunCreator.java | 11 +++++++++ .../api/event/queues/IHeartbeatMonitor.java | 11 +++++++++ .../scanning/api/event/queues/IQueue.java | 11 +++++++++ .../api/event/queues/IQueueBroadcaster.java | 11 +++++++++ .../IQueueControllerEventConnector.java | 11 +++++++++ .../event/queues/IQueueControllerService.java | 11 +++++++++ .../api/event/queues/IQueueProcess.java | 11 +++++++++ .../api/event/queues/IQueueService.java | 11 +++++++++ .../api/event/queues/QueueStatus.java | 11 +++++++++ .../scanning/api/event/queues/QueueViews.java | 11 +++++++++ .../api/event/queues/SizeLimitedRecorder.java | 11 +++++++++ .../api/event/queues/beans/IHasAtomQueue.java | 11 +++++++++ .../event/queues/beans/IHasChildQueue.java | 11 +++++++++ .../api/event/queues/beans/MonitorAtom.java | 11 +++++++++ .../api/event/queues/beans/MoveAtom.java | 11 +++++++++ .../api/event/queues/beans/QueueAtom.java | 11 +++++++++ .../api/event/queues/beans/QueueBean.java | 11 +++++++++ .../api/event/queues/beans/Queueable.java | 11 +++++++++ .../api/event/queues/beans/ScanAtom.java | 11 +++++++++ .../api/event/queues/beans/SubTaskAtom.java | 11 +++++++++ .../api/event/queues/beans/TaskBean.java | 11 +++++++++ .../api/event/queues/remote/QueueRequest.java | 11 +++++++++ .../event/queues/remote/QueueRequestType.java | 11 +++++++++ .../api/event/scan/AcquireRequest.java | 11 +++++++++ .../scanning/api/event/scan/DeviceAction.java | 11 +++++++++ .../api/event/scan/DeviceInformation.java | 11 +++++++++ .../api/event/scan/DeviceRequest.java | 11 +++++++++ .../scanning/api/event/scan/DeviceState.java | 11 +++++++++ .../api/event/scan/IScanListener.java | 11 +++++++++ .../api/event/scan/PositionRequestType.java | 11 +++++++++ .../api/event/scan/PositionerRequest.java | 11 +++++++++ .../scanning/api/event/scan/SampleData.java | 11 +++++++++ .../scanning/api/event/scan/ScanBean.java | 11 +++++++++ .../scanning/api/event/scan/ScanEvent.java | 11 +++++++++ .../scanning/api/event/scan/ScanRequest.java | 11 +++++++++ .../api/event/servlet/IConnectable.java | 11 +++++++++ .../api/event/servlet/IConsumerServlet.java | 11 +++++++++ .../api/event/servlet/IResponderServlet.java | 11 +++++++++ .../api/event/servlet/ISubscriberServlet.java | 11 +++++++++ .../event/status/AdministratorMessage.java | 11 +++++++++ .../api/event/status/OpenRequest.java | 11 +++++++++ .../scanning/api/event/status/Status.java | 11 +++++---- .../scanning/api/event/status/StatusBean.java | 11 +++++---- .../eclipse/scanning/api/filter/Filter.java | 11 +++++++++ .../scanning/api/filter/FilterService.java | 11 +++++++++ .../eclipse/scanning/api/filter/IFilter.java | 11 +++++++++ .../scanning/api/filter/IFilterService.java | 11 +++++++++ .../api/malcolm/ILatchableDevice.java | 11 +++++++++ .../scanning/api/malcolm/IMalcolmDevice.java | 11 +++++++++ .../api/malcolm/IMalcolmEventPublisher.java | 11 +++++++++ .../scanning/api/malcolm/IMalcolmService.java | 11 +++++++++ .../api/malcolm/MalcolmDeviceException.java | 11 +++++++++ ...colmDeviceOperationCancelledException.java | 11 +++++++++ .../scanning/api/malcolm/MalcolmTable.java | 11 +++++++++ .../attributes/BooleanArrayAttribute.java | 11 +++++++++ .../malcolm/attributes/BooleanAttribute.java | 11 +++++++++ .../malcolm/attributes/ChoiceAttribute.java | 11 +++++++++ .../malcolm/attributes/MalcolmAttribute.java | 11 +++++++++ .../attributes/NumberArrayAttribute.java | 11 +++++++++ .../malcolm/attributes/NumberAttribute.java | 11 +++++++++ .../attributes/PointGeneratorAttribute.java | 11 +++++++++ .../attributes/StringArrayAttribute.java | 11 +++++++++ .../malcolm/attributes/StringAttribute.java | 11 +++++++++ .../malcolm/attributes/TableAttribute.java | 11 +++++++++ .../connector/IMalcolmConnectorService.java | 11 +++++++++ .../malcolm/connector/MessageGenerator.java | 11 +++++++++ .../api/malcolm/event/IMalcolmListener.java | 11 +++++++++ .../api/malcolm/event/MalcolmEvent.java | 11 +++++++++ .../api/malcolm/event/MalcolmEventBean.java | 11 +++++++++ .../api/malcolm/message/MalcolmMessage.java | 11 +++++++++ .../api/malcolm/message/MalcolmUtil.java | 11 +++++++++ .../scanning/api/malcolm/message/Type.java | 11 +++++++++ .../api/malcolm/models/MapMalcolmModel.java | 11 +++++++++ .../api/points/AbstractGenerator.java | 11 +++++++++ .../scanning/api/points/AbstractPosition.java | 11 +++++++++ .../api/points/GeneratorException.java | 11 +++++++++ .../api/points/IDeviceDependentIterable.java | 11 +++++++++ .../eclipse/scanning/api/points/IMutator.java | 11 +++++++++ .../scanning/api/points/IPointContainer.java | 11 +++++++++ .../scanning/api/points/IPointGenerator.java | 11 +++++++++ .../api/points/IPointGeneratorService.java | 11 +++++++++ .../scanning/api/points/IPosition.java | 11 +++++++++ .../scanning/api/points/MapPosition.java | 11 +++++++++ .../eclipse/scanning/api/points/Point.java | 24 +++++++------------ .../eclipse/scanning/api/points/Scalar.java | 11 +++++++++ .../scanning/api/points/StaticPosition.java | 11 +++++++++ .../models/AbstractBoundingBoxModel.java | 11 +++++++++ .../models/AbstractBoundingLineModel.java | 11 +++++++++ .../api/points/models/AbstractMapModel.java | 11 +++++++++ .../points/models/AbstractPointsModel.java | 11 +++++++++ .../api/points/models/ArrayModel.java | 11 +++++++++ .../api/points/models/BoundingBox.java | 11 +++++++++ .../api/points/models/BoundingLine.java | 11 +++++++++ .../api/points/models/CollatedStepModel.java | 11 +++++++++ .../api/points/models/CompoundModel.java | 11 +++++++++ .../scanning/api/points/models/GridModel.java | 11 +++++++++ .../api/points/models/IBoundingBoxModel.java | 11 +++++++++ .../api/points/models/IBoundingLineModel.java | 11 +++++++++ .../api/points/models/IMapPathModel.java | 11 +++++++++ .../api/points/models/IScanPathModel.java | 11 +++++++++ .../api/points/models/LissajousModel.java | 11 +++++++++ .../api/points/models/MultiStepModel.java | 11 +++++++++ .../points/models/OneDEqualSpacingModel.java | 11 +++++++++ .../api/points/models/OneDStepModel.java | 11 +++++++++ .../points/models/RandomOffsetGridModel.java | 11 +++++++++ .../api/points/models/RasterModel.java | 11 +++++++++ .../api/points/models/RepeatedPointModel.java | 11 +++++++++ .../api/points/models/ScanRegion.java | 11 +++++++++ .../api/points/models/SinglePointModel.java | 11 +++++++++ .../api/points/models/SpiralModel.java | 24 +++++++------------ .../api/points/models/StaticModel.java | 11 +++++++++ .../scanning/api/points/models/StepModel.java | 11 +++++++++ .../scanning/api/scan/AxisConfiguration.java | 11 +++++++++ .../scanning/api/scan/IFilePathService.java | 11 +++++++++ .../scanning/api/scan/IParserResult.java | 11 +++++++++ .../scanning/api/scan/IParserService.java | 11 +++++++++ .../scanning/api/scan/IScanParticipant.java | 11 +++++++++ .../scanning/api/scan/IScanService.java | 11 +++++++++ .../scanning/api/scan/LevelInformation.java | 11 +++++++++ .../scanning/api/scan/ParsingException.java | 11 +++++++++ .../scanning/api/scan/PositionEvent.java | 11 +++++++++ .../scanning/api/scan/ScanEstimator.java | 11 +++++++++ .../scanning/api/scan/ScanInformation.java | 11 +++++++++ .../scanning/api/scan/ScanningException.java | 11 +++++++++ .../api/scan/event/ILocationListener.java | 11 +++++++++ .../api/scan/event/IPositionListenable.java | 11 +++++++++ .../api/scan/event/IPositionListener.java | 11 +++++++++ .../scanning/api/scan/event/IPositioner.java | 11 +++++++++ .../api/scan/event/IPositionerService.java | 11 +++++++++ .../scanning/api/scan/event/IRunListener.java | 11 +++++++++ .../scanning/api/scan/event/Location.java | 11 +++++++++ .../api/scan/event/LocationEvent.java | 11 +++++++++ .../api/scan/event/PositionDelegate.java | 11 +++++++++ .../scanning/api/scan/event/RunEvent.java | 11 +++++++++ .../api/scan/models/ScanDataModel.java | 11 +++++++++ .../api/scan/models/ScanDeviceModel.java | 11 +++++++++ .../api/scan/models/ScanMetadata.java | 11 +++++++++ .../scanning/api/scan/models/ScanModel.java | 11 +++++++++ .../api/scan/process/IPreprocessor.java | 11 +++++++++ .../api/scan/process/ProcessingException.java | 11 +++++++++ .../api/scan/rank/IScanRankService.java | 11 +++++++++ .../scanning/api/scan/rank/IScanSlice.java | 11 +++++++++ .../api/scan/rank/ScanRankService.java | 11 +++++++++ .../scanning/api/scan/rank/ScanSlice.java | 11 +++++++++ .../scanning/api/scan/ui/AbstractControl.java | 11 +++++++++ .../scanning/api/scan/ui/ControlEnumNode.java | 11 +++++++++ .../scanning/api/scan/ui/ControlFileNode.java | 11 +++++++++ .../scanning/api/scan/ui/ControlGroup.java | 11 +++++++++ .../scanning/api/scan/ui/ControlNode.java | 11 +++++++++ .../scanning/api/scan/ui/ControlTree.java | 11 +++++++++ .../scanning/api/script/IScriptService.java | 11 +++++++++ .../api/script/ScriptExecutionException.java | 11 +++++++++ .../scanning/api/script/ScriptLanguage.java | 11 +++++++++ .../scanning/api/script/ScriptRequest.java | 11 +++++++++ .../scanning/api/script/ScriptResponse.java | 11 +++++++++ .../script/UnsupportedLanguageException.java | 11 +++++++++ .../scanning/api/stashing/IStashing.java | 11 +++++++++ .../api/stashing/IStashingService.java | 11 +++++++++ .../api/streams/AbstractStreamConnection.java | 11 +++++++++ .../api/streams/IStreamConnection.java | 11 +++++++++ .../streams/StreamConnectionException.java | 11 +++++++++ .../scanning/api/ui/CommandConstants.java | 11 +++++---- .../org/eclipse/scanning/api/ui/IHandler.java | 11 +++++++++ .../scanning/api/ui/IModifyHandler.java | 11 +++++---- .../scanning/api/ui/IRerunHandler.java | 11 +++++---- .../scanning/api/ui/IResultHandler.java | 11 +++++---- .../api/ui/IStageScanConfiguration.java | 24 +++++++------------ .../api/ui/auto/IInterfaceService.java | 11 +++++++++ .../scanning/api/ui/auto/IModelDialog.java | 11 +++++++++ .../scanning/api/ui/auto/IModelViewer.java | 11 +++++++++ .../ui/auto/InterfaceInvalidException.java | 11 +++++++++ .../eclipse/scanning/device/ui/Activator.java | 11 +++++++++ .../device/ui/DevicePreferenceConstants.java | 11 +++++++++ .../device/ui/EventConnectionView.java | 11 +++++++++ .../device/ui/ScanningPerspective.java | 11 +++++++++ .../scanning/device/ui/ServiceHolder.java | 11 +++++++++ .../device/ui/device/ControlTreeUtils.java | 11 +++++++++ .../device/ui/device/ControlView.java | 11 +++++++++ .../ui/device/DetectorContentProvider.java | 11 +++++++++ .../device/ui/device/DetectorView.java | 11 +++++++++ .../device/ui/device/MonitorView.java | 11 +++++++++ .../ui/device/ScannableContentProvider.java | 11 +++++++++ .../ui/device/ScannableEditingSupport.java | 11 +++++++++ .../device/ScannableValueLabelProvider.java | 11 +++++++++ .../device/ui/device/ScannableViewer.java | 11 +++++++++ .../device/ui/device/TypeEditingSupport.java | 11 +++++++++ .../scannable/ControlContentProvider.java | 11 +++++++++ .../scannable/ControlEditingSupport.java | 11 +++++++++ .../scannable/ControlStringCellEditor.java | 11 +++++++++ .../ControlStringComboCellEditor.java | 11 +++++++++ .../device/scannable/ControlTreeViewer.java | 11 +++++++++ .../scannable/ControlValueCellEditor.java | 11 +++++++++ .../ui/device/scannable/ControlValueJob.java | 11 +++++++++ .../scannable/ControlValueLabelProvider.java | 11 +++++++++ .../device/scannable/ControlViewerMode.java | 11 +++++++++ .../device/scannable/NameEditingSupport.java | 11 +++++++++ .../ui/device/scannable/NamedNodeFilter.java | 11 +++++++++ .../ui/expr/ExperimentSubmissionView.java | 11 +++++++++ .../device/ui/model/DatasetNameUtils.java | 11 +++++++++ .../ui/model/EnableIfColumnLabelProvider.java | 11 +++++++++ .../device/ui/model/InterfaceService.java | 11 +++++++++ .../device/ui/model/ModelCellEditor.java | 11 +++++++++ .../scanning/device/ui/model/ModelDialog.java | 11 +++++++++ .../ui/model/ModelFieldEditingSupport.java | 11 +++++++++ .../ui/model/ModelFieldEditorFactory.java | 11 +++++++++ .../ui/model/ModelFieldLabelProvider.java | 11 +++++++++ .../scanning/device/ui/model/ModelView.java | 11 +++++++++ .../scanning/device/ui/model/ModelViewer.java | 11 +++++++++ .../device/ui/model/ValidIfDecorator.java | 11 +++++++++ .../device/ui/points/AxesCellEditor.java | 11 +++++++++ .../device/ui/points/AxesEditingSupport.java | 11 +++++++++ .../points/DelegatingSelectionProvider.java | 11 +++++++++ .../device/ui/points/ExecuteView.java | 11 +++++++++ .../device/ui/points/GeneratorConstants.java | 11 +++++++++ .../device/ui/points/GeneratorDescriptor.java | 11 +++++++++ .../device/ui/points/GeneratorFilter.java | 11 +++++---- .../ui/points/GeneratorLabelProvider.java | 11 +++++---- .../ui/points/ScanRegionContentProvider.java | 11 +++++++++ .../device/ui/points/ScanRegionView.java | 11 +++++++++ .../scanning/device/ui/points/ScanView.java | 11 +++++++++ .../scanning/device/ui/util/MarginUtils.java | 11 +++++++++ .../scanning/device/ui/util/PageUtil.java | 11 +++++++++ .../scanning/device/ui/util/PlotUtil.java | 11 +++++++++ .../scanning/device/ui/util/ScanRegions.java | 11 +++++++++ .../scanning/device/ui/util/SortNatural.java | 11 +++++---- .../scanning/device/ui/util/Stashing.java | 11 +++++++++ .../device/ui/util/StashingService.java | 11 +++++++++ .../scanning/device/ui/util/StringUtils.java | 11 +++++---- .../scanning/device/ui/util/ViewUtil.java | 11 +++++++++ .../scanning/device/ui/util/ViewerUtils.java | 11 +++++++++ .../scanning/device/ui/vis/PathInfo.java | 24 +++++++------------ .../device/ui/vis/PathInfoCalculatorJob.java | 24 +++++++------------ .../device/ui/vis/PlottingController.java | 11 +++++++++ .../device/ui/vis/SimulationConnection.java | 11 +++++++++ .../scanning/device/ui/vis/StreamView.java | 11 +++++++++ .../scanning/device/ui/vis/VisualiseView.java | 11 +++++++++ .../scanning/event/AbstractConnection.java | 11 +++++++++ .../event/AbstractQueueConnection.java | 11 +++++++++ .../AbstractRequestResponseConnection.java | 11 +++++++++ .../org/eclipse/scanning/event/Constants.java | 11 +++++++++ .../eclipse/scanning/event/ConsumerImpl.java | 11 +++++++++ .../scanning/event/EventServiceImpl.java | 11 +++++++++ .../scanning/event/HeartbeatChecker.java | 11 +++++++++ .../eclipse/scanning/event/PublisherImpl.java | 11 +++++++++ .../eclipse/scanning/event/QueueReader.java | 11 +++++++++ .../scanning/event/QueueReaderImpl.java | 11 +++++++++ .../eclipse/scanning/event/RequesterImpl.java | 11 +++++++++ .../eclipse/scanning/event/ResponderImpl.java | 11 +++++++++ .../eclipse/scanning/event/SubmitterImpl.java | 11 +++++++++ .../scanning/event/SubscriberImpl.java | 11 +++++++++ .../eclipse/scanning/event/TopicChecker.java | 11 +++++++++ .../queues/QueueControllerEventConnector.java | 11 +++++++++ .../event/remote/AbstractRemoteService.java | 11 +++++++++ .../event/remote/RemoteServiceFactory.java | 11 +++++++++ .../event/remote/_AbstractRemoteDevice.java | 11 +++++++++ .../scanning/event/remote/_Positioner.java | 11 +++++++++ .../eclipse/scanning/event/remote/_Queue.java | 11 +++++++++ .../event/remote/_QueueControllerService.java | 11 +++++++++ .../event/remote/_RunnableDevice.java | 11 +++++++++ .../event/remote/_RunnableDeviceService.java | 11 +++++++++ .../scanning/event/remote/_Scannable.java | 11 +++++++++ .../event/remote/_ScannableDeviceService.java | 11 +++++++++ .../eclipse/scanning/event/util/JsonUtil.java | 11 +++++++++ .../eclipse/scanning/example/Services.java | 11 +++++++++ .../ScanningExampleClassRegistry.java | 24 +++++++------------ .../scanning/example/detector/Attributes.java | 11 +++++++++ .../detector/ConstantVelocityDevice.java | 11 +++++++++ .../detector/ConstantVelocityModel.java | 11 +++++++++ .../example/detector/DarkImageDetector.java | 24 +++++++------------ .../example/detector/DarkImageModel.java | 11 +++++++++ .../example/detector/MandelbrotDetector.java | 24 +++++++------------ .../example/detector/MandelbrotModel.java | 11 +++++++++ .../example/file/MockFilePathService.java | 11 +++++++++ .../DummyMalcolmControlledDetectorModel.java | 11 +++++++++ .../malcolm/DummyMalcolmDatasetModel.java | 11 +++++++++ .../example/malcolm/DummyMalcolmDevice.java | 24 +++++++------------ .../example/malcolm/DummyMalcolmModel.java | 11 +++++++++ .../DummyMalcolmTriggeredDetector.java | 11 +++++++++ .../malcolm/DummyMalcolmTriggeredModel.java | 11 +++++++++ .../example/malcolm/ExampleMalcolmDevice.java | 11 +++++++++ .../example/malcolm/ExampleMalcolmModel.java | 11 +++++++++ .../preprocess/ExamplePreprocessor.java | 11 +++++++++ .../example/scannable/MockBeamOnMonitor.java | 11 +++++++++ .../example/scannable/MockNeXusScannable.java | 11 +++++++++ .../example/scannable/MockNeXusSlit.java | 11 +++++++++ .../example/scannable/MockPausingMonitor.java | 11 +++++++++ .../example/scannable/MockScannable.java | 11 +++++++++ .../scannable/MockScannableConfiguration.java | 11 +++++++++ .../scannable/MockScannableConnector.java | 11 +++++++++ .../example/scannable/MockScannableModel.java | 11 +++++++++ .../scannable/MockStringScannable.java | 11 +++++++++ .../example/scannable/MockTopupScannable.java | 11 +++++++++ .../points/AbstractScanPointIterator.java | 11 +++++++++ .../scanning/points/ArrayGenerator.java | 11 +++++++++ .../scanning/points/ArrayIterator.java | 11 +++++++++ .../points/CollatedStepGenerator.java | 11 +++++++++ .../scanning/points/CompositeClassLoader.java | 11 +++++++++ .../scanning/points/CompoundGenerator.java | 11 +++++++++ .../scanning/points/CompoundIterator.java | 11 +++++++++ .../scanning/points/CompoundSpgIterator.java | 11 +++++++++ .../scanning/points/GeneratorInfo.java | 11 +++++++++ .../scanning/points/GridGenerator.java | 11 +++++++++ .../eclipse/scanning/points/GridIterator.java | 11 +++++++++ .../eclipse/scanning/points/LineIterator.java | 11 +++++++++ .../scanning/points/LissajousGenerator.java | 11 +++++++++ .../scanning/points/LissajousIterator.java | 11 +++++++++ .../scanning/points/MultiStepGenerator.java | 11 +++++++++ .../scanning/points/MultiStepIterator.java | 11 +++++++++ .../points/OneDEqualSpacingGenerator.java | 11 +++++++++ .../scanning/points/OneDStepGenerator.java | 11 +++++++++ .../points/PointGeneratorService.java | 11 +++++++++ .../scanning/points/PointsActivator.java | 11 +++++++++ .../scanning/points/PySerializable.java | 11 +++++++++ .../points/RandomOffsetDecorator.java | 11 +++++++++ .../points/RandomOffsetGridGenerator.java | 11 +++++++++ .../scanning/points/RasterGenerator.java | 11 +++++++++ .../points/RepeatedPointGenerator.java | 11 +++++++++ .../points/RepeatedPointIterator.java | 11 +++++++++ .../points/ScanPointGeneratorFactory.java | 11 +++++++++ .../scanning/points/SerializableIterator.java | 11 +++++++++ .../scanning/points/SpiralGenerator.java | 11 +++++++++ .../scanning/points/SpiralIterator.java | 11 +++++++++ .../scanning/points/StaticGenerator.java | 11 +++++++++ .../scanning/points/StepGenerator.java | 11 +++++++++ .../eclipse/scanning/points/StepIterator.java | 11 +++++++++ .../ScanningAPIClassRegistry.java | 11 +++++++++ .../points/mutators/FixedDurationMutator.java | 11 +++++++++ .../points/mutators/RandomOffsetMutator.java | 11 +++++++++ .../serialization/PointsModelMarshaller.java | 11 +++++++++ .../points/serialization/PositionBean.java | 11 +++++++++ .../serialization/PositionDeserializer.java | 4 ++-- .../serialization/PositionSerializer.java | 4 ++-- .../serialization/ScanRequestMixIn.java | 4 ++-- .../validation/BoundingBoxValidator.java | 11 +++++++++ .../points/validation/CompoundValidator.java | 11 +++++++++ .../validation/ScanRequestValidator.java | 11 +++++++++ .../points/validation/ValidatorService.java | 11 +++++++++ .../scisoftpy/python/PythonSubProcess.java | 9 ++++--- .../scisoftpy/python/PythonUtils.java | 11 +++++---- .../scanning/sequencer/AcquisitionDevice.java | 11 +++++++++ .../sequencer/DelegateNexusWrapper.java | 11 +++++++++ .../scanning/sequencer/DeviceRunner.java | 11 +++++++++ .../scanning/sequencer/DeviceWriter.java | 11 +++++++++ .../scanning/sequencer/LevelRunner.java | 11 +++++++++ .../sequencer/RunnableDeviceServiceImpl.java | 11 +++++++++ .../sequencer/ScannablePositioner.java | 11 +++++++++ .../sequencer/SequencerActivator.java | 11 +++++++++ .../scanning/sequencer/ServiceHolder.java | 11 +++++++++ .../scanning/sequencer/SubscanModerator.java | 11 +++++++++ .../sequencer/analysis/Attributes.java | 11 +++++++++ .../ClusterProcessingRunnableDevice.java | 11 +++++++++ .../analysis/ProcessingRunnableDevice.java | 11 +++++++++ .../expression/ServerExpressionService.java | 11 +++++++++ .../expression/VanillaExpressionEngine.java | 11 +++++---- .../sequencer/nexus/AttributeManager.java | 11 +++++++++ .../nexus/INexusScanFileManager.java | 11 +++++++++ .../nexus/MalcolmNexusScanFileManager.java | 11 +++++++++ .../nexus/NexusScanFileDataBuilder.java | 11 +++++++++ .../sequencer/nexus/NexusScanFileManager.java | 11 +++++++++ .../nexus/NexusScanFileManagerFactory.java | 11 +++++++++ .../sequencer/nexus/ScanPointsWriter.java | 11 +++++++++ .../sequencer/nexus/SolsticeConstants.java | 11 +++++++++ .../sequencer/watchdog/AbstractWatchdog.java | 11 +++++++++ .../sequencer/watchdog/DeviceController.java | 11 +++++++++ .../watchdog/DeviceWatchdogService.java | 11 +++++++++ .../watchdog/ExpressionWatchdog.java | 11 +++++++++ .../sequencer/watchdog/TopupWatchdog.java | 11 +++++++++ .../eclipse/scanning/test/BrokerDelegate.java | 11 +++++++++ .../org/eclipse/scanning/test/BrokerTest.java | 11 +++++++++ .../test/ScanningTestClassRegistry.java | 24 +++++++------------ .../org/eclipse/scanning/test/TmpTest.java | 11 +++++++++ .../test/annot/AnAnnotatedDetector.java | 11 +++++++++ .../test/annot/AnnotatedDeviceTest.java | 11 +++++++++ .../test/annot/AnnotationManagerTest.java | 11 +++++++++ .../scanning/test/annot/CountingDevice.java | 11 +++++++++ .../test/annot/ExtendedCountingDevice.java | 11 +++++++++ .../scanning/test/annot/InjectionDevice.java | 11 +++++++++ .../test/annot/InvalidInjectionDevice.java | 11 +++++++++ .../scanning/test/annot/OrderedDevice.java | 11 +++++++++ .../test/annot/RepeatedTypeDevice.java | 11 +++++++++ .../scanning/test/annot/SimpleDevice.java | 11 +++++++++ .../eclipse/scanning/test/annot/Suite.java | 11 +++++++++ .../test/command/AbstractJythonTest.java | 11 +++++++++ .../test/command/MScanServletTest.java | 11 +++++++++ .../test/command/PyExpresserTest.java | 11 +++++++++ .../test/command/ScanRequestCreationTest.java | 11 +++++++++ .../scanning/test/command/SubmissionTest.java | 11 +++++++++ .../eclipse/scanning/test/command/Suite.java | 11 +++++++++ .../test/epics/EpicsV4ConnectorTest.java | 11 +++++++++ .../test/epics/PVDataSerializationTest.java | 11 +++++++++ .../eclipse/scanning/test/epics/Suite.java | 11 +++++++++ .../test/event/AbstractConsumerTest.java | 11 +++++++++ .../test/event/AbstractMConsumerTest.java | 11 +++++++++ .../test/event/AbstractPauseTest.java | 11 +++++++++ .../test/event/AbstractScanEventTest.java | 11 +++++++++ .../test/event/AcquireRequestTest.java | 11 +++++++++ .../eclipse/scanning/test/event/AnyBean.java | 11 +++++++++ .../test/event/AnyBeanClassRegistry.java | 24 +++++++------------ .../scanning/test/event/AnyBeanEventTest.java | 11 +++++++++ .../scanning/test/event/BillStatusBean.java | 11 +++++++++ .../test/event/ConsumerPluginTest.java | 11 +++++++++ .../scanning/test/event/ConsumerTest.java | 11 +++++---- .../scanning/test/event/FredStatusBean.java | 11 +++++++++ .../scanning/test/event/HeartbeatTest.java | 11 +++++++++ .../test/event/MConsumerPluginTest.java | 11 +++++++++ .../scanning/test/event/MConsumerTest.java | 11 +++++---- .../scanning/test/event/MappingScanTest.java | 11 +++++++++ .../scanning/test/event/PauseTest.java | 11 +++++---- .../scanning/test/event/RequesterTest.java | 11 +++++---- .../test/event/ScanEventPluginTest.java | 11 +++++++++ .../scanning/test/event/ScanEventTest.java | 11 +++++++++ .../test/event/SerializationTest.java | 11 +++++++++ .../eclipse/scanning/test/event/Suite.java | 11 +++++++++ .../test/event/ThreadingScanEventTest.java | 11 +++++++++ .../event/queues/HeartbeatMonitorTest.java | 11 +++++++++ .../queues/QueueControllerServiceTest.java | 11 +++++++++ .../event/queues/QueueProcessCreatorTest.java | 11 +++++++++ .../event/queues/QueueProcessFactoryTest.java | 11 +++++++++ .../queues/QueueResponseProcessTest.java | 11 +++++++++ .../QueueServiceIntegrationPluginTest.java | 11 +++++++++ .../queues/QueueServiceIntegrationTest.java | 11 +++++++++ .../event/queues/QueueServicePluginTest.java | 11 +++++++++ .../test/event/queues/QueueServiceTest.java | 11 +++++++++ .../scanning/test/event/queues/QueueTest.java | 11 +++++++++ .../scanning/test/event/queues/Suite.java | 11 +++++++++ .../queues/_QueueControllerServiceTest.java | 11 +++++++++ .../queues/api/SizeLimitedRecorderTest.java | 11 +++++++++ .../event/queues/beans/AbstractBeanTest.java | 11 +++++++++ .../event/queues/beans/MonitorAtomTest.java | 11 +++++++++ .../test/event/queues/beans/MoveAtomTest.java | 11 +++++++++ .../test/event/queues/beans/ScanAtomTest.java | 11 +++++++++ .../event/queues/beans/SubTaskAtomTest.java | 11 +++++++++ .../test/event/queues/beans/Suite.java | 11 +++++++++ .../test/event/queues/beans/TaskBeanTest.java | 11 +++++++++ .../test/event/queues/dummy/DummyAtom.java | 11 +++++++++ .../event/queues/dummy/DummyAtomProcess.java | 11 +++++++++ .../test/event/queues/dummy/DummyBean.java | 11 +++++++++ .../event/queues/dummy/DummyBeanProcess.java | 11 +++++++++ .../event/queues/dummy/DummyHasQueue.java | 11 +++++++++ .../queues/dummy/DummyHasQueueProcess.java | 11 +++++++++ .../test/event/queues/dummy/DummyProcess.java | 11 +++++++++ .../queues/dummy/DummyProcessingTest.java | 11 +++++++++ .../queues/dummy/DummyQueueItemTest.java | 11 +++++++++ .../test/event/queues/mocks/MockConsumer.java | 11 +++++++++ .../event/queues/mocks/MockEventService.java | 11 +++++++++ .../event/queues/mocks/MockPositioner.java | 11 +++++++++ .../event/queues/mocks/MockPublisher.java | 11 +++++++++ .../test/event/queues/mocks/MockQueue.java | 11 +++++++++ .../event/queues/mocks/MockQueueService.java | 11 +++++++++ .../event/queues/mocks/MockRequester.java | 11 +++++++++ .../event/queues/mocks/MockResponder.java | 11 +++++++++ .../event/queues/mocks/MockScanService.java | 11 +++++++++ .../event/queues/mocks/MockSubmitter.java | 11 +++++++++ .../event/queues/mocks/MockSubscriber.java | 11 +++++++++ .../processes/MonitorAtomProcessTest.java | 11 +++++++++ .../queues/processes/MoveAtomProcessTest.java | 11 +++++++++ .../processes/ProcessTestInfrastructure.java | 11 +++++++++ .../queues/processes/QueueListenerTest.java | 11 +++++++++ .../queues/processes/ScanAtomProcessTest.java | 11 +++++++++ .../processes/SubTaskAtomProcessTest.java | 11 +++++++++ ...askAtomProcessorIntegrationPluginTest.java | 11 +++++++++ .../SubTaskAtomProcessorIntegrationTest.java | 11 +++++++++ .../test/event/queues/processes/Suite.java | 11 +++++++++ .../queues/processes/TaskBeanProcessTest.java | 11 +++++++++ .../EventInfrastructureFactoryService.java | 11 +++++++++ .../queues/util/TestAtomQueueBeanMaker.java | 11 +++++++++ .../fakespring/PseudoSpringParserTest.java | 11 +++++++++ .../scanning/test/fakespring/Suite.java | 11 +++++++++ .../scanning/test/filter/FilterTest.java | 11 +++++++++ .../eclipse/scanning/test/filter/Suite.java | 11 +++++++++ .../malcolm/AbstractAbortingMalcolmTest.java | 11 +++++++++ .../AbstractCommunicationMalcolmTest.java | 11 +++++++++ .../test/malcolm/AbstractMalcolmTest.java | 11 +++++++++ .../AbstractMultipleClientMalcolmTest.java | 11 +++++++++ .../malcolm/AbstractPausingMalcolmTest.java | 11 +++++++++ .../eclipse/scanning/test/malcolm/Suite.java | 11 +++++++++ .../test/malcolm/device/LatchDelegate.java | 11 +++++++++ .../device/LoopingMockedMalcolmDevice.java | 11 +++++++++ .../malcolm/device/MockedMalcolmDevice.java | 11 +++++++++ .../malcolm/device/MockedMalcolmService.java | 11 +++++++++ ...ockedWriteInLoopPausableMalcolmDevice.java | 11 +++++++++ .../device/PausableMockedMalcolmDevice.java | 11 +++++++++ .../malcolm/mock/MockAbortingMalcolmTest.java | 11 +++++++++ .../mock/MockCommunicationMalcolmTest.java | 11 +++++++++ .../malcolm/mock/MockMultipleClientTest.java | 11 +++++++++ .../malcolm/mock/MockPausingMalcolmTest.java | 11 +++++++++ .../real/ExampleMalcolmDeviceTest.java | 11 +++++++++ .../scanning/test/malcolm/real/Suite.java | 11 +++++++++ .../AcquireRequestMessagingAPITest.java | 11 +++++++++ .../DeviceRequestMessagingAPITest.java | 11 +++++++++ .../scanning/test/messaging/FileUtils.java | 11 +++++++++ .../test/messaging/JavaMessagingTests.java | 11 +++++++++ .../PositionerRequestMessagingAPITest.java | 11 +++++++++ .../messaging/ScanBeanMessagingAPITest.java | 11 +++++++++ .../scanning/test/messaging/SubsetStatus.java | 11 +++++++++ .../scanning/test/messaging/Suite.java | 11 +++++++++ .../test/messaging/TopicAndQueueNameTest.java | 11 +++++++++ .../test/messaging/XcenMessagingAPITest.java | 11 +++++++++ .../scanning/test/points/ArrayTest.java | 11 +++++++++ .../scanning/test/points/CompoundTest.java | 11 +++++++++ .../test/points/CompoundTestLarge.java | 11 +++++++++ .../test/points/ExtensionPointPluginTest.java | 11 +++++++++ .../scanning/test/points/GeneratorTest.java | 11 +++++++++ .../scanning/test/points/GeneratorUtil.java | 14 ++++++++--- .../scanning/test/points/GridTest.java | 24 +++++++------------ .../scanning/test/points/GridTestLarge.java | 11 +++++++++ .../scanning/test/points/LinearTest.java | 11 +++++++++ .../scanning/test/points/LissajousTest.java | 11 +++++++++ .../scanning/test/points/MultiStepTest.java | 11 +++++++++ .../test/points/PointServiceTest.java | 11 +++++++++ .../points/RandomOffsetDecoratorTest.java | 11 +++++++++ .../test/points/RandomOffsetGridTest.java | 24 +++++++------------ .../scanning/test/points/RasterTest.java | 11 +++++++++ .../scanning/test/points/RasterTestLarge.java | 11 +++++++++ .../points/ScanPointGeneratorFactoryTest.java | 11 +++++++++ .../scanning/test/points/ScanRankTest.java | 11 +++++++++ .../scanning/test/points/ScanShapeTest.java | 11 +++++++++ .../scanning/test/points/SpiralTest.java | 11 +++++++++ .../scanning/test/points/StaticTest.java | 11 +++++++++ .../scanning/test/points/StepTest.java | 11 +++++++++ .../eclipse/scanning/test/points/Suite.java | 11 +++++++++ .../scanning/test/points/TestGenerator.java | 11 +++++++++ .../test/points/TestGeneratorModel.java | 11 +++++++++ .../test/remote/DummyBeanRegistry.java | 11 +++++++++ .../test/remote/GetDeviceInformationTest.java | 11 +++++++++ .../RemoteQueueControllerServiceTest.java | 11 +++++++++ .../remote/RemoteRunnableServiceTest.java | 11 +++++++++ .../remote/RemoteScannableServiceTest.java | 11 +++++++++ .../eclipse/scanning/test/remote/Suite.java | 11 +++++++++ .../scanning/test/scan/AbstractScanTest.java | 11 +++++++++ .../test/scan/AbstractWatchdogTest.java | 11 +++++++++ .../scanning/test/scan/BenchmarkBean.java | 11 +++++++++ .../scanning/test/scan/BenchmarkScanTest.java | 11 +++++++++ .../scanning/test/scan/ParserTest.java | 11 +++++++++ .../test/scan/RealisticishMockTest.java | 11 +++++++++ .../RunnableDeviceServiceConfigureTest.java | 11 +++++++++ .../scanning/test/scan/ScanFinishedTest.java | 11 +++++++++ .../scanning/test/scan/ScanPluginTest.java | 11 +++++++++ .../scanning/test/scan/ScanSpeedTest.java | 11 +++++++++ .../eclipse/scanning/test/scan/ScanTest.java | 11 +++++++++ .../org/eclipse/scanning/test/scan/Suite.java | 11 +++++++++ .../scanning/test/scan/ThreadScanTest.java | 11 +++++++++ .../test/scan/WatchdogCombinedTest.java | 11 +++++++++ .../test/scan/WatchdogShutterTest.java | 11 +++++++++ .../scanning/test/scan/WatchdogTopupTest.java | 11 +++++++++ .../legacy/LegacyDeviceSupportScanTest.java | 11 +++++++++ .../legacy/MockLegacyScannableConnector.java | 11 +++++++++ .../scan/mock/AnnotatedMockDetectorModel.java | 11 +++++++++ .../scan/mock/AnnotatedMockScannable.java | 11 +++++++++ .../mock/AnnotatedMockWritableDetector.java | 11 +++++++++ .../test/scan/mock/AnnotationRecorder.java | 11 +++++++++ .../test/scan/mock/DummyOperationBean.java | 11 +++++++++ .../scan/mock/MockAbstractMathsOperation.java | 11 +++++---- .../test/scan/mock/MockDetectorModel.java | 11 +++++++++ .../scan/mock/MockOperationContextImpl.java | 11 +++++++++ .../test/scan/mock/MockOperationService.java | 11 +++++++++ .../test/scan/mock/MockSeriesRunner.java | 11 +++++++++ .../test/scan/mock/MockSliceViewIterator.java | 9 ++++--- .../test/scan/mock/MockSubtractOperation.java | 11 +++++---- .../test/scan/mock/MockWritableDetector.java | 11 +++++++++ .../mock/MockWritingMandelbrotDetector.java | 23 +++++++----------- .../scan/mock/MockWritingMandlebrotModel.java | 11 +++++++++ .../test/scan/nexus/AttributeTest.java | 11 +++++++++ .../test/scan/nexus/BasicScanTest.java | 11 +++++++++ .../test/scan/nexus/ConstantVelocityTest.java | 11 +++++++++ .../test/scan/nexus/DarkCurrentTest.java | 11 +++++++++ .../scan/nexus/DummyMalcolmDeviceTest.java | 11 +++++++++ .../test/scan/nexus/LinearScanTest.java | 11 +++++++++ .../nexus/LowLevelDetectorPluginTest.java | 11 +++++++++ .../test/scan/nexus/MalcolmScanTest.java | 11 +++++++++ .../scan/nexus/MandelbrotAcquireTest.java | 11 +++++++++ .../scan/nexus/MandelbrotExampleTest.java | 11 +++++++++ .../test/scan/nexus/MandelbrotRemoteTest.java | 11 +++++++++ .../scan/nexus/MetadataScannableTest.java | 11 +++++++++ .../test/scan/nexus/MockScanParticpiant.java | 11 +++++++++ .../scanning/test/scan/nexus/MonitorTest.java | 11 +++++++++ .../scanning/test/scan/nexus/NexusAssert.java | 11 +++++++++ .../scan/nexus/NexusStepScanSpeedTest.java | 11 +++++++++ .../scanning/test/scan/nexus/NexusTest.java | 11 +++++++++ .../scan/nexus/ScanClusterProcessingTest.java | 11 +++++++++ .../test/scan/nexus/ScanMetadataTest.java | 11 +++++++++ .../test/scan/nexus/ScanPointsWriterTest.java | 11 +++++++++ .../test/scan/nexus/ScanProcessingTest.java | 11 +++++++++ .../scan/nexus/ScanWithNoNexusFileTest.java | 11 +++++++++ .../scanning/test/scan/nexus/Suite.java | 11 +++++++++ .../scan/preprocess/PreprocessPluginTest.java | 11 +++++++++ .../test/scan/preprocess/PreprocessTest.java | 11 +++++++++ .../scan/preprocess/SubscanModeratorTest.java | 11 +++++++++ .../test/scan/preprocess/SubscanTest.java | 11 +++++++++ .../scanning/test/scan/preprocess/Suite.java | 11 +++++++++ .../scanning/test/scan/real/RunTest.java | 11 +++++++++ .../test/scan/real/ScanExecutionTest.java | 11 +++++++++ .../scanning/test/scan/real/TestScanBean.java | 11 +++++++++ .../test/scan/servlet/MockScriptService.java | 11 +++++++++ .../test/scan/servlet/ScanProcessTest.java | 11 +++++++++ .../test/scan/servlet/ScanServletTest.java | 11 +++++++++ .../scanning/test/scan/servlet/Suite.java | 11 +++++++++ .../test/stashing/RegisteredTypeBeanV0.java | 11 +++++++++ .../test/stashing/RegisteredTypeBeanV1.java | 11 +++++++++ .../test/stashing/RegisteredTypeBeanV2.java | 11 +++++++++ .../scanning/test/stashing/StashingTest.java | 11 +++++++++ .../eclipse/scanning/test/stashing/Suite.java | 11 +++++++++ .../test/stashing/TestClassRegistry.java | 24 +++++++------------ .../test/stashing/UnregisterdTypeBeanV0.java | 11 +++++++++ .../test/stashing/UnregisteredTypeBeanV1.java | 11 +++++++++ .../test/ui/AxisConfigurationTest.java | 11 +++++++++ .../scanning/test/ui/BoundingBoxTest.java | 11 +++++++++ .../test/ui/ControlTreeViewerTest.java | 11 +++++++++ .../scanning/test/ui/KnownModelsTest.java | 11 +++++++++ .../test/ui/SampleInformationTest.java | 11 +++++++++ .../scanning/test/ui/ScannableViewerTest.java | 11 +++++++++ .../test/ui/ScannableViewerTest2.java | 11 +++++++++ .../org/eclipse/scanning/test/ui/UISuite.java | 11 +++++++++ .../scanning/test/util/DoubleUtils.java | 11 +++++---- .../validation/AbstractValidationTest.java | 11 +++++++++ .../test/validation/CompoundModelTest.java | 11 +++++++++ .../scanning/test/validation/ModelTest.java | 11 +++++++++ .../validation/ScanRequestValidationTest.java | 11 +++++++++ .../scanning/test/validation/Suite.java | 11 +++++++++ 749 files changed, 8047 insertions(+), 340 deletions(-) diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/AbstractScannable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/AbstractScannable.java index 719cd4810..b37ff24b9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/AbstractScannable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/AbstractScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import java.util.HashMap; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IBoundable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IBoundable.java index d27562553..2461086b2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IBoundable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IBoundable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IConfigurable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IConfigurable.java index cfb64daea..0942e1148 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IConfigurable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IConfigurable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ILevel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ILevel.java index 885bd0f89..3b435a304 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ILevel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ILevel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IModelProvider.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IModelProvider.java index e02266986..588c2fb3f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IModelProvider.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IModelProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IMonitoredDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IMonitoredDevice.java index cfb946c86..3c5a5b4dc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IMonitoredDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IMonitoredDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import org.eclipse.scanning.api.device.IActivatable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INameable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INameable.java index 42cf1544c..2a0c913c6 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INameable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INameable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INamedNode.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INamedNode.java index 1995985d0..8959864cf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INamedNode.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/INamedNode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScanAttributeContainer.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScanAttributeContainer.java index 3bf5b3a9d..0a3cf7695 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScanAttributeContainer.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScanAttributeContainer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import java.util.Collections; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScannable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScannable.java index 6c66603b0..2910aef58 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScannable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import org.eclipse.scanning.api.device.IActivatable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IServiceResolver.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IServiceResolver.java index 5416512ae..6cbd12baa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IServiceResolver.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IServiceResolver.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ISpringParser.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ISpringParser.java index b4bf96163..7db72b359 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ISpringParser.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ISpringParser.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import java.io.File; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITerminatable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITerminatable.java index a42b7ac01..8b62aa7af 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITerminatable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITerminatable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITimeoutable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITimeoutable.java index 1f3603f5d..0436c5d0a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITimeoutable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ITimeoutable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import org.eclipse.scanning.api.annotation.UiHidden; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidator.java index 03313e09b..00c5f029d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidatorService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidatorService.java index 4d0f375fb..2776ce2ab 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidatorService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/IValidatorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ModelValidationException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ModelValidationException.java index 787595ce7..e133e1c2c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ModelValidationException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ModelValidationException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; import java.lang.reflect.Field; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/MonitorRole.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/MonitorRole.java index cc9ba3f67..59f9be900 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/MonitorRole.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/MonitorRole.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ValidationException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ValidationException.java index 53b2567e9..6388c7bfc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ValidationException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ValidationException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api; public class ValidationException extends RuntimeException { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MaximumValue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MaximumValue.java index 87e1ba3c6..6739f3c97 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MaximumValue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MaximumValue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MinimumValue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MinimumValue.java index 08845eae8..dd213e61c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MinimumValue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/MinimumValue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAction.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAction.java index dec2641bb..217afabf8 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAction.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAction.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttribute.java index 5c5c653a0..3fd3eb14c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttribute.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttributes.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttributes.java index 0306443c2..ace774899 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttributes.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiAttributes.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiComesAfter.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiComesAfter.java index 62d1da5a6..8ba3d4e7f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiComesAfter.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiComesAfter.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiDontExpand.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiDontExpand.java index f011f464a..e46f27025 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiDontExpand.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiDontExpand.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiFilename.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiFilename.java index 601870af1..96ed37567 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiFilename.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiFilename.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiHidden.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiHidden.java index c1787b2e0..5688dc130 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiHidden.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiHidden.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLabel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLabel.java index 4ab103995..66aaeb58b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLabel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLabel.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLarge.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLarge.java index ae23f8f69..312cfc92e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLarge.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLarge.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLookup.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLookup.java index 9dbccfe7f..6c6e0516d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLookup.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiLookup.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiMasked.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiMasked.java index 2fb9d9649..8d2dbb430 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiMasked.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiMasked.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiReadOnly.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiReadOnly.java index f28bc66af..65c4dd0bf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiReadOnly.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiReadOnly.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiRequired.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiRequired.java index a40dccd63..13b96af76 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiRequired.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiRequired.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiSection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiSection.java index 8607e99d0..d3312f18a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiSection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiSection.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // This file is dual licensed under both the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html) and the EPL diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiTooltip.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiTooltip.java index f47c4543d..264be32b6 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiTooltip.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiTooltip.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiWide.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiWide.java index 49897989a..698ddb3e8 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiWide.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/UiWide.java @@ -1,4 +1,14 @@ -// Metawidget +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ // // For historical reasons, this file is licensed under the LGPL // (http://www.gnu.org/licenses/lgpl-2.1.html). diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/Units.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/Units.java index db801c2b7..fe18bed58 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/Units.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/Units.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotatedDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotatedDevice.java index f6851c492..833f20026 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotatedDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotatedDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.io.PrintStream; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotationManager.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotationManager.java index 111567980..1c22941f6 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotationManager.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/AnnotationManager.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/DeviceAnnotations.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/DeviceAnnotations.java index 677200866..1ac8e66cc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/DeviceAnnotations.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/DeviceAnnotations.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/FileDeclared.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/FileDeclared.java index d0c055bc3..11e17cc39 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/FileDeclared.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/FileDeclared.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelComparitor.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelComparitor.java index d22954ed3..a53bd878e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelComparitor.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelComparitor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.util.Comparator; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelEnd.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelEnd.java index 8d1c266e2..a2bb4a27c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelEnd.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelEnd.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelStart.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelStart.java index cfada6661..fd0d25b04 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelStart.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/LevelStart.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointEnd.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointEnd.java index a8364c70f..fbcb0c91c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointEnd.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointEnd.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointStart.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointStart.java index 0d81080dd..56c725936 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointStart.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PointStart.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PostConfigure.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PostConfigure.java index c70d291cc..f15e7539d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PostConfigure.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PostConfigure.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PreConfigure.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PreConfigure.java index 8ef4c0d62..295e76a89 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PreConfigure.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/PreConfigure.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanAbort.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanAbort.java index e7203c60b..6249aa7b2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanAbort.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanAbort.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanEnd.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanEnd.java index 16cd6acfc..1710e0a47 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanEnd.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanEnd.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFault.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFault.java index f21f6c644..35c536265 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFault.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFault.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFinally.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFinally.java index c66b317bd..0c4fa5555 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFinally.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanFinally.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanPause.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanPause.java index ad9de85fe..85a43cf21 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanPause.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanPause.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanResume.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanResume.java index 5dead93f1..5a4c253f5 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanResume.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanResume.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanStart.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanStart.java index dfb4249ca..d10b9b644 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanStart.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/ScanStart.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/WriteComplete.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/WriteComplete.java index 6d1026754..9f8134b9d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/WriteComplete.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/scan/WriteComplete.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.scan; import java.lang.annotation.ElementType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/DeviceType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/DeviceType.java index ee197552c..e5e319ed0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/DeviceType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/DeviceType.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.ui; public enum DeviceType { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/EditType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/EditType.java index 0eacf98bb..3a560a620 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/EditType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/EditType.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.ui; public enum EditType { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldDescriptor.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldDescriptor.java index 0637c4367..638c2e8b9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldDescriptor.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldDescriptor.java @@ -1,6 +1,6 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldRole.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldRole.java index c588bc7bf..8f8703223 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldRole.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldRole.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.ui; public enum FieldRole { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldUtils.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldUtils.java index 117799511..3efb0553a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldUtils.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldUtils.java @@ -1,6 +1,6 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldValue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldValue.java index 8121a0fdc..546e2cfaa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldValue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FieldValue.java @@ -1,6 +1,6 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FileType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FileType.java index e1d20bd19..8fd6876ed 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FileType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/FileType.java @@ -1,6 +1,6 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/RangeType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/RangeType.java index bed13e3e5..6230f652f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/RangeType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/annotation/ui/RangeType.java @@ -1,11 +1,14 @@ /*- - * Copyright 2015 Diamond Light Source Ltd. - * + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.annotation.ui; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/AbstractRunnableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/AbstractRunnableDevice.java index eb90e721a..c4d87f82d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/AbstractRunnableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/AbstractRunnableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.net.InetAddress; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/DeviceResponse.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/DeviceResponse.java index aae64d467..c914656c5 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/DeviceResponse.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/DeviceResponse.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IActivatable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IActivatable.java index 9ba47855a..41a214cec 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IActivatable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IActivatable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IAttributableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IAttributableDevice.java index a29d14604..40e4f915a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IAttributableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IAttributableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceController.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceController.java index 7358faa5d..ce1ad8d07 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceController.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceController.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdog.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdog.java index d8082dfdb..4244b8d2a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdog.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.IModelProvider; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdogService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdogService.java index 9c00e4bd6..6e1cc6260 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdogService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IDeviceWatchdogService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IPausableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IPausableDevice.java index 05d7d422d..1b4607d76 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IPausableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IPausableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IResettableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IResettableDevice.java index 6a6e78ca0..c5e363fe4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IResettableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IResettableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDevice.java index cf3c956dd..45b164cca 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDeviceService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDeviceService.java index f8ac747cb..92abbadcb 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDeviceService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableDeviceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableEventDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableEventDevice.java index 78cc56d6b..02b08ce91 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableEventDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IRunnableEventDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.points.IPosition; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IScannableDeviceService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IScannableDeviceService.java index 59dda2ad1..f220443bf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IScannableDeviceService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IScannableDeviceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IWritableDetector.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IWritableDetector.java index c58bdc2e4..6c4f51ed1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IWritableDetector.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/IWritableDetector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import org.eclipse.scanning.api.ILevel; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/PositionerResponse.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/PositionerResponse.java index ab849949d..d188047e9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/PositionerResponse.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/PositionerResponse.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device; import java.lang.ref.Reference; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/AbstractDetectorModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/AbstractDetectorModel.java index 3d635daf9..ebc797247 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/AbstractDetectorModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/AbstractDetectorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import org.eclipse.scanning.api.annotation.ui.FieldDescriptor; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ClusterProcessingModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ClusterProcessingModel.java index c09876527..ef2b406cf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ClusterProcessingModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ClusterProcessingModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import org.eclipse.scanning.api.annotation.ui.DeviceType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceRole.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceRole.java index 958b7e48c..1f017419c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceRole.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceRole.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceWatchdogModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceWatchdogModel.java index 012aebb41..2494568b4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceWatchdogModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/DeviceWatchdogModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDetectorModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDetectorModel.java index 9c7a24936..644c1bcef 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDetectorModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDetectorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import org.eclipse.scanning.api.INameable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDeviceRoleActor.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDeviceRoleActor.java index e96a86cab..22b9661d1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDeviceRoleActor.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IDeviceRoleActor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import java.util.EnumSet; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IMalcolmModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IMalcolmModel.java index c1fa86989..0dd7a3627 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IMalcolmModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/IMalcolmModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/MalcolmModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/MalcolmModel.java index cdc5482e2..fbe18564f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/MalcolmModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/MalcolmModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ProcessingModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ProcessingModel.java index 28a67971b..fdca725b8 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ProcessingModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ProcessingModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; import org.eclipse.scanning.api.ITimeoutable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ScanMode.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ScanMode.java index a457a07cf..3a0614227 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ScanMode.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/device/models/ScanMode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.device.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventConstants.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventConstants.java index 9b6c8c304..232366ea0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventConstants.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventConstants.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventException.java index 01c00ea32..6a5def130 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/EventException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; public class EventException extends Exception { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventConnectorService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventConnectorService.java index 913b44096..f06a1cccb 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventConnectorService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventConnectorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventService.java index 6d3bb872f..16a4d8608 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IEventService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IMessagingService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IMessagingService.java index 8da433655..29dae6be2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IMessagingService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IMessagingService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IdBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IdBean.java index 26b5264e8..5453ef222 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IdBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/IdBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerBean.java index 1912dadcb..844f76f1e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerBean.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; import org.eclipse.scanning.api.INameable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerCommandBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerCommandBean.java index ebe0a66e1..df285af4e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerCommandBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerCommandBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; import java.util.UUID; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerStatus.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerStatus.java index 7fd5e4f47..a6fe1bd03 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerStatus.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/ConsumerStatus.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; public enum ConsumerStatus { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatBean.java index e84d8f9a5..608777809 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; public class HeartbeatBean extends ConsumerCommandBean { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatEvent.java index 39cc0f374..6d423feea 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/HeartbeatEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/IHeartbeatListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/IHeartbeatListener.java index 08171d844..8c5dbd9d0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/IHeartbeatListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/IHeartbeatListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/KillBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/KillBean.java index b047d989e..0571775f4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/KillBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/KillBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/PauseBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/PauseBean.java index 07bf44483..0323acf05 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/PauseBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/alive/PauseBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.alive; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/BeanEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/BeanEvent.java index 8ab503c34..13c158eef 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/BeanEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/BeanEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.bean; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/IBeanListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/IBeanListener.java index 7ec9d8697..8b075c3c0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/IBeanListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/bean/IBeanListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.bean; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/AbstractLockingPausableProcess.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/AbstractLockingPausableProcess.java index c4274855f..e8d303aee 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/AbstractLockingPausableProcess.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/AbstractLockingPausableProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.io.BufferedOutputStream; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ConsumerConfiguration.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ConsumerConfiguration.java index 4330e6ccd..aca52f22f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ConsumerConfiguration.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ConsumerConfiguration.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IBeanClass.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IBeanClass.java index 9b5043ec2..39e786abf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IBeanClass.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IBeanClass.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; public interface IBeanClass { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumer.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumer.java index ed6b8550d..12939f117 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumer.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumerProcess.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumerProcess.java index 05be8cf95..57e58dfe9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumerProcess.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IConsumerProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IDisconnectable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IDisconnectable.java index d24e56495..f0b92f27f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IDisconnectable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IDisconnectable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IProcessCreator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IProcessCreator.java index 6f6256d9a..d815b3c47 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IProcessCreator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IProcessCreator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPropertyFilter.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPropertyFilter.java index 6565592bc..f991abdfe 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPropertyFilter.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPropertyFilter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublishable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublishable.java index e78b562ff..3b4662fce 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublishable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublishable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublisher.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublisher.java index 024f0f87b..d41a42348 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublisher.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IPublisher.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.io.PrintStream; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueConnection.java index aa42e99ba..c3eb5e4ff 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueReader.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueReader.java index c764ba16b..d7b6889b0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueReader.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IQueueReader.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequestResponseConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequestResponseConnection.java index e14cb4873..976a873cd 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequestResponseConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequestResponseConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequester.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequester.java index 5c9a6ab18..e60d9cca3 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequester.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IRequester.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.concurrent.TimeUnit; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponder.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponder.java index abe82e528..4876d0e63 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponder.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseCreator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseCreator.java index 4069e1d92..542933739 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseCreator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseCreator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseProcess.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseProcess.java index b79132e88..d3c1d42b3 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseProcess.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IResponseProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubmitter.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubmitter.java index d7369b351..e094a1bdc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubmitter.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubmitter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubscriber.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubscriber.java index d8c1f225d..a9f28a458 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubscriber.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ISubscriber.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ITopicConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ITopicConnection.java index ce5fbcc9b..2cda82b5b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ITopicConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ITopicConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IURIConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IURIConnection.java index 337da1cb3..e4c89d6fa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IURIConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/IURIConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ResponseConfiguration.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ResponseConfiguration.java index 488251698..30ebe9ed3 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ResponseConfiguration.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/core/ResponseConfiguration.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.core; import java.util.concurrent.CountDownLatch; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunCreator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunCreator.java index 602df2be9..4d1c6de8d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunCreator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunCreator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.dry; import org.eclipse.scanning.api.event.core.IConsumerProcess; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunProcess.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunProcess.java index d38a2c280..6068b8c58 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunProcess.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/DryRunProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.dry; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/FastRunCreator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/FastRunCreator.java index d59921c25..d09103c4e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/FastRunCreator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/dry/FastRunCreator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.dry; import org.eclipse.scanning.api.event.core.IConsumerProcess; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IHeartbeatMonitor.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IHeartbeatMonitor.java index 59a81dc85..7d850f426 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IHeartbeatMonitor.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IHeartbeatMonitor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueue.java index 35d5b5a19..3d49117db 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueBroadcaster.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueBroadcaster.java index 9ab46c65f..c54aa13fa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueBroadcaster.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueBroadcaster.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerEventConnector.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerEventConnector.java index 084c55f7f..efb633d9a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerEventConnector.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerEventConnector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerService.java index 85f731dcc..d32b4c02e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueControllerService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueProcess.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueProcess.java index 083d5286a..38dd036ce 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueProcess.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import org.eclipse.scanning.api.event.core.IConsumer; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueService.java index 8a570a3ec..89e2ef27f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/IQueueService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueStatus.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueStatus.java index 876e9454b..5d6301e2e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueStatus.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueStatus.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueViews.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueViews.java index ae12bb6e9..4fddeb8a4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueViews.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/QueueViews.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.io.UnsupportedEncodingException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/SizeLimitedRecorder.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/SizeLimitedRecorder.java index 06bd939db..c519161ed 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/SizeLimitedRecorder.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/SizeLimitedRecorder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues; import java.util.LinkedList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasAtomQueue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasAtomQueue.java index b384c71e8..92d520bad 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasAtomQueue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasAtomQueue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasChildQueue.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasChildQueue.java index 092880905..5d92a9b2d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasChildQueue.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/IHasChildQueue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MonitorAtom.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MonitorAtom.java index c2547601a..cd67f9d5a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MonitorAtom.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MonitorAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import org.eclipse.scanning.api.event.queues.IQueueService; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MoveAtom.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MoveAtom.java index 88c3faed3..5312bfbaf 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MoveAtom.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/MoveAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueAtom.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueAtom.java index 10c130737..cbb0b2210 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueAtom.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueBean.java index cdd169cb0..2b0fd46c1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/QueueBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/Queueable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/Queueable.java index 5f2275408..ae648cd18 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/Queueable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/Queueable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import org.eclipse.scanning.api.event.queues.IQueueService; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/ScanAtom.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/ScanAtom.java index c248e62a2..c8952577b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/ScanAtom.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/ScanAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/SubTaskAtom.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/SubTaskAtom.java index bd2998f92..23b0198e5 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/SubTaskAtom.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/SubTaskAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import java.util.LinkedList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/TaskBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/TaskBean.java index ddede2231..f63601d45 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/TaskBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/beans/TaskBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.beans; import java.util.LinkedList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequest.java index 8e822f7c9..26fba03c3 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.remote; import java.util.UUID; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequestType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequestType.java index 2c778330f..ad78fbb7d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequestType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/queues/remote/QueueRequestType.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.queues.remote; public enum QueueRequestType { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/AcquireRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/AcquireRequest.java index 453477aa2..7b607df3b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/AcquireRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/AcquireRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import org.eclipse.scanning.api.event.IdBean; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceAction.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceAction.java index e02af269d..c29deea1b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceAction.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceAction.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import org.eclipse.scanning.api.ITerminatable.TerminationPreference; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceInformation.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceInformation.java index 34e08856a..38c0a27f2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceInformation.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceInformation.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.lang.reflect.Field; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceRequest.java index 4bb860569..d3fbc01c1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceState.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceState.java index 5751dde6d..8312a4d87 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceState.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/DeviceState.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/IScanListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/IScanListener.java index b18b8b88e..0ee14f7fa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/IScanListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/IScanListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionRequestType.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionRequestType.java index 219de7e75..b049d92d0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionRequestType.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionRequestType.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; public enum PositionRequestType { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionerRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionerRequest.java index fc1a320b6..6527e95e9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionerRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/PositionerRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import org.eclipse.scanning.api.event.IdBean; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/SampleData.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/SampleData.java index 1326d5181..d989f0256 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/SampleData.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/SampleData.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanBean.java index 18aa9ebcb..d9afcb666 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.net.InetAddress; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanEvent.java index 015d7910f..9eb9a7a2e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanRequest.java index 38b129b1f..c3243da97 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/scan/ScanRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.scan; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConnectable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConnectable.java index 7fd4c173a..e27e57a2e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConnectable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConnectable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.servlet; import java.net.URISyntaxException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConsumerServlet.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConsumerServlet.java index 5c761177c..42a704fb2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConsumerServlet.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IConsumerServlet.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.servlet; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IResponderServlet.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IResponderServlet.java index 94757d608..285db7525 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IResponderServlet.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/IResponderServlet.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.servlet; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/ISubscriberServlet.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/ISubscriberServlet.java index bb814e1a8..b64301d47 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/ISubscriberServlet.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/servlet/ISubscriberServlet.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.servlet; import java.net.URISyntaxException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/AdministratorMessage.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/AdministratorMessage.java index 4f077f3e6..14107fa02 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/AdministratorMessage.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/AdministratorMessage.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.status; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/OpenRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/OpenRequest.java index 55558cc33..8f7a2411d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/OpenRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/OpenRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.status; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/Status.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/Status.java index ec1d9f5b4..2e7aa3f29 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/Status.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/Status.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.status; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/StatusBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/StatusBean.java index da8775d56..71ad8bad2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/StatusBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/event/status/StatusBean.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.event.status; import java.util.Properties; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/Filter.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/Filter.java index 44ea2b740..a7cc1a03d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/Filter.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/Filter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.filter; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/FilterService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/FilterService.java index 3a53474e1..372de6168 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/FilterService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/FilterService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.filter; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilter.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilter.java index ee3849a39..19c8f0e4d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilter.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.filter; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilterService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilterService.java index d7a23455b..d601ca2e5 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilterService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/filter/IFilterService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.filter; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/ILatchableDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/ILatchableDevice.java index c66bc9b11..c07f78a2b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/ILatchableDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/ILatchableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import java.util.concurrent.TimeUnit; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmDevice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmDevice.java index 2fd6ed95a..9a949dee2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmDevice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import java.util.Set; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmEventPublisher.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmEventPublisher.java index a8dc82b06..ff4b10788 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmEventPublisher.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmEventPublisher.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import org.eclipse.scanning.api.malcolm.event.IMalcolmListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmService.java index f9c773a60..14ac46505 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/IMalcolmService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import org.eclipse.scanning.api.device.models.IMalcolmModel; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceException.java index 2742a4a8b..c426e31f1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceOperationCancelledException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceOperationCancelledException.java index de9a70521..8a88c3172 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceOperationCancelledException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmDeviceOperationCancelledException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; public class MalcolmDeviceOperationCancelledException extends MalcolmDeviceException { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmTable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmTable.java index 0296c7e8d..2e1c752dc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmTable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/MalcolmTable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanArrayAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanArrayAttribute.java index 27c33b3e0..2f5429807 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanArrayAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanArrayAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanAttribute.java index fce3280c8..4b2e38088 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/BooleanAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/ChoiceAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/ChoiceAttribute.java index 3b4e6df61..7025ee5e4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/ChoiceAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/ChoiceAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/MalcolmAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/MalcolmAttribute.java index 2e0b67e9c..ece32eb19 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/MalcolmAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/MalcolmAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberArrayAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberArrayAttribute.java index 36b9d5a66..58d37f9ef 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberArrayAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberArrayAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberAttribute.java index 7ee1ef83d..34ef8257e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/NumberAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/PointGeneratorAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/PointGeneratorAttribute.java index cc92bb7ba..d40a91918 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/PointGeneratorAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/PointGeneratorAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringArrayAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringArrayAttribute.java index 22072adeb..97a911397 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringArrayAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringArrayAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringAttribute.java index fd59a4bfd..24980bafd 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/StringAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/TableAttribute.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/TableAttribute.java index b04ed0b72..83b8fb684 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/TableAttribute.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/attributes/TableAttribute.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.attributes; import java.util.LinkedList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/IMalcolmConnectorService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/IMalcolmConnectorService.java index eefc81383..9ad7ab0ed 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/IMalcolmConnectorService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/IMalcolmConnectorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.connector; import java.net.URI; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/MessageGenerator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/MessageGenerator.java index f67bb3a97..0a96ec811 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/MessageGenerator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/connector/MessageGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.connector; import org.eclipse.scanning.api.event.scan.DeviceState; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/IMalcolmListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/IMalcolmListener.java index 13b505c65..9664864ee 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/IMalcolmListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/IMalcolmListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.event; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEvent.java index eb86b215e..c263fb119 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.event; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEventBean.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEventBean.java index 323d79868..e2f53eaed 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEventBean.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/event/MalcolmEventBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.event; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmMessage.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmMessage.java index e0a6fbb2b..318d52241 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmMessage.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmMessage.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.message; import java.util.Map; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmUtil.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmUtil.java index aaa6ff697..9863842fa 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmUtil.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/MalcolmUtil.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.message; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/Type.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/Type.java index 443becc0a..3abadbe9d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/Type.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/message/Type.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.message; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/models/MapMalcolmModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/models/MapMalcolmModel.java index f2ef33c63..0c8862386 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/models/MapMalcolmModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/malcolm/models/MapMalcolmModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.malcolm.models; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractGenerator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractGenerator.java index bff86f8f0..de1fc473c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractGenerator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractPosition.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractPosition.java index 0f8e4a529..6fee77ac7 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractPosition.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/AbstractPosition.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/GeneratorException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/GeneratorException.java index e1a587a1c..48ed04551 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/GeneratorException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/GeneratorException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; public class GeneratorException extends Exception { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IDeviceDependentIterable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IDeviceDependentIterable.java index 2816f80c1..e16097d72 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IDeviceDependentIterable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IDeviceDependentIterable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IMutator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IMutator.java index aca90e4d0..321b3cecb 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IMutator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IMutator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; public interface IMutator { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointContainer.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointContainer.java index be4436a40..6149b983d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointContainer.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointContainer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGenerator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGenerator.java index 226162052..27da20a67 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGenerator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGeneratorService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGeneratorService.java index 4a6329e1f..5a772c4ed 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGeneratorService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPointGeneratorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPosition.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPosition.java index 41adea702..672716e56 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPosition.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/IPosition.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.LinkedHashMap; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/MapPosition.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/MapPosition.java index 7dbed73d1..9af5fc710 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/MapPosition.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/MapPosition.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Point.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Point.java index 026f4ac41..e18ebb31e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Point.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Point.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Scalar.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Scalar.java index 974df90dc..3b83f7515 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Scalar.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/Scalar.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/StaticPosition.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/StaticPosition.java index 0dcd098d7..9a0c40055 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/StaticPosition.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/StaticPosition.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingBoxModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingBoxModel.java index 954970b6e..022b139da 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingBoxModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingBoxModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingLineModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingLineModel.java index 1fa73dd20..776e2040f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingLineModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractBoundingLineModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.UiHidden; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractMapModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractMapModel.java index b5dbe067a..5d506d2d0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractMapModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractMapModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractPointsModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractPointsModel.java index c7cffe099..a3bede43e 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractPointsModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/AbstractPointsModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.beans.PropertyChangeListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ArrayModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ArrayModel.java index 5fa77136c..866c962a9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ArrayModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ArrayModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingBox.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingBox.java index cffe04e79..8df7b6658 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingBox.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingBox.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingLine.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingLine.java index 0f627ced3..03c415eb0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingLine.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/BoundingLine.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CollatedStepModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CollatedStepModel.java index eefbbab8e..f45a92a48 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CollatedStepModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CollatedStepModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CompoundModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CompoundModel.java index 28ce4a789..69e3ce9a8 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CompoundModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/CompoundModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/GridModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/GridModel.java index 27ff18184..c90a537fc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/GridModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/GridModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.MinimumValue; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingBoxModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingBoxModel.java index c49f588b0..3fc08942c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingBoxModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingBoxModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingLineModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingLineModel.java index 5d1777da8..ba3f14c93 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingLineModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IBoundingLineModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IMapPathModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IMapPathModel.java index 38f649a0c..16fdae0ec 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IMapPathModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IMapPathModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IScanPathModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IScanPathModel.java index 3351d0154..aa5d18a5b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IScanPathModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/IScanPathModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.beans.PropertyChangeListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/LissajousModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/LissajousModel.java index bf947423d..6b7c6c644 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/LissajousModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/LissajousModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; public class LissajousModel extends AbstractBoundingBoxModel { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/MultiStepModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/MultiStepModel.java index 287a866d8..89838fccb 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/MultiStepModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/MultiStepModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDEqualSpacingModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDEqualSpacingModel.java index ef83d9f32..24bb3552d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDEqualSpacingModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDEqualSpacingModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDStepModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDStepModel.java index 8fb95bb9e..82c63a76d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDStepModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/OneDStepModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RandomOffsetGridModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RandomOffsetGridModel.java index b435105cf..9ac9b99be 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RandomOffsetGridModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RandomOffsetGridModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.UiTooltip; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RasterModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RasterModel.java index 59cac7d89..6e98d4fdd 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RasterModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RasterModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.ui.FieldDescriptor; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RepeatedPointModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RepeatedPointModel.java index 2d374cef2..5395c5f7f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RepeatedPointModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/RepeatedPointModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.ui.DeviceType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ScanRegion.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ScanRegion.java index 48ca1a7cc..38694e211 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ScanRegion.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/ScanRegion.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SinglePointModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SinglePointModel.java index 8d3bdad2f..a626d11ec 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SinglePointModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SinglePointModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import java.beans.PropertyChangeListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SpiralModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SpiralModel.java index b0c2efffd..253742fb0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SpiralModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/SpiralModel.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StaticModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StaticModel.java index ef9082afb..84051cc44 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StaticModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StaticModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StepModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StepModel.java index a091416c1..2a2ee73c0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StepModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/points/models/StepModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.points.models; import org.eclipse.scanning.api.annotation.ui.DeviceType; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/AxisConfiguration.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/AxisConfiguration.java index 08e0d1809..688df8e90 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/AxisConfiguration.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/AxisConfiguration.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IFilePathService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IFilePathService.java index 6b06b6523..86e563c42 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IFilePathService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IFilePathService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserResult.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserResult.java index c573b999f..044560e03 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserResult.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserResult.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserService.java index 14891a211..cff28b2d0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IParserService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import org.eclipse.scanning.api.event.scan.ScanRequest; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanParticipant.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanParticipant.java index e4cbfeef8..77b485b6d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanParticipant.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanParticipant.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanService.java index 5a184cc00..09259a038 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/IScanService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/LevelInformation.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/LevelInformation.java index b323184d0..7d9ae817a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/LevelInformation.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/LevelInformation.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ParsingException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ParsingException.java index f26013b4b..72cb85511 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ParsingException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ParsingException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; public class ParsingException extends Exception { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/PositionEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/PositionEvent.java index 0d7aaff13..68952c08a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/PositionEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/PositionEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanEstimator.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanEstimator.java index 4b811cd2d..1ebc2ea45 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanEstimator.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanEstimator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.Iterator; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanInformation.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanInformation.java index cf5ec4440..1626f3e66 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanInformation.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanInformation.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanningException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanningException.java index f8f78524c..4379fcb6f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanningException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ScanningException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan; import org.eclipse.scanning.api.device.IRunnableDevice; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/ILocationListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/ILocationListener.java index 4c9b338d7..429b233d7 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/ILocationListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/ILocationListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListenable.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListenable.java index cc284b95a..1ab7d5eb2 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListenable.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListenable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; public interface IPositionListenable { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListener.java index 9e1302940..bee3907d4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositioner.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositioner.java index 1cede1da7..520863702 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositioner.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositioner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.List; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionerService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionerService.java index cda1acd1f..ba0bbc28d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionerService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IPositionerService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import org.eclipse.scanning.api.scan.ScanningException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IRunListener.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IRunListener.java index 6f138f3a8..087264cf4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IRunListener.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/IRunListener.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.EventListener; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/Location.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/Location.java index e0ab9fd65..acaee2c6d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/Location.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/Location.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/LocationEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/LocationEvent.java index fa5333f1a..4725d65bc 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/LocationEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/LocationEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/PositionDelegate.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/PositionDelegate.java index 18aa31e54..0daf0e3f1 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/PositionDelegate.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/PositionDelegate.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.Collection; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/RunEvent.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/RunEvent.java index 3715f40ba..10cd43a7f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/RunEvent.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/event/RunEvent.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.event; import java.util.EventObject; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDataModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDataModel.java index 11d2d608a..b06b2006f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDataModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDataModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.models; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDeviceModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDeviceModel.java index a36751b02..e07a2b782 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDeviceModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanDeviceModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.models; import java.util.HashMap; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanMetadata.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanMetadata.java index 92c874c48..a22cab827 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanMetadata.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanMetadata.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.models; import java.util.HashMap; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanModel.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanModel.java index e7b34e745..e044404c3 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanModel.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/models/ScanModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.models; import java.io.File; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/IPreprocessor.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/IPreprocessor.java index 974209c10..decaff7f0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/IPreprocessor.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/IPreprocessor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.process; import org.eclipse.scanning.api.event.scan.ScanRequest; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/ProcessingException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/ProcessingException.java index 3f968ae0f..6a624b2ac 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/ProcessingException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/process/ProcessingException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.process; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanRankService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanRankService.java index 43ef0e7d7..d119d687d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanRankService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanRankService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.rank; import org.eclipse.scanning.api.points.IPosition; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanSlice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanSlice.java index 84eb7b622..88b09b335 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanSlice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/IScanSlice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.rank; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanRankService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanRankService.java index d4f6bf078..1021e4019 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanRankService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanRankService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.rank; import org.eclipse.scanning.api.points.IPosition; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanSlice.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanSlice.java index 6601dd905..2fcc9cd79 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanSlice.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/rank/ScanSlice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.rank; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/AbstractControl.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/AbstractControl.java index f8d1264c7..a81cc22c0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/AbstractControl.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/AbstractControl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlEnumNode.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlEnumNode.java index 65ef91c3c..42bd97f7d 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlEnumNode.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlEnumNode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import org.eclipse.scanning.api.INameable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlFileNode.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlFileNode.java index fbb75810e..922b4248c 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlFileNode.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlFileNode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import org.eclipse.scanning.api.INameable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlGroup.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlGroup.java index 9f60a0657..38ea26c3f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlGroup.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlGroup.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import java.util.Arrays; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlNode.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlNode.java index 14c9b63de..4de91b19f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlNode.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlNode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import org.eclipse.scanning.api.INameable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlTree.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlTree.java index e36f91a22..255f2a92b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlTree.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/scan/ui/ControlTree.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.scan.ui; import java.util.ArrayList; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/IScriptService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/IScriptService.java index 10dfec700..b6a7bd96b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/IScriptService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/IScriptService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptExecutionException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptExecutionException.java index c2a77ba2f..e9299e711 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptExecutionException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptExecutionException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; public class ScriptExecutionException extends Exception { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptLanguage.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptLanguage.java index d8237e04b..7d2b1d75b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptLanguage.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptLanguage.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptRequest.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptRequest.java index 4f8fe91c7..2cf7aa03f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptRequest.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptRequest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; import java.util.Map; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptResponse.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptResponse.java index d76503910..3de1ff579 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptResponse.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/ScriptResponse.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/UnsupportedLanguageException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/UnsupportedLanguageException.java index ede9e3237..18d538a59 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/UnsupportedLanguageException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/script/UnsupportedLanguageException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.script; public class UnsupportedLanguageException extends Exception { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashing.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashing.java index 666bfb0cf..c87a1539b 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashing.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashing.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.stashing; import java.io.File; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashingService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashingService.java index 47a51ef7e..6a3291526 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashingService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/stashing/IStashingService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.stashing; import java.io.File; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/AbstractStreamConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/AbstractStreamConnection.java index dc0b3744c..102f30adb 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/AbstractStreamConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/AbstractStreamConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.streams; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/IStreamConnection.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/IStreamConnection.java index 3a46f70e8..c4bda4502 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/IStreamConnection.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/IStreamConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.streams; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/StreamConnectionException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/StreamConnectionException.java index e66795924..dc9a43b63 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/StreamConnectionException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/streams/StreamConnectionException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.streams; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/CommandConstants.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/CommandConstants.java index a6066abad..3254134c0 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/CommandConstants.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/CommandConstants.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; public class CommandConstants { diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IHandler.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IHandler.java index fad2b4d70..7aa11e16f 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IHandler.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IHandler.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IModifyHandler.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IModifyHandler.java index a8af2a973..c5a3f0ada 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IModifyHandler.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IModifyHandler.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IRerunHandler.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IRerunHandler.java index 76ef8ab36..798b738e5 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IRerunHandler.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IRerunHandler.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IResultHandler.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IResultHandler.java index d50532c84..6d418a2a9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IResultHandler.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IResultHandler.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IStageScanConfiguration.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IStageScanConfiguration.java index 6e5d59093..3b5483ca9 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IStageScanConfiguration.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/IStageScanConfiguration.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IInterfaceService.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IInterfaceService.java index 8ba59ed35..5f83d41b7 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IInterfaceService.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IInterfaceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui.auto; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelDialog.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelDialog.java index 69ad9e32e..4bd92afb4 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelDialog.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelDialog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui.auto; import java.io.Serializable; diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelViewer.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelViewer.java index f9f2a949e..3c634f569 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelViewer.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/IModelViewer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui.auto; /** diff --git a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/InterfaceInvalidException.java b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/InterfaceInvalidException.java index aa0c61150..cb4111e4a 100644 --- a/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/InterfaceInvalidException.java +++ b/org.eclipse.scanning.api/src/org/eclipse/scanning/api/ui/auto/InterfaceInvalidException.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.api.ui.auto; public class InterfaceInvalidException extends Exception { diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/Activator.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/Activator.java index afdfb98b8..75bd47e89 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/Activator.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/Activator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui; import org.eclipse.jface.preference.IPreferenceStore; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/DevicePreferenceConstants.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/DevicePreferenceConstants.java index c4bc7086e..dbbc93aff 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/DevicePreferenceConstants.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/DevicePreferenceConstants.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui; public class DevicePreferenceConstants { diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/EventConnectionView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/EventConnectionView.java index 98f35b45e..0252d470a 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/EventConnectionView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/EventConnectionView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui; import java.net.URI; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ScanningPerspective.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ScanningPerspective.java index 3feff823f..63a2d8d62 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ScanningPerspective.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ScanningPerspective.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ServiceHolder.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ServiceHolder.java index b7c1b411a..0266d89c4 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ServiceHolder.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/ServiceHolder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui; import java.net.URI; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlTreeUtils.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlTreeUtils.java index b7b292e73..1c3140225 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlTreeUtils.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlTreeUtils.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import org.eclipse.core.runtime.Platform; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlView.java index 7b5f58141..912b38bdc 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ControlView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorContentProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorContentProvider.java index c181c0b61..a55e84766 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorContentProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorContentProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorView.java index 4cacccf3b..abd950a3b 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/DetectorView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.io.IOException; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/MonitorView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/MonitorView.java index b1171fa53..56882287f 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/MonitorView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/MonitorView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableContentProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableContentProvider.java index f214e1df1..77e890a7b 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableContentProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableContentProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableEditingSupport.java index 0c6e91097..bb39cc139 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import org.eclipse.jface.viewers.CellEditor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableValueLabelProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableValueLabelProvider.java index 392d016b4..70a65380c 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableValueLabelProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableValueLabelProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.text.DecimalFormat; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableViewer.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableViewer.java index ad52d3b2c..6365d8003 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableViewer.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/ScannableViewer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.net.URI; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/TypeEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/TypeEditingSupport.java index dfaea2e0e..44943b274 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/TypeEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/TypeEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device; import java.util.Arrays; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlContentProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlContentProvider.java index b165c0391..d084c52b2 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlContentProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlContentProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.jface.viewers.ITreeContentProvider; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlEditingSupport.java index 1f48ad003..25399f374 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.jface.viewers.CellEditor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringCellEditor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringCellEditor.java index 0c665939e..1bab66a0c 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringCellEditor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringCellEditor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.core.runtime.Assert; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringComboCellEditor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringComboCellEditor.java index 9f1eef3f4..97718b3e5 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringComboCellEditor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlStringComboCellEditor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.jface.viewers.ComboBoxCellEditor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlTreeViewer.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlTreeViewer.java index cfdacfaf9..1bfb0b23e 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlTreeViewer.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlTreeViewer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import java.net.URISyntaxException; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueCellEditor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueCellEditor.java index 41e5bcf4f..cba593081 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueCellEditor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueCellEditor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import java.awt.MouseInfo; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueJob.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueJob.java index 53b547ad9..77300a503 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueJob.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueJob.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.core.runtime.IProgressMonitor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueLabelProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueLabelProvider.java index 26a40ae55..4355e2d00 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueLabelProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlValueLabelProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import java.text.DecimalFormat; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlViewerMode.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlViewerMode.java index d811efbfb..bc425dc91 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlViewerMode.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/ControlViewerMode.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; public enum ControlViewerMode { diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NameEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NameEditingSupport.java index 6d88c012a..aca6b238e 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NameEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NameEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.jface.dialogs.MessageDialog; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NamedNodeFilter.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NamedNodeFilter.java index c4a63c6a4..0d0977e14 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NamedNodeFilter.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/device/scannable/NamedNodeFilter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.device.scannable; import org.eclipse.jface.viewers.Viewer; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/expr/ExperimentSubmissionView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/expr/ExperimentSubmissionView.java index dc46ac95b..67db68b0e 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/expr/ExperimentSubmissionView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/expr/ExperimentSubmissionView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.expr; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/DatasetNameUtils.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/DatasetNameUtils.java index 9cede61f3..29799f46b 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/DatasetNameUtils.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/DatasetNameUtils.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.util.Collections; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/EnableIfColumnLabelProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/EnableIfColumnLabelProvider.java index 7c3094f26..185785d42 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/EnableIfColumnLabelProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/EnableIfColumnLabelProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import org.eclipse.jface.viewers.ColumnLabelProvider; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/InterfaceService.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/InterfaceService.java index b333dad71..a038e7f60 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/InterfaceService.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/InterfaceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.io.Serializable; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelCellEditor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelCellEditor.java index 828ad47c5..7279ba491 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelCellEditor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelCellEditor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.io.Serializable; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelDialog.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelDialog.java index 2eedafd48..b4d2f97bb 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelDialog.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelDialog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.io.Serializable; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditingSupport.java index f4491a43f..6039cacee 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import org.eclipse.jface.viewers.CellEditor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditorFactory.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditorFactory.java index 1dbcb6de3..e0030bf25 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditorFactory.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldEditorFactory.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.lang.reflect.InvocationTargetException; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldLabelProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldLabelProvider.java index 136e41c86..aae9292c2 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldLabelProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelFieldLabelProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.lang.reflect.Method; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelView.java index 1badf5dbe..688399f14 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.net.URI; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelViewer.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelViewer.java index 42485302b..b0eceab82 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelViewer.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ModelViewer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.net.URI; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ValidIfDecorator.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ValidIfDecorator.java index f50397d5b..2b6dd058f 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ValidIfDecorator.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/model/ValidIfDecorator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.model; import java.util.Collection; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesCellEditor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesCellEditor.java index 44cde03b7..dd421d629 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesCellEditor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesCellEditor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesEditingSupport.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesEditingSupport.java index 6799a9574..9874121d8 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesEditingSupport.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/AxesEditingSupport.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import org.eclipse.jface.viewers.CellEditor; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/DelegatingSelectionProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/DelegatingSelectionProvider.java index 62458f859..6b0d50999 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/DelegatingSelectionProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/DelegatingSelectionProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.util.HashSet; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ExecuteView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ExecuteView.java index f550daadd..4b78d82c0 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ExecuteView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ExecuteView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.io.UnsupportedEncodingException; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorConstants.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorConstants.java index 1cfb954e9..f993773fe 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorConstants.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorConstants.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; public class GeneratorConstants { diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorDescriptor.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorDescriptor.java index aa0c0b83c..dcd282033 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorDescriptor.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorDescriptor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.net.URL; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorFilter.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorFilter.java index b0b1af5ae..27243dc1d 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorFilter.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorFilter.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorLabelProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorLabelProvider.java index 2bce9b19d..e55846e26 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorLabelProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/GeneratorLabelProvider.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.IStyledLabelProvider; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionContentProvider.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionContentProvider.java index 6f392491c..733722244 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionContentProvider.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionContentProvider.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.util.List; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionView.java index a54e83fdd..69243d5b0 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanRegionView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.io.File; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanView.java index e96773a30..b7c388e43 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/points/ScanView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.points; import java.io.File; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/MarginUtils.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/MarginUtils.java index 43f9847c4..599ad2a81 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/MarginUtils.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/MarginUtils.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import org.eclipse.swt.layout.GridLayout; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PageUtil.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PageUtil.java index 5cc88a5a4..c60eae509 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PageUtil.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PageUtil.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import org.eclipse.ui.IEditorPart; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PlotUtil.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PlotUtil.java index e84417ec7..cde241284 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PlotUtil.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/PlotUtil.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import org.eclipse.dawnsci.plotting.api.IPlottingSystem; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ScanRegions.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ScanRegions.java index 256073ab5..4c4358fc7 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ScanRegions.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ScanRegions.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.util.ArrayList; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/SortNatural.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/SortNatural.java index 61bbc3051..35e820eff 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/SortNatural.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/SortNatural.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/Stashing.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/Stashing.java index 8e31da977..ad671ffb2 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/Stashing.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/Stashing.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.io.BufferedReader; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StashingService.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StashingService.java index 2007ae6ce..fff777c54 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StashingService.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StashingService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.io.File; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StringUtils.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StringUtils.java index aefa52254..4a7da7626 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StringUtils.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/StringUtils.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.util.Arrays; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewUtil.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewUtil.java index 8f906a6a2..8a94da538 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewUtil.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewUtil.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.awt.MouseInfo; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewerUtils.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewerUtils.java index ddfd00306..5599f1bb3 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewerUtils.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/util/ViewerUtils.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.util; import java.lang.reflect.InvocationTargetException; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfo.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfo.java index f88635eff..9905fc441 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfo.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfo.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfoCalculatorJob.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfoCalculatorJob.java index 5278e0558..82b3e79fc 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfoCalculatorJob.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PathInfoCalculatorJob.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PlottingController.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PlottingController.java index 54803f0fa..7fe2d60eb 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PlottingController.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/PlottingController.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; import java.io.File; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/SimulationConnection.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/SimulationConnection.java index ec8ec072b..fa8e8156a 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/SimulationConnection.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/SimulationConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; import java.net.URL; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/StreamView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/StreamView.java index 5b5a97573..61517e4ce 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/StreamView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/StreamView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; import java.net.URL; diff --git a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/VisualiseView.java b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/VisualiseView.java index e60609fa0..e0f5f8dba 100644 --- a/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/VisualiseView.java +++ b/org.eclipse.scanning.device.ui/src/org/eclipse/scanning/device/ui/vis/VisualiseView.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.device.ui.vis; import java.util.Arrays; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractConnection.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractConnection.java index dc1e21529..d225f8a22 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractConnection.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.lang.reflect.Method; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractQueueConnection.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractQueueConnection.java index 2ad22e84f..e1723ecf7 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractQueueConnection.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractQueueConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractRequestResponseConnection.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractRequestResponseConnection.java index 865a2c30e..a1affda65 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractRequestResponseConnection.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/AbstractRequestResponseConnection.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/Constants.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/Constants.java index 3b1947c96..314bc547a 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/Constants.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/Constants.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; public class Constants { diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ConsumerImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ConsumerImpl.java index 32c0cb377..a1289c7ff 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ConsumerImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ConsumerImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.lang.ref.WeakReference; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/EventServiceImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/EventServiceImpl.java index 8b309161f..f52bf43ec 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/EventServiceImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/EventServiceImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.lang.ref.SoftReference; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/HeartbeatChecker.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/HeartbeatChecker.java index ca3238efc..813c77af0 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/HeartbeatChecker.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/HeartbeatChecker.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/PublisherImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/PublisherImpl.java index 60dd53952..b6d6b8f6b 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/PublisherImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/PublisherImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.io.PrintStream; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReader.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReader.java index eef7bbe98..fb8eedeae 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReader.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReader.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.lang.reflect.Method; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReaderImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReaderImpl.java index caf122802..b95ab6d64 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReaderImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/QueueReaderImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/RequesterImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/RequesterImpl.java index 84671c461..8a96ea9f3 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/RequesterImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/RequesterImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ResponderImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ResponderImpl.java index 9820a8fe8..6e0dcd421 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ResponderImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/ResponderImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubmitterImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubmitterImpl.java index 3831ddaa6..ececb50bd 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubmitterImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubmitterImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubscriberImpl.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubscriberImpl.java index 46344f992..4dae2b73f 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubscriberImpl.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/SubscriberImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/TopicChecker.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/TopicChecker.java index be48f269e..868620473 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/TopicChecker.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/TopicChecker.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/queues/QueueControllerEventConnector.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/queues/QueueControllerEventConnector.java index cee91631b..3a0886aa2 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/queues/QueueControllerEventConnector.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/queues/QueueControllerEventConnector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.queues; import java.net.InetAddress; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/AbstractRemoteService.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/AbstractRemoteService.java index 2ad7b96f3..388832498 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/AbstractRemoteService.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/AbstractRemoteService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.io.Closeable; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/RemoteServiceFactory.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/RemoteServiceFactory.java index ae5edae20..4b962af11 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/RemoteServiceFactory.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/RemoteServiceFactory.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_AbstractRemoteDevice.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_AbstractRemoteDevice.java index 2d36f9e97..a9705451d 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_AbstractRemoteDevice.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_AbstractRemoteDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Positioner.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Positioner.java index 524c8b189..539ae1790 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Positioner.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Positioner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Queue.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Queue.java index 265c706bf..7e20ac193 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Queue.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Queue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_QueueControllerService.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_QueueControllerService.java index 8b28c5bb9..cf0a197c2 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_QueueControllerService.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_QueueControllerService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.util.EventListener; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDevice.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDevice.java index 978882f05..33622d2cc 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDevice.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.net.URI; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDeviceService.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDeviceService.java index 6259fd078..da0550729 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDeviceService.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_RunnableDeviceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.util.Arrays; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Scannable.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Scannable.java index 470de8ac7..8323af5fa 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Scannable.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_Scannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.lang.reflect.Method; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_ScannableDeviceService.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_ScannableDeviceService.java index 2f10a9b7d..5c1cb5973 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_ScannableDeviceService.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/remote/_ScannableDeviceService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.remote; import java.util.Arrays; diff --git a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/util/JsonUtil.java b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/util/JsonUtil.java index d509005f6..50f25746c 100644 --- a/org.eclipse.scanning.event/src/org/eclipse/scanning/event/util/JsonUtil.java +++ b/org.eclipse.scanning.event/src/org/eclipse/scanning/event/util/JsonUtil.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.event.util; import java.util.List; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/Services.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/Services.java index 7d9b994ed..df96a6606 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/Services.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/Services.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example; import org.eclipse.scanning.api.device.IRunnableDeviceService; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/classregistry/ScanningExampleClassRegistry.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/classregistry/ScanningExampleClassRegistry.java index c201a1c4f..3b13ab9d1 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/classregistry/ScanningExampleClassRegistry.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/classregistry/ScanningExampleClassRegistry.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.classregistry; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/Attributes.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/Attributes.java index ca9d32547..1c09d4ac3 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/Attributes.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/Attributes.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityDevice.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityDevice.java index b6973375e..ccde01c60 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityDevice.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; import org.eclipse.dawnsci.nexus.INexusDevice; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityModel.java index fe509df92..235896665 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/ConstantVelocityModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; import org.eclipse.scanning.api.device.models.AbstractDetectorModel; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageDetector.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageDetector.java index aaa5fdfc2..b726a8f2b 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageDetector.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageDetector.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageModel.java index 3bdddd9c7..479a501c5 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/DarkImageModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; public class DarkImageModel { diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotDetector.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotDetector.java index f35c3045a..29b00e7e1 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotDetector.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotDetector.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotModel.java index 7305c3d85..5b474db29 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/detector/MandelbrotModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.detector; import org.eclipse.scanning.api.annotation.ui.FieldDescriptor; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/file/MockFilePathService.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/file/MockFilePathService.java index e0000f642..9d48075f8 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/file/MockFilePathService.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/file/MockFilePathService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.file; import java.io.File; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmControlledDetectorModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmControlledDetectorModel.java index 72c9cd561..750fb2537 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmControlledDetectorModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmControlledDetectorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDatasetModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDatasetModel.java index f805b245c..89a042cc0 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDatasetModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDatasetModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import java.util.Arrays; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDevice.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDevice.java index 0f4ad83b8..8f44b152d 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDevice.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmDevice.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmModel.java index 7540b2813..906141abc 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredDetector.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredDetector.java index 631bd3ff5..7101339c1 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredDetector.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredDetector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import java.util.Iterator; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredModel.java index ae736ddfd..136af27c5 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/DummyMalcolmTriggeredModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import org.eclipse.scanning.api.device.models.AbstractDetectorModel; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmDevice.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmDevice.java index ba89c89fc..e00daa5bb 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmDevice.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import java.util.HashMap; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmModel.java index 0bcdab2d6..35d60213c 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/malcolm/ExampleMalcolmModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.malcolm; import org.eclipse.scanning.api.device.models.MalcolmModel; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/preprocess/ExamplePreprocessor.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/preprocess/ExamplePreprocessor.java index 19c08de27..445e90cb4 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/preprocess/ExamplePreprocessor.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/preprocess/ExamplePreprocessor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.preprocess; import org.eclipse.scanning.api.event.scan.ScanRequest; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockBeamOnMonitor.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockBeamOnMonitor.java index 06674aaec..afca41d23 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockBeamOnMonitor.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockBeamOnMonitor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.scanning.api.points.IPosition; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusScannable.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusScannable.java index 428cbfd5d..09e310b12 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusScannable.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusSlit.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusSlit.java index de74eafe7..fc627ba80 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusSlit.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockNeXusSlit.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.dawnsci.nexus.NXpositioner; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockPausingMonitor.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockPausingMonitor.java index 07cb176b7..fbba6e900 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockPausingMonitor.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockPausingMonitor.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.scanning.api.points.IPosition; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannable.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannable.java index 1f076fbd4..741e8c340 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannable.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import java.util.ArrayList; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConfiguration.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConfiguration.java index f80f95766..22550a4f0 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConfiguration.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConfiguration.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; /** diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConnector.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConnector.java index e63cf6d90..c5cd542f1 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConnector.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableConnector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import java.net.URI; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableModel.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableModel.java index 6a63e9b43..bc98a3278 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableModel.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockScannableModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.dawnsci.nexus.NexusFile; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockStringScannable.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockStringScannable.java index 1dc0aff26..a8fdcf499 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockStringScannable.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockStringScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.scanning.api.AbstractScannable; diff --git a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockTopupScannable.java b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockTopupScannable.java index 7f7548bbe..088eb1006 100644 --- a/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockTopupScannable.java +++ b/org.eclipse.scanning.example/src/org/eclipse/scanning/example/scannable/MockTopupScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.example.scannable; import org.eclipse.scanning.api.event.core.IDisconnectable; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/AbstractScanPointIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/AbstractScanPointIterator.java index 3e64f382e..e62af651a 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/AbstractScanPointIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/AbstractScanPointIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayGenerator.java index c78032a99..5e97ef721 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayIterator.java index 94730b548..4c968dc02 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ArrayIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CollatedStepGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CollatedStepGenerator.java index 2b9273c11..d582ab1f7 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CollatedStepGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CollatedStepGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; public class CollatedStepGenerator extends StepGenerator { diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompositeClassLoader.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompositeClassLoader.java index 245325d10..84693dddd 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompositeClassLoader.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompositeClassLoader.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.List; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundGenerator.java index 4857d7b0c..8f12a2be2 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundIterator.java index 7802edc2b..f97e7ffd5 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundSpgIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundSpgIterator.java index 7edd9d05f..e3a2facbd 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundSpgIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/CompoundSpgIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Collection; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GeneratorInfo.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GeneratorInfo.java index 5c9c24b41..ea5fceb61 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GeneratorInfo.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GeneratorInfo.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import org.eclipse.scanning.api.points.IPointGenerator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridGenerator.java index 98a4699c9..3e682a729 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridIterator.java index 68779ec24..8e78affea 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/GridIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LineIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LineIterator.java index 2eb81934a..c95582807 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LineIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LineIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousGenerator.java index ffc1daca6..ba9e9a06e 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousIterator.java index 48f219ac6..f4718464e 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/LissajousIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepGenerator.java index 4d09806d7..8c711ef23 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepIterator.java index cd87b827f..4833a3d3b 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/MultiStepIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDEqualSpacingGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDEqualSpacingGenerator.java index e3dfd3089..51f612472 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDEqualSpacingGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDEqualSpacingGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDStepGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDStepGenerator.java index 70c0d53f7..85dd00370 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDStepGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/OneDStepGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointGeneratorService.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointGeneratorService.java index 965327e0d..f54af1f41 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointGeneratorService.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointGeneratorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.ArrayList; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointsActivator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointsActivator.java index 28446dc54..5f1faecf7 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointsActivator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PointsActivator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import org.osgi.framework.BundleActivator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PySerializable.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PySerializable.java index d19dd0fc0..54bc7293a 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PySerializable.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/PySerializable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import org.python.core.PyDictionary; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetDecorator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetDecorator.java index fb2654edd..f8cbec863 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetDecorator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetDecorator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetGridGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetGridGenerator.java index a4d29e684..2b846e5d0 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetGridGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RandomOffsetGridGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RasterGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RasterGenerator.java index 3db23acf6..7179ffd02 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RasterGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RasterGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointGenerator.java index 27f66082c..388c1037f 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointIterator.java index dff7dfd95..3044fb2a0 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/RepeatedPointIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ScanPointGeneratorFactory.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ScanPointGeneratorFactory.java index 74deda367..a08ab4e2b 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ScanPointGeneratorFactory.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/ScanPointGeneratorFactory.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.io.File; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SerializableIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SerializableIterator.java index ac125b563..515a0f0f5 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SerializableIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SerializableIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralGenerator.java index eb4044967..24cfde760 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralIterator.java index 2a2f215f8..bd0a54618 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/SpiralIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Arrays; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StaticGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StaticGenerator.java index 7d9d0a439..a40960968 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StaticGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StaticGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepGenerator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepGenerator.java index efd1ab93e..414012838 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepGenerator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepIterator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepIterator.java index 3c6f232df..741b1fc45 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepIterator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/StepIterator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/classregistry/ScanningAPIClassRegistry.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/classregistry/ScanningAPIClassRegistry.java index 8834f743f..2ebfa065e 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/classregistry/ScanningAPIClassRegistry.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/classregistry/ScanningAPIClassRegistry.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.classregistry; import java.util.Collections; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/FixedDurationMutator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/FixedDurationMutator.java index bc7c0d0e8..7ed1b2ff9 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/FixedDurationMutator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/FixedDurationMutator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.mutators; import org.eclipse.scanning.api.points.IMutator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/RandomOffsetMutator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/RandomOffsetMutator.java index aa5fc1931..bc5164a75 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/RandomOffsetMutator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/mutators/RandomOffsetMutator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.mutators; import java.util.List; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PointsModelMarshaller.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PointsModelMarshaller.java index 7b34273e2..f74a86d8b 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PointsModelMarshaller.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PointsModelMarshaller.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.serialization; import org.eclipse.dawnsci.analysis.api.persistence.IMarshaller; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionBean.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionBean.java index 05485bbd0..07c1d09b7 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionBean.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.serialization; import java.util.Collection; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionDeserializer.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionDeserializer.java index 0eb510432..0b80df400 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionDeserializer.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionDeserializer.java @@ -1,13 +1,13 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014, 2016 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Colin Palmer - initial API and implementation and/or initial documentation + * Matthew Gerring - initial API and implementation and/or initial documentation *******************************************************************************/ package org.eclipse.scanning.points.serialization; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionSerializer.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionSerializer.java index 277205482..9f5757686 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionSerializer.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/PositionSerializer.java @@ -1,13 +1,13 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014, 2016 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Colin Palmer - initial API and implementation and/or initial documentation + * Matthew Gerring - initial API and implementation and/or initial documentation *******************************************************************************/ package org.eclipse.scanning.points.serialization; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/ScanRequestMixIn.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/ScanRequestMixIn.java index 0b53542ae..d7a1d192e 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/ScanRequestMixIn.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/serialization/ScanRequestMixIn.java @@ -1,13 +1,13 @@ /*- ******************************************************************************* - * Copyright (c) 2011, 2014, 2016 Diamond Light Source Ltd. + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Colin Palmer - initial API and implementation and/or initial documentation + * Matthew Gerring - initial API and implementation and/or initial documentation *******************************************************************************/ package org.eclipse.scanning.points.serialization; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/BoundingBoxValidator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/BoundingBoxValidator.java index 6a6b645a6..ad9be4d9f 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/BoundingBoxValidator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/BoundingBoxValidator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.validation; import org.eclipse.scanning.api.IValidator; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/CompoundValidator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/CompoundValidator.java index 39b6aebb0..e0486f851 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/CompoundValidator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/CompoundValidator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.validation; import java.util.ArrayList; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ScanRequestValidator.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ScanRequestValidator.java index 45838a8a4..239813b9e 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ScanRequestValidator.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ScanRequestValidator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.validation; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ValidatorService.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ValidatorService.java index 11e966cac..1657b8a9a 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ValidatorService.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/points/validation/ValidatorService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.points.validation; import java.net.URI; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonSubProcess.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonSubProcess.java index bcc3869ac..ea7b7d210 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonSubProcess.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonSubProcess.java @@ -1,11 +1,14 @@ /*- - * Copyright 2015 Diamond Light Source Ltd. - * + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.scisoftpy.python; diff --git a/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonUtils.java b/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonUtils.java index 7f1b49a7c..7b5d276d5 100644 --- a/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonUtils.java +++ b/org.eclipse.scanning.points/src/org/eclipse/scanning/scisoftpy/python/PythonUtils.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.scisoftpy.python; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/AcquisitionDevice.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/AcquisitionDevice.java index a5f4ae3ff..185a432e8 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/AcquisitionDevice.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/AcquisitionDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.lang.reflect.InvocationTargetException; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DelegateNexusWrapper.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DelegateNexusWrapper.java index 807964c62..43cf49b2b 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DelegateNexusWrapper.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DelegateNexusWrapper.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import org.eclipse.dawnsci.nexus.INexusDevice; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceRunner.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceRunner.java index 58d3b19e0..21ebfa881 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceRunner.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceRunner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.util.Collection; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceWriter.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceWriter.java index e4b08b68e..82b4356ca 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceWriter.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/DeviceWriter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.util.Collection; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/LevelRunner.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/LevelRunner.java index 53f7c07a4..97997d5e0 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/LevelRunner.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/LevelRunner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.lang.ref.SoftReference; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/RunnableDeviceServiceImpl.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/RunnableDeviceServiceImpl.java index 09d38c545..edb19df90 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/RunnableDeviceServiceImpl.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/RunnableDeviceServiceImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.lang.reflect.Method; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ScannablePositioner.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ScannablePositioner.java index 92ceee477..1702387c2 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ScannablePositioner.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ScannablePositioner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.util.ArrayList; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SequencerActivator.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SequencerActivator.java index 301bfdb43..de9b0c21c 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SequencerActivator.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SequencerActivator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.util.Collection; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ServiceHolder.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ServiceHolder.java index e4469a70a..bfb2b9ddb 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ServiceHolder.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/ServiceHolder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import org.eclipse.dawnsci.analysis.api.io.ILoaderService; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SubscanModerator.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SubscanModerator.java index c597d8a78..84bb1138b 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SubscanModerator.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/SubscanModerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer; import java.util.ArrayList; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/Attributes.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/Attributes.java index 36133dc6c..1d91f981d 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/Attributes.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/Attributes.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.analysis; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ClusterProcessingRunnableDevice.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ClusterProcessingRunnableDevice.java index 87fc0d1f2..bf2da7275 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ClusterProcessingRunnableDevice.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ClusterProcessingRunnableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.analysis; import static org.eclipse.scanning.sequencer.nexus.SolsticeConstants.GROUP_NAME_SOLSTICE_SCAN; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ProcessingRunnableDevice.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ProcessingRunnableDevice.java index 15324f311..761180a93 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ProcessingRunnableDevice.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/analysis/ProcessingRunnableDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.analysis; import org.eclipse.dawnsci.analysis.api.io.IDataHolder; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/ServerExpressionService.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/ServerExpressionService.java index fee60a881..f8b38a3ac 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/ServerExpressionService.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/ServerExpressionService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.expression; import org.eclipse.dawnsci.analysis.api.expressions.IExpressionEngine; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/VanillaExpressionEngine.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/VanillaExpressionEngine.java index b98f7914d..59fa38054 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/VanillaExpressionEngine.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/expression/VanillaExpressionEngine.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.expression; import java.util.Collection; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/AttributeManager.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/AttributeManager.java index 93a541fb0..d61e31c7e 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/AttributeManager.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/AttributeManager.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.text.MessageFormat; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/INexusScanFileManager.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/INexusScanFileManager.java index 59f7eecb7..0d0be2fb6 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/INexusScanFileManager.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/INexusScanFileManager.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.util.Set; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/MalcolmNexusScanFileManager.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/MalcolmNexusScanFileManager.java index 8cf194740..7d042c416 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/MalcolmNexusScanFileManager.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/MalcolmNexusScanFileManager.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.util.HashMap; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileDataBuilder.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileDataBuilder.java index 343152ea2..8dfa729ec 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileDataBuilder.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileDataBuilder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.util.Map; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManager.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManager.java index 403a97bba..47b5d0f41 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManager.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManager.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.util.ArrayList; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManagerFactory.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManagerFactory.java index 6c3957dea..c0ec11bf8 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManagerFactory.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/NexusScanFileManagerFactory.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import java.util.Set; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/ScanPointsWriter.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/ScanPointsWriter.java index fb584dc0e..3c5609cd0 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/ScanPointsWriter.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/ScanPointsWriter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; import static org.eclipse.scanning.sequencer.nexus.SolsticeConstants.FIELD_NAME_SCAN_CMD; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/SolsticeConstants.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/SolsticeConstants.java index 24a242401..e3024c195 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/SolsticeConstants.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/nexus/SolsticeConstants.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.nexus; public class SolsticeConstants { diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/AbstractWatchdog.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/AbstractWatchdog.java index ca34490b7..6a36ca6ee 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/AbstractWatchdog.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/AbstractWatchdog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.watchdog; import java.util.concurrent.TimeUnit; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceController.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceController.java index 9ba09b410..44e5a8c40 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceController.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceController.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.watchdog; import java.util.Collections; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceWatchdogService.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceWatchdogService.java index e6d78beca..0d95eb38b 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceWatchdogService.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/DeviceWatchdogService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.watchdog; import java.util.ArrayList; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/ExpressionWatchdog.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/ExpressionWatchdog.java index ae0891925..966013ba0 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/ExpressionWatchdog.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/ExpressionWatchdog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.watchdog; import java.util.ArrayList; diff --git a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/TopupWatchdog.java b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/TopupWatchdog.java index 7becb9f33..b68b555e0 100644 --- a/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/TopupWatchdog.java +++ b/org.eclipse.scanning.sequencer/src/org/eclipse/scanning/sequencer/watchdog/TopupWatchdog.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.sequencer.watchdog; import org.eclipse.scanning.api.IScannable; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerDelegate.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerDelegate.java index 0e3789df9..ceb949932 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerDelegate.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerDelegate.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test; import java.io.IOException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerTest.java index 68a8bd475..ea4f19da1 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/BrokerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ScanningTestClassRegistry.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ScanningTestClassRegistry.java index a31932072..3b0fdde5c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ScanningTestClassRegistry.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ScanningTestClassRegistry.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/TmpTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/TmpTest.java index 8050622d8..6b775f9d3 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/TmpTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/TmpTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnAnnotatedDetector.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnAnnotatedDetector.java index b787ad387..325786afa 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnAnnotatedDetector.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnAnnotatedDetector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotatedDeviceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotatedDeviceTest.java index a6bf2646e..ec995eb44 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotatedDeviceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotatedDeviceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotationManagerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotationManagerTest.java index 992fa1fae..0862ee834 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotationManagerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/AnnotationManagerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/CountingDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/CountingDevice.java index 9d001f07b..c91faf09b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/CountingDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/CountingDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.util.HashMap; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/ExtendedCountingDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/ExtendedCountingDevice.java index 61690d753..e928b08db 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/ExtendedCountingDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/ExtendedCountingDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InjectionDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InjectionDevice.java index 6c2de9228..784393853 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InjectionDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InjectionDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InvalidInjectionDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InvalidInjectionDevice.java index f252a9670..191ac88ba 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InvalidInjectionDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/InvalidInjectionDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.util.Map; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/OrderedDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/OrderedDevice.java index bc952eec6..503de52ad 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/OrderedDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/OrderedDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/RepeatedTypeDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/RepeatedTypeDevice.java index a4a765b4a..22df0ae30 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/RepeatedTypeDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/RepeatedTypeDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import org.eclipse.scanning.api.annotation.scan.PointEnd; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/SimpleDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/SimpleDevice.java index e71d7a099..91e08a6fb 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/SimpleDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/SimpleDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import org.eclipse.scanning.api.annotation.scan.ScanStart; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/Suite.java index ef9cfbc65..be240ef6a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/annot/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.annot; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/AbstractJythonTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/AbstractJythonTest.java index 14e7496f4..3da1cbcc6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/AbstractJythonTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/AbstractJythonTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import java.util.Properties; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/MScanServletTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/MScanServletTest.java index 064baa339..b1e7dd9be 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/MScanServletTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/MScanServletTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/PyExpresserTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/PyExpresserTest.java index 02866cc40..482ad84e2 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/PyExpresserTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/PyExpresserTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/ScanRequestCreationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/ScanRequestCreationTest.java index cb352e082..ab61c8117 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/ScanRequestCreationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/ScanRequestCreationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/SubmissionTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/SubmissionTest.java index 1c30f05d6..ea15320fb 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/SubmissionTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/SubmissionTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/Suite.java index 35de68e04..269995fb7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/command/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.command; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/EpicsV4ConnectorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/EpicsV4ConnectorTest.java index 6408bbbc7..50909e707 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/EpicsV4ConnectorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/EpicsV4ConnectorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.epics; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/PVDataSerializationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/PVDataSerializationTest.java index 4ebba270f..63bb6a4ea 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/PVDataSerializationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/PVDataSerializationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.epics; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/Suite.java index 7c9441e51..db61dac55 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/epics/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.epics; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractConsumerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractConsumerTest.java index c90133da2..9e861abf4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractConsumerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractConsumerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.net.InetAddress; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractMConsumerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractMConsumerTest.java index 78689c385..c598da802 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractMConsumerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractMConsumerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractPauseTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractPauseTest.java index 08a9aa5a9..aad05f0fc 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractPauseTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractPauseTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.junit.Assert.*; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractScanEventTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractScanEventTest.java index 23a361c0b..d191f4025 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractScanEventTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AbstractScanEventTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AcquireRequestTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AcquireRequestTest.java index 21dc0cafb..414ce1f9b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AcquireRequestTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AcquireRequestTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.eclipse.scanning.api.event.EventConstants.ACQUIRE_REQUEST_TOPIC; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBean.java index 9e3b95e17..e73004545 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; public class AnyBean { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanClassRegistry.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanClassRegistry.java index 9316ea6b0..00e703051 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanClassRegistry.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanClassRegistry.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanEventTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanEventTest.java index a56871713..893c6267f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanEventTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/AnyBeanEventTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/BillStatusBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/BillStatusBean.java index e84c81734..8e83485b0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/BillStatusBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/BillStatusBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerPluginTest.java index 6dd9fa43d..d948855cd 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerTest.java index a60c58cc8..bb0697ee2 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ConsumerTest.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/FredStatusBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/FredStatusBean.java index 75b577466..2eefa3c00 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/FredStatusBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/FredStatusBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/HeartbeatTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/HeartbeatTest.java index adf1127f8..c183d6b44 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/HeartbeatTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/HeartbeatTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerPluginTest.java index a71a9b0d4..f21503219 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerTest.java index 79c413b43..27f550205 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MConsumerTest.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MappingScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MappingScanTest.java index 3176457f1..55a2a704d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MappingScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/MappingScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/PauseTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/PauseTest.java index b5eca2ce8..8f417e462 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/PauseTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/PauseTest.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/RequesterTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/RequesterTest.java index 4d8320d78..b038de1a9 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/RequesterTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/RequesterTest.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventPluginTest.java index 4ac3e2c6c..25b067925 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventTest.java index d1d58a2cd..15f1c5833 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ScanEventTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/SerializationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/SerializationTest.java index 4694ccde2..aa420073f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/SerializationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/SerializationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/Suite.java index d1ce0e898..b5d336516 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ThreadingScanEventTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ThreadingScanEventTest.java index 54c21f381..05f1cd295 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ThreadingScanEventTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/ThreadingScanEventTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event; import org.junit.Test; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/HeartbeatMonitorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/HeartbeatMonitorTest.java index b26dd9046..7edf8b5be 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/HeartbeatMonitorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/HeartbeatMonitorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueControllerServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueControllerServiceTest.java index 07282c35e..30de8b527 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueControllerServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueControllerServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessCreatorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessCreatorTest.java index 10b7abc07..d0bf16038 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessCreatorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessCreatorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessFactoryTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessFactoryTest.java index e7eb2e15a..234350cf0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessFactoryTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueProcessFactoryTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueResponseProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueResponseProcessTest.java index 5d8cf7f14..b9a468b83 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueResponseProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueResponseProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationPluginTest.java index 2ae063b45..8938e6011 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationTest.java index 13f5102eb..6b6c2d0b6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceIntegrationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServicePluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServicePluginTest.java index f836bc2be..97bc13ffa 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServicePluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServicePluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceTest.java index 5e4827db6..bd905dfb0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueTest.java index 8ef01ee08..fd4344abd 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/QueueTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/Suite.java index 11df67511..e86d5cb15 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/_QueueControllerServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/_QueueControllerServiceTest.java index cae9a17db..375ccf59b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/_QueueControllerServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/_QueueControllerServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/api/SizeLimitedRecorderTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/api/SizeLimitedRecorderTest.java index 92bb9b11d..b797960a1 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/api/SizeLimitedRecorderTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/api/SizeLimitedRecorderTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.api; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/AbstractBeanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/AbstractBeanTest.java index 6ee413386..bb22ac43b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/AbstractBeanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/AbstractBeanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import static org.junit.Assert.assertFalse; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MonitorAtomTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MonitorAtomTest.java index 96e9ed99c..5fe7ba720 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MonitorAtomTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MonitorAtomTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import org.eclipse.scanning.api.event.queues.beans.MonitorAtom; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MoveAtomTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MoveAtomTest.java index 4f76cd374..cf4de06c0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MoveAtomTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/MoveAtomTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/ScanAtomTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/ScanAtomTest.java index de3543ae0..76898721e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/ScanAtomTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/ScanAtomTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/SubTaskAtomTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/SubTaskAtomTest.java index 56e8f78f2..57371c805 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/SubTaskAtomTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/SubTaskAtomTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/Suite.java index 2b4e4f46c..4604ac12e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/TaskBeanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/TaskBeanTest.java index 5c168f0c3..490de71b7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/TaskBeanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/beans/TaskBeanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.beans; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtom.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtom.java index 76d059de5..58bd40d76 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtom.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtom.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.queues.beans.QueueAtom; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtomProcess.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtomProcess.java index 44c37b071..59b57bd55 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtomProcess.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyAtomProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBean.java index 7bd3e60e9..f5750dfc9 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.queues.beans.QueueBean; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBeanProcess.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBeanProcess.java index c3882b6ff..5a0638f9b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBeanProcess.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyBeanProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueue.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueue.java index eaa0777c2..9c5c590ef 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueue.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.queues.beans.IHasChildQueue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueueProcess.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueueProcess.java index 6568807b4..2afb42d08 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueueProcess.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyHasQueueProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcess.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcess.java index 488b1fb60..c8aba95fd 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcess.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcess.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.EventException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcessingTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcessingTest.java index 7db75e211..61ed91e39 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcessingTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyProcessingTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import org.eclipse.scanning.api.event.queues.beans.Queueable; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyQueueItemTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyQueueItemTest.java index 4c8277a45..8e8ac36bb 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyQueueItemTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/dummy/DummyQueueItemTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.dummy; import static org.junit.Assert.assertFalse; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockConsumer.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockConsumer.java index 0d9e5e9da..7f6f714e9 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockConsumer.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockConsumer.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockEventService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockEventService.java index d8869dd58..70400021a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockEventService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockEventService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPositioner.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPositioner.java index 46f45689e..037ce7c3b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPositioner.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPositioner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.util.List; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPublisher.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPublisher.java index 339e8b255..a46da0e35 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPublisher.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockPublisher.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.io.PrintStream; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueue.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueue.java index 759973462..0bd737fb8 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueue.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueue.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueueService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueueService.java index 9510df932..fb0183383 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueueService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockQueueService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockRequester.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockRequester.java index 0d3c359d2..044c04009 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockRequester.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockRequester.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockResponder.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockResponder.java index d22f28be2..5235bff7a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockResponder.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockResponder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockScanService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockScanService.java index 3685f8bac..74301a24a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockScanService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockScanService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.util.Collection; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubmitter.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubmitter.java index d9c188f08..f1a92eef7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubmitter.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubmitter.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubscriber.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubscriber.java index 5d375bdd3..6e9eb54b8 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubscriber.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/mocks/MockSubscriber.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.mocks; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MonitorAtomProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MonitorAtomProcessTest.java index 507ecd279..01ea61fd2 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MonitorAtomProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MonitorAtomProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MoveAtomProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MoveAtomProcessTest.java index bc4b7462c..8dcdfb618 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MoveAtomProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/MoveAtomProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ProcessTestInfrastructure.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ProcessTestInfrastructure.java index 15b016fd6..bd94f861d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ProcessTestInfrastructure.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ProcessTestInfrastructure.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/QueueListenerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/QueueListenerTest.java index ba01f3692..9357f5197 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/QueueListenerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/QueueListenerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ScanAtomProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ScanAtomProcessTest.java index c2ef852da..f5fbe9ff5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ScanAtomProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/ScanAtomProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessTest.java index 15ddb0d7d..f95f30c32 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationPluginTest.java index 372ea48de..172ccc646 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationTest.java index e2839b494..f5a628d9a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/SubTaskAtomProcessorIntegrationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import org.eclipse.scanning.api.event.IEventService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/Suite.java index e301a8da8..10b3441a5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/TaskBeanProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/TaskBeanProcessTest.java index d3861cac4..f706e75e0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/TaskBeanProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processes/TaskBeanProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.processes; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/EventInfrastructureFactoryService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/EventInfrastructureFactoryService.java index be009bd14..f1aff822c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/EventInfrastructureFactoryService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/EventInfrastructureFactoryService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.util; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/TestAtomQueueBeanMaker.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/TestAtomQueueBeanMaker.java index a865266d6..f65e80a6d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/TestAtomQueueBeanMaker.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/util/TestAtomQueueBeanMaker.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.event.queues.util; import org.eclipse.scanning.api.event.queues.beans.SubTaskAtom; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/PseudoSpringParserTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/PseudoSpringParserTest.java index 4e88a42a6..c66ea238f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/PseudoSpringParserTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/PseudoSpringParserTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.fakespring; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/Suite.java index 26cbfab55..73aee9963 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/fakespring/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.fakespring; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/FilterTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/FilterTest.java index 16de65007..14a348d6c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/FilterTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/FilterTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.filter; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/Suite.java index 182b099ae..033759f99 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/filter/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.filter; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractAbortingMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractAbortingMalcolmTest.java index 424d41f41..0678c3fec 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractAbortingMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractAbortingMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractCommunicationMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractCommunicationMalcolmTest.java index ef1426c49..3d76d2dbd 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractCommunicationMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractCommunicationMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMalcolmTest.java index 25349db57..6b8c02d8f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMultipleClientMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMultipleClientMalcolmTest.java index 2ad923dbf..5d1f4fcd8 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMultipleClientMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractMultipleClientMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractPausingMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractPausingMalcolmTest.java index d46cd4e09..bd3702586 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractPausingMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/AbstractPausingMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/Suite.java index b6b3d2a43..00760fc7a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm; import org.eclipse.scanning.test.malcolm.mock.MockAbortingMalcolmTest; import org.eclipse.scanning.test.malcolm.mock.MockCommunicationMalcolmTest; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LatchDelegate.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LatchDelegate.java index 9ac9f9972..64a3f76c6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LatchDelegate.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LatchDelegate.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LoopingMockedMalcolmDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LoopingMockedMalcolmDevice.java index 71008d302..aeff0b789 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LoopingMockedMalcolmDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/LoopingMockedMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import org.eclipse.scanning.api.ValidationException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmDevice.java index 59d14c63b..d4e4ed27e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import java.util.List; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmService.java index 27b32bdb7..30544a4e6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedMalcolmService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import java.util.HashMap; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedWriteInLoopPausableMalcolmDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedWriteInLoopPausableMalcolmDevice.java index d48f44ba3..355efead6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedWriteInLoopPausableMalcolmDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/MockedWriteInLoopPausableMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/PausableMockedMalcolmDevice.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/PausableMockedMalcolmDevice.java index 9723bca8f..dac4d482e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/PausableMockedMalcolmDevice.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/device/PausableMockedMalcolmDevice.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.device; import java.util.concurrent.TimeUnit; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockAbortingMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockAbortingMalcolmTest.java index c1ecaa18a..057ef0c1c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockAbortingMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockAbortingMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.mock; import org.eclipse.scanning.connector.epics.EpicsV4ConnectorService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockCommunicationMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockCommunicationMalcolmTest.java index b249a7290..8ec62d99c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockCommunicationMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockCommunicationMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.mock; import org.eclipse.scanning.connector.epics.EpicsV4ConnectorService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockMultipleClientTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockMultipleClientTest.java index 57a79c903..3a92f899c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockMultipleClientTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockMultipleClientTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.mock; import org.eclipse.scanning.api.malcolm.IMalcolmDevice; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockPausingMalcolmTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockPausingMalcolmTest.java index 33573c31e..0ca1c9a9c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockPausingMalcolmTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/mock/MockPausingMalcolmTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.mock; import org.eclipse.scanning.api.malcolm.IMalcolmDevice; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/ExampleMalcolmDeviceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/ExampleMalcolmDeviceTest.java index 1c25ded96..982a8343d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/ExampleMalcolmDeviceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/ExampleMalcolmDeviceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.real; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/Suite.java index e58d1bc9e..f7d92c35e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/malcolm/real/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.malcolm.real; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/AcquireRequestMessagingAPITest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/AcquireRequestMessagingAPITest.java index 5ce7ecd8c..b56e8ade4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/AcquireRequestMessagingAPITest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/AcquireRequestMessagingAPITest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import static org.eclipse.scanning.api.event.EventConstants.ACQUIRE_REQUEST_TOPIC; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/DeviceRequestMessagingAPITest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/DeviceRequestMessagingAPITest.java index e7fb7522e..fadf7708d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/DeviceRequestMessagingAPITest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/DeviceRequestMessagingAPITest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import java.io.IOException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/FileUtils.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/FileUtils.java index 4a96b392f..9675617a7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/FileUtils.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/FileUtils.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/JavaMessagingTests.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/JavaMessagingTests.java index a0a78b306..9e7284595 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/JavaMessagingTests.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/JavaMessagingTests.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/PositionerRequestMessagingAPITest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/PositionerRequestMessagingAPITest.java index 056857d14..28aa7388d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/PositionerRequestMessagingAPITest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/PositionerRequestMessagingAPITest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import static org.eclipse.scanning.api.event.EventConstants.POSITIONER_REQUEST_TOPIC; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/ScanBeanMessagingAPITest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/ScanBeanMessagingAPITest.java index 7f34bb85b..063d5f013 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/ScanBeanMessagingAPITest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/ScanBeanMessagingAPITest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import static org.eclipse.scanning.api.event.EventConstants.SUBMISSION_QUEUE; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/SubsetStatus.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/SubsetStatus.java index 6fdcfadb7..cb3a5abe5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/SubsetStatus.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/SubsetStatus.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import static org.junit.Assert.assertFalse; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/Suite.java index 1a9fee7a4..ac1854591 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/TopicAndQueueNameTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/TopicAndQueueNameTest.java index ad46aa758..bb2597c27 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/TopicAndQueueNameTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/TopicAndQueueNameTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import static org.eclipse.scanning.api.event.EventConstants.STATUS_TOPIC; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/XcenMessagingAPITest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/XcenMessagingAPITest.java index 7f73c8b1f..582d7bd0f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/XcenMessagingAPITest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/messaging/XcenMessagingAPITest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.messaging; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ArrayTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ArrayTest.java index c45cad122..69aea4c5f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ArrayTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ArrayTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTest.java index dbf08adfd..f1ed3cf8d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTestLarge.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTestLarge.java index 373940ff7..eb4af0053 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTestLarge.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/CompoundTestLarge.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ExtensionPointPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ExtensionPointPluginTest.java index d9c592d18..4a892df80 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ExtensionPointPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ExtensionPointPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import org.eclipse.scanning.api.points.IPointGenerator; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorTest.java index eabab6b5f..32333c5f0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorUtil.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorUtil.java index 008b6b818..20f95c2d5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorUtil.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GeneratorUtil.java @@ -1,6 +1,14 @@ -/** - * - */ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertArrayEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTest.java index d0aaff5fc..81553bae4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTest.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTestLarge.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTestLarge.java index 982e58c98..7b8f5c361 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTestLarge.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/GridTestLarge.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LinearTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LinearTest.java index 2ef2eb9cf..27088137b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LinearTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LinearTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LissajousTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LissajousTest.java index 15c301bc0..aabd4481e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LissajousTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/LissajousTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/MultiStepTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/MultiStepTest.java index 9346fff96..eaa2c68c7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/MultiStepTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/MultiStepTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/PointServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/PointServiceTest.java index d544e6dd0..a108b686a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/PointServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/PointServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetDecoratorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetDecoratorTest.java index 57f942603..3f238c019 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetDecoratorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetDecoratorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetGridTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetGridTest.java index db4374358..9d4abcfd4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetGridTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RandomOffsetGridTest.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2015 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTest.java index da7fa8dd2..331527980 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.*; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTestLarge.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTestLarge.java index a2e5a3c8a..188292817 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTestLarge.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/RasterTestLarge.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanPointGeneratorFactoryTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanPointGeneratorFactoryTest.java index 242dbbb92..beb9be824 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanPointGeneratorFactoryTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanPointGeneratorFactoryTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanRankTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanRankTest.java index 078d9ffdd..93532efd6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanRankTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanRankTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanShapeTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanShapeTest.java index 36eef72c4..f669d92a6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanShapeTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/ScanShapeTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/SpiralTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/SpiralTest.java index e038d157e..7962fd969 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/SpiralTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/SpiralTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StaticTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StaticTest.java index 3096a417a..6eb1f2704 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StaticTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StaticTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StepTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StepTest.java index 0265df952..34ceccf00 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StepTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/StepTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/Suite.java index 4acc06b25..628fe504a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGenerator.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGenerator.java index 75310d893..d1d549142 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGenerator.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGenerator.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import java.util.Iterator; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGeneratorModel.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGeneratorModel.java index 874f436b3..dcf6e7044 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGeneratorModel.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/points/TestGeneratorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.points; import org.eclipse.scanning.api.points.models.AbstractPointsModel; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/DummyBeanRegistry.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/DummyBeanRegistry.java index 80b246111..e6e6f8448 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/DummyBeanRegistry.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/DummyBeanRegistry.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; public class DummyBeanRegistry { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/GetDeviceInformationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/GetDeviceInformationTest.java index 9435fc045..257438df3 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/GetDeviceInformationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/GetDeviceInformationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteQueueControllerServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteQueueControllerServiceTest.java index f09c54403..2d90052df 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteQueueControllerServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteQueueControllerServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteRunnableServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteRunnableServiceTest.java index 48664ec42..fdba82d18 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteRunnableServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteRunnableServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; import static org.junit.Assert.assertNotNull; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteScannableServiceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteScannableServiceTest.java index f9a74031f..2e92255dc 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteScannableServiceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/RemoteScannableServiceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/Suite.java index eedea4e25..4f022a6b1 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/remote/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.remote; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractScanTest.java index a7a9448a6..b4d7236ab 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractWatchdogTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractWatchdogTest.java index 738f8d0a3..7fa819b95 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractWatchdogTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/AbstractWatchdogTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkBean.java index 21bb3e3eb..1121ca493 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkScanTest.java index e297d1d65..fbe6898e6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/BenchmarkScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ParserTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ParserTest.java index 8cc3f73b7..0e4742a4f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ParserTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ParserTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RealisticishMockTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RealisticishMockTest.java index c18f1380c..e843cbece 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RealisticishMockTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RealisticishMockTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RunnableDeviceServiceConfigureTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RunnableDeviceServiceConfigureTest.java index 9efad223d..0f2125931 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RunnableDeviceServiceConfigureTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/RunnableDeviceServiceConfigureTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanFinishedTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanFinishedTest.java index 4b47ace58..99fa594c3 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanFinishedTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanFinishedTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertScanFinished; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanPluginTest.java index 77dfe8028..9029b1cc5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertNotNull; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanSpeedTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanSpeedTest.java index 8fd84c70a..742e5cf87 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanSpeedTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanSpeedTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanTest.java index 85dbc21bf..e53bd4a36 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import org.eclipse.scanning.api.event.EventConstants; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/Suite.java index f7e4bf616..46dfa1ab7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import org.eclipse.scanning.test.scan.preprocess.PreprocessTest; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ThreadScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ThreadScanTest.java index b258c46e3..373f0432c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ThreadScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/ThreadScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogCombinedTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogCombinedTest.java index 5f86e8403..1db57562a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogCombinedTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogCombinedTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogShutterTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogShutterTest.java index 3efb5f7bf..023bb515f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogShutterTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogShutterTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogTopupTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogTopupTest.java index aa8d81e4d..0c985f6f0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogTopupTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/WatchdogTopupTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/LegacyDeviceSupportScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/LegacyDeviceSupportScanTest.java index 0f0cc664a..9fb9b876f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/LegacyDeviceSupportScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/LegacyDeviceSupportScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.legacy; import static org.junit.Assert.assertArrayEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/MockLegacyScannableConnector.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/MockLegacyScannableConnector.java index 6b84a5335..a0efbc49b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/MockLegacyScannableConnector.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/legacy/MockLegacyScannableConnector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.legacy; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockDetectorModel.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockDetectorModel.java index 0754f2bda..76998c1b8 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockDetectorModel.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockDetectorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; public class AnnotatedMockDetectorModel extends MockDetectorModel { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockScannable.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockScannable.java index 832f2c353..95dd4cda4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockScannable.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockScannable.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockWritableDetector.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockWritableDetector.java index 2eea7d9e1..30d676327 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockWritableDetector.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotatedMockWritableDetector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotationRecorder.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotationRecorder.java index cb6dad526..aa6713948 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotationRecorder.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/AnnotationRecorder.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/DummyOperationBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/DummyOperationBean.java index 9aca6bc2c..3f8482634 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/DummyOperationBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/DummyOperationBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.util.List; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockAbstractMathsOperation.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockAbstractMathsOperation.java index 32c96ca38..7bdd54e49 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockAbstractMathsOperation.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockAbstractMathsOperation.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import org.eclipse.dawnsci.analysis.api.processing.OperationData; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockDetectorModel.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockDetectorModel.java index 780da1458..a02a50a93 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockDetectorModel.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockDetectorModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import org.eclipse.scanning.api.device.models.IDetectorModel; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationContextImpl.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationContextImpl.java index 5f15f0802..124f76d62 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationContextImpl.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationContextImpl.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationService.java index 8a68f134b..a5be40e82 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockOperationService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.util.Collection; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSeriesRunner.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSeriesRunner.java index 5be0eee70..2012672a0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSeriesRunner.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSeriesRunner.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.io.Serializable; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSliceViewIterator.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSliceViewIterator.java index 32ea30b65..5599dc54a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSliceViewIterator.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSliceViewIterator.java @@ -1,11 +1,14 @@ /*- - * Copyright 2015 Diamond Light Source Ltd. - * + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSubtractOperation.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSubtractOperation.java index 035db99e3..8f761f320 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSubtractOperation.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockSubtractOperation.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import org.eclipse.dawnsci.analysis.api.processing.OperationData; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritableDetector.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritableDetector.java index 375bb3fdb..46366b296 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritableDetector.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritableDetector.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import org.eclipse.january.dataset.Random; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandelbrotDetector.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandelbrotDetector.java index bd7dd9c61..9859a727f 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandelbrotDetector.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandelbrotDetector.java @@ -1,19 +1,14 @@ /*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandlebrotModel.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandlebrotModel.java index fe6ee5478..3bf243d17 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandlebrotModel.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/mock/MockWritingMandlebrotModel.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.mock; import java.io.IOException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/AttributeTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/AttributeTest.java index f0826513a..889a927fc 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/AttributeTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/AttributeTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/BasicScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/BasicScanTest.java index 6bbcc60eb..ddd67f15d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/BasicScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/BasicScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ConstantVelocityTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ConstantVelocityTest.java index 780cf2e6e..2a9d6a976 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ConstantVelocityTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ConstantVelocityTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DarkCurrentTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DarkCurrentTest.java index c1f740a3a..c5090136d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DarkCurrentTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DarkCurrentTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DummyMalcolmDeviceTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DummyMalcolmDeviceTest.java index 43628210e..0b1e24d59 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DummyMalcolmDeviceTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/DummyMalcolmDeviceTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LinearScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LinearScanTest.java index 10482eae0..f846489ec 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LinearScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LinearScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.junit.Assert.assertArrayEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LowLevelDetectorPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LowLevelDetectorPluginTest.java index 784a36e46..39050d6a4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LowLevelDetectorPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/LowLevelDetectorPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MalcolmScanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MalcolmScanTest.java index 3b82bb094..47f9b9eab 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MalcolmScanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MalcolmScanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.example.malcolm.DummyMalcolmDevice.FILE_EXTENSION_HDF5; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotAcquireTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotAcquireTest.java index 8c378b3c6..64c3070b5 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotAcquireTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotAcquireTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotExampleTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotExampleTest.java index 3e779910f..061997973 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotExampleTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotExampleTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotRemoteTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotRemoteTest.java index 65cfa5eae..e01cc7ca0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotRemoteTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MandelbrotRemoteTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MetadataScannableTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MetadataScannableTest.java index 1e5cb2c74..5fd99ebeb 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MetadataScannableTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MetadataScannableTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MockScanParticpiant.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MockScanParticpiant.java index d0b1f5a52..2dcf56579 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MockScanParticpiant.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MockScanParticpiant.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import java.lang.annotation.Annotation; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MonitorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MonitorTest.java index 68e800c79..57780a49c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MonitorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/MonitorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusAssert.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusAssert.java index 6ffbdac60..5082a506b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusAssert.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusAssert.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.dawnsci.nexus.builder.data.NexusDataBuilder.ATTR_NAME_AXES; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusStepScanSpeedTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusStepScanSpeedTest.java index d8b937658..5a4b184a2 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusStepScanSpeedTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusStepScanSpeedTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusTest.java index 9018d4cb5..e774ce2fd 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/NexusTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanClusterProcessingTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanClusterProcessingTest.java index 666f98734..6dcbffa2c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanClusterProcessingTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanClusterProcessingTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.sequencer.analysis.ClusterProcessingRunnableDevice.DEFAULT_ENTRY_PATH; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanMetadataTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanMetadataTest.java index 9bb680107..62bfef6a3 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanMetadataTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanMetadataTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertAxes; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanPointsWriterTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanPointsWriterTest.java index 3187726d4..8b01353ba 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanPointsWriterTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanPointsWriterTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.sequencer.nexus.SolsticeConstants.FIELD_NAME_SCAN_FINISHED; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanProcessingTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanProcessingTest.java index 09691741a..7d62fb6f6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanProcessingTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanProcessingTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.eclipse.scanning.test.scan.nexus.NexusAssert.assertScanPointsGroup; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanWithNoNexusFileTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanWithNoNexusFileTest.java index 99da8b784..c1879c600 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanWithNoNexusFileTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/ScanWithNoNexusFileTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import static org.junit.Assert.assertNotNull; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/Suite.java index 139f77e47..d56e8fe66 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/nexus/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.nexus; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessPluginTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessPluginTest.java index 63229a725..c890a2d69 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessPluginTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessPluginTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.preprocess; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessTest.java index 7e2afe86a..3a254fb0b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/PreprocessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.preprocess; import static org.junit.Assert.assertNotNull; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanModeratorTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanModeratorTest.java index c7887c62b..92bfaed4e 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanModeratorTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanModeratorTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.preprocess; import static org.junit.Assert.assertTrue; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanTest.java index a2e96a7ce..b5ad97fe7 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/SubscanTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.preprocess; import org.eclipse.dawnsci.json.MarshallerService; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/Suite.java index f67e57727..1fb52d337 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/preprocess/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.preprocess; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/RunTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/RunTest.java index f0f792cae..a259d38d6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/RunTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/RunTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.real; import java.net.URISyntaxException; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/ScanExecutionTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/ScanExecutionTest.java index 5953efed4..7fb1d1aff 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/ScanExecutionTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/ScanExecutionTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.real; import static org.junit.Assert.assertNotNull; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/TestScanBean.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/TestScanBean.java index f704fc007..b075baea0 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/TestScanBean.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/real/TestScanBean.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.real; import org.eclipse.scanning.api.event.status.StatusBean; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/MockScriptService.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/MockScriptService.java index 7feae5ca1..f9ee5a246 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/MockScriptService.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/MockScriptService.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.servlet; import java.util.ArrayList; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanProcessTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanProcessTest.java index 0ad42cde6..80a902814 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanProcessTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanProcessTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.servlet; import static org.hamcrest.CoreMatchers.equalTo; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanServletTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanServletTest.java index ab8d7256c..370e4e077 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanServletTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/ScanServletTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.servlet; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/Suite.java index d14f198cc..509b030e4 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/scan/servlet/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.scan.servlet; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV0.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV0.java index 3cf0d4190..4841f4ef6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV0.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV0.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; public class RegisteredTypeBeanV0 { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV1.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV1.java index 92466c24c..7032f8967 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV1.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV1.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; public class RegisteredTypeBeanV1 { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV2.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV2.java index e0c0610f7..fc05a09b6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV2.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/RegisteredTypeBeanV2.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; public class RegisteredTypeBeanV2 { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/StashingTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/StashingTest.java index 37ed3c34d..df8715264 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/StashingTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/StashingTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/Suite.java index 07ad9ab7d..30456a691 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; import org.junit.runner.RunWith; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/TestClassRegistry.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/TestClassRegistry.java index 689786dbd..0ec6740e3 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/TestClassRegistry.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/TestClassRegistry.java @@ -1,20 +1,14 @@ /*- - * Copyright © 2016 Diamond Light Source Ltd. + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * This file is part of GDA. - * - * GDA is free software: you can redistribute it and/or modify it under the - * terms of the GNU General Public License version 3 as published by the Free - * Software Foundation. - * - * GDA 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 General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along - * with GDA. If not, see . - */ + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisterdTypeBeanV0.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisterdTypeBeanV0.java index cf60ffa8b..213ddc28c 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisterdTypeBeanV0.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisterdTypeBeanV0.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; public class UnregisterdTypeBeanV0 { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisteredTypeBeanV1.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisteredTypeBeanV1.java index ad197c332..0f50fa865 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisteredTypeBeanV1.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/stashing/UnregisteredTypeBeanV1.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.stashing; public class UnregisteredTypeBeanV1 { diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/AxisConfigurationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/AxisConfigurationTest.java index 3114a9bc5..4a587f72b 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/AxisConfigurationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/AxisConfigurationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/BoundingBoxTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/BoundingBoxTest.java index 81b5d886f..4b10b5007 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/BoundingBoxTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/BoundingBoxTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ControlTreeViewerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ControlTreeViewerTest.java index 11e646001..e69614638 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ControlTreeViewerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ControlTreeViewerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/KnownModelsTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/KnownModelsTest.java index 5bdfbd001..4762c1695 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/KnownModelsTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/KnownModelsTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/SampleInformationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/SampleInformationTest.java index 6714e8ab4..350fbef9d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/SampleInformationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/SampleInformationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest.java index 25747d848..56d0c8d70 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest2.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest2.java index 6e905cef9..a44d02a91 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest2.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/ScannableViewerTest2.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import static org.junit.Assert.assertEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/UISuite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/UISuite.java index 43db300f0..3380ccdb6 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/UISuite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/ui/UISuite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.ui; import java.net.URI; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/util/DoubleUtils.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/util/DoubleUtils.java index 712844b78..07eddac32 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/util/DoubleUtils.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/util/DoubleUtils.java @@ -1,11 +1,14 @@ -/* - * Copyright (c) 2012 Diamond Light Source Ltd. - * +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - */ + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.util; import java.text.DecimalFormat; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/AbstractValidationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/AbstractValidationTest.java index 21db3e2fa..d26cc6b05 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/AbstractValidationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/AbstractValidationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.validation; import java.io.File; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/CompoundModelTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/CompoundModelTest.java index 3789784bb..023d0611d 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/CompoundModelTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/CompoundModelTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.validation; import static org.junit.Assert.fail; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ModelTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ModelTest.java index 3eac1d779..602065eec 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ModelTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ModelTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.validation; import static org.junit.Assert.assertNotEquals; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ScanRequestValidationTest.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ScanRequestValidationTest.java index 217c5d8e1..bb1628c49 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ScanRequestValidationTest.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/ScanRequestValidationTest.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.validation; import java.util.Arrays; diff --git a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/Suite.java b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/Suite.java index 1122e42df..bbbd7ab5a 100644 --- a/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/Suite.java +++ b/org.eclipse.scanning.test/src/org/eclipse/scanning/test/validation/Suite.java @@ -1,3 +1,14 @@ +/*- + ******************************************************************************* + * Copyright (c) 2011, 2016 Diamond Light Source Ltd. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Matthew Gerring - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.scanning.test.validation; import org.junit.runner.RunWith;