From 48d873a32ba0901a9b58f04c541f0f858fbfcd51 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 6 Mar 2019 16:10:00 +0100 Subject: [PATCH] Use openHAB license headers (#632) Signed-off-by: Wouter Born --- .../smarthome/core/audio/AudioException.java | 4 ++-- .../smarthome/core/audio/AudioFormat.java | 4 ++-- .../smarthome/core/audio/AudioHTTPServer.java | 4 ++-- .../smarthome/core/audio/AudioManager.java | 4 ++-- .../eclipse/smarthome/core/audio/AudioSink.java | 4 ++-- .../smarthome/core/audio/AudioSource.java | 4 ++-- .../smarthome/core/audio/AudioStream.java | 4 ++-- .../core/audio/ByteArrayAudioStream.java | 4 ++-- .../smarthome/core/audio/FileAudioStream.java | 4 ++-- .../core/audio/FixedLengthAudioStream.java | 4 ++-- .../smarthome/core/audio/URLAudioStream.java | 4 ++-- .../audio/UnsupportedAudioFormatException.java | 4 ++-- .../audio/UnsupportedAudioStreamException.java | 4 ++-- .../internal/AudioConsoleCommandExtension.java | 4 ++-- .../core/audio/internal/AudioManagerImpl.java | 4 ++-- .../core/audio/internal/AudioServlet.java | 4 ++-- .../core/audio/utils/AudioStreamUtils.java | 4 ++-- .../internal/JaasAuthenticationProvider.java | 4 ++-- .../auth/oauth2client/internal/Keyword.java | 4 ++-- .../internal/OAuthClientServiceImpl.java | 4 ++-- .../oauth2client/internal/OAuthConnector.java | 4 ++-- .../oauth2client/internal/OAuthFactoryImpl.java | 4 ++-- .../internal/OAuthStoreHandler.java | 4 ++-- .../internal/OAuthStoreHandlerImpl.java | 4 ++-- .../oauth2client/internal/PersistedParams.java | 4 ++-- .../internal/StorageRecordType.java | 4 ++-- .../internal/cipher/SymmetricKeyCipher.java | 4 ++-- .../media/internal/MediaActionTypeProvider.java | 4 ++-- .../internal/MediaModuleHandlerFactory.java | 4 ++-- .../internal/MediaScriptScopeProvider.java | 4 ++-- .../media/internal/PlayActionHandler.java | 4 ++-- .../module/media/internal/SayActionHandler.java | 4 ++-- .../AbstractScriptedModuleHandlerFactory.java | 4 ++-- .../internal/RuleSupportScriptExtension.java | 4 ++-- .../ScriptedCustomModuleHandlerFactory.java | 4 ++-- .../ScriptedCustomModuleTypeProvider.java | 4 ++-- .../ScriptedPrivateModuleHandlerFactory.java | 4 ++-- .../delegates/SimpleActionHandlerDelegate.java | 4 ++-- .../SimpleConditionHandlerDelegate.java | 4 ++-- .../SimpleTriggerHandlerCallbackDelegate.java | 4 ++-- .../delegates/SimpleTriggerHandlerDelegate.java | 4 ++-- .../internal/loader/ScriptFileWatcher.java | 4 ++-- .../shared/RuleSupportRuleRegistryDelegate.java | 4 ++-- .../shared/ScriptedAutomationManager.java | 4 ++-- .../rulesupport/shared/ScriptedHandler.java | 4 ++-- .../shared/ScriptedRuleProvider.java | 4 ++-- .../factories/ScriptedActionHandlerFactory.java | 4 ++-- .../ScriptedConditionHandlerFactory.java | 4 ++-- .../ScriptedTriggerHandlerFactory.java | 4 ++-- .../shared/simple/SimpleActionHandler.java | 4 ++-- .../shared/simple/SimpleConditionHandler.java | 4 ++-- .../rulesupport/shared/simple/SimpleRule.java | 4 ++-- .../shared/simple/SimpleRuleActionHandler.java | 4 ++-- .../simple/SimpleRuleActionHandlerDelegate.java | 4 ++-- .../shared/simple/SimpleTriggerHandler.java | 4 ++-- .../simple/SimpleTriggerHandlerCallback.java | 4 ++-- .../module/script/ScriptEngineContainer.java | 4 ++-- .../module/script/ScriptEngineFactory.java | 4 ++-- .../module/script/ScriptEngineManager.java | 4 ++-- .../module/script/ScriptExtensionProvider.java | 4 ++-- .../internal/GenericScriptEngineFactory.java | 4 ++-- .../internal/NashornScriptEngineFactory.java | 4 ++-- .../internal/ScriptEngineManagerImpl.java | 4 ++-- .../script/internal/ScriptExtensionManager.java | 4 ++-- .../internal/ScriptExtensionManagerWrapper.java | 4 ++-- .../DefaultScriptScopeProvider.java | 4 ++-- .../defaultscope/ItemRegistryDelegate.java | 4 ++-- .../internal/defaultscope/ScriptBusEvent.java | 4 ++-- .../defaultscope/ScriptThingActions.java | 4 ++-- .../factory/ScriptModuleHandlerFactory.java | 4 ++-- .../handler/AbstractScriptModuleHandler.java | 4 ++-- .../internal/handler/ScriptActionHandler.java | 4 ++-- .../handler/ScriptConditionHandler.java | 4 ++-- .../rest/internal/ModuleTypeResource.java | 4 ++-- .../automation/rest/internal/RuleResource.java | 4 ++-- .../rest/internal/TemplateResource.java | 4 ++-- .../rest/internal/dto/EnrichedRuleDTO.java | 4 ++-- .../internal/dto/EnrichedRuleDTOMapper.java | 4 ++-- .../org/openhab/core/automation/Action.java | 4 ++-- .../core/automation/AnnotatedActions.java | 4 ++-- .../org/openhab/core/automation/Condition.java | 4 ++-- .../core/automation/ManagedRuleProvider.java | 4 ++-- .../org/openhab/core/automation/Module.java | 4 ++-- .../core/automation/ModuleHandlerCallback.java | 4 ++-- .../java/org/openhab/core/automation/Rule.java | 4 ++-- .../openhab/core/automation/RuleManager.java | 4 ++-- .../openhab/core/automation/RulePredicates.java | 4 ++-- .../openhab/core/automation/RuleProvider.java | 4 ++-- .../openhab/core/automation/RuleRegistry.java | 4 ++-- .../org/openhab/core/automation/RuleStatus.java | 4 ++-- .../core/automation/RuleStatusDetail.java | 4 ++-- .../openhab/core/automation/RuleStatusInfo.java | 4 ++-- .../core/automation/StatusInfoCallback.java | 4 ++-- .../org/openhab/core/automation/Trigger.java | 4 ++-- .../org/openhab/core/automation/Visibility.java | 4 ++-- .../core/automation/annotation/ActionInput.java | 4 ++-- .../automation/annotation/ActionInputs.java | 4 ++-- .../automation/annotation/ActionOutput.java | 4 ++-- .../automation/annotation/ActionOutputs.java | 4 ++-- .../core/automation/annotation/ActionScope.java | 4 ++-- .../core/automation/annotation/RuleAction.java | 4 ++-- .../openhab/core/automation/dto/ActionDTO.java | 4 ++-- .../core/automation/dto/ActionDTOMapper.java | 4 ++-- .../core/automation/dto/ActionTypeDTO.java | 4 ++-- .../automation/dto/ActionTypeDTOMapper.java | 4 ++-- .../automation/dto/CompositeActionTypeDTO.java | 4 ++-- .../dto/CompositeConditionTypeDTO.java | 4 ++-- .../automation/dto/CompositeTriggerTypeDTO.java | 4 ++-- .../core/automation/dto/ConditionDTO.java | 4 ++-- .../core/automation/dto/ConditionDTOMapper.java | 4 ++-- .../core/automation/dto/ConditionTypeDTO.java | 4 ++-- .../automation/dto/ConditionTypeDTOMapper.java | 4 ++-- .../openhab/core/automation/dto/ModuleDTO.java | 4 ++-- .../core/automation/dto/ModuleDTOMapper.java | 4 ++-- .../core/automation/dto/ModuleTypeDTO.java | 4 ++-- .../automation/dto/ModuleTypeDTOMapper.java | 4 ++-- .../openhab/core/automation/dto/RuleDTO.java | 4 ++-- .../core/automation/dto/RuleDTOMapper.java | 4 ++-- .../core/automation/dto/RuleTemplateDTO.java | 4 ++-- .../automation/dto/RuleTemplateDTOMapper.java | 4 ++-- .../openhab/core/automation/dto/TriggerDTO.java | 4 ++-- .../core/automation/dto/TriggerDTOMapper.java | 4 ++-- .../core/automation/dto/TriggerTypeDTO.java | 4 ++-- .../automation/dto/TriggerTypeDTOMapper.java | 4 ++-- .../events/AbstractRuleRegistryEvent.java | 4 ++-- .../core/automation/events/RuleAddedEvent.java | 4 ++-- .../automation/events/RuleRemovedEvent.java | 4 ++-- .../automation/events/RuleStatusInfoEvent.java | 4 ++-- .../automation/events/RuleUpdatedEvent.java | 4 ++-- .../core/automation/handler/ActionHandler.java | 4 ++-- .../automation/handler/BaseModuleHandler.java | 4 ++-- .../handler/BaseModuleHandlerFactory.java | 4 ++-- .../handler/BaseTriggerModuleHandler.java | 4 ++-- .../automation/handler/ConditionHandler.java | 4 ++-- .../core/automation/handler/ModuleHandler.java | 4 ++-- .../handler/ModuleHandlerFactory.java | 4 ++-- .../core/automation/handler/TriggerHandler.java | 4 ++-- .../handler/TriggerHandlerCallback.java | 4 ++-- .../core/automation/internal/ActionImpl.java | 4 ++-- .../core/automation/internal/ConditionImpl.java | 4 ++-- .../core/automation/internal/Connection.java | 4 ++-- .../internal/ConnectionValidator.java | 4 ++-- .../core/automation/internal/ModuleImpl.java | 4 ++-- .../automation/internal/RuleEngineImpl.java | 4 ++-- .../automation/internal/RuleEventFactory.java | 4 ++-- .../core/automation/internal/RuleImpl.java | 4 ++-- .../automation/internal/RuleRegistryImpl.java | 4 ++-- .../internal/TriggerHandlerCallbackImpl.java | 4 ++-- .../core/automation/internal/TriggerImpl.java | 4 ++-- .../commands/AbstractCommandProvider.java | 4 ++-- .../internal/commands/AutomationCommand.java | 4 ++-- .../commands/AutomationCommandEnableRule.java | 4 ++-- .../commands/AutomationCommandExport.java | 4 ++-- .../commands/AutomationCommandImport.java | 4 ++-- .../commands/AutomationCommandList.java | 4 ++-- .../commands/AutomationCommandRemove.java | 4 ++-- .../internal/commands/AutomationCommands.java | 4 ++-- .../commands/AutomationCommandsPluggable.java | 4 ++-- .../commands/CommandlineModuleTypeProvider.java | 4 ++-- .../commands/CommandlineRuleImporter.java | 4 ++-- .../commands/CommandlineTemplateProvider.java | 4 ++-- .../automation/internal/commands/Printer.java | 4 ++-- .../automation/internal/commands/Utils.java | 4 ++-- .../AbstractCompositeModuleHandler.java | 4 ++-- .../composite/CompositeActionHandler.java | 4 ++-- .../composite/CompositeConditionHandler.java | 4 ++-- .../CompositeModuleHandlerFactory.java | 4 ++-- .../composite/CompositeTriggerHandler.java | 4 ++-- .../module/exception/UncomparableException.java | 4 ++-- .../factory/CoreModuleHandlerFactory.java | 4 ++-- .../module/handler/AnnotationActionHandler.java | 4 ++-- .../handler/ChannelEventTriggerHandler.java | 4 ++-- .../module/handler/CompareConditionHandler.java | 4 ++-- .../handler/DayOfWeekConditionHandler.java | 4 ++-- .../handler/GenericCronTriggerHandler.java | 4 ++-- .../handler/GenericEventConditionHandler.java | 4 ++-- .../handler/GenericEventTriggerHandler.java | 4 ++-- .../handler/ItemCommandActionHandler.java | 4 ++-- .../handler/ItemCommandTriggerHandler.java | 4 ++-- .../handler/ItemStateConditionHandler.java | 4 ++-- .../module/handler/ItemStateTriggerHandler.java | 4 ++-- .../handler/RuleEnablementActionHandler.java | 4 ++-- .../module/handler/RunRuleActionHandler.java | 4 ++-- .../handler/TimeOfDayConditionHandler.java | 4 ++-- .../module/handler/TimeOfDayTriggerHandler.java | 4 ++-- .../handler/TimerModuleHandlerFactory.java | 4 ++-- .../AnnotatedActionModuleTypeProvider.java | 4 ++-- .../parser/gson/AbstractGSONParser.java | 4 ++-- .../parser/gson/ActionInstanceCreator.java | 4 ++-- .../parser/gson/ConditionInstanceCreator.java | 4 ++-- .../parser/gson/ModuleTypeGSONParser.java | 4 ++-- .../parser/gson/ModuleTypeParsingContainer.java | 4 ++-- .../internal/parser/gson/RuleGSONParser.java | 4 ++-- .../parser/gson/TemplateGSONParser.java | 4 ++-- .../parser/gson/TriggerInstanceCreator.java | 4 ++-- .../AbstractResourceBundleProvider.java | 4 ++-- .../AutomationResourceBundlesEventQueue.java | 4 ++-- .../AutomationResourceBundlesTracker.java | 4 ++-- .../provider/HostFragmentMappingUtil.java | 4 ++-- .../ModuleTypeResourceBundleProvider.java | 4 ++-- .../provider/RuleResourceBundleImporter.java | 4 ++-- .../TemplateResourceBundleProvider.java | 4 ++-- .../automation/internal/provider/Vendor.java | 4 ++-- .../provider/file/AbstractFileProvider.java | 4 ++-- .../provider/file/AutomationWatchService.java | 4 ++-- .../provider/file/ModuleTypeFileProvider.java | 4 ++-- .../file/ModuleTypeFileProviderWatcher.java | 4 ++-- .../provider/file/TemplateFileProvider.java | 4 ++-- .../file/TemplateFileProviderWatcher.java | 4 ++-- .../provider/file/WatchServiceUtil.java | 4 ++-- .../internal/provider/i18n/ModuleI18nUtil.java | 4 ++-- .../i18n/ModuleTypeI18nServiceImpl.java | 4 ++-- .../provider/i18n/ModuleTypeI18nUtil.java | 4 ++-- .../provider/i18n/RuleTemplateI18nUtil.java | 4 ++-- .../internal/ruleengine/WrappedAction.java | 4 ++-- .../internal/ruleengine/WrappedCondition.java | 4 ++-- .../internal/ruleengine/WrappedModule.java | 4 ++-- .../internal/ruleengine/WrappedRule.java | 4 ++-- .../internal/ruleengine/WrappedTrigger.java | 4 ++-- .../internal/template/RuleTemplateRegistry.java | 4 ++-- .../internal/type/ModuleTypeRegistryImpl.java | 4 ++-- .../module/provider/ActionModuleKind.java | 4 ++-- .../AnnotationActionModuleTypeHelper.java | 4 ++-- .../module/provider/ModuleInformation.java | 4 ++-- .../provider/i18n/ModuleTypeI18nService.java | 4 ++-- .../openhab/core/automation/parser/Parser.java | 4 ++-- .../automation/parser/ParsingException.java | 4 ++-- .../parser/ParsingNestedException.java | 4 ++-- .../core/automation/template/RuleTemplate.java | 4 ++-- .../template/RuleTemplateProvider.java | 4 ++-- .../core/automation/template/Template.java | 4 ++-- .../automation/template/TemplateProvider.java | 4 ++-- .../automation/template/TemplateRegistry.java | 4 ++-- .../AnnotatedThingActionModuleTypeProvider.java | 4 ++-- .../core/automation/type/ActionType.java | 4 ++-- .../automation/type/CompositeActionType.java | 4 ++-- .../automation/type/CompositeConditionType.java | 4 ++-- .../automation/type/CompositeTriggerType.java | 4 ++-- .../core/automation/type/ConditionType.java | 4 ++-- .../org/openhab/core/automation/type/Input.java | 4 ++-- .../core/automation/type/ModuleType.java | 4 ++-- .../automation/type/ModuleTypeProvider.java | 4 ++-- .../automation/type/ModuleTypeRegistry.java | 4 ++-- .../openhab/core/automation/type/Output.java | 4 ++-- .../core/automation/type/TriggerType.java | 4 ++-- .../core/automation/util/ActionBuilder.java | 4 ++-- .../core/automation/util/ConditionBuilder.java | 4 ++-- .../util/ConfigurationNormalizer.java | 4 ++-- .../core/automation/util/ModuleBuilder.java | 4 ++-- .../core/automation/util/ReferenceResolver.java | 4 ++-- .../core/automation/util/RuleBuilder.java | 4 ++-- .../core/automation/util/TriggerBuilder.java | 4 ++-- .../xml/internal/BindingInfoConverter.java | 4 ++-- .../binding/xml/internal/BindingInfoReader.java | 4 ++-- .../xml/internal/BindingInfoXmlProvider.java | 4 ++-- .../xml/internal/BindingInfoXmlResult.java | 4 ++-- .../BindingXmlConfigDescriptionProvider.java | 4 ++-- .../xml/internal/XmlBindingInfoProvider.java | 4 ++-- .../smarthome/config/core/ConfigConstants.java | 4 ++-- .../config/core/ConfigDescription.java | 4 ++-- .../core/ConfigDescriptionAliasProvider.java | 4 ++-- .../config/core/ConfigDescriptionParameter.java | 4 ++-- .../core/ConfigDescriptionParameterBuilder.java | 4 ++-- .../core/ConfigDescriptionParameterGroup.java | 4 ++-- .../config/core/ConfigDescriptionProvider.java | 4 ++-- .../config/core/ConfigDescriptionRegistry.java | 4 ++-- .../config/core/ConfigOptionProvider.java | 4 ++-- .../smarthome/config/core/ConfigUtil.java | 4 ++-- .../config/core/ConfigurableService.java | 4 ++-- .../smarthome/config/core/Configuration.java | 4 ++-- .../config/core/ConfigurationDeserializer.java | 4 ++-- .../config/core/ConfigurationSerializer.java | 4 ++-- .../smarthome/config/core/FilterCriteria.java | 4 ++-- .../smarthome/config/core/ParameterOption.java | 4 ++-- .../config/core/dto/ConfigDescriptionDTO.java | 4 ++-- .../core/dto/ConfigDescriptionDTOMapper.java | 4 ++-- .../core/dto/ConfigDescriptionParameterDTO.java | 4 ++-- .../dto/ConfigDescriptionParameterGroupDTO.java | 4 ++-- .../config/core/dto/FilterCriteriaDTO.java | 4 ++-- .../config/core/dto/ParameterOptionDTO.java | 4 ++-- .../i18n/ConfigDescriptionGroupI18nUtil.java | 4 ++-- .../core/i18n/ConfigDescriptionI18nUtil.java | 4 ++-- .../i18n/ConfigI18nLocalizationService.java | 4 ++-- .../config/core/internal/ConfigMapper.java | 4 ++-- .../i18n/I18nConfigOptionsProvider.java | 4 ++-- .../MetadataConfigDescriptionProviderImpl.java | 4 ++-- .../net/NetworkConfigOptionProvider.java | 4 ++-- .../normalization/AbstractNormalizer.java | 4 ++-- .../normalization/BooleanNormalizer.java | 4 ++-- .../normalization/DecimalNormalizer.java | 4 ++-- .../internal/normalization/IntNormalizer.java | 4 ++-- .../internal/normalization/ListNormalizer.java | 4 ++-- .../core/internal/normalization/Normalizer.java | 4 ++-- .../normalization/NormalizerFactory.java | 4 ++-- .../internal/normalization/TextNormalizer.java | 4 ++-- .../ConfigDescriptionParameterValidator.java | 4 ++-- ...figDescriptionParameterValidatorFactory.java | 4 ++-- .../ConfigDescriptionValidatorImpl.java | 4 ++-- .../core/internal/validation/MessageKey.java | 4 ++-- .../internal/validation/MinMaxValidator.java | 4 ++-- .../internal/validation/PatternValidator.java | 4 ++-- .../internal/validation/RequiredValidator.java | 4 ++-- .../internal/validation/TypeIntrospections.java | 4 ++-- .../core/internal/validation/TypeValidator.java | 4 ++-- .../MetadataConfigDescriptionProvider.java | 4 ++-- .../core/status/ConfigStatusCallback.java | 4 ++-- .../config/core/status/ConfigStatusInfo.java | 4 ++-- .../config/core/status/ConfigStatusMessage.java | 4 ++-- .../core/status/ConfigStatusProvider.java | 4 ++-- .../config/core/status/ConfigStatusService.java | 4 ++-- .../config/core/status/ConfigStatusSource.java | 4 ++-- .../status/events/ConfigStatusEventFactory.java | 4 ++-- .../status/events/ConfigStatusInfoEvent.java | 4 ++-- .../validation/ConfigDescriptionValidator.java | 4 ++-- .../validation/ConfigValidationException.java | 4 ++-- .../validation/ConfigValidationMessage.java | 4 ++-- .../ConfigDescriptionParameterBuilderTest.java | 4 ++-- .../smarthome/config/core/ConfigUtilTest.java | 4 ++-- .../config/core/ConfigurationTest.java | 4 ++-- .../i18n/I18nConfigOptionsProviderTest.java | 4 ++-- .../internal/normalization/NormalizerTest.java | 4 ++-- .../ConfigDescriptionValidatorTest.java | 4 ++-- .../ConfigValidationExceptionTest.java | 4 ++-- .../core/status/ConfigStatusInfoTest.java | 4 ++-- .../mdns/MDNSDiscoveryParticipant.java | 4 ++-- .../mdns/internal/MDNSDiscoveryService.java | 4 ++-- .../upnp/UpnpDiscoveryParticipant.java | 4 ++-- .../upnp/internal/UpnpDiscoveryService.java | 4 ++-- .../internal/DeltaUsbSerialScanner.java | 4 ++-- .../internal/PollingUsbSerialScanner.java | 4 ++-- .../internal/SysfsUsbSerialScanner.java | 4 ++-- .../linuxsysfs/internal/UsbSerialScanner.java | 4 ++-- .../usbserial/UsbSerialDeviceInformation.java | 4 ++-- .../discovery/usbserial/UsbSerialDiscovery.java | 4 ++-- .../usbserial/UsbSerialDiscoveryListener.java | 4 ++-- .../UsbSerialDiscoveryParticipant.java | 4 ++-- .../internal/UsbSerialDiscoveryService.java | 4 ++-- .../discovery/AbstractDiscoveryService.java | 4 ++-- .../config/discovery/DiscoveryListener.java | 4 ++-- .../config/discovery/DiscoveryResult.java | 4 ++-- .../discovery/DiscoveryResultBuilder.java | 4 ++-- .../config/discovery/DiscoveryResultFlag.java | 4 ++-- .../config/discovery/DiscoveryService.java | 4 ++-- .../discovery/DiscoveryServiceCallback.java | 4 ++-- .../discovery/DiscoveryServiceRegistry.java | 4 ++-- .../discovery/ExtendedDiscoveryService.java | 4 ++-- .../config/discovery/ScanListener.java | 4 ++-- .../discovery/UpnpDiscoveryParticipant.java | 4 ++-- .../discovery/dto/DiscoveryResultDTO.java | 4 ++-- .../discovery/dto/DiscoveryResultDTOMapper.java | 4 ++-- .../smarthome/config/discovery/inbox/Inbox.java | 4 ++-- .../inbox/InboxAutoApprovePredicate.java | 4 ++-- .../discovery/inbox/InboxFilterCriteria.java | 4 ++-- .../config/discovery/inbox/InboxListener.java | 4 ++-- .../config/discovery/inbox/InboxPredicates.java | 4 ++-- .../inbox/events/AbstractInboxEvent.java | 4 ++-- .../discovery/inbox/events/InboxAddedEvent.java | 4 ++-- .../inbox/events/InboxEventFactory.java | 4 ++-- .../inbox/events/InboxRemovedEvent.java | 4 ++-- .../inbox/events/InboxUpdatedEvent.java | 4 ++-- .../internal/AutomaticInboxProcessor.java | 4 ++-- .../discovery/internal/DiscoveryResultImpl.java | 4 ++-- .../internal/DiscoveryServiceRegistryImpl.java | 4 ++-- .../discovery/internal/PersistentInbox.java | 4 ++-- .../DiscoveryConsoleCommandExtension.java | 4 ++-- .../console/InboxConsoleCommandExtension.java | 4 ++-- .../dispatch/internal/ConfigDispatcher.java | 4 ++-- .../internal/ConfigDispatcherFileWatcher.java | 4 ++-- .../internal/SerialConfigOptionProvider.java | 4 ++-- .../config/xml/AbstractXmlBasedProvider.java | 4 ++-- .../AbstractXmlConfigDescriptionProvider.java | 4 ++-- .../config/xml/ConfigDescriptionConverter.java | 4 ++-- .../ConfigDescriptionParameterConverter.java | 4 ++-- ...onfigDescriptionParameterGroupConverter.java | 4 ++-- .../xml/ConfigXmlConfigDescriptionProvider.java | 4 ++-- .../config/xml/FilterCriteriaConverter.java | 4 ++-- .../xml/internal/ConfigDescriptionReader.java | 4 ++-- .../internal/ConfigDescriptionXmlProvider.java | 4 ++-- .../xml/osgi/XmlDocumentBundleTracker.java | 4 ++-- .../config/xml/osgi/XmlDocumentProvider.java | 4 ++-- .../xml/osgi/XmlDocumentProviderFactory.java | 4 ++-- .../config/xml/util/ConverterAssertion.java | 4 ++-- .../util/ConverterAttributeMapValidator.java | 4 ++-- .../config/xml/util/ConverterValueMap.java | 4 ++-- .../config/xml/util/GenericUnmarshaller.java | 4 ++-- .../config/xml/util/NodeAttributes.java | 4 ++-- .../xml/util/NodeAttributesConverter.java | 4 ++-- .../smarthome/config/xml/util/NodeIterator.java | 4 ++-- .../smarthome/config/xml/util/NodeList.java | 4 ++-- .../config/xml/util/NodeListConverter.java | 4 ++-- .../smarthome/config/xml/util/NodeName.java | 4 ++-- .../smarthome/config/xml/util/NodeValue.java | 4 ++-- .../config/xml/util/NodeValueConverter.java | 4 ++-- .../config/xml/util/XmlDocumentReader.java | 4 ++-- .../sample/internal/SampleExtensionService.java | 4 ++-- .../eclipse/smarthome/core/id/InstanceUUID.java | 4 ++-- .../core/id/internal/UUIDResource.java | 4 ++-- .../org/eclipse/smarthome/core/id/UUIDTest.java | 4 ++-- .../eclipse/internal/ConsoleSupportEclipse.java | 4 ++-- .../console/eclipse/internal/OSGiConsole.java | 4 ++-- .../console/karaf/internal/CommandWrapper.java | 4 ++-- .../karaf/internal/ConsoleSupportKaraf.java | 4 ++-- .../io/console/karaf/internal/OSGiConsole.java | 4 ++-- .../console/rfc147/internal/CommandWrapper.java | 4 ++-- .../internal/ConsoleCommandsContainer.java | 4 ++-- .../rfc147/internal/ConsoleSupportRfc147.java | 4 ++-- .../io/console/rfc147/internal/OSGiConsole.java | 4 ++-- .../extension/HelpConsoleCommandExtension.java | 4 ++-- .../eclipse/smarthome/io/console/Console.java | 4 ++-- .../io/console/ConsoleInterpreter.java | 4 ++-- .../AbstractConsoleCommandExtension.java | 4 ++-- .../extensions/ConsoleCommandExtension.java | 4 ++-- .../extension/ItemConsoleCommandExtension.java | 4 ++-- .../MetadataConsoleCommandExtension.java | 4 ++-- .../extension/SendConsoleCommandExtension.java | 4 ++-- .../StatusConsoleCommandExtension.java | 4 ++-- .../UpdateConsoleCommandExtension.java | 4 ++-- .../basic/internal/BasicChallengeHandler.java | 4 ++-- .../internal/BasicCredentialsExtractor.java | 4 ++-- .../io/http/auth/CredentialsExtractor.java | 4 ++-- .../auth/internal/AuthenticationHandler.java | 4 ++-- .../io/http/auth/internal/RedirectHandler.java | 4 ++-- .../org/eclipse/smarthome/io/http/Handler.java | 4 ++-- .../smarthome/io/http/HandlerContext.java | 4 ++-- .../smarthome/io/http/HandlerPriorities.java | 4 ++-- .../io/http/HttpContextFactoryService.java | 4 ++-- .../smarthome/io/http/WrappingHttpContext.java | 4 ++-- .../io/http/internal/BundleHttpContext.java | 4 ++-- .../io/http/internal/CatchHandler.java | 4 ++-- .../io/http/internal/DefaultHandlerContext.java | 4 ++-- .../io/http/internal/DelegatingHttpContext.java | 4 ++-- .../internal/HttpContextFactoryServiceImpl.java | 4 ++-- .../io/http/internal/SmartHomeHttpContext.java | 4 ++-- .../io/http/servlet/BaseSmartHomeServlet.java | 4 ++-- .../io/http/servlet/SmartHomeBundleServlet.java | 4 ++-- .../io/http/servlet/SmartHomeServlet.java | 4 ++-- .../io/monitor/internal/EventLogger.java | 4 ++-- .../eclipse/smarthome/io/net/exec/ExecUtil.java | 4 ++-- .../io/net/http/ExtensibleTrustManager.java | 4 ++-- .../io/net/http/HttpClientFactory.java | 4 ++-- .../http/HttpClientInitializationException.java | 4 ++-- .../io/net/http/HttpRequestBuilder.java | 4 ++-- .../eclipse/smarthome/io/net/http/HttpUtil.java | 4 ++-- .../io/net/http/TlsCertificateProvider.java | 4 ++-- .../smarthome/io/net/http/TlsProvider.java | 4 ++-- .../io/net/http/TlsTrustManagerProvider.java | 4 ++-- .../io/net/http/TrustAllTrustMananger.java | 4 ++-- .../io/net/http/TrustManagerProvider.java | 4 ++-- .../smarthome/io/net/http/WebSocketFactory.java | 4 ++-- .../internal/ExtensibleTrustManagerImpl.java | 4 ++-- .../TlsCertificateTrustManagerAdapter.java | 4 ++-- .../io/net/http/internal/TrustManagerUtil.java | 4 ++-- .../net/http/internal/WebClientFactoryImpl.java | 4 ++-- .../internal/SmartHomeRestServletConfig.java | 4 ++-- .../rest/core/config/ConfigurationService.java | 4 ++-- .../io/rest/core/internal/GsonProvider.java | 4 ++-- .../rest/core/internal/RESTCoreActivator.java | 4 ++-- .../core/internal/binding/BindingResource.java | 4 ++-- .../internal/channel/ChannelTypeResource.java | 4 ++-- .../config/ConfigDescriptionResource.java | 4 ++-- .../internal/discovery/DiscoveryResource.java | 4 ++-- .../core/internal/discovery/InboxResource.java | 4 ++-- .../internal/extensions/ExtensionResource.java | 4 ++-- .../rest/core/internal/item/ItemResource.java | 4 ++-- .../internal/item/MetadataSelectorMatcher.java | 4 ++-- .../internal/link/ItemChannelLinkResource.java | 4 ++-- .../persistence/PersistenceResource.java | 4 ++-- .../internal/profile/ProfileTypeResource.java | 4 ++-- .../service/ConfigurableServiceResource.java | 4 ++-- .../rest/core/internal/thing/ThingResource.java | 4 ++-- .../core/internal/thing/ThingTypeResource.java | 4 ++-- .../io/rest/core/item/EnrichedGroupItemDTO.java | 4 ++-- .../io/rest/core/item/EnrichedItemDTO.java | 4 ++-- .../rest/core/item/EnrichedItemDTOMapper.java | 4 ++-- .../core/persistence/ItemHistoryListDTO.java | 4 ++-- .../core/service/ConfigurableServiceDTO.java | 4 ++-- .../io/rest/core/thing/EnrichedChannelDTO.java | 4 ++-- .../io/rest/core/thing/EnrichedThingDTO.java | 4 ++-- .../rest/core/thing/EnrichedThingDTOMapper.java | 4 ++-- .../io/rest/log/internal/LogConstants.java | 4 ++-- .../io/rest/log/internal/LogHandler.java | 4 ++-- .../io/rest/mdns/internal/MDNSAnnouncer.java | 4 ++-- .../io/rest/optimize/internal/Activator.java | 4 ++-- .../optimize/internal/ResourceFilterImpl.java | 4 ++-- .../sitemap/SitemapSubscriptionService.java | 4 ++-- .../io/rest/sitemap/internal/MappingDTO.java | 4 ++-- .../sitemap/internal/PageChangeListener.java | 4 ++-- .../io/rest/sitemap/internal/PageDTO.java | 4 ++-- .../rest/sitemap/internal/ServerAliveEvent.java | 4 ++-- .../sitemap/internal/SitemapChangedEvent.java | 4 ++-- .../io/rest/sitemap/internal/SitemapDTO.java | 4 ++-- .../io/rest/sitemap/internal/SitemapEvent.java | 4 ++-- .../sitemap/internal/SitemapEventOutput.java | 4 ++-- .../rest/sitemap/internal/SitemapResource.java | 4 ++-- .../sitemap/internal/SitemapWidgetEvent.java | 4 ++-- .../io/rest/sitemap/internal/WidgetDTO.java | 4 ++-- .../sitemap/internal/SitemapResourceTest.java | 4 ++-- .../smarthome/io/rest/sse/SseResource.java | 4 ++-- .../smarthome/io/rest/sse/beans/EventBean.java | 4 ++-- .../io/rest/sse/internal/SseActivator.java | 4 ++-- .../io/rest/sse/internal/SseEventOutput.java | 4 ++-- .../sse/internal/async/BlockingAsyncBinder.java | 4 ++-- .../BlockingAsyncContextDelegateProvider.java | 4 ++-- .../internal/async/BlockingAsyncFeature.java | 4 ++-- .../internal/listeners/SseEventSubscriber.java | 4 ++-- .../io/rest/sse/internal/util/SseUtil.java | 4 ++-- .../io/rest/voice/internal/HLIMapper.java | 4 ++-- .../internal/HumanLanguageInterpreterDTO.java | 4 ++-- .../io/rest/voice/internal/VoiceResource.java | 4 ++-- .../eclipse/smarthome/io/rest/DTOMapper.java | 4 ++-- .../eclipse/smarthome/io/rest/JSONResponse.java | 4 ++-- .../smarthome/io/rest/LocaleService.java | 4 ++-- .../smarthome/io/rest/LocaleServiceImpl.java | 4 ++-- .../smarthome/io/rest/RESTConstants.java | 4 ++-- .../eclipse/smarthome/io/rest/RESTResource.java | 4 ++-- .../io/rest/Stream2JSONInputStream.java | 4 ++-- .../smarthome/io/rest/internal/Constants.java | 4 ++-- .../io/rest/internal/DTOMapperImpl.java | 4 ++-- .../io/rest/internal/filter/CorsFilter.java | 4 ++-- .../io/rest/internal/filter/ProxyFilter.java | 4 ++-- .../filter/SatisfiableResourceFilter.java | 4 ++-- .../rest/internal/resources/RootResource.java | 4 ++-- .../rest/internal/resources/beans/RootBean.java | 4 ++-- .../smarthome/io/transport/mdns/MDNSClient.java | 4 ++-- .../io/transport/mdns/MDNSService.java | 4 ++-- .../io/transport/mdns/ServiceDescription.java | 4 ++-- .../discovery/MDNSDiscoveryParticipant.java | 4 ++-- .../transport/mdns/internal/MDNSActivator.java | 4 ++-- .../transport/mdns/internal/MDNSClientImpl.java | 4 ++-- .../mdns/internal/MDNSServiceImpl.java | 4 ++-- .../io/transport/mqtt/MqttActionCallback.java | 4 ++-- .../io/transport/mqtt/MqttBrokerConnection.java | 4 ++-- .../mqtt/MqttBrokerConnectionConfig.java | 4 ++-- .../transport/mqtt/MqttConnectionObserver.java | 4 ++-- .../io/transport/mqtt/MqttConnectionState.java | 4 ++-- .../io/transport/mqtt/MqttException.java | 4 ++-- .../transport/mqtt/MqttMessageSubscriber.java | 4 ++-- .../io/transport/mqtt/MqttService.java | 4 ++-- .../io/transport/mqtt/MqttServiceObserver.java | 4 ++-- .../io/transport/mqtt/MqttWillAndTestament.java | 4 ++-- .../transport/mqtt/internal/ClientCallback.java | 4 ++-- .../internal/MqttActionAdapterCallback.java | 4 ++-- .../MqttBrokerConnectionServiceInstance.java | 4 ++-- ...ttBrokerConnectionServiceInstanceMarker.java | 4 ++-- .../mqtt/internal/MqttServiceImpl.java | 4 ++-- .../mqtt/internal/TopicSubscribers.java | 4 ++-- .../reconnect/AbstractReconnectStrategy.java | 4 ++-- .../reconnect/PeriodicReconnectStrategy.java | 4 ++-- .../AcceptAllCertificatesSSLContext.java | 4 ++-- .../mqtt/sslcontext/SSLContextProvider.java | 4 ++-- .../serial/internal/JavaCommPortProvider.java | 4 ++-- .../serial/internal/SerialPortEventImpl.java | 4 ++-- .../internal/SerialPortIdentifierImpl.java | 4 ++-- .../serial/internal/SerialPortImpl.java | 4 ++-- .../rfc2217/internal/RFC2217PortProvider.java | 4 ++-- .../internal/SerialPortIdentifierImpl.java | 4 ++-- .../serial/internal/RxTxPortProvider.java | 4 ++-- .../serial/internal/SerialPortEventImpl.java | 4 ++-- .../internal/SerialPortIdentifierImpl.java | 4 ++-- .../serial/internal/SerialPortUtil.java | 4 ++-- .../transport/serial/rxtx/RxTxSerialPort.java | 4 ++-- .../io/transport/serial/PortInUseException.java | 4 ++-- .../io/transport/serial/ProtocolType.java | 4 ++-- .../io/transport/serial/SerialPort.java | 4 ++-- .../io/transport/serial/SerialPortEvent.java | 4 ++-- .../serial/SerialPortEventListener.java | 4 ++-- .../transport/serial/SerialPortIdentifier.java | 4 ++-- .../io/transport/serial/SerialPortManager.java | 4 ++-- .../io/transport/serial/SerialPortProvider.java | 4 ++-- .../UnsupportedCommOperationException.java | 4 ++-- .../serial/internal/SerialPortManagerImpl.java | 4 ++-- .../serial/internal/SerialPortRegistry.java | 4 ++-- .../io/transport/upnp/UpnpIOParticipant.java | 4 ++-- .../io/transport/upnp/UpnpIOService.java | 4 ++-- .../upnp/internal/UpnpIOServiceImpl.java | 4 ++-- .../eclipse/smarthome/model/core/EventType.java | 4 ++-- .../model/core/ModelCoreConstants.java | 4 ++-- .../smarthome/model/core/ModelParser.java | 4 ++-- .../smarthome/model/core/ModelRepository.java | 4 ++-- .../core/ModelRepositoryChangeListener.java | 4 ++-- .../model/core/internal/ModelCoreActivator.java | 4 ++-- .../core/internal/ModelRepositoryImpl.java | 4 ++-- .../core/internal/folder/FolderObserver.java | 4 ++-- .../model/core/internal/util/MathUtils.java | 4 ++-- .../ValueTypeToStringConverter.java | 4 ++-- .../smarthome/model/ide/ItemsIdeModule.xtend | 4 ++-- .../smarthome/model/ide/ItemsIdeSetup.xtend | 4 ++-- .../runtime/internal/ItemRuntimeActivator.java | 4 ++-- .../eclipse/smarthome/model/GenerateItems.mwe2 | 4 ++-- .../smarthome/model/ItemsRuntimeModule.xtend | 4 ++-- .../smarthome/model/ItemsStandaloneSetup.xtend | 4 ++-- .../model/formatting/ItemsFormatter.xtend | 4 ++-- .../model/generator/ItemsGenerator.xtend | 4 ++-- .../valueconverter/ItemValueConverters.java | 4 ++-- .../model/item/BindingConfigParseException.java | 4 ++-- .../model/item/BindingConfigReader.java | 4 ++-- .../item/internal/GenericItemProvider.java | 4 ++-- .../item/internal/GenericMetadataProvider.java | 4 ++-- .../model/scoping/ItemsScopeProvider.xtend | 4 ++-- .../serializer/ItemsSemanticSequencer.xtend | 4 ++-- .../serializer/ItemsSyntacticSequencer.xtend | 4 ++-- .../model/validation/ItemsValidator.xtend | 4 ++-- .../model/lazygen/GlobalResourceSet.java | 4 ++-- .../smarthome/model/lazygen/LazyGenerator.java | 4 ++-- .../model/lazygen/LazyLanguageConfig.java | 4 ++-- .../model/lazygen/LazyStandaloneSetup.java | 4 ++-- .../lsp/internal/MappingUriExtensions.java | 4 ++-- .../model/lsp/internal/ModelServer.java | 4 ++-- .../model/lsp/internal/RegistryProvider.java | 4 ++-- .../model/lsp/internal/RuntimeServerModule.java | 4 ++-- .../persistence/ide/PersistenceIdeModule.xtend | 4 ++-- .../persistence/ide/PersistenceIdeSetup.xtend | 4 ++-- .../internal/PersistenceRuntimeActivator.java | 4 ++-- .../model/persistence/GeneratePersistence.mwe2 | 4 ++-- .../persistence/PersistenceRuntimeModule.xtend | 4 ++-- .../PersistenceStandaloneSetup.xtend | 4 ++-- .../extensions/PersistenceExtensions.java | 4 ++-- .../formatting/PersistenceFormatter.xtend | 4 ++-- .../generator/PersistenceGenerator.xtend | 4 ++-- .../internal/PersistenceModelManager.java | 4 ++-- .../persistence/scoping/GlobalStrategies.java | 4 ++-- .../scoping/PersistenceGlobalScopeProvider.java | 4 ++-- .../scoping/PersistenceScopeProvider.xtend | 4 ++-- .../PersistenceSemanticSequencer.xtend | 4 ++-- .../PersistenceSyntacticSequencer.xtend | 4 ++-- .../validation/PersistenceValidator.xtend | 4 ++-- .../model/rule/ide/RulesIdeModule.xtend | 4 ++-- .../model/rule/ide/RulesIdeSetup.xtend | 4 ++-- .../model/rule/runtime/RuleEngine.java | 4 ++-- .../runtime/internal/RuleRuntimeActivator.java | 4 ++-- .../runtime/internal/engine/ExecuteRuleJob.java | 4 ++-- .../internal/engine/GuiceAwareJobFactory.java | 4 ++-- .../internal/engine/RuleContextHelper.java | 4 ++-- .../runtime/internal/engine/RuleEngineImpl.java | 4 ++-- .../internal/engine/RuleEvaluationContext.java | 4 ++-- .../internal/engine/RuleTriggerManager.java | 4 ++-- .../smarthome/model/rule/GenerateRules.mwe2 | 4 ++-- .../model/rule/RulesRuntimeModule.xtend | 4 ++-- .../model/rule/RulesStandaloneSetup.xtend | 4 ++-- .../model/rule/formatting/RulesFormatter.xtend | 4 ++-- .../model/rule/jvmmodel/RulesItemRefresher.java | 4 ++-- .../rule/jvmmodel/RulesJvmModelInferrer.xtend | 4 ++-- .../model/rule/jvmmodel/RulesRefresher.java | 4 ++-- .../rule/jvmmodel/RulesThingRefresher.java | 4 ++-- .../scoping/RulesImplicitlyImportedTypes.java | 4 ++-- .../model/rule/scoping/RulesScopeProvider.xtend | 4 ++-- .../serializer/RulesSemanticSequencer.xtend | 4 ++-- .../serializer/RulesSyntacticSequencer.xtend | 4 ++-- .../model/rule/validation/RulesValidator.xtend | 4 ++-- .../model/script/ide/ScriptIdeModule.xtend | 4 ++-- .../model/script/ide/ScriptIdeSetup.xtend | 4 ++-- .../model/script/runtime/ScriptRuntime.java | 4 ++-- .../internal/engine/ScriptEngineImpl.java | 4 ++-- .../runtime/internal/engine/ScriptImpl.java | 4 ++-- .../smarthome/model/script/GenerateScript.mwe2 | 4 ++-- .../OptimizingFeatureScopeTrackerProvider2.java | 4 ++-- .../model/script/ScriptRuntimeModule.xtend | 4 ++-- .../model/script/ScriptServiceUtil.java | 4 ++-- .../model/script/ScriptStandaloneSetup.xtend | 4 ++-- .../smarthome/model/script/ServiceModule.java | 4 ++-- .../smarthome/model/script/actions/Audio.java | 4 ++-- .../model/script/actions/BusEvent.java | 4 ++-- .../smarthome/model/script/actions/Exec.java | 4 ++-- .../smarthome/model/script/actions/HTTP.java | 4 ++-- .../model/script/actions/LogAction.java | 4 ++-- .../smarthome/model/script/actions/Ping.java | 4 ++-- .../model/script/actions/ScriptExecution.java | 4 ++-- .../smarthome/model/script/actions/Things.java | 4 ++-- .../smarthome/model/script/actions/Timer.java | 4 ++-- .../smarthome/model/script/actions/Voice.java | 4 ++-- .../script/engine/IActionServiceProvider.java | 4 ++-- .../script/engine/IThingActionsProvider.java | 4 ++-- .../smarthome/model/script/engine/Script.java | 4 ++-- .../model/script/engine/ScriptEngine.java | 4 ++-- .../model/script/engine/ScriptError.java | 4 ++-- .../model/script/engine/ScriptException.java | 4 ++-- .../script/engine/ScriptExecutionException.java | 4 ++-- .../script/engine/ScriptParsingException.java | 4 ++-- .../model/script/engine/action/ActionDoc.java | 4 ++-- .../script/engine/action/ActionService.java | 4 ++-- .../model/script/engine/action/ParamDoc.java | 4 ++-- .../ScriptEngineConsoleCommandExtension.java | 4 ++-- .../script/formatting/ScriptFormatter.xtend | 4 ++-- .../internal/RuleHumanLanguageInterpreter.java | 4 ++-- .../script/internal/ScriptEncodingProvider.java | 4 ++-- .../internal/actions/TimerExecutionJob.java | 4 ++-- .../script/internal/actions/TimerImpl.java | 4 ++-- .../ServiceTrackerActionServiceProvider.xtend | 4 ++-- .../ServiceTrackerThingActionsProvider.xtend | 4 ++-- .../engine/action/AudioActionService.java | 4 ++-- .../engine/action/PersistenceActionService.java | 4 ++-- .../engine/action/ThingActionService.java | 4 ++-- .../action/TransformationActionService.java | 4 ++-- .../engine/action/VoiceActionService.java | 4 ++-- .../script/interpreter/ScriptInterpreter.xtend | 4 ++-- .../script/jvmmodel/ScriptItemRefresher.java | 4 ++-- .../jvmmodel/ScriptJvmModelInferrer.xtend | 4 ++-- .../script/jvmmodel/ScriptTypeComputer.java | 4 ++-- .../model/script/lib/NumberExtensions.java | 4 ++-- .../model/script/scoping/ActionClassLoader.java | 4 ++-- .../scoping/ScriptImplicitlyImportedTypes.java | 4 ++-- ...riptImportSectionNamespaceScopeProvider.java | 4 ++-- .../script/scoping/ScriptScopeProvider.xtend | 4 ++-- .../script/scoping/StateAndCommandProvider.java | 4 ++-- .../serializer/ScriptSemanticSequencer.xtend | 4 ++-- .../serializer/ScriptSyntacticSequencer.xtend | 4 ++-- .../script/validation/ScriptValidator.xtend | 4 ++-- .../smarthome/model/ide/SitemapIdeModule.xtend | 4 ++-- .../smarthome/model/ide/SitemapIdeSetup.xtend | 4 ++-- .../internal/SitemapRuntimeActivator.java | 4 ++-- .../smarthome/model/GenerateSitemap.mwe2 | 4 ++-- .../smarthome/model/SitemapRuntimeModule.xtend | 4 ++-- .../model/SitemapStandaloneSetup.xtend | 4 ++-- .../model/formatting/SitemapFormatter.xtend | 4 ++-- .../model/generator/SitemapGenerator.xtend | 4 ++-- .../model/scoping/SitemapScopeProvider.xtend | 4 ++-- .../serializer/SitemapSemanticSequencer.xtend | 4 ++-- .../serializer/SitemapSyntacticSequencer.xtend | 4 ++-- .../model/sitemap/SitemapProvider.java | 4 ++-- .../sitemap/internal/SitemapProviderImpl.java | 4 ++-- .../model/validation/SitemapValidator.xtend | 4 ++-- .../model/valueconverter/SitemapConverters.java | 4 ++-- .../model/thing/ide/ThingIdeModule.xtend | 4 ++-- .../model/thing/ide/ThingIdeSetup.xtend | 4 ++-- .../runtime/internal/ThingRuntimeActivator.java | 4 ++-- ...GenericThingProviderMultipleBundlesTest.java | 4 ++-- .../smarthome/model/thing/GenerateThing.mwe2 | 4 ++-- .../model/thing/ThingRuntimeModule.xtend | 4 ++-- .../model/thing/ThingStandaloneSetup.xtend | 4 ++-- .../model/thing/formatting/ThingFormatter.xtend | 4 ++-- .../model/thing/generator/ThingGenerator.xtend | 4 ++-- .../GenericItemChannelLinkProvider.java | 4 ++-- .../thing/internal/GenericThingProvider.xtend | 4 ++-- .../thing/scoping/ThingScopeProvider.xtend | 4 ++-- .../serializer/ThingSemanticSequencer.xtend | 4 ++-- .../serializer/ThingSyntacticSequencer.xtend | 4 ++-- .../ThingSyntacticSequencerExtension.java | 4 ++-- .../model/thing/validation/ThingValidator.xtend | 4 ++-- .../valueconverter/ThingValueConverters.java | 4 ++-- .../valueconverter/UIDtoStringConverter.java | 4 ++-- .../core/persistence/FilterCriteria.java | 4 ++-- .../core/persistence/HistoricItem.java | 4 ++-- .../ModifiablePersistenceService.java | 4 ++-- .../core/persistence/PersistenceItemInfo.java | 4 ++-- .../core/persistence/PersistenceManager.java | 4 ++-- .../core/persistence/PersistenceService.java | 4 ++-- .../PersistenceServiceConfiguration.java | 4 ++-- .../persistence/PersistenceServiceRegistry.java | 4 ++-- .../QueryablePersistenceService.java | 4 ++-- .../core/persistence/SimpleFilter.java | 4 ++-- .../persistence/SimpleItemConfiguration.java | 4 ++-- .../persistence/config/SimpleAllConfig.java | 4 ++-- .../core/persistence/config/SimpleConfig.java | 4 ++-- .../persistence/config/SimpleGroupConfig.java | 4 ++-- .../persistence/config/SimpleItemConfig.java | 4 ++-- .../core/persistence/dto/ItemHistoryDTO.java | 4 ++-- .../persistence/dto/PersistenceServiceDTO.java | 4 ++-- .../persistence/internal/PersistItemsJob.java | 4 ++-- .../internal/PersistenceManagerImpl.java | 4 ++-- .../PersistenceServiceRegistryImpl.java | 4 ++-- .../strategy/SimpleCronStrategy.java | 4 ++-- .../persistence/strategy/SimpleStrategy.java | 4 ++-- .../scheduler/internal/SchedulerActivator.java | 4 ++-- .../model/generateTagClasses.groovy | 10 +++++----- .../smarthome/core/semantics/SemanticTags.java | 4 ++-- .../core/semantics/SemanticsPredicates.java | 4 ++-- .../core/semantics/SemanticsService.java | 4 ++-- .../internal/SemanticsMetadataProvider.java | 4 ++-- .../internal/SemanticsServiceImpl.java | 4 ++-- .../core/semantics/model/Equipment.java | 4 ++-- .../core/semantics/model/Location.java | 4 ++-- .../smarthome/core/semantics/model/Point.java | 4 ++-- .../core/semantics/model/Property.java | 4 ++-- .../smarthome/core/semantics/model/Tag.java | 4 ++-- .../smarthome/core/semantics/model/TagInfo.java | 4 ++-- .../core/semantics/model/equipment/Battery.java | 4 ++-- .../core/semantics/model/equipment/Blinds.java | 4 ++-- .../core/semantics/model/equipment/Camera.java | 4 ++-- .../core/semantics/model/equipment/Car.java | 4 ++-- .../model/equipment/CleaningRobot.java | 4 ++-- .../core/semantics/model/equipment/Door.java | 4 ++-- .../semantics/model/equipment/Equipments.java | 4 ++-- .../semantics/model/equipment/FrontDoor.java | 4 ++-- .../semantics/model/equipment/GarageDoor.java | 4 ++-- .../core/semantics/model/equipment/HVAC.java | 4 ++-- .../semantics/model/equipment/Inverter.java | 4 ++-- .../semantics/model/equipment/LawnMower.java | 4 ++-- .../semantics/model/equipment/Lightbulb.java | 4 ++-- .../core/semantics/model/equipment/Lock.java | 4 ++-- .../model/equipment/MotionDetector.java | 4 ++-- .../model/equipment/NetworkAppliance.java | 4 ++-- .../semantics/model/equipment/PowerOutlet.java | 4 ++-- .../semantics/model/equipment/Projector.java | 4 ++-- .../model/equipment/RadiatorControl.java | 4 ++-- .../semantics/model/equipment/Receiver.java | 4 ++-- .../model/equipment/RemoteControl.java | 4 ++-- .../core/semantics/model/equipment/Screen.java | 4 ++-- .../core/semantics/model/equipment/Sensor.java | 4 ++-- .../core/semantics/model/equipment/Siren.java | 4 ++-- .../model/equipment/SmokeDetector.java | 4 ++-- .../core/semantics/model/equipment/Speaker.java | 4 ++-- .../core/semantics/model/equipment/Valve.java | 4 ++-- .../semantics/model/equipment/WallSwitch.java | 4 ++-- .../semantics/model/equipment/WebService.java | 4 ++-- .../semantics/model/equipment/WhiteGood.java | 4 ++-- .../core/semantics/model/equipment/Window.java | 4 ++-- .../core/semantics/model/location/Attic.java | 4 ++-- .../core/semantics/model/location/Basement.java | 4 ++-- .../core/semantics/model/location/Bathroom.java | 4 ++-- .../core/semantics/model/location/Bedroom.java | 4 ++-- .../core/semantics/model/location/Building.java | 4 ++-- .../core/semantics/model/location/Carport.java | 4 ++-- .../core/semantics/model/location/Corridor.java | 4 ++-- .../semantics/model/location/FirstFloor.java | 4 ++-- .../core/semantics/model/location/Floor.java | 4 ++-- .../core/semantics/model/location/Garage.java | 4 ++-- .../core/semantics/model/location/Garden.java | 4 ++-- .../semantics/model/location/GroundFloor.java | 4 ++-- .../core/semantics/model/location/Indoor.java | 4 ++-- .../core/semantics/model/location/Kitchen.java | 4 ++-- .../semantics/model/location/LivingRoom.java | 4 ++-- .../semantics/model/location/Locations.java | 4 ++-- .../core/semantics/model/location/Outdoor.java | 4 ++-- .../core/semantics/model/location/Room.java | 4 ++-- .../core/semantics/model/location/Terrace.java | 4 ++-- .../core/semantics/model/point/Alarm.java | 4 ++-- .../core/semantics/model/point/Control.java | 4 ++-- .../core/semantics/model/point/LowBattery.java | 4 ++-- .../core/semantics/model/point/Measurement.java | 4 ++-- .../core/semantics/model/point/OpenLevel.java | 4 ++-- .../core/semantics/model/point/OpenState.java | 4 ++-- .../core/semantics/model/point/Points.java | 4 ++-- .../core/semantics/model/point/Setpoint.java | 4 ++-- .../core/semantics/model/point/Status.java | 4 ++-- .../core/semantics/model/point/Switch.java | 4 ++-- .../core/semantics/model/point/Tampered.java | 4 ++-- .../core/semantics/model/point/Tilt.java | 4 ++-- .../core/semantics/model/property/CO.java | 4 ++-- .../core/semantics/model/property/CO2.java | 4 ++-- .../model/property/ColorTemperature.java | 4 ++-- .../core/semantics/model/property/Current.java | 4 ++-- .../core/semantics/model/property/Energy.java | 4 ++-- .../semantics/model/property/Frequency.java | 4 ++-- .../core/semantics/model/property/Gas.java | 4 ++-- .../core/semantics/model/property/Humidity.java | 4 ++-- .../core/semantics/model/property/Light.java | 4 ++-- .../core/semantics/model/property/Noise.java | 4 ++-- .../core/semantics/model/property/Oil.java | 4 ++-- .../core/semantics/model/property/Power.java | 4 ++-- .../core/semantics/model/property/Presence.java | 4 ++-- .../core/semantics/model/property/Pressure.java | 4 ++-- .../semantics/model/property/Properties.java | 4 ++-- .../core/semantics/model/property/Rain.java | 4 ++-- .../core/semantics/model/property/Smoke.java | 4 ++-- .../semantics/model/property/SoundVolume.java | 4 ++-- .../semantics/model/property/Temperature.java | 4 ++-- .../core/semantics/model/property/Voltage.java | 4 ++-- .../core/semantics/model/property/Water.java | 4 ++-- .../core/semantics/model/property/Wind.java | 4 ++-- .../storage/json/internal/JsonStorage.java | 4 ++-- .../json/internal/JsonStorageService.java | 4 ++-- .../storage/json/internal/StorageEntry.java | 4 ++-- .../internal/StorageEntryMapDeserializer.java | 4 ++-- .../storage/json/internal/JSonStorageTest.java | 4 ++-- .../storage/mapdb/internal/MapDbStorage.java | 4 ++-- .../mapdb/internal/MapDbStorageService.java | 4 ++-- .../mapdb/internal/PropertiesTypeAdapter.java | 4 ++-- .../internal/PropertiesTypeAdapterFactory.java | 4 ++-- .../mapdb/internal/MapDbStorageServiceTest.java | 4 ++-- .../magic/binding/MagicBindingConstants.java | 4 ++-- .../smarthome/magic/binding/MagicService.java | 4 ++-- .../handler/MagicActionModuleThingHandler.java | 4 ++-- .../binding/handler/MagicBridgeHandler.java | 4 ++-- .../handler/MagicBridgedThingHandler.java | 4 ++-- .../handler/MagicChattyThingHandler.java | 4 ++-- .../binding/handler/MagicColorLightHandler.java | 4 ++-- .../handler/MagicConfigurableThingHandler.java | 4 ++-- .../binding/handler/MagicContactHandler.java | 4 ++-- .../handler/MagicDelayedOnlineHandler.java | 4 ++-- .../handler/MagicDimmableLightHandler.java | 4 ++-- .../handler/MagicExtensibleThingHandler.java | 4 ++-- .../MagicFirmwareUpdateThingHandler.java | 4 ++-- .../binding/handler/MagicImageHandler.java | 4 ++-- .../handler/MagicLocationThingHandler.java | 4 ++-- .../binding/handler/MagicOnOffLightHandler.java | 4 ++-- .../handler/MagicOnlineOfflineHandler.java | 4 ++-- .../binding/handler/MagicPlayerHandler.java | 4 ++-- .../handler/MagicRolllershutterHandler.java | 4 ++-- .../handler/MagicThermostatThingHandler.java | 4 ++-- .../binding/internal/MagicDiscoveryService.java | 4 ++-- .../binding/internal/MagicHandlerFactory.java | 4 ++-- .../binding/internal/MagicServiceConfig.java | 4 ++-- .../binding/internal/MagicServiceImpl.java | 4 ++-- .../modules/MagicMultiActionMarker.java | 4 ++-- .../modules/MagicMultiServiceMultiActions.java | 4 ++-- .../modules/MagicSingleActionService.java | 4 ++-- .../modules/MagicThingActionsService.java | 4 ++-- .../firmware/MagicFirmwareProvider.java | 4 ++-- .../internal/http/MagicHttpResource.java | 4 ++-- .../metadata/MagicMetadataProvider.java | 4 ++-- .../metadata/MagicMetadataProvider2.java | 4 ++-- .../metadata/MagicMetadataUsingService.java | 4 ++-- .../service/MagicMultiInstanceService.java | 4 ++-- .../MagicMultiInstanceServiceMarker.java | 4 ++-- .../smarthome/test/AsyncResultWrapper.java | 4 ++-- .../eclipse/smarthome/test/BundleCloseable.java | 4 ++-- .../test/SyntheticBundleInstaller.java | 4 ++-- .../eclipse/smarthome/test/TestPortUtil.java | 4 ++-- .../org/eclipse/smarthome/test/TestServer.java | 4 ++-- .../internal/java/MissingServiceAnalyzer.java | 4 ++-- .../smarthome/test/java/JavaOSGiTest.java | 4 ++-- .../eclipse/smarthome/test/java/JavaTest.java | 4 ++-- .../smarthome/test/storage/VolatileStorage.java | 4 ++-- .../test/storage/VolatileStorageService.java | 4 ++-- .../smarthome/test/java/JavaTestTest.java | 4 ++-- .../AbstractDescriptionTypeConverter.java | 4 ++-- .../thing/xml/internal/BridgeTypeConverter.java | 4 ++-- .../thing/xml/internal/BridgeTypeXmlResult.java | 4 ++-- .../thing/xml/internal/ChannelConverter.java | 4 ++-- .../xml/internal/ChannelGroupTypeConverter.java | 4 ++-- .../xml/internal/ChannelGroupTypeXmlResult.java | 4 ++-- .../xml/internal/ChannelTypeConverter.java | 4 ++-- .../xml/internal/ChannelTypeXmlResult.java | 4 ++-- .../thing/xml/internal/ChannelXmlResult.java | 4 ++-- .../internal/CommandDescriptionConverter.java | 4 ++-- .../xml/internal/EventDescriptionConverter.java | 4 ++-- .../xml/internal/StateDescriptionConverter.java | 4 ++-- .../xml/internal/ThingDescriptionConverter.java | 4 ++-- .../xml/internal/ThingDescriptionList.java | 4 ++-- .../xml/internal/ThingDescriptionReader.java | 4 ++-- .../thing/xml/internal/ThingTypeConverter.java | 4 ++-- .../xml/internal/ThingTypeXmlProvider.java | 4 ++-- .../thing/xml/internal/ThingTypeXmlResult.java | 4 ++-- .../ThingXmlConfigDescriptionProvider.java | 4 ++-- .../internal/XmlChannelGroupTypeProvider.java | 4 ++-- .../xml/internal/XmlChannelTypeProvider.java | 4 ++-- .../core/thing/xml/internal/XmlHelper.java | 4 ++-- .../xml/internal/XmlThingTypeProvider.java | 4 ++-- .../eclipse/smarthome/core/thing/Bridge.java | 4 ++-- .../eclipse/smarthome/core/thing/Channel.java | 4 ++-- .../smarthome/core/thing/ChannelGroupUID.java | 4 ++-- .../smarthome/core/thing/ChannelUID.java | 4 ++-- .../core/thing/CommonTriggerEvents.java | 4 ++-- .../thing/DefaultSystemChannelTypeProvider.java | 4 ++-- .../core/thing/ManagedThingProvider.java | 4 ++-- .../org/eclipse/smarthome/core/thing/Thing.java | 4 ++-- .../smarthome/core/thing/ThingManager.java | 4 ++-- .../smarthome/core/thing/ThingProvider.java | 4 ++-- .../smarthome/core/thing/ThingRegistry.java | 4 ++-- .../core/thing/ThingRegistryChangeListener.java | 4 ++-- .../smarthome/core/thing/ThingStatus.java | 4 ++-- .../smarthome/core/thing/ThingStatusDetail.java | 4 ++-- .../smarthome/core/thing/ThingStatusInfo.java | 4 ++-- .../core/thing/ThingTypeMigrationService.java | 4 ++-- .../smarthome/core/thing/ThingTypeUID.java | 4 ++-- .../eclipse/smarthome/core/thing/ThingUID.java | 4 ++-- .../org/eclipse/smarthome/core/thing/UID.java | 4 ++-- .../core/thing/binding/BaseBridgeHandler.java | 4 ++-- .../core/thing/binding/BaseThingHandler.java | 4 ++-- .../thing/binding/BaseThingHandlerFactory.java | 4 ++-- .../core/thing/binding/BridgeHandler.java | 4 ++-- .../binding/ConfigStatusBridgeHandler.java | 4 ++-- .../thing/binding/ConfigStatusThingHandler.java | 4 ++-- .../core/thing/binding/ThingActions.java | 4 ++-- .../core/thing/binding/ThingActionsScope.java | 4 ++-- .../thing/binding/ThingConfigStatusSource.java | 4 ++-- .../core/thing/binding/ThingFactory.java | 4 ++-- .../core/thing/binding/ThingHandler.java | 4 ++-- .../thing/binding/ThingHandlerCallback.java | 4 ++-- .../core/thing/binding/ThingHandlerFactory.java | 4 ++-- .../core/thing/binding/ThingHandlerService.java | 4 ++-- .../core/thing/binding/ThingTypeProvider.java | 4 ++-- .../thing/binding/builder/BridgeBuilder.java | 4 ++-- .../thing/binding/builder/ChannelBuilder.java | 4 ++-- .../thing/binding/builder/ThingBuilder.java | 4 ++-- .../binding/builder/ThingStatusInfoBuilder.java | 4 ++-- .../core/thing/binding/firmware/Firmware.java | 4 ++-- .../thing/binding/firmware/FirmwareBuilder.java | 4 ++-- .../binding/firmware/FirmwareRestriction.java | 4 ++-- ...FirmwareUpdateBackgroundTransferHandler.java | 4 ++-- .../binding/firmware/FirmwareUpdateHandler.java | 4 ++-- .../binding/firmware/ProgressCallback.java | 4 ++-- .../thing/binding/firmware/ProgressStep.java | 4 ++-- .../smarthome/core/thing/dto/ChannelDTO.java | 4 ++-- .../core/thing/dto/ChannelDTOMapper.java | 4 ++-- .../core/thing/dto/ChannelDefinitionDTO.java | 4 ++-- .../thing/dto/ChannelGroupDefinitionDTO.java | 4 ++-- .../core/thing/dto/ChannelTypeDTO.java | 4 ++-- .../core/thing/dto/StrippedThingTypeDTO.java | 4 ++-- .../thing/dto/StrippedThingTypeDTOMapper.java | 4 ++-- .../smarthome/core/thing/dto/ThingDTO.java | 4 ++-- .../core/thing/dto/ThingDTOMapper.java | 4 ++-- .../smarthome/core/thing/dto/ThingTypeDTO.java | 4 ++-- .../events/AbstractThingRegistryEvent.java | 4 ++-- .../thing/events/ChannelTriggeredEvent.java | 4 ++-- .../core/thing/events/ThingAddedEvent.java | 4 ++-- .../core/thing/events/ThingEventFactory.java | 4 ++-- .../core/thing/events/ThingRemovedEvent.java | 4 ++-- .../events/ThingStatusInfoChangedEvent.java | 4 ++-- .../core/thing/events/ThingStatusInfoEvent.java | 4 ++-- .../core/thing/events/ThingUpdatedEvent.java | 4 ++-- .../thing/firmware/FirmwareEventFactory.java | 4 ++-- .../core/thing/firmware/FirmwareProvider.java | 4 ++-- .../core/thing/firmware/FirmwareRegistry.java | 4 ++-- .../core/thing/firmware/FirmwareStatus.java | 4 ++-- .../core/thing/firmware/FirmwareStatusInfo.java | 4 ++-- .../thing/firmware/FirmwareStatusInfoEvent.java | 4 ++-- .../firmware/FirmwareUpdateProgressInfo.java | 4 ++-- .../FirmwareUpdateProgressInfoEvent.java | 4 ++-- .../thing/firmware/FirmwareUpdateResult.java | 4 ++-- .../firmware/FirmwareUpdateResultInfo.java | 4 ++-- .../firmware/FirmwareUpdateResultInfoEvent.java | 4 ++-- .../thing/firmware/FirmwareUpdateService.java | 4 ++-- .../core/thing/firmware/dto/FirmwareDTO.java | 4 ++-- .../thing/firmware/dto/FirmwareStatusDTO.java | 4 ++-- ...ChannelGroupTypeI18nLocalizationService.java | 4 ++-- .../ChannelTypeI18nLocalizationService.java | 4 ++-- .../ThingStatusInfoI18nLocalizationService.java | 4 ++-- .../i18n/ThingTypeI18nLocalizationService.java | 4 ++-- .../core/thing/i18n/ThingTypeI18nUtil.java | 4 ++-- .../AutoUpdateConfigDescriptionProvider.java | 4 ++-- .../core/thing/internal/AutoUpdateManager.java | 4 ++-- .../core/thing/internal/BridgeImpl.java | 4 ++-- .../ChannelCommandDescriptionProvider.java | 4 ++-- .../thing/internal/ChannelItemProvider.java | 4 ++-- .../ChannelStateDescriptionProvider.java | 4 ++-- .../thing/internal/CommunicationManager.java | 4 ++-- .../core/thing/internal/ProfileContextImpl.java | 4 ++-- .../ThingConfigDescriptionAliasProvider.java | 4 ++-- .../core/thing/internal/ThingFactoryHelper.java | 4 ++-- .../core/thing/internal/ThingImpl.java | 4 ++-- .../core/thing/internal/ThingManagerImpl.java | 4 ++-- .../core/thing/internal/ThingRegistryImpl.java | 4 ++-- .../core/thing/internal/ThingTracker.java | 4 ++-- .../FirmwareUpdateConsoleCommandExtension.java | 4 ++-- .../console/LinkConsoleCommandExtension.java | 4 ++-- .../console/ThingConsoleCommandExtension.java | 4 ++-- .../thing/internal/firmware/FirmwareImpl.java | 4 ++-- .../internal/firmware/FirmwareRegistryImpl.java | 4 ++-- .../firmware/FirmwareUpdateServiceImpl.java | 4 ++-- .../internal/firmware/ParameterChecks.java | 4 ++-- .../internal/firmware/ProgressCallbackImpl.java | 4 ++-- .../thing/internal/i18n/ChannelI18nUtil.java | 4 ++-- ...temChannelLinkConfigDescriptionProvider.java | 4 ++-- .../internal/profiles/ProfileCallbackImpl.java | 4 ++-- .../profiles/ProfileTypeRegistryImpl.java | 4 ++-- .../profiles/RawButtonToggleSwitchProfile.java | 4 ++-- .../profiles/RawRockerDimmerProfile.java | 4 ++-- .../profiles/RawRockerOnOffProfile.java | 4 ++-- .../profiles/RawRockerPlayPauseProfile.java | 4 ++-- .../internal/profiles/StateProfileTypeImpl.java | 4 ++-- .../internal/profiles/SystemDefaultProfile.java | 4 ++-- .../internal/profiles/SystemFollowProfile.java | 4 ++-- .../internal/profiles/SystemOffsetProfile.java | 4 ++-- .../internal/profiles/SystemProfileFactory.java | 4 ++-- .../profiles/TriggerProfileTypeImpl.java | 4 ++-- .../type/AbstractChannelTypeBuilder.java | 4 ++-- .../type/StateChannelTypeBuilderImpl.java | 4 ++-- .../type/TriggerChannelTypeBuilderImpl.java | 4 ++-- .../smarthome/core/thing/link/AbstractLink.java | 4 ++-- .../core/thing/link/AbstractLinkRegistry.java | 4 ++-- .../core/thing/link/ItemChannelLink.java | 4 ++-- .../thing/link/ItemChannelLinkProvider.java | 4 ++-- .../thing/link/ItemChannelLinkRegistry.java | 4 ++-- .../link/ManagedItemChannelLinkProvider.java | 4 ++-- .../core/thing/link/ThingLinkManager.java | 4 ++-- .../core/thing/link/dto/AbstractLinkDTO.java | 4 ++-- .../core/thing/link/dto/ItemChannelLinkDTO.java | 4 ++-- .../AbstractItemChannelLinkRegistryEvent.java | 4 ++-- .../link/events/ItemChannelLinkAddedEvent.java | 4 ++-- .../events/ItemChannelLinkRemovedEvent.java | 4 ++-- .../thing/link/events/LinkEventFactory.java | 4 ++-- .../smarthome/core/thing/profiles/Profile.java | 4 ++-- .../core/thing/profiles/ProfileAdvisor.java | 4 ++-- .../core/thing/profiles/ProfileCallback.java | 4 ++-- .../core/thing/profiles/ProfileContext.java | 4 ++-- .../core/thing/profiles/ProfileFactory.java | 4 ++-- .../core/thing/profiles/ProfileType.java | 4 ++-- .../core/thing/profiles/ProfileTypeBuilder.java | 4 ++-- .../thing/profiles/ProfileTypeProvider.java | 4 ++-- .../thing/profiles/ProfileTypeRegistry.java | 4 ++-- .../core/thing/profiles/ProfileTypeUID.java | 4 ++-- .../core/thing/profiles/StateProfile.java | 4 ++-- .../core/thing/profiles/StateProfileType.java | 4 ++-- .../core/thing/profiles/SystemProfiles.java | 4 ++-- .../core/thing/profiles/TriggerProfile.java | 4 ++-- .../core/thing/profiles/TriggerProfileType.java | 4 ++-- .../core/thing/profiles/dto/ProfileTypeDTO.java | 4 ++-- .../profiles/dto/ProfileTypeDTOMapper.java | 4 ++-- .../thing/type/AbstractDescriptionType.java | 4 ++-- .../core/thing/type/AutoUpdatePolicy.java | 4 ++-- .../smarthome/core/thing/type/BridgeType.java | 4 ++-- .../core/thing/type/ChannelDefinition.java | 4 ++-- .../thing/type/ChannelDefinitionBuilder.java | 4 ++-- .../core/thing/type/ChannelGroupDefinition.java | 4 ++-- .../core/thing/type/ChannelGroupType.java | 4 ++-- .../thing/type/ChannelGroupTypeBuilder.java | 4 ++-- .../thing/type/ChannelGroupTypeProvider.java | 4 ++-- .../thing/type/ChannelGroupTypeRegistry.java | 4 ++-- .../core/thing/type/ChannelGroupTypeUID.java | 4 ++-- .../smarthome/core/thing/type/ChannelKind.java | 4 ++-- .../smarthome/core/thing/type/ChannelType.java | 4 ++-- .../core/thing/type/ChannelTypeBuilder.java | 4 ++-- .../core/thing/type/ChannelTypeProvider.java | 4 ++-- .../core/thing/type/ChannelTypeRegistry.java | 4 ++-- .../core/thing/type/ChannelTypeUID.java | 4 ++-- .../type/DynamicCommandDescriptionProvider.java | 4 ++-- .../type/DynamicStateDescriptionProvider.java | 4 ++-- .../thing/type/StateChannelTypeBuilder.java | 4 ++-- .../smarthome/core/thing/type/ThingType.java | 4 ++-- .../core/thing/type/ThingTypeBuilder.java | 4 ++-- .../core/thing/type/ThingTypeRegistry.java | 4 ++-- .../thing/type/TriggerChannelTypeBuilder.java | 4 ++-- .../core/thing/util/ThingHandlerHelper.java | 4 ++-- .../smarthome/core/thing/util/ThingHelper.java | 4 ++-- .../AbstractFileTransformationService.java | 4 ++-- .../core/transform/TransformationException.java | 4 ++-- .../core/transform/TransformationHelper.java | 4 ++-- .../core/transform/TransformationService.java | 4 ++-- .../core/transform/actions/Transformation.java | 4 ++-- .../internal/TransformationActivator.java | 4 ++-- .../ui/icon/AbstractResourceIconProvider.java | 4 ++-- .../eclipse/smarthome/ui/icon/IconProvider.java | 4 ++-- .../org/eclipse/smarthome/ui/icon/IconSet.java | 4 ++-- .../ui/icon/internal/CustomIconProvider.java | 4 ++-- .../smarthome/ui/icon/internal/IconServlet.java | 4 ++-- .../ui/icon/internal/IconSetResource.java | 4 ++-- .../smarthome/ui/chart/ChartProvider.java | 4 ++-- .../smarthome/ui/internal/UIActivator.java | 4 ++-- .../ui/internal/chart/ChartServlet.java | 4 ++-- .../chart/defaultchartprovider/ChartTheme.java | 4 ++-- .../defaultchartprovider/ChartThemeBlack.java | 4 ++-- .../defaultchartprovider/ChartThemeBright.java | 4 ++-- .../defaultchartprovider/ChartThemeDark.java | 4 ++-- .../defaultchartprovider/ChartThemeWhite.java | 4 ++-- .../DefaultChartProvider.java | 4 ++-- .../ui/internal/items/ItemUIRegistryImpl.java | 4 ++-- .../ui/internal/proxy/AsyncProxyServlet.java | 4 ++-- .../ui/internal/proxy/BlockingProxyServlet.java | 4 ++-- .../ui/internal/proxy/ProxyServletService.java | 4 ++-- .../smarthome/ui/items/ItemUIProvider.java | 4 ++-- .../smarthome/ui/items/ItemUIRegistry.java | 4 ++-- .../smarthome/core/voice/AudioStartEvent.java | 4 ++-- .../smarthome/core/voice/AudioStopEvent.java | 4 ++-- .../smarthome/core/voice/KSErrorEvent.java | 4 ++-- .../eclipse/smarthome/core/voice/KSEvent.java | 4 ++-- .../smarthome/core/voice/KSException.java | 4 ++-- .../smarthome/core/voice/KSListener.java | 4 ++-- .../eclipse/smarthome/core/voice/KSService.java | 4 ++-- .../smarthome/core/voice/KSServiceHandle.java | 4 ++-- .../smarthome/core/voice/KSpottedEvent.java | 4 ++-- .../core/voice/RecognitionStartEvent.java | 4 ++-- .../core/voice/RecognitionStopEvent.java | 4 ++-- .../eclipse/smarthome/core/voice/STTEvent.java | 4 ++-- .../smarthome/core/voice/STTException.java | 4 ++-- .../smarthome/core/voice/STTListener.java | 4 ++-- .../smarthome/core/voice/STTService.java | 4 ++-- .../smarthome/core/voice/STTServiceHandle.java | 4 ++-- .../core/voice/SpeechRecognitionErrorEvent.java | 4 ++-- .../core/voice/SpeechRecognitionEvent.java | 4 ++-- .../smarthome/core/voice/SpeechStartEvent.java | 4 ++-- .../smarthome/core/voice/SpeechStopEvent.java | 4 ++-- .../smarthome/core/voice/TTSException.java | 4 ++-- .../smarthome/core/voice/TTSService.java | 4 ++-- .../org/eclipse/smarthome/core/voice/Voice.java | 4 ++-- .../smarthome/core/voice/VoiceManager.java | 4 ++-- .../core/voice/internal/DialogProcessor.java | 4 ++-- .../internal/VoiceConsoleCommandExtension.java | 4 ++-- .../core/voice/internal/VoiceManagerImpl.java | 4 ++-- .../internal/text/StandardInterpreter.java | 4 ++-- .../smarthome/core/voice/text/ASTNode.java | 4 ++-- .../text/AbstractRuleBasedInterpreter.java | 4 ++-- .../smarthome/core/voice/text/Expression.java | 4 ++-- .../core/voice/text/ExpressionAlternatives.java | 4 ++-- .../core/voice/text/ExpressionCardinality.java | 4 ++-- .../core/voice/text/ExpressionIdentifier.java | 4 ++-- .../core/voice/text/ExpressionLet.java | 4 ++-- .../core/voice/text/ExpressionMatch.java | 4 ++-- .../core/voice/text/ExpressionSequence.java | 4 ++-- .../voice/text/HumanLanguageInterpreter.java | 4 ++-- .../voice/text/InterpretationException.java | 4 ++-- .../core/voice/text/InterpretationResult.java | 4 ++-- .../eclipse/smarthome/core/voice/text/Rule.java | 4 ++-- .../smarthome/core/voice/text/TokenList.java | 4 ++-- .../smarthome/core/auth/Authentication.java | 4 ++-- .../core/auth/AuthenticationException.java | 4 ++-- .../core/auth/AuthenticationManager.java | 4 ++-- .../core/auth/AuthenticationProvider.java | 4 ++-- .../smarthome/core/auth/Credentials.java | 4 ++-- .../org/eclipse/smarthome/core/auth/Role.java | 4 ++-- .../smarthome/core/auth/SecurityException.java | 4 ++-- .../auth/UnsupportedCredentialsException.java | 4 ++-- .../core/auth/UsernamePasswordCredentials.java | 4 ++-- .../oauth2/AccessTokenRefreshListener.java | 4 ++-- .../auth/client/oauth2/AccessTokenResponse.java | 4 ++-- .../auth/client/oauth2/OAuthClientService.java | 4 ++-- .../core/auth/client/oauth2/OAuthException.java | 4 ++-- .../core/auth/client/oauth2/OAuthFactory.java | 4 ++-- .../client/oauth2/OAuthResponseException.java | 4 ++-- .../core/auth/client/oauth2/StorageCipher.java | 4 ++-- .../smarthome/core/binding/BindingInfo.java | 4 ++-- .../core/binding/BindingInfoProvider.java | 4 ++-- .../core/binding/BindingInfoRegistry.java | 4 ++-- .../core/binding/dto/BindingInfoDTO.java | 4 ++-- .../smarthome/core/cache/ExpiringCache.java | 4 ++-- .../core/cache/ExpiringCacheAsync.java | 4 ++-- .../smarthome/core/cache/ExpiringCacheMap.java | 4 ++-- .../smarthome/core/common/AbstractUID.java | 4 ++-- .../core/common/QueueingThreadPoolExecutor.java | 4 ++-- .../smarthome/core/common/SafeCaller.java | 4 ++-- .../core/common/SafeCallerBuilder.java | 4 ++-- .../core/common/ThreadFactoryBuilder.java | 4 ++-- .../core/common/ThreadPoolManager.java | 4 ++-- .../common/osgi/ResourceBundleClassLoader.java | 4 ++-- .../registry/AbstractManagedProvider.java | 4 ++-- .../core/common/registry/AbstractProvider.java | 4 ++-- .../core/common/registry/AbstractRegistry.java | 4 ++-- .../DefaultAbstractManagedProvider.java | 4 ++-- .../core/common/registry/Identifiable.java | 4 ++-- .../core/common/registry/ManagedProvider.java | 4 ++-- .../core/common/registry/Provider.java | 4 ++-- .../common/registry/ProviderChangeListener.java | 4 ++-- .../core/common/registry/Registry.java | 4 ++-- .../common/registry/RegistryChangeListener.java | 4 ++-- .../smarthome/core/events/AbstractEvent.java | 4 ++-- .../core/events/AbstractEventFactory.java | 4 ++-- .../events/AbstractTypedEventSubscriber.java | 4 ++-- .../eclipse/smarthome/core/events/Event.java | 4 ++-- .../smarthome/core/events/EventFactory.java | 4 ++-- .../smarthome/core/events/EventFilter.java | 4 ++-- .../smarthome/core/events/EventPublisher.java | 4 ++-- .../smarthome/core/events/EventSubscriber.java | 4 ++-- .../smarthome/core/events/TopicEventFilter.java | 4 ++-- .../smarthome/core/extension/Extension.java | 4 ++-- .../core/extension/ExtensionEvent.java | 4 ++-- .../core/extension/ExtensionEventFactory.java | 4 ++-- .../core/extension/ExtensionService.java | 4 ++-- .../smarthome/core/extension/ExtensionType.java | 4 ++-- .../smarthome/core/i18n/BindingI18nUtil.java | 4 ++-- .../eclipse/smarthome/core/i18n/I18nUtil.java | 4 ++-- .../smarthome/core/i18n/LocaleProvider.java | 4 ++-- .../smarthome/core/i18n/LocationProvider.java | 4 ++-- .../smarthome/core/i18n/TimeZoneProvider.java | 4 ++-- .../core/i18n/TranslationProvider.java | 4 ++-- .../smarthome/core/i18n/UnitProvider.java | 4 ++-- .../auth/AuthenticationManagerImpl.java | 4 ++-- .../common/AbstractInvocationHandler.java | 4 ++-- .../common/DuplicateExecutionException.java | 4 ++-- .../core/internal/common/Invocation.java | 4 ++-- .../internal/common/InvocationHandlerAsync.java | 4 ++-- .../internal/common/InvocationHandlerSync.java | 4 ++-- .../core/internal/common/SafeCallManager.java | 4 ++-- .../internal/common/SafeCallManagerImpl.java | 4 ++-- .../internal/common/SafeCallerBuilderImpl.java | 4 ++-- .../core/internal/common/SafeCallerImpl.java | 4 ++-- .../common/WrappedScheduledExecutorService.java | 4 ++-- .../core/internal/events/EventHandler.java | 4 ++-- .../core/internal/events/OSGiEventManager.java | 4 ++-- .../internal/events/OSGiEventPublisher.java | 4 ++-- .../internal/events/ThreadedEventHandler.java | 4 ++-- .../core/internal/i18n/I18nProviderImpl.java | 4 ++-- .../i18n/LanguageResourceBundleManager.java | 4 ++-- .../internal/i18n/ResourceBundleTracker.java | 4 ++-- .../internal/items/GroupFunctionHelper.java | 4 ++-- .../internal/items/ItemBuilderFactoryImpl.java | 4 ++-- .../core/internal/items/ItemBuilderImpl.java | 4 ++-- .../core/internal/items/ItemRegistryImpl.java | 4 ++-- .../internal/items/ItemStateConverterImpl.java | 4 ++-- .../core/internal/items/ItemUpdater.java | 4 ++-- .../items/ManagedMetadataProviderImpl.java | 4 ++-- .../internal/items/MetadataRegistryImpl.java | 4 ++-- .../internal/library/unit/UnitInitializer.java | 4 ++-- .../core/internal/scheduler/CronAdjuster.java | 4 ++-- .../internal/scheduler/CronSchedulerImpl.java | 4 ++-- .../scheduler/DelegatedSchedulerImpl.java | 4 ++-- .../internal/scheduler/PeriodicAdjuster.java | 4 ++-- .../scheduler/PeriodicSchedulerImpl.java | 4 ++-- .../core/internal/scheduler/SchedulerImpl.java | 4 ++-- .../internal/service/BundleResolverImpl.java | 4 ++-- .../service/CommandDescriptionServiceImpl.java | 4 ++-- .../core/internal/service/ReadyServiceImpl.java | 4 ++-- .../service/StateDescriptionServiceImpl.java | 4 ++-- .../internal/types/CommandDescriptionImpl.java | 4 ++-- .../types/StateDescriptionFragmentImpl.java | 4 ++-- .../smarthome/core/items/ActiveItem.java | 4 ++-- .../smarthome/core/items/GenericItem.java | 4 ++-- .../smarthome/core/items/GroupFunction.java | 4 ++-- .../eclipse/smarthome/core/items/GroupItem.java | 4 ++-- .../org/eclipse/smarthome/core/items/Item.java | 4 ++-- .../smarthome/core/items/ItemBuilder.java | 4 ++-- .../core/items/ItemBuilderFactory.java | 4 ++-- .../smarthome/core/items/ItemFactory.java | 4 ++-- .../core/items/ItemLookupException.java | 4 ++-- .../core/items/ItemNotFoundException.java | 4 ++-- .../core/items/ItemNotUniqueException.java | 4 ++-- .../smarthome/core/items/ItemPredicates.java | 4 ++-- .../smarthome/core/items/ItemProvider.java | 4 ++-- .../smarthome/core/items/ItemRegistry.java | 4 ++-- .../core/items/ItemRegistryChangeListener.java | 4 ++-- .../core/items/ItemStateConverter.java | 4 ++-- .../eclipse/smarthome/core/items/ItemUtil.java | 4 ++-- .../core/items/ManagedItemProvider.java | 4 ++-- .../core/items/ManagedMetadataProvider.java | 4 ++-- .../eclipse/smarthome/core/items/Metadata.java | 4 ++-- .../smarthome/core/items/MetadataKey.java | 4 ++-- .../core/items/MetadataPredicates.java | 4 ++-- .../smarthome/core/items/MetadataProvider.java | 4 ++-- .../smarthome/core/items/MetadataRegistry.java | 4 ++-- .../smarthome/core/items/RegistryHook.java | 4 ++-- .../core/items/StateChangeListener.java | 4 ++-- .../core/items/dto/GroupFunctionDTO.java | 4 ++-- .../smarthome/core/items/dto/GroupItemDTO.java | 4 ++-- .../smarthome/core/items/dto/ItemDTO.java | 4 ++-- .../smarthome/core/items/dto/ItemDTOMapper.java | 4 ++-- .../smarthome/core/items/dto/MetadataDTO.java | 4 ++-- .../events/AbstractItemEventSubscriber.java | 4 ++-- .../items/events/AbstractItemRegistryEvent.java | 4 ++-- .../events/GroupItemStateChangedEvent.java | 4 ++-- .../core/items/events/ItemAddedEvent.java | 4 ++-- .../core/items/events/ItemCommandEvent.java | 4 ++-- .../core/items/events/ItemEventFactory.java | 4 ++-- .../core/items/events/ItemRemovedEvent.java | 4 ++-- .../items/events/ItemStateChangedEvent.java | 4 ++-- .../core/items/events/ItemStateEvent.java | 4 ++-- .../items/events/ItemStatePredictedEvent.java | 4 ++-- .../core/items/events/ItemUpdatedEvent.java | 4 ++-- .../smarthome/core/library/CoreItemFactory.java | 4 ++-- .../core/library/dimension/ArealDensity.java | 4 ++-- .../core/library/dimension/Density.java | 4 ++-- .../core/library/dimension/Intensity.java | 4 ++-- .../library/dimension/VolumetricFlowRate.java | 4 ++-- .../smarthome/core/library/items/CallItem.java | 4 ++-- .../smarthome/core/library/items/ColorItem.java | 4 ++-- .../core/library/items/ContactItem.java | 4 ++-- .../core/library/items/DateTimeItem.java | 4 ++-- .../core/library/items/DimmerItem.java | 4 ++-- .../smarthome/core/library/items/ImageItem.java | 4 ++-- .../core/library/items/LocationItem.java | 4 ++-- .../core/library/items/NumberItem.java | 4 ++-- .../core/library/items/PlayerItem.java | 4 ++-- .../core/library/items/RollershutterItem.java | 4 ++-- .../core/library/items/StringItem.java | 4 ++-- .../core/library/items/SwitchItem.java | 4 ++-- .../library/types/ArithmeticGroupFunction.java | 4 ++-- .../library/types/DateTimeGroupFunction.java | 4 ++-- .../core/library/types/DateTimeType.java | 4 ++-- .../core/library/types/DecimalType.java | 4 ++-- .../smarthome/core/library/types/HSBType.java | 4 ++-- .../library/types/IncreaseDecreaseType.java | 4 ++-- .../core/library/types/NextPreviousType.java | 4 ++-- .../smarthome/core/library/types/OnOffType.java | 4 ++-- .../core/library/types/OpenClosedType.java | 4 ++-- .../core/library/types/PercentType.java | 4 ++-- .../core/library/types/PlayPauseType.java | 4 ++-- .../smarthome/core/library/types/PointType.java | 4 ++-- .../core/library/types/QuantityType.java | 4 ++-- .../QuantityTypeArithmeticGroupFunction.java | 4 ++-- .../smarthome/core/library/types/RawType.java | 4 ++-- .../library/types/RewindFastforwardType.java | 4 ++-- .../core/library/types/StopMoveType.java | 4 ++-- .../core/library/types/StringListType.java | 4 ++-- .../core/library/types/StringType.java | 4 ++-- .../core/library/types/UpDownType.java | 4 ++-- .../core/library/unit/CustomUnits.java | 4 ++-- .../core/library/unit/ImperialUnits.java | 4 ++-- .../core/library/unit/MetricPrefix.java | 4 ++-- .../smarthome/core/library/unit/SIUnits.java | 4 ++-- .../core/library/unit/SmartHomeUnits.java | 4 ++-- .../eclipse/smarthome/core/net/CidrAddress.java | 4 ++-- .../smarthome/core/net/HttpServiceUtil.java | 4 ++-- .../org/eclipse/smarthome/core/net/NetUtil.java | 4 ++-- .../core/net/NetworkAddressChangeListener.java | 4 ++-- .../core/net/NetworkAddressService.java | 4 ++-- .../smarthome/core/scheduler/CronJob.java | 4 ++-- .../smarthome/core/scheduler/CronScheduler.java | 4 ++-- .../core/scheduler/PeriodicScheduler.java | 4 ++-- .../scheduler/ScheduledCompletableFuture.java | 4 ++-- .../smarthome/core/scheduler/Scheduler.java | 4 ++-- .../core/scheduler/SchedulerRunnable.java | 4 ++-- .../scheduler/SchedulerTemporalAdjuster.java | 4 ++-- .../core/service/AbstractWatchService.java | 4 ++-- .../core/service/CommandDescriptionService.java | 4 ++-- .../smarthome/core/service/ReadyMarker.java | 4 ++-- .../core/service/ReadyMarkerFilter.java | 4 ++-- .../core/service/ReadyMarkerUtils.java | 4 ++-- .../smarthome/core/service/ReadyService.java | 4 ++-- .../core/service/StateDescriptionService.java | 4 ++-- .../core/service/WatchQueueReader.java | 4 ++-- .../core/storage/DeletableStorage.java | 4 ++-- .../core/storage/DeletableStorageService.java | 4 ++-- .../eclipse/smarthome/core/storage/Storage.java | 4 ++-- .../smarthome/core/storage/StorageService.java | 4 ++-- .../eclipse/smarthome/core/types/Command.java | 4 ++-- .../core/types/CommandDescription.java | 4 ++-- .../core/types/CommandDescriptionBuilder.java | 4 ++-- .../core/types/CommandDescriptionProvider.java | 4 ++-- .../smarthome/core/types/CommandOption.java | 4 ++-- .../smarthome/core/types/ComplexType.java | 4 ++-- .../smarthome/core/types/EventDescription.java | 4 ++-- .../smarthome/core/types/EventOption.java | 4 ++-- .../eclipse/smarthome/core/types/EventType.java | 4 ++-- .../smarthome/core/types/PrimitiveType.java | 4 ++-- .../smarthome/core/types/RefreshType.java | 4 ++-- .../org/eclipse/smarthome/core/types/State.java | 4 ++-- .../smarthome/core/types/StateDescription.java | 4 ++-- .../core/types/StateDescriptionFragment.java | 4 ++-- .../types/StateDescriptionFragmentBuilder.java | 4 ++-- .../types/StateDescriptionFragmentProvider.java | 4 ++-- .../core/types/StateDescriptionProvider.java | 4 ++-- .../smarthome/core/types/StateOption.java | 4 ++-- .../org/eclipse/smarthome/core/types/Type.java | 4 ++-- .../smarthome/core/types/TypeParser.java | 4 ++-- .../eclipse/smarthome/core/types/UnDefType.java | 4 ++-- .../smarthome/core/types/util/UnitUtils.java | 4 ++-- .../smarthome/core/util/BundleResolver.java | 4 ++-- .../eclipse/smarthome/core/util/HexUtils.java | 4 ++-- features/p2/poms/pom.xml | 4 ++-- .../internal/AbstractAudioServeltTest.java | 4 ++-- .../core/audio/internal/AudioConsoleTest.java | 4 ++-- .../core/audio/internal/AudioFormatTest.java | 4 ++-- .../audio/internal/AudioManagerServletTest.java | 4 ++-- .../core/audio/internal/AudioManagerTest.java | 4 ++-- .../core/audio/internal/AudioServletTest.java | 4 ++-- .../core/audio/internal/fake/AudioSinkFake.java | 4 ++-- .../internal/utils/BundledSoundFileHandler.java | 4 ++-- .../test/internal/AbstractTestAgent.java | 4 ++-- .../internal/AuthorizationCodeTestAgent.java | 4 ++-- .../test/internal/ResourceOwnerTestAgent.java | 4 ++-- .../oauth2client/test/internal/TestAgent.java | 4 ++-- .../test/internal/cipher/CipherTest.java | 4 ++-- .../console/ConsoleOAuthCommandExtension.java | 4 ++-- .../test/AutomationIntegrationJsonTest.java | 4 ++-- .../test/AutomationIntegrationTest.java | 4 ++-- .../test/HostFragmentSupportTest.java | 4 ++-- .../internal/module/RunRuleModuleTest.java | 4 ++-- .../internal/module/RuntimeRuleTest.java | 4 ++-- .../AnnotationActionModuleTypeProviderTest.java | 4 ++-- .../script/defaultscope/internal/ScopeTest.java | 4 ++-- .../module/script/ScriptRuleTest.java | 4 ++-- .../internal/BasicConditionHandlerTest.java | 4 ++-- .../internal/DayOfWeekConditionHandlerTest.java | 4 ++-- .../module/timer/internal/RuntimeRuleTest.java | 4 ++-- .../internal/TimeOfDayConditionHandlerTest.java | 4 ++-- .../internal/TimeOfDayTriggerHandlerTest.java | 4 ++-- .../core/automation/event/RuleEventTest.java | 4 ++-- .../internal/ConnectionValidatorTest.java | 4 ++-- .../internal/ReferenceResolverUtilTest.java | 4 ++-- .../automation/internal/RuleEngineTest.java | 4 ++-- .../automation/internal/RulePrefixTest.java | 4 ++-- .../automation/internal/RuleRegistryTest.java | 4 ++-- .../internal/TestModuleTypeProvider.java | 4 ++-- .../binding/xml/test/BindingInfoI18nTest.java | 4 ++-- .../core/binding/xml/test/BindingInfoTest.java | 4 ++-- .../core/binding/xml/test/BindingInstaller.java | 4 ++-- .../core/ConfigDescriptionRegistryOSGiTest.java | 4 ++-- .../core/ConfigOptionRegistryOSGiTest.java | 4 ++-- ...tadataConfigDescriptionProviderImplTest.java | 4 ++-- .../core/status/ConfigStatusServiceTest.java | 4 ++-- .../internal/MDNSDiscoveryServiceOSGiTest.java | 4 ++-- .../DiscoveryServiceRegistryOSGiTest.java | 4 ++-- .../inbox/DynamicThingUpdateOSGITest.java | 4 ++-- .../discovery/inbox/InboxPredicatesTest.java | 4 ++-- .../inbox/events/InboxEventFactoryTest.java | 4 ++-- .../internal/AutomaticInboxProcessorTest.java | 4 ++-- .../discovery/internal/InboxOSGITest.java | 4 ++-- .../discovery/internal/PersistentInboxTest.java | 4 ++-- .../test/discovery/DiscoveryResultImplTest.java | 4 ++-- .../test/discovery/DiscoveryServiceMock.java | 4 ++-- .../discovery/DiscoveryServiceMockOfBridge.java | 4 ++-- .../internal/DeltaUsbSerialScannerTest.java | 4 ++-- .../internal/PollingUsbSerialScannerTest.java | 4 ++-- .../internal/SysFsUsbSerialScannerTest.java | 4 ++-- .../internal/UsbSerialDiscoveryServiceTest.java | 4 ++-- .../UsbSerialDeviceInformationGenerator.java | 4 ++-- .../test/ConfigDispatcherFileWatcherTest.java | 4 ++-- .../dispatch/test/ConfigDispatcherOSGiTest.java | 4 ++-- .../xml/test/ConfigDescriptionI18nTest.java | 4 ++-- .../config/xml/test/ConfigDescriptionsTest.java | 4 ++-- .../HttpContextFactoryServiceImplTest.java | 4 ++-- .../smarthome/io/net/http/BaseHttpUtilTest.java | 4 ++-- .../io/net/http/HttpRequestBuilderTest.java | 4 ++-- .../smarthome/io/net/http/HttpUtilTest.java | 4 ++-- .../ExtensibleTrustManagerImplTest.java | 4 ++-- .../net/http/internal/WebClientFactoryTest.java | 4 ++-- .../channel/ChannelTypeResourceTest.java | 4 ++-- .../discovery/InboxResourceOSGITest.java | 4 ++-- .../item/EnrichedItemDTOMapperTest.java | 4 ++-- ...ichedItemDTOMapperWithTransformOSGiTest.java | 4 ++-- .../internal/item/ItemResourceOSGiTest.java | 4 ++-- .../item/MetadataSelectorMatcherTest.java | 4 ++-- .../persistence/PersistenceResourceTest.java | 4 ++-- .../profile/ProfileTypeResourceTest.java | 4 ++-- .../ConfigurableServiceResourceOSGiTest.java | 4 ++-- .../core/thing/EnrichedThingDTOMapperTest.java | 4 ++-- .../io/rest/sse/test/SseResourceOSGiTest.java | 4 ++-- .../smarthome/io/rest/JSONResponseTest.java | 4 ++-- .../io/rest/Stream2JSONInputStreamTest.java | 4 ++-- .../io/rest/internal/filter/CorsFilterTest.java | 4 ++-- .../rest/internal/filter/ProxyFilterTest.java | 4 ++-- .../filter/SatisfiableResourceFilterTest.java | 4 ++-- .../io/transport/mqtt/MqttAsyncClientEx.java | 4 ++-- .../transport/mqtt/MqttBrokerConnectionEx.java | 4 ++-- .../mqtt/MqttBrokerConnectionTests.java | 4 ++-- .../mqtt/internal/MqttServiceTests.java | 4 ++-- .../upnp/internal/UpnpIOServiceTest.java | 4 ++-- .../binding/MagicColorLightHandlerTest.java | 4 ++-- .../binding/MagicDimmableLightHandlerTest.java | 4 ++-- .../binding/MagicOnOffLightHandlerTest.java | 4 ++-- .../internal/MagicHandlerFactoryTest.java | 4 ++-- .../binding/internal/MagicServiceImplTest.java | 4 ++-- .../internal/folder/FolderObserverTest.java | 4 ++-- .../item/internal/GenericItemProvider2Test.java | 4 ++-- .../item/internal/GenericItemProviderTest.java | 4 ++-- .../internal/GenericMetadataProviderTest.java | 4 ++-- .../lsp/internal/MappingUriExtensionsTest.java | 4 ++-- .../extensions/PersistenceExtensionsTest.java | 4 ++-- .../tests/TestPersistenceService.java | 4 ++-- .../internal/engine/RuleExecutionTest.java | 4 ++-- .../internal/engine/RuleTriggerTest.java | 4 ++-- .../script/actions/ScriptExecutionTest.java | 4 ++-- .../script/engine/ScriptEngineOSGiTest.java | 4 ++-- .../model/script/lib/NumberExtensionsTest.java | 4 ++-- .../scheduler/test/AbstractScheduler.java | 4 ++-- .../script/scheduler/test/MockClosure.java | 4 ++-- .../script/scheduler/test/MockScheduler.java | 4 ++-- .../script/tests/lib/NumberExtensionsTest.java | 4 ++-- .../GenericItemChannelLinkProviderJavaTest.java | 4 ++-- .../hue/GenericItemChannelLinkProviderTest.java | 4 ++-- .../test/hue/GenericThingProviderTest.java | 4 ++-- .../test/hue/GenericThingProviderTest2.java | 4 ++-- .../test/hue/GenericThingProviderTest3.java | 17 ++--------------- .../test/hue/GenericThingProviderTest4.java | 4 ++-- .../hue/DumbThingHandlerFactory.java | 4 ++-- .../testsupport/hue/DumbThingTypeProvider.java | 4 ++-- .../hue/TestHueChannelTypeProvider.java | 4 ++-- .../hue/TestHueConfigDescriptionProvider.java | 4 ++-- .../hue/TestHueThingHandlerFactory.java | 4 ++-- .../hue/TestHueThingHandlerFactoryX.java | 4 ++-- .../hue/TestHueThingTypeProvider.java | 4 ++-- .../core/semantics/SemanticTagsTest.java | 4 ++-- .../internal/SemanticsServiceImplTest.java | 4 ++-- .../internal/JsonStorageServiceOSGiTest.java | 4 ++-- .../client/oauth2/AccessTokenResponseTest.java | 4 ++-- .../core/cache/ExpiringCacheAsyncTest.java | 4 ++-- .../core/cache/ExpiringCacheMapTest.java | 4 ++-- .../smarthome/core/cache/ExpiringCacheTest.java | 4 ++-- .../common/QueueingThreadPoolExecutorTest.java | 4 ++-- .../core/common/ThreadFactoryBuilderTest.java | 4 ++-- .../core/common/ThreadPoolManagerTest.java | 4 ++-- .../osgi/ResourceBundleClassLoaderTest.java | 4 ++-- .../core/events/AbstractEventFactoryTest.java | 4 ++-- .../core/events/ItemEventFactoryTest.java | 4 ++-- .../internal/common/SafeCallerImplTest.java | 4 ++-- .../events/OSGiEventManagerOSGiTest.java | 4 ++-- .../internal/i18n/I18nProviderImplTest.java | 4 ++-- .../i18n/TranslationProviderOSGiTest.java | 4 ++-- .../core/internal/items/ItemBuilderTest.java | 4 ++-- .../items/ItemStateConverterImplTest.java | 4 ++-- .../core/internal/items/ItemTagTest.java | 4 ++-- .../internal/items/ItemUpdaterOSGiTest.java | 4 ++-- .../items/MetadataRegistryImplTest.java | 4 ++-- .../scheduler/CronAdjusterMiscTest.java | 4 ++-- .../internal/scheduler/CronAdjusterTest.java | 4 ++-- .../scheduler/CronSchedulerImplTest.java | 4 ++-- .../scheduler/DelegatedSchedulerTest.java | 4 ++-- .../scheduler/PeriodicSchedulerImplTest.java | 4 ++-- .../internal/scheduler/SchedulerImplTest.java | 4 ++-- .../internal/service/ReadyServiceImplTest.java | 4 ++-- .../types/StateDescriptionFragmentImplTest.java | 4 ++-- .../smarthome/core/items/GenericItemTest.java | 4 ++-- .../smarthome/core/items/GroupItemTest.java | 4 ++-- .../core/items/ItemRegistryImplTest.java | 4 ++-- .../core/items/ManagedItemProviderOSGiTest.java | 4 ++-- .../smarthome/core/items/MetadataKeyTest.java | 4 ++-- .../eclipse/smarthome/core/items/TestItem.java | 4 ++-- .../core/items/dto/ItemDTOMapperTest.java | 4 ++-- .../AbstractItemEventSubscriberOSGiTest.java | 4 ++-- .../core/library/CoreItemFactoryTest.java | 4 ++-- .../core/library/items/CallItemTest.java | 4 ++-- .../core/library/items/ColorItemTest.java | 4 ++-- .../core/library/items/ContactItemTest.java | 4 ++-- .../core/library/items/DateTimeItemTest.java | 4 ++-- .../core/library/items/DimmerItemTest.java | 4 ++-- .../core/library/items/ImageItemTest.java | 4 ++-- .../core/library/items/LocationItemTest.java | 4 ++-- .../core/library/items/NumberItemTest.java | 4 ++-- .../core/library/items/PlayerItemTest.java | 4 ++-- .../library/items/RollershutterItemTest.java | 4 ++-- .../smarthome/core/library/items/StateUtil.java | 4 ++-- .../core/library/items/StringItemTest.java | 4 ++-- .../core/library/items/SwitchItemTest.java | 4 ++-- .../types/ArithmeticGroupFunctionTest.java | 4 ++-- .../types/DateTimeGroupFunctionTest.java | 4 ++-- .../core/library/types/DateTimeTypeTest.java | 4 ++-- .../core/library/types/DecimalTypeTest.java | 4 ++-- .../core/library/types/HSBTypeTest.java | 4 ++-- .../core/library/types/OnOffTypeTest.java | 4 ++-- .../core/library/types/OpenClosedTypeTest.java | 4 ++-- .../core/library/types/PercentTypeTest.java | 4 ++-- .../core/library/types/PointTypeTest.java | 4 ++-- ...QuantityTypeArithmeticGroupFunctionTest.java | 4 ++-- .../core/library/types/QuantityTypeTest.java | 4 ++-- .../core/library/types/StringListTypeTest.java | 4 ++-- .../core/library/types/StringTypeTest.java | 4 ++-- .../core/library/types/UpDownTypeTest.java | 4 ++-- .../smarthome/core/net/HttpServiceUtilTest.java | 4 ++-- .../eclipse/smarthome/core/net/NetUtilTest.java | 4 ++-- .../core/service/AbstractWatchServiceTest.java | 4 ++-- .../StateDescriptionServiceImplTest.java | 4 ++-- .../core/types/SmartHomeUnitsTest.java | 4 ++-- .../StateDescriptionFragmentBuilderTest.java | 4 ++-- .../core/types/VolumetricFlowRateTest.java | 4 ++-- .../core/types/util/UnitUtilsTest.java | 4 ++-- .../smarthome/core/util/HexUtilsTest.java | 4 ++-- .../core/thing/ChannelGroupUIDTest.java | 4 ++-- .../smarthome/core/thing/ChannelTest.java | 4 ++-- .../smarthome/core/thing/ChannelUIDTest.java | 4 ++-- .../core/thing/SystemWideChannelTypesTest.java | 4 ++-- .../core/thing/ThingPropertiesTest.java | 4 ++-- .../smarthome/core/thing/ThingUIDTest.java | 4 ++-- .../eclipse/smarthome/core/thing/UIDTest.java | 4 ++-- .../binding/BindingBaseClassesOSGiTest.java | 4 ++-- .../thing/binding/ChangeThingTypeOSGiTest.java | 4 ++-- .../core/thing/binding/ThingFactoryTest.java | 4 ++-- .../binding/builder/ChannelBuilderTest.java | 4 ++-- .../thing/binding/builder/ThingBuilderTest.java | 4 ++-- .../thing/binding/firmware/FirmwareTest.java | 4 ++-- .../thing/events/ThingEventFactoryTest.java | 4 ++-- .../factory/ManagedThingProviderOSGiTest.java | 4 ++-- .../core/thing/firmware/Constants.java | 4 ++-- .../firmware/FirmwareEventFactoryTest.java | 4 ++-- ...areUpdateServiceFirmwareRestrictionTest.java | 4 ++-- ...areUpdateServicePrerequisiteVersionTest.java | 4 ++-- ...RestrictedFirmwareUpdateServiceOSGiTest.java | 4 ++-- ...atusInfoI18nLocalizationServiceOSGiTest.java | 4 ++-- .../thing/internal/AutoUpdateManagerTest.java | 4 ++-- .../thing/internal/ChannelItemProviderTest.java | 4 ++-- ...ChannelStateDescriptionProviderOSGiTest.java | 4 ++-- .../internal/CommunicationManagerTest.java | 4 ++-- .../thing/internal/SimpleThingTypeProvider.java | 4 ++-- .../internal/ThingLinkManagerOSGiTest.java | 4 ++-- .../internal/ThingManagerOSGiJavaTest.java | 4 ++-- .../thing/internal/ThingManagerOSGiTest.java | 4 ++-- .../core/thing/internal/ThingManagerTest.java | 4 ++-- .../thing/internal/ThingRegistryOSGiTest.java | 4 ++-- .../firmware/FirmwareRegistryOSGiTest.java | 4 ++-- .../firmware/FirmwareUpdateServiceTest.java | 4 ++-- .../internal/firmware/ProgressCallbackTest.java | 4 ++-- .../RawButtonToggleSwitchProfileTest.java | 4 ++-- .../profiles/SystemDefaultProfileTest.java | 4 ++-- .../profiles/SystemFollowProfileTest.java | 4 ++-- .../profiles/SystemOffsetProfileTest.java | 4 ++-- .../profiles/SystemProfileFactoryTest.java | 4 ++-- .../thing/link/ItemChannelLinkOSGiTest.java | 4 ++-- .../core/thing/link/LinkEventOSGiTest.java | 4 ++-- .../testutil/i18n/DefaultLocaleSetter.java | 4 ++-- .../thing/type/ChannelGroupTypeBuilderTest.java | 4 ++-- .../core/thing/type/ChannelTypeBuilderTest.java | 4 ++-- .../core/thing/type/ThingTypeBuilderTest.java | 4 ++-- .../core/thing/util/ThingHandlerHelperTest.java | 4 ++-- .../core/thing/util/ThingHelperTest.java | 4 ++-- .../core/thing/xml/internal/XmlHelperTest.java | 4 ++-- .../thing/xml/test/ChannelTypesI18nTest.java | 4 ++-- .../core/thing/xml/test/ChannelTypesTest.java | 4 ++-- .../thing/xml/test/ConfigDescriptionsTest.java | 4 ++-- .../smarthome/core/thing/xml/test/Example.java | 4 ++-- .../core/thing/xml/test/LoadedTestBundle.java | 12 ++++++++++++ .../test/SystemChannelsInChannelGroupsTest.java | 4 ++-- .../xml/test/SystemWideChannelTypesTest.java | 4 ++-- .../core/thing/xml/test/ThingTypeI18nTest.java | 4 ++-- .../core/thing/xml/test/ThingTypesTest.java | 4 ++-- .../transform/actions/TransformationTest.java | 4 ++-- .../AbstractResourceIconProviderTest.java | 4 ++-- .../ui/icon/internal/IconServletTest.java | 4 ++-- .../internal/items/ItemUIRegistryImplTest.java | 4 ++-- .../internal/proxy/ProxyServletServiceTest.java | 4 ++-- .../smarthome/core/voice/STTExceptionTest.java | 4 ++-- .../voice/SpeechRecognitionErrorEventTest.java | 4 ++-- .../core/voice/SpeechRecognitionEventTest.java | 4 ++-- .../smarthome/core/voice/TTSExceptionTest.java | 4 ++-- .../core/voice/internal/AudioManagerStub.java | 4 ++-- .../core/voice/internal/AudioSourceStub.java | 4 ++-- .../core/voice/internal/ConsoleStub.java | 4 ++-- .../internal/HumanLanguageInterpreterStub.java | 4 ++-- .../core/voice/internal/KSServiceStub.java | 4 ++-- .../core/voice/internal/STTServiceStub.java | 4 ++-- .../smarthome/core/voice/internal/SinkStub.java | 4 ++-- .../core/voice/internal/TTSServiceStub.java | 4 ++-- .../core/voice/internal/VoiceStub.java | 4 ++-- .../javavoicemanager/VoiceManagerTest.java | 4 ++-- .../InterpretCommandTest.java | 4 ++-- .../SayCommandTest.java | 4 ++-- .../VoiceConsoleCommandExtensionTest.java | 4 ++-- .../VoicesCommandTest.java | 4 ++-- pom.xml | 7 +++++++ 1695 files changed, 3408 insertions(+), 3402 deletions(-) diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioException.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioException.java index e2a387193..2cac78840 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioException.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioFormat.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioFormat.java index f6da50161..315071289 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioFormat.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioFormat.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioHTTPServer.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioHTTPServer.java index 3f97d752f..940935a4d 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioHTTPServer.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioHTTPServer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioManager.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioManager.java index accc7b5cd..97c62e79a 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioManager.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSink.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSink.java index e12ab8ebf..e7a6e33c0 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSink.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSink.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSource.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSource.java index 45b5e39df..eba29338e 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSource.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioSource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioStream.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioStream.java index a2d74dceb..c1600f3db 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioStream.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/AudioStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/ByteArrayAudioStream.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/ByteArrayAudioStream.java index 7b29708e4..aa5ac6809 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/ByteArrayAudioStream.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/ByteArrayAudioStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FileAudioStream.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FileAudioStream.java index 25a774334..ff342502e 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FileAudioStream.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FileAudioStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FixedLengthAudioStream.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FixedLengthAudioStream.java index 631403eef..afd587b24 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FixedLengthAudioStream.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/FixedLengthAudioStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/URLAudioStream.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/URLAudioStream.java index bab4563fd..e18c593e9 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/URLAudioStream.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/URLAudioStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioFormatException.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioFormatException.java index 3616da2a2..36719e507 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioFormatException.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioFormatException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioStreamException.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioStreamException.java index 46b782037..e8cd7ebc2 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioStreamException.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/UnsupportedAudioStreamException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleCommandExtension.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleCommandExtension.java index 09cd2a0ab..b098e4802 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleCommandExtension.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerImpl.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerImpl.java index a7b2d84d1..c7145683f 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerImpl.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServlet.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServlet.java index 61635125b..ffec16718 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServlet.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/utils/AudioStreamUtils.java b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/utils/AudioStreamUtils.java index 549c10064..8e594141a 100644 --- a/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/utils/AudioStreamUtils.java +++ b/bundles/org.openhab.core.audio/src/main/java/org/eclipse/smarthome/core/audio/utils/AudioStreamUtils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.jaas/src/main/java/org/eclipse/smarthome/auth/jaas/internal/JaasAuthenticationProvider.java b/bundles/org.openhab.core.auth.jaas/src/main/java/org/eclipse/smarthome/auth/jaas/internal/JaasAuthenticationProvider.java index 36ef01516..0c9bfac14 100644 --- a/bundles/org.openhab.core.auth.jaas/src/main/java/org/eclipse/smarthome/auth/jaas/internal/JaasAuthenticationProvider.java +++ b/bundles/org.openhab.core.auth.jaas/src/main/java/org/eclipse/smarthome/auth/jaas/internal/JaasAuthenticationProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/Keyword.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/Keyword.java index ba0113a32..9d93e0b3c 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/Keyword.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/Keyword.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthClientServiceImpl.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthClientServiceImpl.java index c865a171c..befa14ed7 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthClientServiceImpl.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthClientServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthConnector.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthConnector.java index 79abb1c35..9ca453df2 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthConnector.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthConnector.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthFactoryImpl.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthFactoryImpl.java index 2fe52a48f..f5cfee3aa 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthFactoryImpl.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthFactoryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandler.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandler.java index 577fff1f8..cbae62562 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandler.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandlerImpl.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandlerImpl.java index d2b75e27b..0b93677c2 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandlerImpl.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/OAuthStoreHandlerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/PersistedParams.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/PersistedParams.java index ec9d4d15d..80afdbe83 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/PersistedParams.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/PersistedParams.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/StorageRecordType.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/StorageRecordType.java index ac37ebb3d..d50db6a54 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/StorageRecordType.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/StorageRecordType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/cipher/SymmetricKeyCipher.java b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/cipher/SymmetricKeyCipher.java index 0b547d92f..ba92ebe02 100644 --- a/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/cipher/SymmetricKeyCipher.java +++ b/bundles/org.openhab.core.auth.oauth2client/src/main/java/org/eclipse/smarthome/auth/oauth2client/internal/cipher/SymmetricKeyCipher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaActionTypeProvider.java b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaActionTypeProvider.java index 4666b48ae..325de901a 100644 --- a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaActionTypeProvider.java +++ b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaActionTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaModuleHandlerFactory.java b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaModuleHandlerFactory.java index 9561e5f0e..65068d6e8 100644 --- a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaScriptScopeProvider.java b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaScriptScopeProvider.java index 4ac970b0f..c39f3121f 100644 --- a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaScriptScopeProvider.java +++ b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/MediaScriptScopeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/PlayActionHandler.java b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/PlayActionHandler.java index a2d1a3088..b3c89a2c8 100644 --- a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/PlayActionHandler.java +++ b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/PlayActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/SayActionHandler.java b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/SayActionHandler.java index 4b9158e9b..4d7d8fbe5 100644 --- a/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/SayActionHandler.java +++ b/bundles/org.openhab.core.automation.module.media/src/main/java/org/openhab/core/automation/module/media/internal/SayActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/AbstractScriptedModuleHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/AbstractScriptedModuleHandlerFactory.java index 73de464cf..403b29a4c 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/AbstractScriptedModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/AbstractScriptedModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/RuleSupportScriptExtension.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/RuleSupportScriptExtension.java index 579342ee3..48a43a8f4 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/RuleSupportScriptExtension.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/RuleSupportScriptExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleHandlerFactory.java index 603880388..f77a9d6bc 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java index 5a632476d..8fda1fad8 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedCustomModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedPrivateModuleHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedPrivateModuleHandlerFactory.java index 28f204f70..8798bf4cf 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedPrivateModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/ScriptedPrivateModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleActionHandlerDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleActionHandlerDelegate.java index 18523300d..fd0325aa8 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleActionHandlerDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleActionHandlerDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleConditionHandlerDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleConditionHandlerDelegate.java index d0991a672..4e000c2a7 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleConditionHandlerDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleConditionHandlerDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerCallbackDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerCallbackDelegate.java index 721a37e9c..ad9833cc6 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerCallbackDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerCallbackDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerDelegate.java index 6394aa5a6..d83d58406 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/delegates/SimpleTriggerHandlerDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java index a06d33b1e..8120d2bf5 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/RuleSupportRuleRegistryDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/RuleSupportRuleRegistryDelegate.java index 452188c96..aa0ee78d5 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/RuleSupportRuleRegistryDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/RuleSupportRuleRegistryDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedAutomationManager.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedAutomationManager.java index 976a1598e..275ddc7ef 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedAutomationManager.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedAutomationManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedHandler.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedHandler.java index bfed0e949..347d692a2 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedHandler.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedRuleProvider.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedRuleProvider.java index 3fad5e38c..fa12fc55b 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedRuleProvider.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/ScriptedRuleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedActionHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedActionHandlerFactory.java index c4cd92f78..ea6a6a2d2 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedActionHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedActionHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedConditionHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedConditionHandlerFactory.java index b490059f0..538e05934 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedConditionHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedConditionHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedTriggerHandlerFactory.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedTriggerHandlerFactory.java index 2bc82d723..bfa49072a 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedTriggerHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/factories/ScriptedTriggerHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleActionHandler.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleActionHandler.java index 0dd520621..3dd6796a1 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleActionHandler.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleConditionHandler.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleConditionHandler.java index 7d80d0f4f..0c260f12f 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleConditionHandler.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRule.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRule.java index 34f2209a2..38f85ed1e 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRule.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandler.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandler.java index 8815604a7..2ca770f82 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandler.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandlerDelegate.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandlerDelegate.java index adabe0283..020b0e9f8 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandlerDelegate.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleRuleActionHandlerDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandler.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandler.java index ef5ee77f0..a92171d81 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandler.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandlerCallback.java b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandlerCallback.java index 7fe6470ee..0fe28f35c 100644 --- a/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandlerCallback.java +++ b/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/shared/simple/SimpleTriggerHandlerCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineContainer.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineContainer.java index ae51a6e7a..50f3679aa 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineContainer.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineContainer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineFactory.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineFactory.java index 5f30aba93..d982cc546 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineFactory.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineManager.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineManager.java index 078d42104..fabeb904b 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineManager.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptEngineManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptExtensionProvider.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptExtensionProvider.java index 53870f5df..87284bea8 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptExtensionProvider.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/ScriptExtensionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/GenericScriptEngineFactory.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/GenericScriptEngineFactory.java index 84091392d..e76706241 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/GenericScriptEngineFactory.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/GenericScriptEngineFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/NashornScriptEngineFactory.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/NashornScriptEngineFactory.java index 735fb5668..9be8c41b6 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/NashornScriptEngineFactory.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/NashornScriptEngineFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptEngineManagerImpl.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptEngineManagerImpl.java index aac762123..043d8251a 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptEngineManagerImpl.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptEngineManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManager.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManager.java index 186b72d3b..acd215afa 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManager.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManagerWrapper.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManagerWrapper.java index b8c788995..bb5a04ae1 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManagerWrapper.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptExtensionManagerWrapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/DefaultScriptScopeProvider.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/DefaultScriptScopeProvider.java index 316119f53..dd75ef23c 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/DefaultScriptScopeProvider.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/DefaultScriptScopeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ItemRegistryDelegate.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ItemRegistryDelegate.java index 51de958e6..d87ae3414 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ItemRegistryDelegate.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ItemRegistryDelegate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptBusEvent.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptBusEvent.java index 921a5379e..2b719d574 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptBusEvent.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptBusEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptThingActions.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptThingActions.java index 0b1d77c79..ff74f5036 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptThingActions.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/defaultscope/ScriptThingActions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/factory/ScriptModuleHandlerFactory.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/factory/ScriptModuleHandlerFactory.java index 3af6682b6..ef2b74c8d 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/factory/ScriptModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/factory/ScriptModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/AbstractScriptModuleHandler.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/AbstractScriptModuleHandler.java index 013cfc6d6..fbc9441d0 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/AbstractScriptModuleHandler.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/AbstractScriptModuleHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptActionHandler.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptActionHandler.java index 7178465be..5cfd8bac2 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptActionHandler.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptConditionHandler.java b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptConditionHandler.java index acd73a808..90e662834 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptConditionHandler.java +++ b/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ModuleTypeResource.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ModuleTypeResource.java index 9f17a67a5..fb85555d4 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ModuleTypeResource.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ModuleTypeResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/RuleResource.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/RuleResource.java index 62188f633..90db8a1bf 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/RuleResource.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/RuleResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/TemplateResource.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/TemplateResource.java index 8dae99146..5495b97dc 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/TemplateResource.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/TemplateResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTO.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTO.java index 3da8cafbb..e7adb3ac3 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTO.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTOMapper.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTOMapper.java index a2afc6911..ba8acc121 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTOMapper.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/dto/EnrichedRuleDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Action.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Action.java index cabc73574..7d7705f61 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Action.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Action.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java index 8b73d192a..4ce722945 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/AnnotatedActions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Condition.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Condition.java index f66b62899..c98bcd628 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Condition.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Condition.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ManagedRuleProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ManagedRuleProvider.java index b03d99dc9..244fdb2b0 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ManagedRuleProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ManagedRuleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Module.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Module.java index 0d64ee65c..bf77b0d26 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Module.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Module.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ModuleHandlerCallback.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ModuleHandlerCallback.java index 76cfd4025..70d887391 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ModuleHandlerCallback.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/ModuleHandlerCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Rule.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Rule.java index 8b8fd73d7..8d6882fe7 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Rule.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Rule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleManager.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleManager.java index f4adcf369..141d8c96e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleManager.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java index c3eb24575..b4cee8a47 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RulePredicates.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleProvider.java index 759800ef8..ffeabeb88 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleRegistry.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleRegistry.java index f2ef6e884..77bbcf965 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleRegistry.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatus.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatus.java index 0f04abbd8..4197084d0 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatus.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatus.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusDetail.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusDetail.java index 3efc47994..e47c8f560 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusDetail.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusDetail.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusInfo.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusInfo.java index 78c5dc3a6..f883efee0 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusInfo.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/RuleStatusInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java index 4b1f39756..246cbdc50 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/StatusInfoCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Trigger.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Trigger.java index 6e24bc332..db4ee8fad 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Trigger.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Trigger.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Visibility.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Visibility.java index 704f7b895..0d8f25e0a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Visibility.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/Visibility.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java index 978e16fdf..0890a37cc 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInput.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java index 594fe54c5..5d9540a77 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionInputs.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java index 1745d8a94..c1d17fc28 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutput.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java index 638de9ad9..4e8d1b6fb 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionOutputs.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java index dd7ff084a..796ab8ae9 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/ActionScope.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java index e371659a9..afc069847 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/annotation/RuleAction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTO.java index 120186b46..901a3f0dc 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTOMapper.java index ac656aaf8..f50fd8b1b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTO.java index 4199c460e..f4c69b14c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTOMapper.java index 34de98275..c0ffc5d8b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ActionTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeActionTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeActionTypeDTO.java index a598ee299..30d6de8a5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeActionTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeActionTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeConditionTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeConditionTypeDTO.java index 2f8c247e7..1288c6e9f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeConditionTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeConditionTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeTriggerTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeTriggerTypeDTO.java index f09836292..dd95d5087 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeTriggerTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/CompositeTriggerTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTO.java index 69ab428de..e092f13d2 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTOMapper.java index 498118857..4ca6be2db 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTO.java index 35f741f56..ce257d458 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTOMapper.java index 328e5798b..ac04f23b9 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ConditionTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTO.java index 47d0afc82..b864b70e5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTOMapper.java index 44a0ab541..2ddd7ebca 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTO.java index f20dcf3f0..568490d2c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTOMapper.java index 87e983bab..c3ee19525 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/ModuleTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTO.java index e0e9b9fbf..07c9a9218 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTOMapper.java index dbdd1a30f..b7fad7d1a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTO.java index 8f0414f30..42f89161f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTOMapper.java index 2b7c0e09f..e9b3f2098 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/RuleTemplateDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTO.java index 802f0e764..7699c372d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTOMapper.java index 39b03a8e5..1bae6d7e5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTO.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTO.java index f5b95e66e..2cc8b307f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTO.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTOMapper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTOMapper.java index a72b0b82f..7d6841972 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTOMapper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/dto/TriggerTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java index 5861b76b5..8e9fc6ca7 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/AbstractRuleRegistryEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java index 10baeba83..0ad45acfa 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleAddedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java index e13584aa3..9a6bf6c1f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleRemovedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java index 834dec749..42b353895 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleStatusInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java index 4c10444ff..98e041451 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/events/RuleUpdatedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ActionHandler.java index 8d7264d55..39cd24d6e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandler.java index 877983ce1..6b1588310 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandlerFactory.java index 5d3aa577b..7c3491c49 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseTriggerModuleHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseTriggerModuleHandler.java index 4761954d8..a82c2729a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseTriggerModuleHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/BaseTriggerModuleHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ConditionHandler.java index b56f07077..c800952f8 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandler.java index 8646b11e2..27d04ea8a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandlerFactory.java index 3c4be0e68..bfec9cb84 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandler.java index 16cdb5486..4008c8df9 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandlerCallback.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandlerCallback.java index c5ae98148..d821bb1f8 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandlerCallback.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/TriggerHandlerCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ActionImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ActionImpl.java index e15c39d6d..13a40594d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ActionImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ActionImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConditionImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConditionImpl.java index 0c6c00a1c..0ad81269b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConditionImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConditionImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/Connection.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/Connection.java index b75304110..35809db8a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/Connection.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/Connection.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConnectionValidator.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConnectionValidator.java index b25a39d73..c43d247ca 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConnectionValidator.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ConnectionValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ModuleImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ModuleImpl.java index 074d9d72e..5c13c627f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ModuleImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ModuleImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java index 047a5454b..3e23ac91b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java index 3046c8e9c..73a887584 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleImpl.java index 019361c2a..ed1ea4292 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleRegistryImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleRegistryImpl.java index 29c0cbafc..2b557e4f8 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleRegistryImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerHandlerCallbackImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerHandlerCallbackImpl.java index 6a39a195d..10fc65c23 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerHandlerCallbackImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerHandlerCallbackImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerImpl.java index f2501682a..364a87034 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/TriggerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AbstractCommandProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AbstractCommandProvider.java index 2e863ec30..8647d0f09 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AbstractCommandProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AbstractCommandProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommand.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommand.java index 629d89633..1ed324bc6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommand.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommand.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandEnableRule.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandEnableRule.java index 8c5bd53ae..f8fab0b0a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandEnableRule.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandEnableRule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandExport.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandExport.java index 5a62c8f0b..7b2100b6c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandExport.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandExport.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandImport.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandImport.java index b68ae0491..ba6600bda 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandImport.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandImport.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandList.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandList.java index 5401fd9da..c93d6a710 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandList.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandList.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandRemove.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandRemove.java index c7fa8b26a..8b1ea6d66 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandRemove.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandRemove.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommands.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommands.java index 2cc5757c8..bfdd1e9f6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommands.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommands.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandsPluggable.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandsPluggable.java index 04f563983..767a02ce6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandsPluggable.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/AutomationCommandsPluggable.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineModuleTypeProvider.java index 0342dd6d6..909de4d7c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineRuleImporter.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineRuleImporter.java index ad55978fa..e60caf185 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineRuleImporter.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineRuleImporter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineTemplateProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineTemplateProvider.java index 368ba4edc..960acba66 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineTemplateProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/CommandlineTemplateProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Printer.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Printer.java index 43c8dbb2d..17017a6d0 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Printer.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Printer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Utils.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Utils.java index 018ced4fa..e9903a710 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Utils.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/commands/Utils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/AbstractCompositeModuleHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/AbstractCompositeModuleHandler.java index 9b20bd792..251aef700 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/AbstractCompositeModuleHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/AbstractCompositeModuleHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeActionHandler.java index a9455adb7..36121cacb 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeConditionHandler.java index eab9abee5..d6c0aa9a6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeModuleHandlerFactory.java index 1dfcbb23f..6a277878e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeTriggerHandler.java index c52b64f28..9ca6732a3 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/composite/CompositeTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/exception/UncomparableException.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/exception/UncomparableException.java index a5790a519..a68aecf3b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/exception/UncomparableException.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/exception/UncomparableException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/factory/CoreModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/factory/CoreModuleHandlerFactory.java index e446f647e..e2444a391 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/factory/CoreModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/factory/CoreModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/AnnotationActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/AnnotationActionHandler.java index 9e4251a04..44704dd54 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/AnnotationActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/AnnotationActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ChannelEventTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ChannelEventTriggerHandler.java index ea56ec7bc..3af8f8fa6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ChannelEventTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ChannelEventTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/CompareConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/CompareConditionHandler.java index 79470c94d..c8d76811e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/CompareConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/CompareConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/DayOfWeekConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/DayOfWeekConditionHandler.java index aacc2e4f2..f7b45f89f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/DayOfWeekConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/DayOfWeekConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericCronTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericCronTriggerHandler.java index 3e0b4cf12..a47e9f9a3 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericCronTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericCronTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventConditionHandler.java index c71cf9378..78e54731e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventTriggerHandler.java index 31acb5782..ee9a8803f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/GenericEventTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandActionHandler.java index 070d4eb79..63c1776fe 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandTriggerHandler.java index fa66b9384..8521a603b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemCommandTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateConditionHandler.java index 4dc64d36b..0711f9e56 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateTriggerHandler.java index 2595a7394..df413b10a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/ItemStateTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RuleEnablementActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RuleEnablementActionHandler.java index 8b4519eae..4df0c2273 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RuleEnablementActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RuleEnablementActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RunRuleActionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RunRuleActionHandler.java index 0e1ce13fe..0dc452ae5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RunRuleActionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/RunRuleActionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayConditionHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayConditionHandler.java index 0d1023e33..6d7b4a05d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayConditionHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayConditionHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayTriggerHandler.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayTriggerHandler.java index c62765aed..a0b907151 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayTriggerHandler.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimeOfDayTriggerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java index f6034a75f..7cecce519 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/handler/TimerModuleHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java index 387cb2974..7b0dddb26 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotatedActionModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/AbstractGSONParser.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/AbstractGSONParser.java index 79aaebf3a..057c6d7f6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/AbstractGSONParser.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/AbstractGSONParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ActionInstanceCreator.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ActionInstanceCreator.java index 62ee2ea37..d93d75b3f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ActionInstanceCreator.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ActionInstanceCreator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ConditionInstanceCreator.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ConditionInstanceCreator.java index a24f94c40..7d8cb3460 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ConditionInstanceCreator.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ConditionInstanceCreator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeGSONParser.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeGSONParser.java index 7a0e913b9..19342394f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeGSONParser.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeGSONParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeParsingContainer.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeParsingContainer.java index d80fd4fb9..b5fa9221d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeParsingContainer.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/ModuleTypeParsingContainer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/RuleGSONParser.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/RuleGSONParser.java index 735d55595..e5865ec1e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/RuleGSONParser.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/RuleGSONParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TemplateGSONParser.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TemplateGSONParser.java index 33999b73b..7434186ad 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TemplateGSONParser.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TemplateGSONParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TriggerInstanceCreator.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TriggerInstanceCreator.java index 97e9865d5..2ea8f28ee 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TriggerInstanceCreator.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/parser/gson/TriggerInstanceCreator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AbstractResourceBundleProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AbstractResourceBundleProvider.java index 3964ecdb1..ce5d66dd2 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AbstractResourceBundleProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AbstractResourceBundleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesEventQueue.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesEventQueue.java index baf405840..e5153c597 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesEventQueue.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesEventQueue.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesTracker.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesTracker.java index 30ca01a62..a3fd671b2 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesTracker.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/AutomationResourceBundlesTracker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/HostFragmentMappingUtil.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/HostFragmentMappingUtil.java index 92c1bb3ae..5bec1ad0d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/HostFragmentMappingUtil.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/HostFragmentMappingUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/ModuleTypeResourceBundleProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/ModuleTypeResourceBundleProvider.java index 64610f402..2010c09a6 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/ModuleTypeResourceBundleProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/ModuleTypeResourceBundleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/RuleResourceBundleImporter.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/RuleResourceBundleImporter.java index 707e6313c..6395993a1 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/RuleResourceBundleImporter.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/RuleResourceBundleImporter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/TemplateResourceBundleProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/TemplateResourceBundleProvider.java index cd5a2b2bd..55ae402e5 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/TemplateResourceBundleProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/TemplateResourceBundleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/Vendor.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/Vendor.java index c21c17102..2e8edf935 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/Vendor.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/Vendor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AbstractFileProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AbstractFileProvider.java index faa68f91c..36450af32 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AbstractFileProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AbstractFileProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AutomationWatchService.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AutomationWatchService.java index dc75d1c10..fe3fd5e59 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AutomationWatchService.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/AutomationWatchService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProvider.java index 10cd9a32c..e17f0e3fe 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProviderWatcher.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProviderWatcher.java index 8e7174fcd..e858b57bf 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProviderWatcher.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/ModuleTypeFileProviderWatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProvider.java index 9e4bcbb95..9becd9d53 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProviderWatcher.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProviderWatcher.java index 59806c79d..8e2ada615 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProviderWatcher.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/TemplateFileProviderWatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/WatchServiceUtil.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/WatchServiceUtil.java index dafb3ceae..c49a4be8e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/WatchServiceUtil.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/file/WatchServiceUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleI18nUtil.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleI18nUtil.java index 9148b84f4..a8eeefd1f 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleI18nUtil.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java index cd591193c..d0bee856c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nUtil.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nUtil.java index c35a94696..98c464f99 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nUtil.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/ModuleTypeI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/RuleTemplateI18nUtil.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/RuleTemplateI18nUtil.java index 91be0b1d5..f47f6ccfe 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/RuleTemplateI18nUtil.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/provider/i18n/RuleTemplateI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedAction.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedAction.java index 46efa23a3..b51c6e999 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedAction.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedAction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedCondition.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedCondition.java index 418131506..69a950bf8 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedCondition.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedCondition.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedModule.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedModule.java index 7e28b617d..0df7e8d9d 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedModule.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedModule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedRule.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedRule.java index be6de8605..2f7bf838c 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedRule.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedRule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedTrigger.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedTrigger.java index 5ab1f2bbf..09f36fa40 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedTrigger.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/ruleengine/WrappedTrigger.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/template/RuleTemplateRegistry.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/template/RuleTemplateRegistry.java index 49d99a221..9529b4274 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/template/RuleTemplateRegistry.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/template/RuleTemplateRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/type/ModuleTypeRegistryImpl.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/type/ModuleTypeRegistryImpl.java index 24af6707d..6d3cfa164 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/type/ModuleTypeRegistryImpl.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/type/ModuleTypeRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java index 753aa640e..49556175e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ActionModuleKind.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java index 093cfb10b..94b69ec21 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/AnnotationActionModuleTypeHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java index 9cc7f79a3..f5411d339 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/ModuleInformation.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java index ae7118a91..3bd8f4eca 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/module/provider/i18n/ModuleTypeI18nService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/Parser.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/Parser.java index fc32a215c..32f5217cb 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/Parser.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/Parser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingException.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingException.java index 1a3fc10c3..b14aca120 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingException.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingNestedException.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingNestedException.java index a98ced29d..804ebf4be 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingNestedException.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/parser/ParsingNestedException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplate.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplate.java index 77b9176f2..b9c115b86 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplate.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplateProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplateProvider.java index 1f74cad08..021c7430e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplateProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/RuleTemplateProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/Template.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/Template.java index f69c6ae27..a1a9c7e78 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/Template.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/Template.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateProvider.java index 35cbd17e8..493ea59f4 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateRegistry.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateRegistry.java index 2edf74e09..2b3880801 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateRegistry.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/template/TemplateRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java index e6246ab6e..044343c35 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/thingsupport/AnnotatedThingActionModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ActionType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ActionType.java index 42694afde..5da79ded7 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ActionType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ActionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeActionType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeActionType.java index 1c03af905..a0cacbbfe 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeActionType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeActionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeConditionType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeConditionType.java index 680ef7c9c..238c53757 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeConditionType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeConditionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeTriggerType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeTriggerType.java index 3e1e58eb3..80533e5be 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeTriggerType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/CompositeTriggerType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ConditionType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ConditionType.java index a7a28b916..b30674739 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ConditionType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ConditionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Input.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Input.java index 9195c4d65..9358b1d37 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Input.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Input.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleType.java index 672fd65c6..6fa8f7f25 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeProvider.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeProvider.java index 25ddd6501..310f1a663 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeProvider.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeRegistry.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeRegistry.java index 0da223914..553f8cd64 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeRegistry.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/ModuleTypeRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Output.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Output.java index 0cc005fce..d9707fc9b 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Output.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/Output.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/TriggerType.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/TriggerType.java index 6470bdc75..6b9baa368 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/TriggerType.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/type/TriggerType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionBuilder.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionBuilder.java index 1429c6bce..c2c0bee44 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionBuilder.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConditionBuilder.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConditionBuilder.java index 6966eec12..e68d88684 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConditionBuilder.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConditionBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConfigurationNormalizer.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConfigurationNormalizer.java index 416ed702f..c79b55d76 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConfigurationNormalizer.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ConfigurationNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ModuleBuilder.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ModuleBuilder.java index f22483bdb..c75fa8420 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ModuleBuilder.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ModuleBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ReferenceResolver.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ReferenceResolver.java index 892f2982a..30ef0066a 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ReferenceResolver.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ReferenceResolver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/RuleBuilder.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/RuleBuilder.java index ea5a3644c..52d98db3e 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/RuleBuilder.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/RuleBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/TriggerBuilder.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/TriggerBuilder.java index 8a602ebca..7945aaebb 100644 --- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/TriggerBuilder.java +++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/TriggerBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoConverter.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoConverter.java index 4fd59ad3f..61e17d58f 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoConverter.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoReader.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoReader.java index 6a3c03bb1..d2bc3d669 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoReader.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlProvider.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlProvider.java index 65f06a777..ed790d5f6 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlProvider.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlResult.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlResult.java index 3a2eca739..7648e8f1b 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlResult.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingInfoXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java index a77d5bae3..042f6fde4 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/BindingXmlConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/XmlBindingInfoProvider.java b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/XmlBindingInfoProvider.java index 0f900847f..f88a2aa6a 100644 --- a/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/XmlBindingInfoProvider.java +++ b/bundles/org.openhab.core.binding.xml/src/main/java/org/eclipse/smarthome/core/binding/xml/internal/XmlBindingInfoProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigConstants.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigConstants.java index 9a41a6cdb..5ab6245eb 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigConstants.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigConstants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescription.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescription.java index fe9691987..1de9d7f0b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescription.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescription.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java index a7be94261..33563b71b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionAliasProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameter.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameter.java index c55704912..07b63b5cd 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameter.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilder.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilder.java index b5c20d491..1837c83c0 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilder.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterGroup.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterGroup.java index b74a922a3..798b24118 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterGroup.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterGroup.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionProvider.java index a4308f12a..4ba2d01ba 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistry.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistry.java index 54a1e65d8..4dcd54d78 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistry.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionProvider.java index 88b9e6fd0..34416a2a4 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigUtil.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigUtil.java index 3f6981f42..d044ddf16 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigUtil.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurableService.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurableService.java index 0d813367e..49e4b5599 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurableService.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurableService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/Configuration.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/Configuration.java index f6f258ec8..952db175f 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/Configuration.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/Configuration.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java index 97e9d277d..e1271d9e5 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationDeserializer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationSerializer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationSerializer.java index 2a041ac25..44e8b69f8 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationSerializer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ConfigurationSerializer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/FilterCriteria.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/FilterCriteria.java index 751f76b3d..945733490 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/FilterCriteria.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/FilterCriteria.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ParameterOption.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ParameterOption.java index 37d0b4800..baae0f264 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ParameterOption.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/ParameterOption.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTO.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTO.java index e743aacfd..df6ce152b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTO.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTOMapper.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTOMapper.java index f51a8e865..0ce5aa57e 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTOMapper.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterDTO.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterDTO.java index a56455ebf..59a04e9ff 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterDTO.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterGroupDTO.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterGroupDTO.java index 859d01eb5..4fea16b5b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterGroupDTO.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ConfigDescriptionParameterGroupDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/FilterCriteriaDTO.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/FilterCriteriaDTO.java index 008a40ae9..c802d84a7 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/FilterCriteriaDTO.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/FilterCriteriaDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ParameterOptionDTO.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ParameterOptionDTO.java index 5e6e7632e..190cfe216 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ParameterOptionDTO.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/dto/ParameterOptionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionGroupI18nUtil.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionGroupI18nUtil.java index ec36ff3fd..38869fbc4 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionGroupI18nUtil.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionGroupI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionI18nUtil.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionI18nUtil.java index f368e5d51..73b24f57c 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionI18nUtil.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigDescriptionI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigI18nLocalizationService.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigI18nLocalizationService.java index 667810686..74426ba64 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigI18nLocalizationService.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/i18n/ConfigI18nLocalizationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java index 6aadf2e36..8ead2188a 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/ConfigMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java index 782ff400d..a7e93836b 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java index f58374837..f11f6c327 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java index 60c155f1c..e612d84a8 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/net/NetworkConfigOptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java index 91ed3271a..41abac006 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/AbstractNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java index 48e45e36a..bf6434e74 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/BooleanNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java index dfaf8e017..d77a81b83 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/DecimalNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java index db45b45fb..819b16b27 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/IntNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java index 63347a56e..6a3404605 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/ListNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java index 83bf3c661..a6b5113d6 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/Normalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java index ad0bb8fb4..b99e409b7 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java index a1294ebf5..7a09fd616 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/normalization/TextNormalizer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidator.java index 3468cf568..1def2d605 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidatorFactory.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidatorFactory.java index 62cb997c5..a892bf801 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidatorFactory.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionParameterValidatorFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorImpl.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorImpl.java index 33219bcee..c8661bb14 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorImpl.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MessageKey.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MessageKey.java index a94e7dfb7..2e07f22cc 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MessageKey.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MessageKey.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MinMaxValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MinMaxValidator.java index 28adacbb3..15e220eac 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MinMaxValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/MinMaxValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/PatternValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/PatternValidator.java index 700f3b7cc..b7cefac4d 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/PatternValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/PatternValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/RequiredValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/RequiredValidator.java index c341ed04d..d790d988d 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/RequiredValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/RequiredValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeIntrospections.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeIntrospections.java index 9de50f2d8..83826a1e5 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeIntrospections.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeIntrospections.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeValidator.java index 715ec9cca..d3580a148 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/internal/validation/TypeValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java index 9102f1ac9..1c7a3df3a 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/metadata/MetadataConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusCallback.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusCallback.java index 127339a89..48f192412 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusCallback.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfo.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfo.java index 7305a3b98..c54a1a609 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfo.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusMessage.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusMessage.java index 2408e0dd0..264f767ca 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusMessage.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusMessage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusProvider.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusProvider.java index fc8ce2805..cb1042621 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusProvider.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusService.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusService.java index ab73636c8..16562ea09 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusService.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusSource.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusSource.java index f6e9db2f4..c8aae7256 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusSource.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusSource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusEventFactory.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusEventFactory.java index 7eb734935..b35c27671 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusEventFactory.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusInfoEvent.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusInfoEvent.java index f07a73f9b..97d092906 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusInfoEvent.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/status/events/ConfigStatusInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigDescriptionValidator.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigDescriptionValidator.java index df608e521..414218f7c 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigDescriptionValidator.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigDescriptionValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationException.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationException.java index 5dfe90691..4b99a7abf 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationException.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationMessage.java b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationMessage.java index 29a6dbb41..ffeb669d3 100644 --- a/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationMessage.java +++ b/bundles/org.openhab.core.config.core/src/main/java/org/eclipse/smarthome/config/core/validation/ConfigValidationMessage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilderTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilderTest.java index a43cd2e8c..b34e3c97e 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilderTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigDescriptionParameterBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java index adeb399f2..92fd34c48 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigurationTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigurationTest.java index 4a55c1374..6b397df0e 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigurationTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/ConfigurationTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java index 55c15f21f..f21ea6d33 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/i18n/I18nConfigOptionsProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerTest.java index 9e7200ed8..5342eecba 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/normalization/NormalizerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorTest.java index c7e52fdf4..a02cd7049 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigDescriptionValidatorTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigValidationExceptionTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigValidationExceptionTest.java index 22ab0d76c..9aaa658ea 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigValidationExceptionTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/internal/validation/ConfigValidationExceptionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfoTest.java b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfoTest.java index d6d99cbe4..bb08929c0 100644 --- a/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfoTest.java +++ b/bundles/org.openhab.core.config.core/src/test/java/org/eclipse/smarthome/config/core/status/ConfigStatusInfoTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/MDNSDiscoveryParticipant.java b/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/MDNSDiscoveryParticipant.java index 6d70dd735..744c5bfac 100644 --- a/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/MDNSDiscoveryParticipant.java +++ b/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/MDNSDiscoveryParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryService.java b/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryService.java index 491925f1b..3d730aec2 100644 --- a/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery.mdns/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/UpnpDiscoveryParticipant.java b/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/UpnpDiscoveryParticipant.java index 0ee120173..1392d750e 100644 --- a/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/UpnpDiscoveryParticipant.java +++ b/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/UpnpDiscoveryParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/internal/UpnpDiscoveryService.java b/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/internal/UpnpDiscoveryService.java index d1adec9c5..d7aed29dc 100644 --- a/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/internal/UpnpDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery.upnp/src/main/java/org/eclipse/smarthome/config/discovery/upnp/internal/UpnpDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java index 8d893a417..728e0b789 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScanner.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java index 64bcfd4f9..25a3859ff 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScanner.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java index 4bb62b76c..4327a90e1 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysfsUsbSerialScanner.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java index 04ecec695..53d3cdf01 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java +++ b/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/UsbSerialScanner.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java index c209c3125..91535839b 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDeviceInformation.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java index 713ecd1dd..b27e9e348 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscovery.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java index 00ff454cb..cd203c784 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java index 74cd8f403..c3259da7e 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/UsbSerialDiscoveryParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java index a30a54cff..093babed6 100644 --- a/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery.usbserial/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/AbstractDiscoveryService.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/AbstractDiscoveryService.java index f5250bc93..7e3be22be 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/AbstractDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/AbstractDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryListener.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryListener.java index e1a901b83..244382cd4 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryListener.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResult.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResult.java index 0cdbad74e..bbef88dbf 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResult.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultBuilder.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultBuilder.java index 000f6abd2..fc7c53c16 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultBuilder.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultFlag.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultFlag.java index 917e52a38..90fbb76c7 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultFlag.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryResultFlag.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryService.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryService.java index 05d834669..c7c025070 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java index 4eac6a887..1ff511005 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistry.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistry.java index 5e1b5953e..44489a3f8 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistry.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java index 093fc667e..5cf3762d4 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ExtendedDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ScanListener.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ScanListener.java index 7dfef2ede..00afa4aca 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ScanListener.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/ScanListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/UpnpDiscoveryParticipant.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/UpnpDiscoveryParticipant.java index 5edd32fb2..de1907e73 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/UpnpDiscoveryParticipant.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/UpnpDiscoveryParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTO.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTO.java index c01bf656a..3ac9f3708 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTO.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTOMapper.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTOMapper.java index 258c88d8a..8478cbacb 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTOMapper.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/dto/DiscoveryResultDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/Inbox.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/Inbox.java index 5f188cd16..244005366 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/Inbox.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/Inbox.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java index d0782815b..9e056cfed 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxAutoApprovePredicate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxFilterCriteria.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxFilterCriteria.java index 319b1c6b7..29ad18b29 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxFilterCriteria.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxFilterCriteria.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxListener.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxListener.java index 706eb8d4b..94870b96b 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxListener.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicates.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicates.java index a9210c643..59554f8f7 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicates.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicates.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/AbstractInboxEvent.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/AbstractInboxEvent.java index 859016c96..f376fa4ff 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/AbstractInboxEvent.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/AbstractInboxEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxAddedEvent.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxAddedEvent.java index 261ca83d1..f7725602e 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxAddedEvent.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxAddedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactory.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactory.java index 9674dbc1c..bd5708f4a 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactory.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxRemovedEvent.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxRemovedEvent.java index 16509e1f1..055229bdd 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxRemovedEvent.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxRemovedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxUpdatedEvent.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxUpdatedEvent.java index f1ba36b13..682fffe94 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxUpdatedEvent.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxUpdatedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessor.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessor.java index 2cb4b022c..a670e4d9a 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessor.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryResultImpl.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryResultImpl.java index 71ab7059d..0ec5a1d3e 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryResultImpl.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryResultImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryServiceRegistryImpl.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryServiceRegistryImpl.java index f7d57e95f..92e035992 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryServiceRegistryImpl.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/DiscoveryServiceRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInbox.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInbox.java index 662f9528c..47cfa3735 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInbox.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInbox.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/DiscoveryConsoleCommandExtension.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/DiscoveryConsoleCommandExtension.java index 31331adcb..733bc5453 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/DiscoveryConsoleCommandExtension.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/DiscoveryConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/InboxConsoleCommandExtension.java b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/InboxConsoleCommandExtension.java index f8245d4fc..0fb4bc29d 100644 --- a/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/InboxConsoleCommandExtension.java +++ b/bundles/org.openhab.core.config.discovery/src/main/java/org/eclipse/smarthome/config/discovery/internal/console/InboxConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcher.java b/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcher.java index 3081e431e..0e433d645 100644 --- a/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcher.java +++ b/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcherFileWatcher.java b/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcherFileWatcher.java index 0ae48d251..2de41c208 100644 --- a/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcherFileWatcher.java +++ b/bundles/org.openhab.core.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcherFileWatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.serial/src/main/java/org/eclipse/smarthome/config/serial/internal/SerialConfigOptionProvider.java b/bundles/org.openhab.core.config.serial/src/main/java/org/eclipse/smarthome/config/serial/internal/SerialConfigOptionProvider.java index ccfa31851..e3acb5035 100644 --- a/bundles/org.openhab.core.config.serial/src/main/java/org/eclipse/smarthome/config/serial/internal/SerialConfigOptionProvider.java +++ b/bundles/org.openhab.core.config.serial/src/main/java/org/eclipse/smarthome/config/serial/internal/SerialConfigOptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java index 2db39d3d8..2238286ce 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlBasedProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlConfigDescriptionProvider.java index 0d3058eec..9c2de0099 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/AbstractXmlConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionConverter.java index c712e50d4..78b1f1451 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterConverter.java index 1323d212d..ae76b0f27 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterGroupConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterGroupConverter.java index 48471f23a..663fb0dfd 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterGroupConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigDescriptionParameterGroupConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java index 380aee936..ce72a5194 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/ConfigXmlConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/FilterCriteriaConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/FilterCriteriaConverter.java index 3260207f1..bf8e0519a 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/FilterCriteriaConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/FilterCriteriaConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionReader.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionReader.java index f46c76352..0c5e32770 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionReader.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionXmlProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionXmlProvider.java index 8935f8e51..3318ca232 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionXmlProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/internal/ConfigDescriptionXmlProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentBundleTracker.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentBundleTracker.java index 8934a256c..4b2d74775 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentBundleTracker.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentBundleTracker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProvider.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProvider.java index fa54f503b..d12f2445d 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProvider.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProviderFactory.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProviderFactory.java index b8986814c..c323665b2 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProviderFactory.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/osgi/XmlDocumentProviderFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAssertion.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAssertion.java index c5aff005f..64bd6f3c6 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAssertion.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAssertion.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAttributeMapValidator.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAttributeMapValidator.java index 07f7fbfb5..b89a0ebea 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAttributeMapValidator.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterAttributeMapValidator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterValueMap.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterValueMap.java index f9c741f6e..51c7be68e 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterValueMap.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/ConverterValueMap.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/GenericUnmarshaller.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/GenericUnmarshaller.java index 72a02dac4..6c9292e01 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/GenericUnmarshaller.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/GenericUnmarshaller.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributes.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributes.java index 1afedf3fe..4e7b33a2b 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributes.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributes.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributesConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributesConverter.java index 6a58eee9b..efc6fd31e 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributesConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeAttributesConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeIterator.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeIterator.java index f63fc1364..378b9e0d0 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeIterator.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeIterator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeList.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeList.java index e24643df8..85ed406f1 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeList.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeList.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeListConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeListConverter.java index 270341000..3536646e4 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeListConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeListConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeName.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeName.java index 2b4174878..621570364 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeName.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeName.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValue.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValue.java index 2507a1bae..9d79b2c91 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValue.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValue.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValueConverter.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValueConverter.java index 0aa4ddfff..687e1bbbc 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValueConverter.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/NodeValueConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/XmlDocumentReader.java b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/XmlDocumentReader.java index 00d49a517..b25511507 100644 --- a/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/XmlDocumentReader.java +++ b/bundles/org.openhab.core.config.xml/src/main/java/org/eclipse/smarthome/config/xml/util/XmlDocumentReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.extension.sample/src/main/java/org/eclipse/smarthome/core/extension/sample/internal/SampleExtensionService.java b/bundles/org.openhab.core.extension.sample/src/main/java/org/eclipse/smarthome/core/extension/sample/internal/SampleExtensionService.java index f540cbfb3..342caa0d6 100644 --- a/bundles/org.openhab.core.extension.sample/src/main/java/org/eclipse/smarthome/core/extension/sample/internal/SampleExtensionService.java +++ b/bundles/org.openhab.core.extension.sample/src/main/java/org/eclipse/smarthome/core/extension/sample/internal/SampleExtensionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/InstanceUUID.java b/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/InstanceUUID.java index 025f0b1c8..b1dd018bf 100644 --- a/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/InstanceUUID.java +++ b/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/InstanceUUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/internal/UUIDResource.java b/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/internal/UUIDResource.java index e12087117..0cc55cb12 100644 --- a/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/internal/UUIDResource.java +++ b/bundles/org.openhab.core.id/src/main/java/org/eclipse/smarthome/core/id/internal/UUIDResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.id/src/test/java/org/eclipse/smarthome/core/id/UUIDTest.java b/bundles/org.openhab.core.id/src/test/java/org/eclipse/smarthome/core/id/UUIDTest.java index 1544b38a9..ec525dbfb 100644 --- a/bundles/org.openhab.core.id/src/test/java/org/eclipse/smarthome/core/id/UUIDTest.java +++ b/bundles/org.openhab.core.id/src/test/java/org/eclipse/smarthome/core/id/UUIDTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/ConsoleSupportEclipse.java b/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/ConsoleSupportEclipse.java index 4737f75fd..6f6d8dbc2 100644 --- a/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/ConsoleSupportEclipse.java +++ b/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/ConsoleSupportEclipse.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/OSGiConsole.java b/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/OSGiConsole.java index 4d2cc0171..49e96c88c 100644 --- a/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/OSGiConsole.java +++ b/bundles/org.openhab.core.io.console.eclipse/src/main/java/org/eclipse/smarthome/io/console/eclipse/internal/OSGiConsole.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/CommandWrapper.java b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/CommandWrapper.java index 356cc518e..a12d85bf9 100644 --- a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/CommandWrapper.java +++ b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/CommandWrapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/ConsoleSupportKaraf.java b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/ConsoleSupportKaraf.java index cfa6a2066..85b9e15c1 100644 --- a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/ConsoleSupportKaraf.java +++ b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/ConsoleSupportKaraf.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/OSGiConsole.java b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/OSGiConsole.java index 5e201a274..a8f923afa 100644 --- a/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/OSGiConsole.java +++ b/bundles/org.openhab.core.io.console.karaf/src/main/java/org/eclipse/smarthome/io/console/karaf/internal/OSGiConsole.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/CommandWrapper.java b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/CommandWrapper.java index b1a96b1b4..04d6697a4 100644 --- a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/CommandWrapper.java +++ b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/CommandWrapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleCommandsContainer.java b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleCommandsContainer.java index 84ec4e7f6..b23bf1155 100644 --- a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleCommandsContainer.java +++ b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleCommandsContainer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleSupportRfc147.java b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleSupportRfc147.java index 5ff12517e..f3176fcbe 100644 --- a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleSupportRfc147.java +++ b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/ConsoleSupportRfc147.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/OSGiConsole.java b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/OSGiConsole.java index 914898c89..058330e09 100644 --- a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/OSGiConsole.java +++ b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/OSGiConsole.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/extension/HelpConsoleCommandExtension.java b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/extension/HelpConsoleCommandExtension.java index 8cf5f102c..9a171212e 100644 --- a/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/extension/HelpConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console.rfc147/src/main/java/org/eclipse/smarthome/io/console/rfc147/internal/extension/HelpConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/Console.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/Console.java index faa7f3572..fc65b7565 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/Console.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/Console.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/ConsoleInterpreter.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/ConsoleInterpreter.java index e3373ca81..53cfc5323 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/ConsoleInterpreter.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/ConsoleInterpreter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/AbstractConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/AbstractConsoleCommandExtension.java index de262c9da..1804d6cef 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/AbstractConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/AbstractConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/ConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/ConsoleCommandExtension.java index 6d6572e58..cf472e67f 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/ConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/extensions/ConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/ItemConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/ItemConsoleCommandExtension.java index 2917f49ba..2848e09dc 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/ItemConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/ItemConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/MetadataConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/MetadataConsoleCommandExtension.java index 83052f99e..4ca112816 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/MetadataConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/MetadataConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/SendConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/SendConsoleCommandExtension.java index ab9480cce..1747e25a1 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/SendConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/SendConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/StatusConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/StatusConsoleCommandExtension.java index bd1b903f8..3cf03e65a 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/StatusConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/StatusConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/UpdateConsoleCommandExtension.java b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/UpdateConsoleCommandExtension.java index e2d853172..914ce46e8 100644 --- a/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/UpdateConsoleCommandExtension.java +++ b/bundles/org.openhab.core.io.console/src/main/java/org/eclipse/smarthome/io/console/internal/extension/UpdateConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java index bbaedf273..e9fec9436 100644 --- a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java +++ b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicChallengeHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java index 62a8aeb5f..59ef5996f 100644 --- a/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java +++ b/bundles/org.openhab.core.io.http.auth.basic/src/main/java/org/eclipse/smarthome/io/http/auth/basic/internal/BasicCredentialsExtractor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/CredentialsExtractor.java b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/CredentialsExtractor.java index baa767630..41e69d2cd 100644 --- a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/CredentialsExtractor.java +++ b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/CredentialsExtractor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java index c1f587483..1bc13af73 100644 --- a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java +++ b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/AuthenticationHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java index 953928c7d..02e1c008f 100644 --- a/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java +++ b/bundles/org.openhab.core.io.http.auth/src/main/java/org/eclipse/smarthome/io/http/auth/internal/RedirectHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/Handler.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/Handler.java index 9065cfc0b..21fa79e0d 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/Handler.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/Handler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerContext.java index 3265792f5..6b009a9ed 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerPriorities.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerPriorities.java index 171e81347..d73b0c5b8 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerPriorities.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HandlerPriorities.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java index 8790b8214..8ef6120fe 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/HttpContextFactoryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/WrappingHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/WrappingHttpContext.java index 3f5ef4d26..5e4e28f2e 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/WrappingHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/WrappingHttpContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/BundleHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/BundleHttpContext.java index 93af92a5a..92d6c7b22 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/BundleHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/BundleHttpContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/CatchHandler.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/CatchHandler.java index 090c83e04..a83660a16 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/CatchHandler.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/CatchHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DefaultHandlerContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DefaultHandlerContext.java index cd0d17ba9..cadf72eb9 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DefaultHandlerContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DefaultHandlerContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java index 8874833f6..1f2a0ed12 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/DelegatingHttpContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java index 80306423a..bbf7b89b2 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java index b48981cd9..50425a256 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/internal/SmartHomeHttpContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/BaseSmartHomeServlet.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/BaseSmartHomeServlet.java index 82d4c42b7..c4a3d92a1 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/BaseSmartHomeServlet.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/BaseSmartHomeServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeBundleServlet.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeBundleServlet.java index 5832f3c10..1ba32af50 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeBundleServlet.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeBundleServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeServlet.java b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeServlet.java index 5fbe8b090..90f0a0c01 100644 --- a/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeServlet.java +++ b/bundles/org.openhab.core.io.http/src/main/java/org/eclipse/smarthome/io/http/servlet/SmartHomeServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.monitor/src/main/java/org/eclipse/smarthome/io/monitor/internal/EventLogger.java b/bundles/org.openhab.core.io.monitor/src/main/java/org/eclipse/smarthome/io/monitor/internal/EventLogger.java index 736a2703c..dbdd5df73 100644 --- a/bundles/org.openhab.core.io.monitor/src/main/java/org/eclipse/smarthome/io/monitor/internal/EventLogger.java +++ b/bundles/org.openhab.core.io.monitor/src/main/java/org/eclipse/smarthome/io/monitor/internal/EventLogger.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/exec/ExecUtil.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/exec/ExecUtil.java index 022558edd..d2bdeb174 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/exec/ExecUtil.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/exec/ExecUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/ExtensibleTrustManager.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/ExtensibleTrustManager.java index bb5008327..cebde8275 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/ExtensibleTrustManager.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/ExtensibleTrustManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientFactory.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientFactory.java index 2bc45ace8..c68d9b983 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientFactory.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientInitializationException.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientInitializationException.java index db42aabc7..4e2dbb824 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientInitializationException.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpClientInitializationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilder.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilder.java index 73bf63bda..a79057efa 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilder.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtil.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtil.java index 6c8adc29b..29cac658b 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtil.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsCertificateProvider.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsCertificateProvider.java index dada2cdbb..d5c7fb95f 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsCertificateProvider.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsCertificateProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsProvider.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsProvider.java index 200a4723c..5ab40e9e3 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsProvider.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsTrustManagerProvider.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsTrustManagerProvider.java index dc817eb89..f49b8ab85 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsTrustManagerProvider.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TlsTrustManagerProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustAllTrustMananger.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustAllTrustMananger.java index f7089093a..603556e2c 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustAllTrustMananger.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustAllTrustMananger.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustManagerProvider.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustManagerProvider.java index 8aabf7c19..092900568 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustManagerProvider.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/TrustManagerProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/WebSocketFactory.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/WebSocketFactory.java index 4b8e75a70..11c52bf91 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/WebSocketFactory.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/WebSocketFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImpl.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImpl.java index dbac42aee..878312fd5 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImpl.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TlsCertificateTrustManagerAdapter.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TlsCertificateTrustManagerAdapter.java index 84c8ffb80..4d80cf52c 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TlsCertificateTrustManagerAdapter.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TlsCertificateTrustManagerAdapter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TrustManagerUtil.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TrustManagerUtil.java index ac5618f70..5cd6cff8b 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TrustManagerUtil.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/TrustManagerUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryImpl.java b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryImpl.java index a03d23f8f..3d8836d86 100644 --- a/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryImpl.java +++ b/bundles/org.openhab.core.io.net/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.auth/src/main/java/org/eclipse/smarthome/io/rest/auth/internal/SmartHomeRestServletConfig.java b/bundles/org.openhab.core.io.rest.auth/src/main/java/org/eclipse/smarthome/io/rest/auth/internal/SmartHomeRestServletConfig.java index 23ba6efb4..b397a6a60 100644 --- a/bundles/org.openhab.core.io.rest.auth/src/main/java/org/eclipse/smarthome/io/rest/auth/internal/SmartHomeRestServletConfig.java +++ b/bundles/org.openhab.core.io.rest.auth/src/main/java/org/eclipse/smarthome/io/rest/auth/internal/SmartHomeRestServletConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/config/ConfigurationService.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/config/ConfigurationService.java index 0572975c1..b1ecf05d7 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/config/ConfigurationService.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/config/ConfigurationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java index 18f4736db..198e564f7 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/GsonProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/RESTCoreActivator.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/RESTCoreActivator.java index 19cea6b81..41e02ffc3 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/RESTCoreActivator.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/RESTCoreActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/binding/BindingResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/binding/BindingResource.java index e8d7c60a7..4570ab10e 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/binding/BindingResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/binding/BindingResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResource.java index 25dc7803d..6601b526a 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/config/ConfigDescriptionResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/config/ConfigDescriptionResource.java index 5ea056028..f0e80da23 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/config/ConfigDescriptionResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/config/ConfigDescriptionResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/DiscoveryResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/DiscoveryResource.java index d3b0c38a3..0b1dcc95d 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/DiscoveryResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/DiscoveryResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResource.java index 13ffa8aae..b097995f4 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/extensions/ExtensionResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/extensions/ExtensionResource.java index 6ad56788d..51712cb11 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/extensions/ExtensionResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/extensions/ExtensionResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResource.java index 6aed5794a..4f8733ac6 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java index 67525aaf2..60239bd18 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/link/ItemChannelLinkResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/link/ItemChannelLinkResource.java index 574bac188..d08a80e33 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/link/ItemChannelLinkResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/link/ItemChannelLinkResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResource.java index cf1196b63..f88bc7d4d 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java index ac633bd82..523335b52 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/service/ConfigurableServiceResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/service/ConfigurableServiceResource.java index 56d75569c..c6d52b8f5 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/service/ConfigurableServiceResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/service/ConfigurableServiceResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingResource.java index 27d12ee0d..851c42a09 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingTypeResource.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingTypeResource.java index 3dfab8304..db90b99b6 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingTypeResource.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/internal/thing/ThingTypeResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedGroupItemDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedGroupItemDTO.java index 5dabc354f..bcf85082f 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedGroupItemDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedGroupItemDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTO.java index 50e062981..5d4ed6abf 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTOMapper.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTOMapper.java index 933d438e3..363cf76ca 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTOMapper.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/item/EnrichedItemDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/persistence/ItemHistoryListDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/persistence/ItemHistoryListDTO.java index 4309d44d9..072d5b8e9 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/persistence/ItemHistoryListDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/persistence/ItemHistoryListDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/service/ConfigurableServiceDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/service/ConfigurableServiceDTO.java index e07eb3bd1..fd9b9333b 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/service/ConfigurableServiceDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/service/ConfigurableServiceDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedChannelDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedChannelDTO.java index c537c6f73..e1ccc790e 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedChannelDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedChannelDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTO.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTO.java index 0981b4cb0..c413c80c2 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTO.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapper.java b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapper.java index 97f9d1cef..16c336488 100644 --- a/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapper.java +++ b/bundles/org.openhab.core.io.rest.core/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogConstants.java b/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogConstants.java index ed7afdef8..5ea0046c5 100644 --- a/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogConstants.java +++ b/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogConstants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogHandler.java b/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogHandler.java index 79c8e0d79..31297f18d 100644 --- a/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogHandler.java +++ b/bundles/org.openhab.core.io.rest.log/src/main/java/org/eclipse/smarthome/io/rest/log/internal/LogHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.mdns/src/main/java/org/eclipse/smarthome/io/rest/mdns/internal/MDNSAnnouncer.java b/bundles/org.openhab.core.io.rest.mdns/src/main/java/org/eclipse/smarthome/io/rest/mdns/internal/MDNSAnnouncer.java index 4da8573da..d0aaf8e8d 100644 --- a/bundles/org.openhab.core.io.rest.mdns/src/main/java/org/eclipse/smarthome/io/rest/mdns/internal/MDNSAnnouncer.java +++ b/bundles/org.openhab.core.io.rest.mdns/src/main/java/org/eclipse/smarthome/io/rest/mdns/internal/MDNSAnnouncer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java index aaf890ba5..3bf7324b1 100644 --- a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java +++ b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/Activator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java index 4e5de1b3c..8b05a466e 100644 --- a/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java +++ b/bundles/org.openhab.core.io.rest.optimize/src/main/java/org/eclipse/smarthome/io/rest/optimize/internal/ResourceFilterImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/SitemapSubscriptionService.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/SitemapSubscriptionService.java index e71b1d6f7..8cf44be97 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/SitemapSubscriptionService.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/SitemapSubscriptionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/MappingDTO.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/MappingDTO.java index 7423c7e42..735d05d88 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/MappingDTO.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/MappingDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageChangeListener.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageChangeListener.java index b0a3c8685..fbe225a3b 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageChangeListener.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageDTO.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageDTO.java index 23d3bbd87..f08175492 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageDTO.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/PageDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/ServerAliveEvent.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/ServerAliveEvent.java index c316dd416..54ca0b229 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/ServerAliveEvent.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/ServerAliveEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapChangedEvent.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapChangedEvent.java index a96ebe4df..54d22c931 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapChangedEvent.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapChangedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapDTO.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapDTO.java index 835065b6f..01fb4088d 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapDTO.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEvent.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEvent.java index 42d500841..6f845a28f 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEvent.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEventOutput.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEventOutput.java index 066c32b0b..83b5ac885 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEventOutput.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapEventOutput.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResource.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResource.java index e8d113581..29666eb49 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResource.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapWidgetEvent.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapWidgetEvent.java index 63c3e5cf3..d43e12094 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapWidgetEvent.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapWidgetEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/WidgetDTO.java b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/WidgetDTO.java index 7eff6d669..dbdff2bbe 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/WidgetDTO.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/main/java/org/eclipse/smarthome/io/rest/sitemap/internal/WidgetDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java b/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java index 74658d13d..92acc2cb0 100644 --- a/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java +++ b/bundles/org.openhab.core.io.rest.sitemap/src/test/java/org/eclipse/smarthome/io/rest/sitemap/internal/SitemapResourceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/SseResource.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/SseResource.java index fc0a73afd..9dbe5f798 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/SseResource.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/SseResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/beans/EventBean.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/beans/EventBean.java index 27571980a..324781b76 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/beans/EventBean.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/beans/EventBean.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseActivator.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseActivator.java index 9162d32ea..f5e73322f 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseActivator.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseEventOutput.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseEventOutput.java index 311059f06..e2504eebd 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseEventOutput.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/SseEventOutput.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncBinder.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncBinder.java index 0f285bc16..81292b0cd 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncBinder.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncBinder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncContextDelegateProvider.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncContextDelegateProvider.java index 1b816d988..d87a12cb1 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncContextDelegateProvider.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncContextDelegateProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncFeature.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncFeature.java index ea7800480..798cb2ac1 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncFeature.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/async/BlockingAsyncFeature.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/listeners/SseEventSubscriber.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/listeners/SseEventSubscriber.java index baa855e05..69af43f08 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/listeners/SseEventSubscriber.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/listeners/SseEventSubscriber.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/util/SseUtil.java b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/util/SseUtil.java index eca74358f..02d22b1d6 100644 --- a/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/util/SseUtil.java +++ b/bundles/org.openhab.core.io.rest.sse/src/main/java/org/eclipse/smarthome/io/rest/sse/internal/util/SseUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HLIMapper.java b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HLIMapper.java index d842708e2..3cfdf44cd 100644 --- a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HLIMapper.java +++ b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HLIMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HumanLanguageInterpreterDTO.java b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HumanLanguageInterpreterDTO.java index 9218d8f88..95cc3a049 100644 --- a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HumanLanguageInterpreterDTO.java +++ b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/HumanLanguageInterpreterDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/VoiceResource.java b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/VoiceResource.java index a9a1fc0ab..6f8db92d5 100644 --- a/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/VoiceResource.java +++ b/bundles/org.openhab.core.io.rest.voice/src/main/java/org/eclipse/smarthome/io/rest/voice/internal/VoiceResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java index d04fb48f2..c02171969 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/DTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java index ea7f593d7..fb5f8b35a 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/JSONResponse.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java index 97fc68d78..90ed9510b 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleServiceImpl.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleServiceImpl.java index eb5a5d6f0..e610ee7e3 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleServiceImpl.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/LocaleServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTConstants.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTConstants.java index d3f9705d2..d31af1a27 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTConstants.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTConstants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTResource.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTResource.java index de20f612c..03d79dc01 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTResource.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/RESTResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java index 927c213b9..7e19d4b31 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStream.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/Constants.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/Constants.java index 4e3222009..eb7c250b3 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/Constants.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/Constants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java index c21554b56..4dfe98930 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/DTOMapperImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilter.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilter.java index 65e3334a1..106063af0 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilter.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilter.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilter.java index 6e5601268..400b9e00b 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilter.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilter.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilter.java index 7e6ae549f..930d0c0d3 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilter.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/RootResource.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/RootResource.java index f8f291a0c..c163472c0 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/RootResource.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/RootResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/beans/RootBean.java b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/beans/RootBean.java index 4173eaf6f..495b617a8 100644 --- a/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/beans/RootBean.java +++ b/bundles/org.openhab.core.io.rest/src/main/java/org/eclipse/smarthome/io/rest/internal/resources/beans/RootBean.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSClient.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSClient.java index eb517490f..bedaf13e3 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSClient.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSClient.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSService.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSService.java index acfba7b12..1b24c3e21 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSService.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/MDNSService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/ServiceDescription.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/ServiceDescription.java index bca101bd3..40b81913e 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/ServiceDescription.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/ServiceDescription.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/discovery/MDNSDiscoveryParticipant.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/discovery/MDNSDiscoveryParticipant.java index 85c0e8ce9..3f90f2245 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/discovery/MDNSDiscoveryParticipant.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/discovery/MDNSDiscoveryParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSActivator.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSActivator.java index 920104a2a..6c8a5447b 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSActivator.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSClientImpl.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSClientImpl.java index 7a3b2ba5d..6ec6b05f8 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSClientImpl.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSClientImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java index 36f308231..3508bdd68 100644 --- a/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java +++ b/bundles/org.openhab.core.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttActionCallback.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttActionCallback.java index bb1306662..860b25e40 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttActionCallback.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttActionCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnection.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnection.java index 1e73bf551..fbed13dab 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnection.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnection.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionConfig.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionConfig.java index e29d2fbee..a527bb9f0 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionConfig.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionObserver.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionObserver.java index 941bad2b3..04eafa9a4 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionObserver.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionObserver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionState.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionState.java index acdd6889f..56217b61b 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionState.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttConnectionState.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttException.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttException.java index b0e27c403..730801a70 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttException.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttMessageSubscriber.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttMessageSubscriber.java index 29981ba46..5bca8443b 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttMessageSubscriber.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttMessageSubscriber.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttService.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttService.java index 8c5fae880..fe87073d3 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttService.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttServiceObserver.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttServiceObserver.java index 39fce8a6d..2b821ced3 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttServiceObserver.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttServiceObserver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttWillAndTestament.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttWillAndTestament.java index 116abbac8..55dcd12ad 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttWillAndTestament.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttWillAndTestament.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/ClientCallback.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/ClientCallback.java index 40b1cc42a..42b079076 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/ClientCallback.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/ClientCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttActionAdapterCallback.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttActionAdapterCallback.java index c882ff778..ca923bedd 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttActionAdapterCallback.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttActionAdapterCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstance.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstance.java index 12d6ff52d..a6fdecf2a 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstance.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstance.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstanceMarker.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstanceMarker.java index 16f6ce7b2..6a049d073 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstanceMarker.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttBrokerConnectionServiceInstanceMarker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceImpl.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceImpl.java index 92a78c9c8..0cdc9550b 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceImpl.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/TopicSubscribers.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/TopicSubscribers.java index d6735ebc9..05061087e 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/TopicSubscribers.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/TopicSubscribers.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/AbstractReconnectStrategy.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/AbstractReconnectStrategy.java index 616daecb6..eef7d6362 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/AbstractReconnectStrategy.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/AbstractReconnectStrategy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/PeriodicReconnectStrategy.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/PeriodicReconnectStrategy.java index 89c35ca50..0f604aa83 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/PeriodicReconnectStrategy.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/reconnect/PeriodicReconnectStrategy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/AcceptAllCertificatesSSLContext.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/AcceptAllCertificatesSSLContext.java index 47797395d..819eda6d2 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/AcceptAllCertificatesSSLContext.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/AcceptAllCertificatesSSLContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/SSLContextProvider.java b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/SSLContextProvider.java index b5b59b3ad..841775aa7 100644 --- a/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/SSLContextProvider.java +++ b/bundles/org.openhab.core.io.transport.mqtt/src/main/java/org/eclipse/smarthome/io/transport/mqtt/sslcontext/SSLContextProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/JavaCommPortProvider.java b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/JavaCommPortProvider.java index 938d62f59..2ee3c53f4 100644 --- a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/JavaCommPortProvider.java +++ b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/JavaCommPortProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java index 1bd5c491d..5a4149196 100644 --- a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java index 9372b5f6c..0b6127711 100644 --- a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortImpl.java b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortImpl.java index 98d623ef2..955a31762 100644 --- a/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.javacomm/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/RFC2217PortProvider.java b/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/RFC2217PortProvider.java index 81da0f79a..d38e12e5e 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/RFC2217PortProvider.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/RFC2217PortProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/SerialPortIdentifierImpl.java b/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/SerialPortIdentifierImpl.java index f0917eec4..678b3ffe0 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/SerialPortIdentifierImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/rfc2217/internal/SerialPortIdentifierImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/RxTxPortProvider.java b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/RxTxPortProvider.java index 40efd2982..26a0d1f0b 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/RxTxPortProvider.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/RxTxPortProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java index 32efa9035..75a3405cf 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortEventImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java index cbd1080cf..57417b193 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortIdentifierImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortUtil.java b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortUtil.java index 3b217302c..4845106fa 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortUtil.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/RxTxSerialPort.java b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/RxTxSerialPort.java index 65d55b8be..4f1f5bbc7 100644 --- a/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/RxTxSerialPort.java +++ b/bundles/org.openhab.core.io.transport.serial.rxtx/src/main/java/org/eclipse/smarthome/io/transport/serial/rxtx/RxTxSerialPort.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/PortInUseException.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/PortInUseException.java index a22b0f3ed..f1898ed63 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/PortInUseException.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/PortInUseException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/ProtocolType.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/ProtocolType.java index 635f8d096..adf483274 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/ProtocolType.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/ProtocolType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPort.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPort.java index 2a5471409..b32a12a30 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPort.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPort.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEvent.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEvent.java index 35f2dd89d..c0c75a5a7 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEvent.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEventListener.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEventListener.java index a1a4c66e0..ec1f01836 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEventListener.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortEventListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortIdentifier.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortIdentifier.java index 0386509e4..22c5265db 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortIdentifier.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortIdentifier.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortManager.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortManager.java index 79a88b72b..3f7fdf745 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortManager.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortProvider.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortProvider.java index b39407b10..79d1300a3 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortProvider.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/SerialPortProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/UnsupportedCommOperationException.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/UnsupportedCommOperationException.java index 01dd8bb7e..70801dc16 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/UnsupportedCommOperationException.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/UnsupportedCommOperationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortManagerImpl.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortManagerImpl.java index 7e3009b4e..7c34d6029 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortManagerImpl.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortRegistry.java b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortRegistry.java index a0fb216d6..a9aa7284e 100644 --- a/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortRegistry.java +++ b/bundles/org.openhab.core.io.transport.serial/src/main/java/org/eclipse/smarthome/io/transport/serial/internal/SerialPortRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOParticipant.java b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOParticipant.java index 2431e013d..68c0b8184 100644 --- a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOParticipant.java +++ b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOParticipant.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOService.java b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOService.java index f42ef7fb1..930b3e776 100644 --- a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOService.java +++ b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/UpnpIOService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceImpl.java b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceImpl.java index c5d13462d..72dd407dd 100644 --- a/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceImpl.java +++ b/bundles/org.openhab.core.io.transport.upnp/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/EventType.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/EventType.java index d0c4bdb55..5bb6f9f5f 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/EventType.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/EventType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelCoreConstants.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelCoreConstants.java index 60a2a8a4d..f772dabb6 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelCoreConstants.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelCoreConstants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelParser.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelParser.java index 6350aafc1..dc3498aed 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelParser.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepository.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepository.java index ded94b287..2d3fd6dbd 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepository.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepository.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepositoryChangeListener.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepositoryChangeListener.java index d270e29ab..98a446899 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepositoryChangeListener.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/ModelRepositoryChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelCoreActivator.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelCoreActivator.java index 94c1c19ff..a1ba67090 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelCoreActivator.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelCoreActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelRepositoryImpl.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelRepositoryImpl.java index 523026c3d..f89123871 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelRepositoryImpl.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/ModelRepositoryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserver.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserver.java index f2c3839e9..e7d6ff0fe 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserver.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/util/MathUtils.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/util/MathUtils.java index 4b64a1864..1d1477908 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/util/MathUtils.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/internal/util/MathUtils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/valueconverter/ValueTypeToStringConverter.java b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/valueconverter/ValueTypeToStringConverter.java index ff86bc66d..f04eb9974 100644 --- a/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/valueconverter/ValueTypeToStringConverter.java +++ b/bundles/org.openhab.core.model.core/src/main/java/org/eclipse/smarthome/model/core/valueconverter/ValueTypeToStringConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeModule.xtend b/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeModule.xtend index 4ce7ea4d3..24eb51100 100644 --- a/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeModule.xtend +++ b/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeSetup.xtend b/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeSetup.xtend index ebddfb4cd..dcc300240 100644 --- a/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeSetup.xtend +++ b/bundles/org.openhab.core.model.item.ide/src/org/eclipse/smarthome/model/ide/ItemsIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item.runtime/src/org/eclipse/smarthome/model/item/runtime/internal/ItemRuntimeActivator.java b/bundles/org.openhab.core.model.item.runtime/src/org/eclipse/smarthome/model/item/runtime/internal/ItemRuntimeActivator.java index b9806e61b..f64f845d7 100644 --- a/bundles/org.openhab.core.model.item.runtime/src/org/eclipse/smarthome/model/item/runtime/internal/ItemRuntimeActivator.java +++ b/bundles/org.openhab.core.model.item.runtime/src/org/eclipse/smarthome/model/item/runtime/internal/ItemRuntimeActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/GenerateItems.mwe2 b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/GenerateItems.mwe2 index 00c8ec2d4..a754808d7 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/GenerateItems.mwe2 +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/GenerateItems.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsRuntimeModule.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsRuntimeModule.xtend index ccf09967e..0dea5d3ee 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsStandaloneSetup.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsStandaloneSetup.xtend index 9b3a726b2..90afa1a9d 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/ItemsStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/formatting/ItemsFormatter.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/formatting/ItemsFormatter.xtend index db49d2271..cb3cae7d7 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/formatting/ItemsFormatter.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/formatting/ItemsFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/generator/ItemsGenerator.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/generator/ItemsGenerator.xtend index d62a1a9d2..851e20b5f 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/generator/ItemsGenerator.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/generator/ItemsGenerator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java index 60c017708..07dc69732 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/internal/valueconverter/ItemValueConverters.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigParseException.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigParseException.java index 2f3c5b567..bdb00618e 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigParseException.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigParseException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigReader.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigReader.java index d6ee1b841..cf6f65b26 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigReader.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/BindingConfigReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider.java index c6bf76909..a6465ebb5 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProvider.java b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProvider.java index 3bcb0d086..45c1a4ff7 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProvider.java +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/scoping/ItemsScopeProvider.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/scoping/ItemsScopeProvider.xtend index 4d89cfa60..e8ab00814 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/scoping/ItemsScopeProvider.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/scoping/ItemsScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSemanticSequencer.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSemanticSequencer.xtend index 22ea9cf1e..5ca657e36 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSyntacticSequencer.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSyntacticSequencer.xtend index 36080459c..9da0c266e 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/serializer/ItemsSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend index 631abb495..f8f99bec7 100644 --- a/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend +++ b/bundles/org.openhab.core.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/GlobalResourceSet.java b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/GlobalResourceSet.java index b6115a9c0..984746ff0 100644 --- a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/GlobalResourceSet.java +++ b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/GlobalResourceSet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyGenerator.java b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyGenerator.java index ba3d19cf2..0c89bb888 100644 --- a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyGenerator.java +++ b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyGenerator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyLanguageConfig.java b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyLanguageConfig.java index c6e599eb1..8c3826a43 100644 --- a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyLanguageConfig.java +++ b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyLanguageConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyStandaloneSetup.java b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyStandaloneSetup.java index 5799bdd17..5895b80a8 100644 --- a/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyStandaloneSetup.java +++ b/bundles/org.openhab.core.model.lazygen/src/main/java/org/eclipse/smarthome/model/lazygen/LazyStandaloneSetup.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java index 5d71d51dc..414ca11c1 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java index ebd72f824..88f14b7c0 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/ModelServer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java index 0335df58a..886f0accb 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RegistryProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java index 58e029ed6..fca75cdbc 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java +++ b/bundles/org.openhab.core.model.lsp/src/main/java/org/eclipse/smarthome/model/lsp/internal/RuntimeServerModule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeModule.xtend b/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeModule.xtend index bec173846..9fce910d5 100644 --- a/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeModule.xtend +++ b/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeSetup.xtend b/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeSetup.xtend index b326d5bff..c9f110cdc 100644 --- a/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeSetup.xtend +++ b/bundles/org.openhab.core.model.persistence.ide/src/org/eclipse/smarthome/model/persistence/ide/PersistenceIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence.runtime/src/org/eclipse/smarthome/model/persistence/runtime/internal/PersistenceRuntimeActivator.java b/bundles/org.openhab.core.model.persistence.runtime/src/org/eclipse/smarthome/model/persistence/runtime/internal/PersistenceRuntimeActivator.java index 3890414f3..dd055eab4 100644 --- a/bundles/org.openhab.core.model.persistence.runtime/src/org/eclipse/smarthome/model/persistence/runtime/internal/PersistenceRuntimeActivator.java +++ b/bundles/org.openhab.core.model.persistence.runtime/src/org/eclipse/smarthome/model/persistence/runtime/internal/PersistenceRuntimeActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/GeneratePersistence.mwe2 b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/GeneratePersistence.mwe2 index 9af286032..5b1917432 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/GeneratePersistence.mwe2 +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/GeneratePersistence.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceRuntimeModule.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceRuntimeModule.xtend index 9104319c2..ec3dbaeba 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceStandaloneSetup.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceStandaloneSetup.xtend index 64223c72c..893ed1caa 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/PersistenceStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensions.java b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensions.java index efcc217f8..5c75129e1 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensions.java +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/formatting/PersistenceFormatter.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/formatting/PersistenceFormatter.xtend index a62404fab..763e47cdb 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/formatting/PersistenceFormatter.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/formatting/PersistenceFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/generator/PersistenceGenerator.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/generator/PersistenceGenerator.xtend index c5c7e4fef..0e679983a 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/generator/PersistenceGenerator.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/generator/PersistenceGenerator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/internal/PersistenceModelManager.java b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/internal/PersistenceModelManager.java index 40adfd54e..11dddf9dd 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/internal/PersistenceModelManager.java +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/internal/PersistenceModelManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/GlobalStrategies.java b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/GlobalStrategies.java index b93a20e6d..3a1ac9118 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/GlobalStrategies.java +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/GlobalStrategies.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceGlobalScopeProvider.java b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceGlobalScopeProvider.java index f61951d27..37c5a8839 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceGlobalScopeProvider.java +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceGlobalScopeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceScopeProvider.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceScopeProvider.xtend index 69071cccc..d2b675573 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceScopeProvider.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/scoping/PersistenceScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSemanticSequencer.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSemanticSequencer.xtend index 0d8b66510..bcc33897e 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSyntacticSequencer.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSyntacticSequencer.xtend index 8864297fd..d907c0e54 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/serializer/PersistenceSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/validation/PersistenceValidator.xtend b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/validation/PersistenceValidator.xtend index 2fc139db1..8ad095b3c 100644 --- a/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/validation/PersistenceValidator.xtend +++ b/bundles/org.openhab.core.model.persistence/src/org/eclipse/smarthome/model/persistence/validation/PersistenceValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeModule.xtend b/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeModule.xtend index 49ddb8e06..bf51b1baf 100644 --- a/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeModule.xtend +++ b/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeSetup.xtend b/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeSetup.xtend index 41c8bc78d..24c5ff288 100644 --- a/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeSetup.xtend +++ b/bundles/org.openhab.core.model.rule.ide/src/org/eclipse/smarthome/model/rule/ide/RulesIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/RuleEngine.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/RuleEngine.java index b9625f522..a48b87ef5 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/RuleEngine.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/RuleEngine.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/RuleRuntimeActivator.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/RuleRuntimeActivator.java index 17172d368..a3f026847 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/RuleRuntimeActivator.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/RuleRuntimeActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/ExecuteRuleJob.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/ExecuteRuleJob.java index ef91a7f26..a0d5b24c5 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/ExecuteRuleJob.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/ExecuteRuleJob.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/GuiceAwareJobFactory.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/GuiceAwareJobFactory.java index 4d99182a4..19c94825a 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/GuiceAwareJobFactory.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/GuiceAwareJobFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleContextHelper.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleContextHelper.java index 91f6f7765..dc0eee823 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleContextHelper.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleContextHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEngineImpl.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEngineImpl.java index 91981ab44..88f14f01a 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEngineImpl.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEngineImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEvaluationContext.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEvaluationContext.java index a5699c6cf..03f0b1c5e 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEvaluationContext.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleEvaluationContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerManager.java b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerManager.java index ee1030dec..9243fffed 100644 --- a/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerManager.java +++ b/bundles/org.openhab.core.model.rule.runtime/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/GenerateRules.mwe2 b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/GenerateRules.mwe2 index 7a7d4696f..374b0b44d 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/GenerateRules.mwe2 +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/GenerateRules.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesRuntimeModule.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesRuntimeModule.xtend index 6f7b9af71..fd49a3dbe 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesStandaloneSetup.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesStandaloneSetup.xtend index cb266990b..0d4ab6398 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/RulesStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/formatting/RulesFormatter.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/formatting/RulesFormatter.xtend index 99133cecf..7c520caf7 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/formatting/RulesFormatter.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/formatting/RulesFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesItemRefresher.java b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesItemRefresher.java index e6ade6a3c..a0376ae24 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesItemRefresher.java +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesItemRefresher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesJvmModelInferrer.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesJvmModelInferrer.xtend index da6e559ae..99dc8435c 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesJvmModelInferrer.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesJvmModelInferrer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesRefresher.java b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesRefresher.java index 67bf5d15d..b7d1e036b 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesRefresher.java +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesRefresher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesThingRefresher.java b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesThingRefresher.java index ca5afac8c..758469899 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesThingRefresher.java +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/jvmmodel/RulesThingRefresher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesImplicitlyImportedTypes.java b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesImplicitlyImportedTypes.java index 8e56f6170..c37cd4a50 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesImplicitlyImportedTypes.java +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesImplicitlyImportedTypes.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesScopeProvider.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesScopeProvider.xtend index c29f6de30..a6b949eda 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesScopeProvider.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/scoping/RulesScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSemanticSequencer.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSemanticSequencer.xtend index e35edbe4a..b6b6f31f6 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSyntacticSequencer.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSyntacticSequencer.xtend index 359a3e9d2..5df5952dd 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/serializer/RulesSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/validation/RulesValidator.xtend b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/validation/RulesValidator.xtend index 2aa590199..7bef66da6 100644 --- a/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/validation/RulesValidator.xtend +++ b/bundles/org.openhab.core.model.rule/src/org/eclipse/smarthome/model/rule/validation/RulesValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeModule.xtend b/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeModule.xtend index 84c7b2ee3..13275c8a6 100644 --- a/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeModule.xtend +++ b/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeSetup.xtend b/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeSetup.xtend index e38fee2ac..2b81921a9 100644 --- a/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeSetup.xtend +++ b/bundles/org.openhab.core.model.script.ide/src/org/eclipse/smarthome/model/script/ide/ScriptIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/ScriptRuntime.java b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/ScriptRuntime.java index fa0341d7f..f82079b3b 100644 --- a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/ScriptRuntime.java +++ b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/ScriptRuntime.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptEngineImpl.java b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptEngineImpl.java index 9007a67a7..12a5ef460 100644 --- a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptEngineImpl.java +++ b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptEngineImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptImpl.java b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptImpl.java index 2e880191e..d710d6ccc 100644 --- a/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptImpl.java +++ b/bundles/org.openhab.core.model.script.runtime/src/org/eclipse/smarthome/model/script/runtime/internal/engine/ScriptImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/GenerateScript.mwe2 b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/GenerateScript.mwe2 index ef1cbc3e9..05d724ba3 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/GenerateScript.mwe2 +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/GenerateScript.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java index bbbb6c935..f84735067 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/OptimizingFeatureScopeTrackerProvider2.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptRuntimeModule.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptRuntimeModule.xtend index 43693b871..c7e9e7673 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptServiceUtil.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptServiceUtil.java index eeb61ccd0..7baf65051 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptServiceUtil.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptServiceUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptStandaloneSetup.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptStandaloneSetup.xtend index 693ce83a7..28f8c78ab 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ScriptStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java index d57226cc3..44d1cb7f5 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/ServiceModule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Audio.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Audio.java index d5d4d577a..430219ae1 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Audio.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Audio.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/BusEvent.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/BusEvent.java index 538097f0b..d13821137 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/BusEvent.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/BusEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Exec.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Exec.java index 7e9e40cf4..68758c5c5 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Exec.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Exec.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/HTTP.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/HTTP.java index 7bd5ead89..5f1a1e615 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/HTTP.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/HTTP.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/LogAction.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/LogAction.java index a91fce8f9..aa05a6295 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/LogAction.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/LogAction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Ping.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Ping.java index dbdef4b72..dbe9d1136 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Ping.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Ping.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/ScriptExecution.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/ScriptExecution.java index a348643d1..895901991 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/ScriptExecution.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/ScriptExecution.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Things.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Things.java index 628136e08..055b08f96 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Things.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Things.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Timer.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Timer.java index dbe879cbc..76aab76a3 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Timer.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Timer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Voice.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Voice.java index 6e1a9df4c..32d2b9274 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Voice.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/actions/Voice.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IActionServiceProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IActionServiceProvider.java index 08f248d40..2748b7d6a 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IActionServiceProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IActionServiceProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IThingActionsProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IThingActionsProvider.java index 505156131..b0e7c59a3 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IThingActionsProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/IThingActionsProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/Script.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/Script.java index b0d5560f8..8f5169c1e 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/Script.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/Script.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptEngine.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptEngine.java index b29bd7c8d..c7ee6ff6a 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptEngine.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptEngine.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptError.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptError.java index 6e9b0316d..b0118bd4e 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptError.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptError.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptException.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptException.java index 8ee0c8eb7..ec2e17960 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptException.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptExecutionException.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptExecutionException.java index cce7885a7..99ef4cd8e 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptExecutionException.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptExecutionException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptParsingException.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptParsingException.java index 4e7c1aad5..d8215f8f6 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptParsingException.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/ScriptParsingException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionDoc.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionDoc.java index dab03e469..84eb98f15 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionDoc.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionDoc.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionService.java index 8545686b9..10d618ccb 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ParamDoc.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ParamDoc.java index e0a6f1737..5ec58e22c 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ParamDoc.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/engine/action/ParamDoc.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/extension/ScriptEngineConsoleCommandExtension.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/extension/ScriptEngineConsoleCommandExtension.java index 0c805c11b..fbb1145f3 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/extension/ScriptEngineConsoleCommandExtension.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/extension/ScriptEngineConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/formatting/ScriptFormatter.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/formatting/ScriptFormatter.xtend index b4b1180fd..3a84436af 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/formatting/ScriptFormatter.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/formatting/ScriptFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/RuleHumanLanguageInterpreter.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/RuleHumanLanguageInterpreter.java index ab6286904..cab995aa5 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/RuleHumanLanguageInterpreter.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/RuleHumanLanguageInterpreter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java index 5f4b1a227..1bdd8ad03 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/ScriptEncodingProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerExecutionJob.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerExecutionJob.java index 602db1ac3..ea756b118 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerExecutionJob.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerExecutionJob.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerImpl.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerImpl.java index b2e41f1a7..c604b4d95 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerImpl.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/actions/TimerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerActionServiceProvider.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerActionServiceProvider.xtend index de66139ec..ee80973fb 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerActionServiceProvider.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerActionServiceProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerThingActionsProvider.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerThingActionsProvider.xtend index 7c5403b43..daac8c092 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerThingActionsProvider.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/ServiceTrackerThingActionsProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/AudioActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/AudioActionService.java index 6103918dd..3fd2ed7c6 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/AudioActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/AudioActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/PersistenceActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/PersistenceActionService.java index 27e013a41..5e3a1a9c5 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/PersistenceActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/PersistenceActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/ThingActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/ThingActionService.java index 41c7723e1..b8067d214 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/ThingActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/ThingActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/TransformationActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/TransformationActionService.java index 43c6915b4..9c4360d18 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/TransformationActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/TransformationActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/VoiceActionService.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/VoiceActionService.java index 345a1d1af..56a1cc7ba 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/VoiceActionService.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/internal/engine/action/VoiceActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/interpreter/ScriptInterpreter.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/interpreter/ScriptInterpreter.xtend index c10573467..70ff299d3 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/interpreter/ScriptInterpreter.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/interpreter/ScriptInterpreter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptItemRefresher.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptItemRefresher.java index d30fa010c..979196d53 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptItemRefresher.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptItemRefresher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptJvmModelInferrer.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptJvmModelInferrer.xtend index 8f90e792a..9ec3ef98c 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptJvmModelInferrer.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptJvmModelInferrer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java index 483385674..28faade19 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/jvmmodel/ScriptTypeComputer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/lib/NumberExtensions.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/lib/NumberExtensions.java index eb696134a..eaeeb0505 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/lib/NumberExtensions.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/lib/NumberExtensions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ActionClassLoader.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ActionClassLoader.java index 6fcafd07d..c8247e370 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ActionClassLoader.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ActionClassLoader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImplicitlyImportedTypes.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImplicitlyImportedTypes.java index 823fb0278..5e75c02b2 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImplicitlyImportedTypes.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImplicitlyImportedTypes.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImportSectionNamespaceScopeProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImportSectionNamespaceScopeProvider.java index 7cbd70ed8..7e9e3e379 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImportSectionNamespaceScopeProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptImportSectionNamespaceScopeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptScopeProvider.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptScopeProvider.xtend index 3c14e9079..052654d42 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptScopeProvider.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/ScriptScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/StateAndCommandProvider.java b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/StateAndCommandProvider.java index 809753292..3e49f26ac 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/StateAndCommandProvider.java +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/scoping/StateAndCommandProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSemanticSequencer.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSemanticSequencer.xtend index b746507f5..e17f726ce 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSyntacticSequencer.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSyntacticSequencer.xtend index 9573ba94c..a74f83818 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/serializer/ScriptSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/validation/ScriptValidator.xtend b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/validation/ScriptValidator.xtend index 2639a2b1b..457ad3ccb 100644 --- a/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/validation/ScriptValidator.xtend +++ b/bundles/org.openhab.core.model.script/src/org/eclipse/smarthome/model/script/validation/ScriptValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeModule.xtend b/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeModule.xtend index bec398b6f..58c0ab25d 100644 --- a/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeModule.xtend +++ b/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeSetup.xtend b/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeSetup.xtend index d91dd4b65..ec2fb4b46 100644 --- a/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeSetup.xtend +++ b/bundles/org.openhab.core.model.sitemap.ide/src/org/eclipse/smarthome/model/ide/SitemapIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap.runtime/src/org/eclipse/smarthome/model/sitemap/runtime/internal/SitemapRuntimeActivator.java b/bundles/org.openhab.core.model.sitemap.runtime/src/org/eclipse/smarthome/model/sitemap/runtime/internal/SitemapRuntimeActivator.java index 12e6de35b..ea72c4c01 100644 --- a/bundles/org.openhab.core.model.sitemap.runtime/src/org/eclipse/smarthome/model/sitemap/runtime/internal/SitemapRuntimeActivator.java +++ b/bundles/org.openhab.core.model.sitemap.runtime/src/org/eclipse/smarthome/model/sitemap/runtime/internal/SitemapRuntimeActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/GenerateSitemap.mwe2 b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/GenerateSitemap.mwe2 index f8dbf1353..b7028a348 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/GenerateSitemap.mwe2 +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/GenerateSitemap.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapRuntimeModule.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapRuntimeModule.xtend index 8eb80fb68..18b489a29 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapStandaloneSetup.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapStandaloneSetup.xtend index 50e671afc..f77ea4288 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/SitemapStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/formatting/SitemapFormatter.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/formatting/SitemapFormatter.xtend index 0d30d571a..b44331730 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/formatting/SitemapFormatter.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/formatting/SitemapFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/generator/SitemapGenerator.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/generator/SitemapGenerator.xtend index 2430cf36e..20bc588f2 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/generator/SitemapGenerator.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/generator/SitemapGenerator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/scoping/SitemapScopeProvider.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/scoping/SitemapScopeProvider.xtend index 97737420e..346924964 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/scoping/SitemapScopeProvider.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/scoping/SitemapScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSemanticSequencer.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSemanticSequencer.xtend index 8d4649b30..6e62544eb 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSyntacticSequencer.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSyntacticSequencer.xtend index 352764dc8..59313855a 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/serializer/SitemapSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/SitemapProvider.java b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/SitemapProvider.java index 7a331346b..dd4c06206 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/SitemapProvider.java +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/SitemapProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/internal/SitemapProviderImpl.java b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/internal/SitemapProviderImpl.java index ce5d418c6..efecf995c 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/internal/SitemapProviderImpl.java +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/sitemap/internal/SitemapProviderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/validation/SitemapValidator.xtend b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/validation/SitemapValidator.xtend index 60e26407e..2926fe2fd 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/validation/SitemapValidator.xtend +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/validation/SitemapValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/valueconverter/SitemapConverters.java b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/valueconverter/SitemapConverters.java index 33b95de26..83f6d37cb 100644 --- a/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/valueconverter/SitemapConverters.java +++ b/bundles/org.openhab.core.model.sitemap/src/org/eclipse/smarthome/model/valueconverter/SitemapConverters.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeModule.xtend b/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeModule.xtend index bac254618..647f343ad 100644 --- a/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeModule.xtend +++ b/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeSetup.xtend b/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeSetup.xtend index 14ae91de7..fb59d12a4 100644 --- a/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeSetup.xtend +++ b/bundles/org.openhab.core.model.thing.ide/src/org/eclipse/smarthome/model/thing/ide/ThingIdeSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing.runtime/src/org/eclipse/smarthome/model/thing/runtime/internal/ThingRuntimeActivator.java b/bundles/org.openhab.core.model.thing.runtime/src/org/eclipse/smarthome/model/thing/runtime/internal/ThingRuntimeActivator.java index 7667d67a7..ccbfc2843 100644 --- a/bundles/org.openhab.core.model.thing.runtime/src/org/eclipse/smarthome/model/thing/runtime/internal/ThingRuntimeActivator.java +++ b/bundles/org.openhab.core.model.thing.runtime/src/org/eclipse/smarthome/model/thing/runtime/internal/ThingRuntimeActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java b/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java index 2cf17dc76..b5455afd8 100644 --- a/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java +++ b/bundles/org.openhab.core.model.thing/src.moved/test/java/org/eclipse/smarthome/model/thing/internal/GenericThingProviderMultipleBundlesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/GenerateThing.mwe2 b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/GenerateThing.mwe2 index 6e3965530..03f88d828 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/GenerateThing.mwe2 +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/GenerateThing.mwe2 @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingRuntimeModule.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingRuntimeModule.xtend index 9473270a9..ddbffd232 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingRuntimeModule.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingRuntimeModule.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingStandaloneSetup.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingStandaloneSetup.xtend index 2037284d0..b0a4ac423 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingStandaloneSetup.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/ThingStandaloneSetup.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/formatting/ThingFormatter.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/formatting/ThingFormatter.xtend index 33d1ab89b..a37f7ff9a 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/formatting/ThingFormatter.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/formatting/ThingFormatter.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/generator/ThingGenerator.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/generator/ThingGenerator.xtend index ce4fd7a79..c4896d3c3 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/generator/ThingGenerator.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/generator/ThingGenerator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericItemChannelLinkProvider.java b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericItemChannelLinkProvider.java index 245ace7a3..63b036fb4 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericItemChannelLinkProvider.java +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericItemChannelLinkProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericThingProvider.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericThingProvider.xtend index 21e11264c..3fa108685 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericThingProvider.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/internal/GenericThingProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/scoping/ThingScopeProvider.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/scoping/ThingScopeProvider.xtend index bc9583997..a6c983210 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/scoping/ThingScopeProvider.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/scoping/ThingScopeProvider.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSemanticSequencer.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSemanticSequencer.xtend index 84945c2c6..096e55d4c 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSemanticSequencer.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSemanticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencer.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencer.xtend index 251f20cb4..cddea3a3d 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencer.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencer.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencerExtension.java b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencerExtension.java index 7da284832..24cf98315 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencerExtension.java +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/serializer/ThingSyntacticSequencerExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/validation/ThingValidator.xtend b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/validation/ThingValidator.xtend index 08b0e72ef..b25e4cbf2 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/validation/ThingValidator.xtend +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/validation/ThingValidator.xtend @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/ThingValueConverters.java b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/ThingValueConverters.java index 39632a597..5750e52ee 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/ThingValueConverters.java +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/ThingValueConverters.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/UIDtoStringConverter.java b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/UIDtoStringConverter.java index d8c402179..ac7bcaa98 100644 --- a/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/UIDtoStringConverter.java +++ b/bundles/org.openhab.core.model.thing/src/org/eclipse/smarthome/model/thing/valueconverter/UIDtoStringConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/FilterCriteria.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/FilterCriteria.java index c217b7d6c..daede77f8 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/FilterCriteria.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/FilterCriteria.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/HistoricItem.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/HistoricItem.java index 86c1a4691..e04caa9fb 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/HistoricItem.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/HistoricItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/ModifiablePersistenceService.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/ModifiablePersistenceService.java index cfcee85ba..4586c3f10 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/ModifiablePersistenceService.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/ModifiablePersistenceService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceItemInfo.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceItemInfo.java index 04fad2e11..c27314993 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceItemInfo.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceItemInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceManager.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceManager.java index edb9643d6..bfea21205 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceManager.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceService.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceService.java index 96ab22bb3..14bd09651 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceService.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceConfiguration.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceConfiguration.java index 1a35297c7..fb6baebae 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceConfiguration.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceConfiguration.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceRegistry.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceRegistry.java index ff4116b2a..976eec0da 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceRegistry.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/PersistenceServiceRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/QueryablePersistenceService.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/QueryablePersistenceService.java index 0775f48aa..c656ac478 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/QueryablePersistenceService.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/QueryablePersistenceService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleFilter.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleFilter.java index b378875de..729946698 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleFilter.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleItemConfiguration.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleItemConfiguration.java index befeadb11..7804a1f76 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleItemConfiguration.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/SimpleItemConfiguration.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleAllConfig.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleAllConfig.java index 4e35e2fbb..372e0a650 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleAllConfig.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleAllConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleConfig.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleConfig.java index 4a21e7786..980a2cb08 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleConfig.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleGroupConfig.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleGroupConfig.java index 1d0e38034..a533bc63c 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleGroupConfig.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleGroupConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleItemConfig.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleItemConfig.java index 96835aa73..28307a4e7 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleItemConfig.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/config/SimpleItemConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/ItemHistoryDTO.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/ItemHistoryDTO.java index 3e688f7a0..d7f634985 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/ItemHistoryDTO.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/ItemHistoryDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/PersistenceServiceDTO.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/PersistenceServiceDTO.java index b151c6e86..587fce028 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/PersistenceServiceDTO.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/dto/PersistenceServiceDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistItemsJob.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistItemsJob.java index 8a22d0491..f37880602 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistItemsJob.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistItemsJob.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceManagerImpl.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceManagerImpl.java index da0ca86f2..4acc64f76 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceManagerImpl.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceServiceRegistryImpl.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceServiceRegistryImpl.java index 1e6acdcb0..9cf888a80 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceServiceRegistryImpl.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/internal/PersistenceServiceRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleCronStrategy.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleCronStrategy.java index 37c349af7..9ea9918c9 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleCronStrategy.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleCronStrategy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleStrategy.java b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleStrategy.java index c8598316e..c91047cb6 100644 --- a/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleStrategy.java +++ b/bundles/org.openhab.core.persistence/src/main/java/org/eclipse/smarthome/core/persistence/strategy/SimpleStrategy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.scheduler/src/main/java/org/eclipse/smarthome/core/scheduler/internal/SchedulerActivator.java b/bundles/org.openhab.core.scheduler/src/main/java/org/eclipse/smarthome/core/scheduler/internal/SchedulerActivator.java index a5482af26..ec87f9d49 100644 --- a/bundles/org.openhab.core.scheduler/src/main/java/org/eclipse/smarthome/core/scheduler/internal/SchedulerActivator.java +++ b/bundles/org.openhab.core.scheduler/src/main/java/org/eclipse/smarthome/core/scheduler/internal/SchedulerActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/model/generateTagClasses.groovy b/bundles/org.openhab.core.semantics/model/generateTagClasses.groovy index b3d6af386..4dd56f7b3 100755 --- a/bundles/org.openhab.core.semantics/model/generateTagClasses.groovy +++ b/bundles/org.openhab.core.semantics/model/generateTagClasses.groovy @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2018 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at @@ -247,10 +247,10 @@ public class Properties { } def header() { """/** - * Copyright (c) 2014,2018 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at @@ -259,4 +259,4 @@ def header() { """/** * SPDX-License-Identifier: EPL-2.0 */ """ -} \ No newline at end of file +} diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTags.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTags.java index 428e7a010..60898694f 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTags.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTags.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsPredicates.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsPredicates.java index e32cde27f..a5f074cbe 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsPredicates.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsPredicates.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsService.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsService.java index 6da52c13a..6a6903df9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsService.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/SemanticsService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsMetadataProvider.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsMetadataProvider.java index ba2905a3a..a130fe5c6 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsMetadataProvider.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsMetadataProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImpl.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImpl.java index ddca5a6ec..c5bafd857 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImpl.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Equipment.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Equipment.java index fe1f6fdcd..9bde289e9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Equipment.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Equipment.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Location.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Location.java index 4943e0349..7bc7f08df 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Location.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Location.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Point.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Point.java index 06741fd8b..09802d57a 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Point.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Point.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Property.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Property.java index a29a9fbfa..fe9d8c628 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Property.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Property.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Tag.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Tag.java index ea98ac597..3fecceb19 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Tag.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/Tag.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/TagInfo.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/TagInfo.java index bcb36dab0..1e08f256b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/TagInfo.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/TagInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Battery.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Battery.java index 549b89a54..b771fc521 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Battery.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Battery.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Blinds.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Blinds.java index 10096d64f..ad1d7a707 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Blinds.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Blinds.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Camera.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Camera.java index c7de3380d..2e916a423 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Camera.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Camera.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Car.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Car.java index cf7857af1..60e23996b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Car.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Car.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/CleaningRobot.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/CleaningRobot.java index 6444eb91b..ace4050da 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/CleaningRobot.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/CleaningRobot.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Door.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Door.java index c7e9d1c67..f6f83804b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Door.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Door.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Equipments.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Equipments.java index 80cdaacfd..959600f77 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Equipments.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Equipments.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/FrontDoor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/FrontDoor.java index 0f9926790..42bab4817 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/FrontDoor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/FrontDoor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/GarageDoor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/GarageDoor.java index c1db51ab8..496e6cafd 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/GarageDoor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/GarageDoor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/HVAC.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/HVAC.java index 3b1d62085..085dff6d6 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/HVAC.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/HVAC.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Inverter.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Inverter.java index aeb9a7fad..0a9a59d09 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Inverter.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Inverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/LawnMower.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/LawnMower.java index dbd7efe65..7b34d111d 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/LawnMower.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/LawnMower.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lightbulb.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lightbulb.java index 608e5e7b7..f4a02c9c0 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lightbulb.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lightbulb.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lock.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lock.java index b4af00a39..2ea565f1a 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lock.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Lock.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/MotionDetector.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/MotionDetector.java index 28fc04e71..e02d90dc9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/MotionDetector.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/MotionDetector.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/NetworkAppliance.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/NetworkAppliance.java index 2d48995dc..ae0398a3a 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/NetworkAppliance.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/NetworkAppliance.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/PowerOutlet.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/PowerOutlet.java index 9e52c3b3f..46e6119a8 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/PowerOutlet.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/PowerOutlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Projector.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Projector.java index 2d68736b3..1c8913c5c 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Projector.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Projector.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RadiatorControl.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RadiatorControl.java index 99372bea2..a3323ebee 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RadiatorControl.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RadiatorControl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Receiver.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Receiver.java index 9a9ed6253..bfc5d896a 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Receiver.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Receiver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RemoteControl.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RemoteControl.java index 3902f14bc..3c4a2c910 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RemoteControl.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/RemoteControl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Screen.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Screen.java index 9cd47fcbe..d8ebd1edd 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Screen.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Screen.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Sensor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Sensor.java index 95d3fee13..6f2f0144d 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Sensor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Sensor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Siren.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Siren.java index f7b1eb78b..29d0677e6 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Siren.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Siren.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/SmokeDetector.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/SmokeDetector.java index b08a090f7..5b4c8b23b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/SmokeDetector.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/SmokeDetector.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Speaker.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Speaker.java index 99188bd85..4ea5296e0 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Speaker.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Speaker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Valve.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Valve.java index a872da977..5821605d9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Valve.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Valve.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WallSwitch.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WallSwitch.java index fcf1e025c..6ce4c2a13 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WallSwitch.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WallSwitch.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WebService.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WebService.java index 7d56d74da..7a6eb8111 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WebService.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WebService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WhiteGood.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WhiteGood.java index c6dd820fb..2173c3558 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WhiteGood.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/WhiteGood.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Window.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Window.java index 987234350..3d9eb5905 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Window.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/equipment/Window.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Attic.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Attic.java index 17c6a0be5..14e89eeb3 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Attic.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Attic.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Basement.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Basement.java index 44d2955f7..73f2b609b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Basement.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Basement.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bathroom.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bathroom.java index 5cece6a8f..4fd385d1e 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bathroom.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bathroom.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bedroom.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bedroom.java index fa09572e0..78bcd8108 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bedroom.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Bedroom.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Building.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Building.java index 5bc17dc9e..f53236997 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Building.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Building.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Carport.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Carport.java index fb3aae77d..0d1dd297d 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Carport.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Carport.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Corridor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Corridor.java index 91bca3212..b19c43935 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Corridor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Corridor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/FirstFloor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/FirstFloor.java index da8f67682..77dc03c0c 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/FirstFloor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/FirstFloor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Floor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Floor.java index 086be60f0..d48590c3c 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Floor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Floor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garage.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garage.java index 33e1fcb49..7bd1215e3 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garage.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garden.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garden.java index 68a82350c..3c08d7798 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garden.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Garden.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/GroundFloor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/GroundFloor.java index fd16dd228..4bd363ae5 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/GroundFloor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/GroundFloor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Indoor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Indoor.java index e2d87d272..268c79e53 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Indoor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Indoor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Kitchen.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Kitchen.java index 9cc382fd2..e65c104e9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Kitchen.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Kitchen.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/LivingRoom.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/LivingRoom.java index 846e74a0b..e99fa93fc 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/LivingRoom.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/LivingRoom.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Locations.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Locations.java index 7c150d2ea..0226d75e7 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Locations.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Locations.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Outdoor.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Outdoor.java index 75a46e4d3..6723de383 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Outdoor.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Outdoor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Room.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Room.java index 7be2ca8cc..14e089d18 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Room.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Room.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Terrace.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Terrace.java index c96925d30..a3ece0404 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Terrace.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/location/Terrace.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Alarm.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Alarm.java index a1694195d..42643cb5d 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Alarm.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Alarm.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Control.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Control.java index 02e2d451e..1a87a76af 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Control.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Control.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/LowBattery.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/LowBattery.java index fd8a42f4d..8c045c46a 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/LowBattery.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/LowBattery.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Measurement.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Measurement.java index c86a12c04..82d141939 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Measurement.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Measurement.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenLevel.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenLevel.java index 5d32a2dfb..91667838f 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenLevel.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenLevel.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenState.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenState.java index b33cc19dc..a6175997b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenState.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/OpenState.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Points.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Points.java index 4222266c9..8ade00ab9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Points.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Points.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Setpoint.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Setpoint.java index 34ac8f538..174cd17a2 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Setpoint.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Setpoint.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Status.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Status.java index 3970c0bc6..93d52dba0 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Status.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Status.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Switch.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Switch.java index 63a0b339d..600093357 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Switch.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Switch.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tampered.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tampered.java index f02f6706d..4c60d0547 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tampered.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tampered.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tilt.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tilt.java index bda365baa..a28f83104 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tilt.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/point/Tilt.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO.java index 1afc20956..bd4935253 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO2.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO2.java index dfade990b..072cb4401 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO2.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/CO2.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/ColorTemperature.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/ColorTemperature.java index 6cdd04a9c..88c232730 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/ColorTemperature.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/ColorTemperature.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Current.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Current.java index 1d0609f6b..0e8fd676e 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Current.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Current.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Energy.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Energy.java index 922da7365..6ba0fc7ed 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Energy.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Energy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Frequency.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Frequency.java index c0500f0a4..7a549af71 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Frequency.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Frequency.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Gas.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Gas.java index cf075f349..0c10708db 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Gas.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Gas.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Humidity.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Humidity.java index 3f0d7f763..0c07643bc 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Humidity.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Humidity.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Light.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Light.java index 7730d57d7..b0a28cfe8 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Light.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Light.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Noise.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Noise.java index 2e1b6798d..5376944c0 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Noise.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Noise.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Oil.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Oil.java index adf1e2bd8..a9876f2a3 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Oil.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Oil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Power.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Power.java index 6f66a0e8e..9abf4466f 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Power.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Power.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Presence.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Presence.java index 6c281a669..4a13ef8ca 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Presence.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Presence.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Pressure.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Pressure.java index 799ba6664..96cb000a9 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Pressure.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Pressure.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Properties.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Properties.java index 1f8acb34a..56bb890eb 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Properties.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Properties.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Rain.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Rain.java index 5675cf8c3..a94e211a8 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Rain.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Rain.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Smoke.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Smoke.java index 7015fc7a4..38cfe3bc1 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Smoke.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Smoke.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/SoundVolume.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/SoundVolume.java index 410d8e244..0a46a2b29 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/SoundVolume.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/SoundVolume.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Temperature.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Temperature.java index 08745d890..c32904a25 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Temperature.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Temperature.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Voltage.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Voltage.java index b3b7ddc98..9dcdec881 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Voltage.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Voltage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Water.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Water.java index 47b7a0cac..5dc5c1d9e 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Water.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Water.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Wind.java b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Wind.java index 7d8722a84..08eb5701b 100644 --- a/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Wind.java +++ b/bundles/org.openhab.core.semantics/src/main/java/org/eclipse/smarthome/core/semantics/model/property/Wind.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorage.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorage.java index c201d0bf4..2b3642877 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorage.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageService.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageService.java index f0a663eae..b08a1adbc 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageService.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java index 36d0b1d28..a720a9c57 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java index 216f44955..4056581f6 100644 --- a/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java +++ b/bundles/org.openhab.core.storage.json/src/main/java/org/eclipse/smarthome/storage/json/internal/StorageEntryMapDeserializer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.json/src/test/java/org/eclipse/smarthome/storage/json/internal/JSonStorageTest.java b/bundles/org.openhab.core.storage.json/src/test/java/org/eclipse/smarthome/storage/json/internal/JSonStorageTest.java index b20f6a67e..1b50a6d41 100644 --- a/bundles/org.openhab.core.storage.json/src/test/java/org/eclipse/smarthome/storage/json/internal/JSonStorageTest.java +++ b/bundles/org.openhab.core.storage.json/src/test/java/org/eclipse/smarthome/storage/json/internal/JSonStorageTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorage.java b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorage.java index 583aff7ef..a708467ba 100644 --- a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorage.java +++ b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageService.java b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageService.java index 3a3171c1c..47730d4a0 100644 --- a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageService.java +++ b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapter.java b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapter.java index fcc5e5688..263173ae1 100644 --- a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapter.java +++ b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapterFactory.java b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapterFactory.java index c6ee39c30..d64dee330 100644 --- a/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapterFactory.java +++ b/bundles/org.openhab.core.storage.mapdb/src/main/java/org/eclipse/smarthome/storage/mapdb/internal/PropertiesTypeAdapterFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.storage.mapdb/src/test/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageServiceTest.java b/bundles/org.openhab.core.storage.mapdb/src/test/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageServiceTest.java index 453d803c6..67d29e972 100644 --- a/bundles/org.openhab.core.storage.mapdb/src/test/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageServiceTest.java +++ b/bundles/org.openhab.core.storage.mapdb/src/test/java/org/eclipse/smarthome/storage/mapdb/internal/MapDbStorageServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicBindingConstants.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicBindingConstants.java index 95935698a..f5cd03098 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicBindingConstants.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicBindingConstants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicService.java index 83d617aef..f11854725 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/MagicService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java index dcdeada08..8d1f48ffc 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicActionModuleThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgeHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgeHandler.java index e09aa83c8..e6d261827 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgeHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgeHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgedThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgedThingHandler.java index 3468e2f92..70dbbfe7f 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgedThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicBridgedThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java index 27be2f1f6..9d36dd9c2 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicChattyThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicColorLightHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicColorLightHandler.java index 5103e13be..9b78b8ba2 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicColorLightHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicColorLightHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicConfigurableThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicConfigurableThingHandler.java index fd89b220b..9339f20e3 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicConfigurableThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicConfigurableThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicContactHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicContactHandler.java index c43fefbaf..c32cb08fd 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicContactHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicContactHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java index 0938227cb..7fcace41a 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDelayedOnlineHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDimmableLightHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDimmableLightHandler.java index 9b4ebf819..5483928e2 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDimmableLightHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicDimmableLightHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicExtensibleThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicExtensibleThingHandler.java index 4ea447bea..79fa72964 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicExtensibleThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicExtensibleThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicFirmwareUpdateThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicFirmwareUpdateThingHandler.java index 8800b29b3..fe25dc8f9 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicFirmwareUpdateThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicFirmwareUpdateThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicImageHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicImageHandler.java index d462f9136..f13ddf92d 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicImageHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicImageHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicLocationThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicLocationThingHandler.java index 3c15a5504..8adaee4c5 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicLocationThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicLocationThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnOffLightHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnOffLightHandler.java index d12826952..492777c49 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnOffLightHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnOffLightHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnlineOfflineHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnlineOfflineHandler.java index 9442e1b1c..c4ab4efc1 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnlineOfflineHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicOnlineOfflineHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicPlayerHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicPlayerHandler.java index b9f3d626d..c0c1965f6 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicPlayerHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicPlayerHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicRolllershutterHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicRolllershutterHandler.java index e4126d5c4..7f82eae7a 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicRolllershutterHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicRolllershutterHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicThermostatThingHandler.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicThermostatThingHandler.java index 045bbea6a..7cd209e0d 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicThermostatThingHandler.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/handler/MagicThermostatThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicDiscoveryService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicDiscoveryService.java index 9135ba852..b8d1ffa8f 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicDiscoveryService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicDiscoveryService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactory.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactory.java index f4dab37e2..1e5534f2d 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactory.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceConfig.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceConfig.java index c968886d5..5ede02caf 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceConfig.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceConfig.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImpl.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImpl.java index fd0a3aa0a..af90c14b5 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImpl.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java index dbce2a11a..ccca18b8a 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiActionMarker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java index c3dc60512..7107f43b8 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicMultiServiceMultiActions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java index b69e09b53..549c894cf 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicSingleActionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java index 70fa726bd..f717a7747 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/automation/modules/MagicThingActionsService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/firmware/MagicFirmwareProvider.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/firmware/MagicFirmwareProvider.java index d9e59fa2f..c98948c90 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/firmware/MagicFirmwareProvider.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/firmware/MagicFirmwareProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java index 58d7259af..222e32f09 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/binding/internal/http/MagicHttpResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java index 881c2b9c9..5751cf8a4 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java index 1a97606ba..24fdfa1a3 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataProvider2.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java index 35003aa03..b6d4188bf 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/internal/metadata/MagicMetadataUsingService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java index 92c036622..7b10fa21c 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceServiceMarker.java b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceServiceMarker.java index 4d6d6df2f..81a19b9eb 100644 --- a/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceServiceMarker.java +++ b/bundles/org.openhab.core.test.magic/src/main/java/org/eclipse/smarthome/magic/service/MagicMultiInstanceServiceMarker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/AsyncResultWrapper.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/AsyncResultWrapper.java index defe70413..adc9565f5 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/AsyncResultWrapper.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/AsyncResultWrapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/BundleCloseable.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/BundleCloseable.java index 371801781..9f38851a4 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/BundleCloseable.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/BundleCloseable.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/SyntheticBundleInstaller.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/SyntheticBundleInstaller.java index 3f38ea4bc..6e27170c7 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/SyntheticBundleInstaller.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/SyntheticBundleInstaller.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java index 62959ee77..7e8568757 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestPortUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java index 865ccb056..44220a8a4 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/TestServer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java index 5a3f1e28d..baf2ef036 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/internal/java/MissingServiceAnalyzer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaOSGiTest.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaOSGiTest.java index 094c7683c..5b5a31cf8 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaOSGiTest.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaTest.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaTest.java index 1228c8674..8ca6de647 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaTest.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/java/JavaTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorage.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorage.java index 08251f5b8..34146f544 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorage.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorageService.java b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorageService.java index a99770c24..d0997542f 100644 --- a/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorageService.java +++ b/bundles/org.openhab.core.test/src/main/java/org/eclipse/smarthome/test/storage/VolatileStorageService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java b/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java index acf0d9b1e..48c6c589b 100644 --- a/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java +++ b/bundles/org.openhab.core.test/src/test/java/org/eclipse/smarthome/test/java/JavaTestTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/AbstractDescriptionTypeConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/AbstractDescriptionTypeConverter.java index d3ff147ff..3821d6086 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/AbstractDescriptionTypeConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/AbstractDescriptionTypeConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeConverter.java index 835b426a6..adff2794d 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeXmlResult.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeXmlResult.java index 0c0f13967..67c5fce30 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeXmlResult.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/BridgeTypeXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelConverter.java index c3031fcde..2a05e182e 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeConverter.java index 1d07c651c..2e5cde61e 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeXmlResult.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeXmlResult.java index 7523c5724..023e3f936 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeXmlResult.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelGroupTypeXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeConverter.java index b2dc25bca..3bcdd1fa2 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeXmlResult.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeXmlResult.java index a85748165..c6f00cf1b 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeXmlResult.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelTypeXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelXmlResult.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelXmlResult.java index a929774b6..6c71b0b9a 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelXmlResult.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ChannelXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/CommandDescriptionConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/CommandDescriptionConverter.java index 8678d0503..6511730ca 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/CommandDescriptionConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/CommandDescriptionConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/EventDescriptionConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/EventDescriptionConverter.java index dd63857a1..33c9337a6 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/EventDescriptionConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/EventDescriptionConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/StateDescriptionConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/StateDescriptionConverter.java index b2216bb39..b1021d0b4 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/StateDescriptionConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/StateDescriptionConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionConverter.java index 1377ad15f..50de360f4 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionList.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionList.java index 91e231172..df1b9d939 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionList.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionList.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionReader.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionReader.java index 0ff512646..572cafd61 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionReader.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingDescriptionReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeConverter.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeConverter.java index 5056a9793..265fde236 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeConverter.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlProvider.java index ab55fa11c..f23345035 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlResult.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlResult.java index 2ebfd262d..4d372746f 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlResult.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingTypeXmlResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java index 55d344803..845fe8328 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/ThingXmlConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelGroupTypeProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelGroupTypeProvider.java index e5a4fe8cf..43bc68454 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelGroupTypeProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelGroupTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelTypeProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelTypeProvider.java index 84aff8f86..eaa2c19ee 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelTypeProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlChannelTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelper.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelper.java index 130369471..a475872aa 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelper.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlThingTypeProvider.java b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlThingTypeProvider.java index 29b4b7e34..f32dc26d8 100644 --- a/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlThingTypeProvider.java +++ b/bundles/org.openhab.core.thing.xml/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlThingTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Bridge.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Bridge.java index 055ecc1df..22630d57b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Bridge.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Bridge.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Channel.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Channel.java index 874050afb..6420b3d8b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Channel.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Channel.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUID.java index 6314b3a20..55635989e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelUID.java index 275e632d5..471612783 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ChannelUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/CommonTriggerEvents.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/CommonTriggerEvents.java index 58315057e..990999ae8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/CommonTriggerEvents.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/CommonTriggerEvents.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/DefaultSystemChannelTypeProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/DefaultSystemChannelTypeProvider.java index 03251ea2e..13fd91a49 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/DefaultSystemChannelTypeProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/DefaultSystemChannelTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ManagedThingProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ManagedThingProvider.java index 8d3c69369..6cba4fa0a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ManagedThingProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ManagedThingProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Thing.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Thing.java index d82eb17a3..1aad80978 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Thing.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/Thing.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingManager.java index 8480d0d23..215ef9d1c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingProvider.java index 9f0515b76..a21f2ddd3 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistry.java index 876791184..5cac3b02c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistryChangeListener.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistryChangeListener.java index 297136c90..37b1fb1ca 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistryChangeListener.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingRegistryChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatus.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatus.java index 38429088c..e7afe1732 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatus.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatus.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusDetail.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusDetail.java index a69c49765..744381ab6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusDetail.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusDetail.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusInfo.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusInfo.java index 390653b9a..caeb6108f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusInfo.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingStatusInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java index 7f9bb01e9..a8b7596c4 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeMigrationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeUID.java index 9b54c0588..71b487f80 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingTypeUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingUID.java index 4fa1e3d0a..eb3eab5bb 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/ThingUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/UID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/UID.java index c27903930..a52d6fa3d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/UID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/UID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseBridgeHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseBridgeHandler.java index e55c9ffe1..96af2c795 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseBridgeHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseBridgeHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandler.java index 2cd2bb161..56e60cd3a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandlerFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandlerFactory.java index cfc89cfa6..87a97b1f8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandlerFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BaseThingHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BridgeHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BridgeHandler.java index cd7248302..d48336a11 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BridgeHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/BridgeHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusBridgeHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusBridgeHandler.java index 3d101b941..452e6208c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusBridgeHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusBridgeHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusThingHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusThingHandler.java index 81658655b..1fe14e552 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusThingHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ConfigStatusThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java index 8e26b6997..e31c9547a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActions.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java index 63e6cb756..4e44e02b6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingActionsScope.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingConfigStatusSource.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingConfigStatusSource.java index 8919e423b..9e2ba72b6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingConfigStatusSource.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingConfigStatusSource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactory.java index 1de886364..cabda29a5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandler.java index 872258c1e..9522d6c7a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerCallback.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerCallback.java index bfb0658dc..e32a8e418 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerCallback.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerFactory.java index fa6244e6a..cdc9f3005 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java index 3cfaea517..77573b399 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingHandlerService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingTypeProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingTypeProvider.java index e52e1ad36..2d7011da7 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingTypeProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/BridgeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/BridgeBuilder.java index 7961d2465..44d838ad1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/BridgeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/BridgeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilder.java index fdaadb154..e24f12c30 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilder.java index ddb2c1478..1dcad20df 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingStatusInfoBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingStatusInfoBuilder.java index fc06fc3c9..45b7c950a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingStatusInfoBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingStatusInfoBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/Firmware.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/Firmware.java index 1b2932c6e..dacfd6bb8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/Firmware.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/Firmware.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareBuilder.java index ca351f131..3896befd3 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareRestriction.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareRestriction.java index e6de755fb..e3762b94a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareRestriction.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareRestriction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateBackgroundTransferHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateBackgroundTransferHandler.java index 4124cfac8..d3587e2f7 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateBackgroundTransferHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateBackgroundTransferHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateHandler.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateHandler.java index a10b04758..a43b2619c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateHandler.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareUpdateHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressCallback.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressCallback.java index 4f469e9cb..838081be8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressCallback.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressStep.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressStep.java index 932d71cbc..3a665686b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressStep.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressStep.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTO.java index 94aef0b6d..5b378e57f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTOMapper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTOMapper.java index 9e5164258..2a8a8b49b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTOMapper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDefinitionDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDefinitionDTO.java index 7a3f905b8..b6209de6c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDefinitionDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelDefinitionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelGroupDefinitionDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelGroupDefinitionDTO.java index eae74e5d3..3ce0ff1bb 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelGroupDefinitionDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelGroupDefinitionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelTypeDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelTypeDTO.java index cc2147df5..f70e042d7 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelTypeDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ChannelTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTO.java index 7d2c31dfa..68a9d3f01 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTOMapper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTOMapper.java index a668fe762..efb719c19 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTOMapper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/StrippedThingTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTO.java index 4883e7809..cc6ad35ff 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTOMapper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTOMapper.java index 5be779752..2ae177bf8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTOMapper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingTypeDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingTypeDTO.java index c1caddc02..6b2f59d26 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingTypeDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/dto/ThingTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/AbstractThingRegistryEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/AbstractThingRegistryEvent.java index 4e0b133eb..078cc5d6b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/AbstractThingRegistryEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/AbstractThingRegistryEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ChannelTriggeredEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ChannelTriggeredEvent.java index 91494e7f6..be119586a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ChannelTriggeredEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ChannelTriggeredEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingAddedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingAddedEvent.java index 1d46eef88..0db379857 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingAddedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingAddedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactory.java index 2a583a779..6cd61c589 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingRemovedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingRemovedEvent.java index 5c0797058..c22b83061 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingRemovedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingRemovedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoChangedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoChangedEvent.java index e47f81d40..b1a2d800a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoChangedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoChangedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoEvent.java index d6311934c..8f212a885 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingStatusInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingUpdatedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingUpdatedEvent.java index a704c045a..56fed0f39 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingUpdatedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/events/ThingUpdatedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactory.java index c42a0f88e..ccf948a57 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareProvider.java index adf7f9c0c..b42e8065f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareRegistry.java index 2ee596dac..b6ca424a5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatus.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatus.java index 3bb30d056..b5522fdf6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatus.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatus.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfo.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfo.java index 099e4329e..5ff4a8183 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfo.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfoEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfoEvent.java index cecfcda88..ffdd9b9a1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfoEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareStatusInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfo.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfo.java index 96158b7f7..ac2c8322b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfo.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfoEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfoEvent.java index d37637f51..18dffa690 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfoEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateProgressInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResult.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResult.java index 1d308b719..3acf6b96d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResult.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfo.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfo.java index 26b75d956..0b9a60e33 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfo.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfoEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfoEvent.java index e2fc32610..7b02923ed 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfoEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateResultInfoEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateService.java index 2bf185575..274c97645 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareDTO.java index 384085dec..4d240d654 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareStatusDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareStatusDTO.java index fa9b509ca..69bf08212 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareStatusDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/firmware/dto/FirmwareStatusDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelGroupTypeI18nLocalizationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelGroupTypeI18nLocalizationService.java index e88da4344..6cad3e7b2 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelGroupTypeI18nLocalizationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelGroupTypeI18nLocalizationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelTypeI18nLocalizationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelTypeI18nLocalizationService.java index fcb89c331..3ec07db14 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelTypeI18nLocalizationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ChannelTypeI18nLocalizationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationService.java index b27034d39..5c5b4417f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nLocalizationService.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nLocalizationService.java index 50f892eb5..e6693bbb1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nLocalizationService.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nLocalizationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nUtil.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nUtil.java index ad9fa73e8..7c99d2320 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nUtil.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingTypeI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java index aa496c8e3..e08bbd0d7 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java index affecb8ba..f666e5c84 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/BridgeImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/BridgeImpl.java index 9a0322ac0..2e4021693 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/BridgeImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/BridgeImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelCommandDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelCommandDescriptionProvider.java index 85d98aacb..e6b96ba46 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelCommandDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelCommandDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProvider.java index bdda88bcd..5cbff7b9e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProvider.java index 156e5b98e..3248ab8e6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java index 602bca394..b3b02316c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java index 20aa346ac..7f9b27e7b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ProfileContextImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingConfigDescriptionAliasProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingConfigDescriptionAliasProvider.java index b70011218..97e4e2b28 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingConfigDescriptionAliasProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingConfigDescriptionAliasProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingFactoryHelper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingFactoryHelper.java index 963d79d35..92cd8ab12 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingFactoryHelper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingFactoryHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingImpl.java index 169868cfd..6a0f12a4e 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java index f415ff51c..ae3e8cfd2 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryImpl.java index 6662e5523..96770c197 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingTracker.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingTracker.java index 1fe22a12c..29a1258bb 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingTracker.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingTracker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/FirmwareUpdateConsoleCommandExtension.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/FirmwareUpdateConsoleCommandExtension.java index ab432a066..e9efb48ea 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/FirmwareUpdateConsoleCommandExtension.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/FirmwareUpdateConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/LinkConsoleCommandExtension.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/LinkConsoleCommandExtension.java index 440e79b69..bfb50b3fa 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/LinkConsoleCommandExtension.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/LinkConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/ThingConsoleCommandExtension.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/ThingConsoleCommandExtension.java index d4ea5370c..83ca424e6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/ThingConsoleCommandExtension.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/console/ThingConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareImpl.java index 0e56cb7f5..35a4c830d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryImpl.java index 178813d7c..6bd957ba8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceImpl.java index 6f4714665..a431b037f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ParameterChecks.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ParameterChecks.java index a7a6d1abf..37d0325bf 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ParameterChecks.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ParameterChecks.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackImpl.java index 8f9fdb650..0e4b5f36a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/i18n/ChannelI18nUtil.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/i18n/ChannelI18nUtil.java index a2f88fb57..25837c168 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/i18n/ChannelI18nUtil.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/i18n/ChannelI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java index 92d90e390..d380e203f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/link/ItemChannelLinkConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java index 5a387b2c9..109dbe722 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileCallbackImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java index de0f10a5a..076cd2fcc 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/ProfileTypeRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfile.java index 5d484d189..7f12f7bb8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerDimmerProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerDimmerProfile.java index 5535858a2..c963dd176 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerDimmerProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerDimmerProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerOnOffProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerOnOffProfile.java index 620a69500..ba2d513c5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerOnOffProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerOnOffProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerPlayPauseProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerPlayPauseProfile.java index fbe82180d..7c79ea556 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerPlayPauseProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawRockerPlayPauseProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java index 540724f84..742896110 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/StateProfileTypeImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java index 45dd422d9..172742b42 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java index 3e299ccab..c15396107 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java index 9c04e1a99..f8a6c5e36 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactory.java index 4c34b7bb9..c6f0cfcce 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java index 800908100..f181bbb60 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/TriggerProfileTypeImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/AbstractChannelTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/AbstractChannelTypeBuilder.java index da187c51e..3daf10c6d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/AbstractChannelTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/AbstractChannelTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/StateChannelTypeBuilderImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/StateChannelTypeBuilderImpl.java index 629893c37..0f30cd45b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/StateChannelTypeBuilderImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/StateChannelTypeBuilderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/TriggerChannelTypeBuilderImpl.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/TriggerChannelTypeBuilderImpl.java index 3406d02fd..de20324df 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/TriggerChannelTypeBuilderImpl.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/TriggerChannelTypeBuilderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLink.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLink.java index b61c41683..c7341ddbb 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLink.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLink.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLinkRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLinkRegistry.java index 3d7e9b74d..05d8733d2 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLinkRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/AbstractLinkRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLink.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLink.java index 4bc49bd1b..ec304c615 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLink.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLink.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkProvider.java index e0c36d3af..4b7cfce3d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkRegistry.java index cdbabf5cb..c891ca01d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ManagedItemChannelLinkProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ManagedItemChannelLinkProvider.java index bc0423f82..f15ad2f2a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ManagedItemChannelLinkProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ManagedItemChannelLinkProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ThingLinkManager.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ThingLinkManager.java index bc7502972..a0d47012a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ThingLinkManager.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/ThingLinkManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/AbstractLinkDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/AbstractLinkDTO.java index 8edc444fd..a2fe912a0 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/AbstractLinkDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/AbstractLinkDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/ItemChannelLinkDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/ItemChannelLinkDTO.java index 4bfa3d5ac..712a043cc 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/ItemChannelLinkDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/dto/ItemChannelLinkDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/AbstractItemChannelLinkRegistryEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/AbstractItemChannelLinkRegistryEvent.java index 34fcac02b..70dfe8a43 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/AbstractItemChannelLinkRegistryEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/AbstractItemChannelLinkRegistryEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkAddedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkAddedEvent.java index 29bdb8fa8..dc95c8af9 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkAddedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkAddedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkRemovedEvent.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkRemovedEvent.java index c92df6b55..ccbb9d886 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkRemovedEvent.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/ItemChannelLinkRemovedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/LinkEventFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/LinkEventFactory.java index 2827e501c..317e9b0a0 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/LinkEventFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/link/events/LinkEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java index 5d51997fe..dddcec1e2 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/Profile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java index b5be564c7..d5542dd21 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileAdvisor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java index d5677b892..4c09aa3b6 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileCallback.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java index 7153ed363..9b195d719 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileContext.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java index 9fff5c0e9..995928468 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java index 9861833f7..f52e44a1b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java index 2e0f785e5..c0aeb510b 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeProvider.java index 304063558..e9bbf8f11 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java index 623d0870e..732909d9a 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java index 86f59d991..7d14fc8b3 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/ProfileTypeUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java index 2294990cf..c0ef35545 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java index c95109e5b..9be3724d5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/StateProfileType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/SystemProfiles.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/SystemProfiles.java index a8580c35a..a96d4b743 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/SystemProfiles.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/SystemProfiles.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java index ba62be15a..976de4651 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfile.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java index 28dba83a1..5770e74c1 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/TriggerProfileType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java index ac3e2075b..46c45b0b5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java index 307ec90c6..b8d648564 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/profiles/dto/ProfileTypeDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AbstractDescriptionType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AbstractDescriptionType.java index 31cc37c94..8cb8fae55 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AbstractDescriptionType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AbstractDescriptionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java index 73c191e9b..619928c36 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/AutoUpdatePolicy.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/BridgeType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/BridgeType.java index b9e5a7daf..11cc00c64 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/BridgeType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/BridgeType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinition.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinition.java index 46a8fe385..1adc2ea4f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinition.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinition.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinitionBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinitionBuilder.java index e812e85d4..92a675535 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinitionBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelDefinitionBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupDefinition.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupDefinition.java index abaddb99c..707f8de5d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupDefinition.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupDefinition.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupType.java index 4e4d8d8eb..9868fbd6c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java index 241952f92..41bbd579f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeProvider.java index 9e178c6f3..f2f644ea5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeRegistry.java index f9785f3a1..9777e6c22 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeUID.java index a073bf3a4..671828379 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelKind.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelKind.java index 649a56a79..815eb033c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelKind.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelKind.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelType.java index 0ed615b48..7f3e34527 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilder.java index 9db303444..bae6728d5 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeProvider.java index 3cdb38437..a2c65df05 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeRegistry.java index 0accbb93d..b3b64352d 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeUID.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeUID.java index b7e979038..cdacaea05 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeUID.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicCommandDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicCommandDescriptionProvider.java index 204829711..36299c284 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicCommandDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicCommandDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicStateDescriptionProvider.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicStateDescriptionProvider.java index 4cadad8bf..2186a3d67 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicStateDescriptionProvider.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/DynamicStateDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/StateChannelTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/StateChannelTypeBuilder.java index 03c08dfd2..aa90b5eb9 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/StateChannelTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/StateChannelTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingType.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingType.java index 6d3df422e..c2ea5fd5f 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingType.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java index 36b8b0e04..67312d689 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeRegistry.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeRegistry.java index 88751dafb..a499c7ff9 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeRegistry.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/TriggerChannelTypeBuilder.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/TriggerChannelTypeBuilder.java index b6237b842..3ff0baf3c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/TriggerChannelTypeBuilder.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/type/TriggerChannelTypeBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelper.java index ede9b8d12..4e079ee5c 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelper.java b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelper.java index 01aaca74b..ccb2e0eb8 100644 --- a/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelper.java +++ b/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/AbstractFileTransformationService.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/AbstractFileTransformationService.java index 1a398a194..a7153f400 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/AbstractFileTransformationService.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/AbstractFileTransformationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationException.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationException.java index 874cefc51..6f7f3da8b 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationException.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationHelper.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationHelper.java index 0edd40aff..9705e1d5e 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationHelper.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationService.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationService.java index a58b64daf..4fd46c8f5 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationService.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/TransformationService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/actions/Transformation.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/actions/Transformation.java index 47483390f..121977e9e 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/actions/Transformation.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/actions/Transformation.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/internal/TransformationActivator.java b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/internal/TransformationActivator.java index 2ffed0cef..2a5591f06 100644 --- a/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/internal/TransformationActivator.java +++ b/bundles/org.openhab.core.transform/src/main/java/org/eclipse/smarthome/core/transform/internal/TransformationActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/AbstractResourceIconProvider.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/AbstractResourceIconProvider.java index a4f76597a..0340dfa0f 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/AbstractResourceIconProvider.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/AbstractResourceIconProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconProvider.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconProvider.java index 363003035..85971d057 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconProvider.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconSet.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconSet.java index 8e088c21d..af0379301 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconSet.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/IconSet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/CustomIconProvider.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/CustomIconProvider.java index 8bc9752c7..4a505b87e 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/CustomIconProvider.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/CustomIconProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServlet.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServlet.java index e9cece7d4..a8ae9c9bf 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServlet.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconSetResource.java b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconSetResource.java index c5e06f6c0..8114e830a 100644 --- a/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconSetResource.java +++ b/bundles/org.openhab.core.ui.icon/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconSetResource.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/chart/ChartProvider.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/chart/ChartProvider.java index 080c4e6f9..1005b8565 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/chart/ChartProvider.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/chart/ChartProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/UIActivator.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/UIActivator.java index 0f1306689..dcbf29b0f 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/UIActivator.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/UIActivator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/ChartServlet.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/ChartServlet.java index 0cf2700e6..f83f30885 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/ChartServlet.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/ChartServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartTheme.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartTheme.java index a937fd42b..cdbce555f 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartTheme.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartTheme.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBlack.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBlack.java index 3731f7d5b..fca9a92b4 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBlack.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBlack.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBright.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBright.java index 287642cbd..41479a508 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBright.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeBright.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeDark.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeDark.java index 9d8826cad..3593057bb 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeDark.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeDark.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeWhite.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeWhite.java index 7fa6aa0bd..d8ba71ced 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeWhite.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/ChartThemeWhite.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/DefaultChartProvider.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/DefaultChartProvider.java index 11fdc09d7..7cffee77e 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/DefaultChartProvider.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/chart/defaultchartprovider/DefaultChartProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImpl.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImpl.java index 800e89310..1ff339ff2 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImpl.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/AsyncProxyServlet.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/AsyncProxyServlet.java index e44f5f181..acd17e3ba 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/AsyncProxyServlet.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/AsyncProxyServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/BlockingProxyServlet.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/BlockingProxyServlet.java index 666cc2349..b87d37555 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/BlockingProxyServlet.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/BlockingProxyServlet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletService.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletService.java index 4638f8991..b5b8dd2c2 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletService.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIProvider.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIProvider.java index 03ba4a646..9009bf124 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIProvider.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIRegistry.java b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIRegistry.java index 92e11c852..ded45e674 100644 --- a/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIRegistry.java +++ b/bundles/org.openhab.core.ui/src/main/java/org/eclipse/smarthome/ui/items/ItemUIRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStartEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStartEvent.java index 3559de9ce..6eb9e7617 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStartEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStartEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStopEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStopEvent.java index 10ae59a86..78b1a6687 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStopEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/AudioStopEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSErrorEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSErrorEvent.java index a0dd36644..26de6935c 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSErrorEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSErrorEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSEvent.java index 2d5ccc53a..8f78be1b3 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSException.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSException.java index 2ef855932..79a4ee9ce 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSException.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSListener.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSListener.java index 2d92feca7..fac62a6b8 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSListener.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSService.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSService.java index d9f3f6d4a..2b4203d60 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSService.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSServiceHandle.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSServiceHandle.java index 51d9008c1..7de98f2f2 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSServiceHandle.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSServiceHandle.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSpottedEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSpottedEvent.java index 7c01d548d..cf2d668b9 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSpottedEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/KSpottedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStartEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStartEvent.java index 3b49bf1c3..197bb6e58 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStartEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStartEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStopEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStopEvent.java index 60e54cb67..64ea34cdd 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStopEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/RecognitionStopEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTEvent.java index 7281a62c8..3302a44b1 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTException.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTException.java index 0dcfeb9ac..4f65ee8ef 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTException.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTListener.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTListener.java index a2cb3d21b..bbae9cb79 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTListener.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTService.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTService.java index 65b4d0f78..2651c20f7 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTService.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTServiceHandle.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTServiceHandle.java index bdda802a9..6fd486b15 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTServiceHandle.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/STTServiceHandle.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEvent.java index 017cd470e..2b75be57e 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEvent.java index 184c5e8e9..d2e31c22c 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStartEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStartEvent.java index 22f0e120b..1998ab944 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStartEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStartEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStopEvent.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStopEvent.java index be33ff174..5016b0045 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStopEvent.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/SpeechStopEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSException.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSException.java index 655c7cd20..b4a484b2b 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSException.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSService.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSService.java index bad5803e5..f33d2a690 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSService.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/TTSService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/Voice.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/Voice.java index 0e8fde1cf..515c70dcc 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/Voice.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/Voice.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/VoiceManager.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/VoiceManager.java index aca7208ae..57766a09b 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/VoiceManager.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/VoiceManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/DialogProcessor.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/DialogProcessor.java index 8b5329e8c..b3b7a85ee 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/DialogProcessor.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/DialogProcessor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceConsoleCommandExtension.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceConsoleCommandExtension.java index 39181eeb0..8b7d515c9 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceConsoleCommandExtension.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceConsoleCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceManagerImpl.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceManagerImpl.java index aa7661ab6..fb95b3e4b 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceManagerImpl.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/text/StandardInterpreter.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/text/StandardInterpreter.java index c3f4521d8..6c3c04285 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/text/StandardInterpreter.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/internal/text/StandardInterpreter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ASTNode.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ASTNode.java index c9e54897f..40c150ad2 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ASTNode.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ASTNode.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/AbstractRuleBasedInterpreter.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/AbstractRuleBasedInterpreter.java index 20797a6f1..5001d07d1 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/AbstractRuleBasedInterpreter.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/AbstractRuleBasedInterpreter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Expression.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Expression.java index c0d86c8cc..035ac6fe3 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Expression.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Expression.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionAlternatives.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionAlternatives.java index 330a73321..185ae2400 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionAlternatives.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionAlternatives.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionCardinality.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionCardinality.java index f110d3ef4..ea86a0982 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionCardinality.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionCardinality.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionIdentifier.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionIdentifier.java index 2b448444b..b9dd04ae2 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionIdentifier.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionIdentifier.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionLet.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionLet.java index b99e59a6e..7038fb8cb 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionLet.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionLet.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionMatch.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionMatch.java index c8e6ea626..e219fb206 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionMatch.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionMatch.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionSequence.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionSequence.java index 5d845043f..e98d309db 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionSequence.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/ExpressionSequence.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/HumanLanguageInterpreter.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/HumanLanguageInterpreter.java index b20d7d20a..52a8bff5c 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/HumanLanguageInterpreter.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/HumanLanguageInterpreter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationException.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationException.java index 532a8cc4b..f79ea9df0 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationException.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationResult.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationResult.java index 1017163b1..a1036bdae 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationResult.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/InterpretationResult.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Rule.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Rule.java index ab92d2ec2..5a58b3242 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Rule.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/Rule.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/TokenList.java b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/TokenList.java index 2e07b7f5f..a0565ec6a 100644 --- a/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/TokenList.java +++ b/bundles/org.openhab.core.voice/src/main/java/org/eclipse/smarthome/core/voice/text/TokenList.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Authentication.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Authentication.java index 9e6e820a6..fcee414ec 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Authentication.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Authentication.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationException.java index 9d2dc828c..eef664271 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationManager.java index 5fa77e897..7740db2be 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationProvider.java index 363f9d76f..4efc2e165 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/AuthenticationProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Credentials.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Credentials.java index a889b69e0..cab6218f4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Credentials.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Credentials.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Role.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Role.java index c4c762493..d0864bb04 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Role.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/Role.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/SecurityException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/SecurityException.java index 5282c8c16..3fe32f154 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/SecurityException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/SecurityException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UnsupportedCredentialsException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UnsupportedCredentialsException.java index 5dee97847..4b0e16a0e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UnsupportedCredentialsException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UnsupportedCredentialsException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UsernamePasswordCredentials.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UsernamePasswordCredentials.java index 117a628ac..52981c95e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UsernamePasswordCredentials.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/UsernamePasswordCredentials.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenRefreshListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenRefreshListener.java index b431c30d6..8f2b38bf2 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenRefreshListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenRefreshListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponse.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponse.java index c31ad27c3..53b06f6ba 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponse.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponse.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java index 2365cdbc5..f17c2365f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthClientService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java index e5c95ad64..0f9298fc7 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthFactory.java index 8fb681da4..963d6afc8 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java index feb68c03e..26adb1f8b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/OAuthResponseException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java index 0fadf0de6..c6c31682f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/StorageCipher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfo.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfo.java index ea53bb0a8..b9c48ce3b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfo.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfo.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoProvider.java index 2b066d9b7..26914d152 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoRegistry.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoRegistry.java index a881096fd..506b6b73d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoRegistry.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/BindingInfoRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/dto/BindingInfoDTO.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/dto/BindingInfoDTO.java index d8f75ee0b..6fdc801d0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/dto/BindingInfoDTO.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/binding/dto/BindingInfoDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCache.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCache.java index 6edb54884..381dcf44b 100755 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCache.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCache.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsync.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsync.java index e2d7f3a53..fa982ca54 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsync.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsync.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMap.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMap.java index 987d5f117..d355c2573 100755 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMap.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMap.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/AbstractUID.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/AbstractUID.java index 68715ae67..64124498b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/AbstractUID.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/AbstractUID.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutor.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutor.java index 54e904525..09400c946 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutor.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutor.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java index 060ab1819..91f08123b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCaller.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java index 822fb000a..60335b36f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/SafeCallerBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java index 86b5fa7bc..5414df084 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManager.java index a8df23bac..3a669b66d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoader.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoader.java index 642e1f2a3..69bf14d50 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoader.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractManagedProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractManagedProvider.java index 748494853..8f48f126e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractManagedProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractManagedProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractProvider.java index aa7d0c8a2..b69c01318 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractRegistry.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractRegistry.java index 756fef62e..51f40b416 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractRegistry.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/AbstractRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/DefaultAbstractManagedProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/DefaultAbstractManagedProvider.java index 6467b4eba..e7768d755 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/DefaultAbstractManagedProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/DefaultAbstractManagedProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Identifiable.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Identifiable.java index e4368574c..fb8a89e1b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Identifiable.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Identifiable.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ManagedProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ManagedProvider.java index 142708c99..75e2cceec 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ManagedProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ManagedProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Provider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Provider.java index 4877b1183..4b3c9fdf7 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Provider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Provider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ProviderChangeListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ProviderChangeListener.java index b0c78f8ac..3390f6bec 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ProviderChangeListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/ProviderChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Registry.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Registry.java index 304421827..0a5a9a6ff 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Registry.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/Registry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/RegistryChangeListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/RegistryChangeListener.java index 8ef800b98..dc3c07024 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/RegistryChangeListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/common/registry/RegistryChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEvent.java index c8879d4f3..9c67fd458 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactory.java index c1faae8af..2ac214e93 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractTypedEventSubscriber.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractTypedEventSubscriber.java index 6b2207053..19895f61c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractTypedEventSubscriber.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/AbstractTypedEventSubscriber.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/Event.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/Event.java index 0c3da98c0..b3a135519 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/Event.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/Event.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFactory.java index 04635462c..a80fc5fef 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFilter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFilter.java index 66b6efdc9..7c9c6b628 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFilter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventPublisher.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventPublisher.java index 9b29662fc..bb828407c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventPublisher.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventPublisher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventSubscriber.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventSubscriber.java index 2d4402133..deb1b7c53 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventSubscriber.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/EventSubscriber.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/TopicEventFilter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/TopicEventFilter.java index 01c830a20..777371a0f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/TopicEventFilter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/events/TopicEventFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/Extension.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/Extension.java index b30c753d6..475e06144 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/Extension.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/Extension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEvent.java index 16068e9c9..f5a992e8e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEventFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEventFactory.java index 8c72e474e..eb7914636 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEventFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionService.java index a9047dd4f..3af559ec4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionType.java index 6ad704bfc..d801b5b1f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/extension/ExtensionType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/BindingI18nUtil.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/BindingI18nUtil.java index cfb0f7540..ac3ee41dc 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/BindingI18nUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/BindingI18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/I18nUtil.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/I18nUtil.java index ca395b681..dc1acd360 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/I18nUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/I18nUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocaleProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocaleProvider.java index 99d1b5fe7..b5abbc380 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocaleProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocaleProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocationProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocationProvider.java index 3f0aa0517..ac748e198 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocationProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/LocationProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TimeZoneProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TimeZoneProvider.java index 6d1b0ce7c..b85ec4e14 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TimeZoneProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TimeZoneProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TranslationProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TranslationProvider.java index 43d2b9eef..06fa50ca4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TranslationProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/TranslationProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java index 04d3ad75f..3074c9eb9 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/i18n/UnitProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/auth/AuthenticationManagerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/auth/AuthenticationManagerImpl.java index 27bb31631..519c14a3a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/auth/AuthenticationManagerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/auth/AuthenticationManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java index 2bafbb087..0aae7c0cb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/AbstractInvocationHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java index dfcd118c3..18e4829f4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/DuplicateExecutionException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java index 45cb11faa..6b3fb6e34 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/Invocation.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java index b8a23236a..76bba52bf 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerAsync.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java index f94c6b883..b6d44e626 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/InvocationHandlerSync.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java index 7a3a56f3f..b95538066 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java index b442cd885..ec132aa11 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallManagerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java index 6e4d16538..062fb660b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerBuilderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java index 4ae4082f7..bcaa3aa41 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/WrappedScheduledExecutorService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/WrappedScheduledExecutorService.java index b69bd7d2c..eb96964ca 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/WrappedScheduledExecutorService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/common/WrappedScheduledExecutorService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/EventHandler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/EventHandler.java index e01b0817a..6730e8ca1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/EventHandler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/EventHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManager.java index 93971e59b..0328e587f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventPublisher.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventPublisher.java index 121c248db..101fa0c2e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventPublisher.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventPublisher.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/ThreadedEventHandler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/ThreadedEventHandler.java index 623e9e0e9..0f1914faf 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/ThreadedEventHandler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/events/ThreadedEventHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImpl.java index 5b6df1bef..9bdcacec6 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/LanguageResourceBundleManager.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/LanguageResourceBundleManager.java index 17739ed5b..d04703a24 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/LanguageResourceBundleManager.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/LanguageResourceBundleManager.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/ResourceBundleTracker.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/ResourceBundleTracker.java index 778d1f873..5bbdaa294 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/ResourceBundleTracker.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/i18n/ResourceBundleTracker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java index 21fae95d9..768fafa23 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/GroupFunctionHelper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java index b93645865..b034b5cfb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderFactoryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java index 78fd88de8..4536a56d9 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemRegistryImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemRegistryImpl.java index 617be02da..b3dcc7774 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemRegistryImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java index 53612ceec..4ee052dad 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdater.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdater.java index af0853247..15f674ec0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdater.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdater.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ManagedMetadataProviderImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ManagedMetadataProviderImpl.java index 769dc2215..89ff17661 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ManagedMetadataProviderImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/ManagedMetadataProviderImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImpl.java index 920c544c8..cccd9ff86 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java index 5d65825b3..abdc70645 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/library/unit/UnitInitializer.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java index 4415ed03d..a68206a81 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjuster.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java index 14782f42b..52cceae26 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java index 80cd16d9e..ff501fdfa 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java index dafc24016..206725ef4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicAdjuster.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java index ab90a11c3..cbdc15b5e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java index 93dec530d..fcf80adfd 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java index 763f5e8e0..2a8714ccd 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/BundleResolverImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/CommandDescriptionServiceImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/CommandDescriptionServiceImpl.java index a484839be..4065d0a9e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/CommandDescriptionServiceImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/CommandDescriptionServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java index 93ebb7071..ddb5c7520 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/StateDescriptionServiceImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/StateDescriptionServiceImpl.java index 0f4cd2ef1..f25347d50 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/StateDescriptionServiceImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/service/StateDescriptionServiceImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/CommandDescriptionImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/CommandDescriptionImpl.java index 6ea9f61b3..67f5a48c2 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/CommandDescriptionImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/CommandDescriptionImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImpl.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImpl.java index 63daace89..7dd24652f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImpl.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImpl.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ActiveItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ActiveItem.java index fde527ed1..e317e5afa 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ActiveItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ActiveItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GenericItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GenericItem.java index 5bc8a7c24..a52f98c79 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GenericItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GenericItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupFunction.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupFunction.java index 4d334a0e1..7450393ac 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupFunction.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupFunction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupItem.java index b6babca39..1ff122389 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/GroupItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Item.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Item.java index 8ede1207d..cb6c54789 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Item.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Item.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java index 523808e11..790884319 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java index ae918bae9..f6f3c3a5f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemBuilderFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemFactory.java index 43ed06923..4271eeed3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemLookupException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemLookupException.java index 91728a315..977963a1a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemLookupException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemLookupException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotFoundException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotFoundException.java index 71b4fa116..2f9cd4d4a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotFoundException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotFoundException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotUniqueException.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotUniqueException.java index b6ff311b0..7025f1293 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotUniqueException.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemNotUniqueException.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemPredicates.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemPredicates.java index bfe8e22d4..85f374e1f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemPredicates.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemPredicates.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemProvider.java index 036b186b7..64f5048a6 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistry.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistry.java index 6c7c16556..99b253440 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistry.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryChangeListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryChangeListener.java index cee7bf3e8..84e635ef1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryChangeListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java index 1de089277..145ff6c97 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemStateConverter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemUtil.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemUtil.java index d8468f87d..862a6a31d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ItemUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProvider.java index b5fa9dbc7..31b21e829 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedMetadataProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedMetadataProvider.java index acc844b1e..cb26f98ca 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedMetadataProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/ManagedMetadataProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Metadata.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Metadata.java index 0425ecfb5..9159217ed 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Metadata.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/Metadata.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataKey.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataKey.java index a5c6f66ea..c3e525bf7 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataKey.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataKey.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataPredicates.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataPredicates.java index 379460d85..1f2563349 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataPredicates.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataPredicates.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataProvider.java index 052852180..307d17cbf 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataRegistry.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataRegistry.java index 70c3ba5c7..3b5089fae 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataRegistry.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/MetadataRegistry.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java index 1d2771bd0..6e6ad0feb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/RegistryHook.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/StateChangeListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/StateChangeListener.java index 9042ccd7c..77b9b8db3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/StateChangeListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/StateChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupFunctionDTO.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupFunctionDTO.java index 7f343c7a3..fb9964256 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupFunctionDTO.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupFunctionDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupItemDTO.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupItemDTO.java index 44dc54be0..910dc0c9f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupItemDTO.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/GroupItemDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTO.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTO.java index 713f21834..4069cff6b 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTO.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapper.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapper.java index 4f18389b3..4994ab64f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapper.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapper.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/MetadataDTO.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/MetadataDTO.java index 636224434..635b8ac7c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/MetadataDTO.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/dto/MetadataDTO.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriber.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriber.java index ca217e821..de85619f5 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriber.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriber.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemRegistryEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemRegistryEvent.java index 2794fbd53..2bc4dfb89 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemRegistryEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemRegistryEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/GroupItemStateChangedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/GroupItemStateChangedEvent.java index 2121b16aa..095c07224 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/GroupItemStateChangedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/GroupItemStateChangedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemAddedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemAddedEvent.java index 52b968556..75f0fdce4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemAddedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemAddedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemCommandEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemCommandEvent.java index d0ed90b1d..6f6b59697 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemCommandEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemCommandEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemEventFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemEventFactory.java index c579b6501..466ab48d3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemEventFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemEventFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemRemovedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemRemovedEvent.java index 3778d8f3f..47e810415 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemRemovedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemRemovedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateChangedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateChangedEvent.java index bce4b9943..c23be8c4f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateChangedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateChangedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateEvent.java index 826e1ddeb..451249179 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStateEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java index 7bee45fbc..235ebc0ac 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemStatePredictedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemUpdatedEvent.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemUpdatedEvent.java index 832af501e..191e4c24d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemUpdatedEvent.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/items/events/ItemUpdatedEvent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactory.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactory.java index a0687d566..0f264193d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactory.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java index 2c3f71067..fc8b45e7a 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/ArealDensity.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java index 794c42d01..2729c017c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Density.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java index 9e8876689..2fa892387 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/Intensity.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java index e433104d6..2198e1d14 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/dimension/VolumetricFlowRate.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/CallItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/CallItem.java index d655c4ab0..dd0b160d1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/CallItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/CallItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ColorItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ColorItem.java index 31a1acfc3..21164c893 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ColorItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ColorItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ContactItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ContactItem.java index 5e605fa8f..8a39efea5 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ContactItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ContactItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItem.java index a1d20b2e0..a17e634a2 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItem.java index 4b1d10f97..64901146d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ImageItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ImageItem.java index 7ebdaae36..55f890d45 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ImageItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/ImageItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/LocationItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/LocationItem.java index 48e0bd6e5..849c0b9c8 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/LocationItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/LocationItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/NumberItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/NumberItem.java index c6759c960..51d0ef7c0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/NumberItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/NumberItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItem.java index d56963183..049efaf79 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItem.java index 6e2e6048a..b847a17ff 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/StringItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/StringItem.java index 3309a0eca..bf5adff0c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/StringItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/StringItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItem.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItem.java index 41fc83a82..308a4c569 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItem.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunction.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunction.java index eeafec4b3..7a4ad66a0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunction.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunction.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunction.java index 86b5039b9..b342f9d23 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunction.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeType.java index d4c24aeb0..c73469a89 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DecimalType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DecimalType.java index d2ffa05a9..eec38e973 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DecimalType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/DecimalType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/HSBType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/HSBType.java index 62cb56e63..05e8ee0c4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/HSBType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/HSBType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/IncreaseDecreaseType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/IncreaseDecreaseType.java index 550c4cffb..fbeef3bd1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/IncreaseDecreaseType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/IncreaseDecreaseType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/NextPreviousType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/NextPreviousType.java index f1f3302f8..34688d1eb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/NextPreviousType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/NextPreviousType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OnOffType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OnOffType.java index 28d3ae2c3..3c4c95bcb 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OnOffType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OnOffType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedType.java index 71adbe761..8f76a5c99 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PercentType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PercentType.java index a443c5db1..d96d6c410 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PercentType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PercentType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PlayPauseType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PlayPauseType.java index 6832659fe..711493600 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PlayPauseType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PlayPauseType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PointType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PointType.java index b668c843f..1bb628bf5 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PointType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/PointType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityType.java index 49116f59b..9c241d239 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java index 36c3efae8..ceb9e1cc5 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunction.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RawType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RawType.java index 4d1792061..988189c92 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RawType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RawType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RewindFastforwardType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RewindFastforwardType.java index 10da9157e..79a356e84 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RewindFastforwardType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/RewindFastforwardType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StopMoveType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StopMoveType.java index 1dc5ce2aa..d5f15f411 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StopMoveType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StopMoveType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringListType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringListType.java index 196460503..6ac7b6059 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringListType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringListType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringType.java index 4bb198d95..9db736452 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/StringType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/UpDownType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/UpDownType.java index 233ec97ea..0cf32e643 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/UpDownType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/types/UpDownType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java index 21349cd4a..255579528 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/CustomUnits.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java index 87e445d7e..0ee4b5a8c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/ImperialUnits.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java index 621b1390c..048e3c650 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/MetricPrefix.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java index 9eb7eba75..3a6cdbf1d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SIUnits.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java index 4e7677eb3..d674403e2 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/library/unit/SmartHomeUnits.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/CidrAddress.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/CidrAddress.java index 756115d65..a06761e20 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/CidrAddress.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/CidrAddress.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtil.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtil.java index 3935931e1..dc9c7d939 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetUtil.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetUtil.java index 168b3fd29..0d3f11969 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetUtil.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressChangeListener.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressChangeListener.java index 8cbc58205..492224c06 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressChangeListener.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressChangeListener.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java index 1eb528229..1944e765d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/net/NetworkAddressService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java index 480517194..90d999876 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronJob.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java index 44eca2e54..f16748906 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/CronScheduler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java index 1146f706b..fd934f2f3 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/PeriodicScheduler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java index a53bb8a1e..120d13255 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/ScheduledCompletableFuture.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java index 0d8f708cb..81e7e4439 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/Scheduler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java index a02e761d4..719f27dd7 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerRunnable.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java index e7fdfa428..8e8b65c44 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/scheduler/SchedulerTemporalAdjuster.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchService.java index 8690d5c43..f2334208c 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/CommandDescriptionService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/CommandDescriptionService.java index 8135cf4b3..39a731ea9 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/CommandDescriptionService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/CommandDescriptionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java index 53c9836a6..0e53d24e6 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarker.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java index eaeda4d0b..9d2cb6172 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerFilter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerUtils.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerUtils.java index 3a4957c4a..8650a8872 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerUtils.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyMarkerUtils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java index e3f29c6c0..d870e2079 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/ReadyService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionService.java index 6a409bd79..fb0facf65 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/WatchQueueReader.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/WatchQueueReader.java index 804a0e784..97acb0fb0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/WatchQueueReader.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/service/WatchQueueReader.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorage.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorage.java index ec95431cc..fdd323a34 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorage.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorageService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorageService.java index 14d991dfb..a4fd79ce2 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorageService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/DeletableStorageService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/Storage.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/Storage.java index 7194d2f4b..b06f538ad 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/Storage.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/Storage.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/StorageService.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/StorageService.java index 40015191e..00cb64056 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/StorageService.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/storage/StorageService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Command.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Command.java index b9ca2194c..0ff2a3112 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Command.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Command.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescription.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescription.java index 77b36aaed..d586de76f 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescription.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescription.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionBuilder.java index ea8a73eb3..063b73a62 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionProvider.java index 4e5a1544f..08a0e843e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandOption.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandOption.java index 5091bb647..3ffe3d8f1 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandOption.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/CommandOption.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/ComplexType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/ComplexType.java index 21effff9e..f6b08ee65 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/ComplexType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/ComplexType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventDescription.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventDescription.java index 6cfb1c8a8..1bcf27539 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventDescription.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventDescription.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventOption.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventOption.java index fb65f3bd4..41195a0dd 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventOption.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventOption.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventType.java index 4ce51ebc4..e55b9b356 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/EventType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/PrimitiveType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/PrimitiveType.java index 79fc872eb..42e6b92a4 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/PrimitiveType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/PrimitiveType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/RefreshType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/RefreshType.java index a8d6424e4..ca7572982 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/RefreshType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/RefreshType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/State.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/State.java index 9c5424aa3..1a02cde64 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/State.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/State.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java index 61373c20e..cf072557e 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragment.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragment.java index 3e9b9bcfd..53717ea03 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragment.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragment.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilder.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilder.java index a9a8b67e2..fb8990b87 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilder.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilder.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentProvider.java index 183115bcf..4a02a0822 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionProvider.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionProvider.java index dd47e2cd7..af4a9b227 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionProvider.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateOption.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateOption.java index fd9b3e761..c60a56761 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateOption.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/StateOption.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Type.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Type.java index 039bbd6f2..7e0779995 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Type.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/Type.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/TypeParser.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/TypeParser.java index 604a56a09..f46c401d0 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/TypeParser.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/TypeParser.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/UnDefType.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/UnDefType.java index dcbf7c4b7..26fe585f7 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/UnDefType.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/UnDefType.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java index f58587d83..d192dec82 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java index cacbc9683..b0303118d 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/BundleResolver.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java index 82f3af6ce..b21baa428 100644 --- a/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java +++ b/bundles/org.openhab.core/src/main/java/org/eclipse/smarthome/core/util/HexUtils.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/features/p2/poms/pom.xml b/features/p2/poms/pom.xml index 78d641a38..e98c9205b 100644 --- a/features/p2/poms/pom.xml +++ b/features/p2/poms/pom.xml @@ -162,7 +162,7 @@ 3.0 ${basedir} -
src/etc/header.txt
+
licenses/epl-2.0/xml-header-style.xml
false true true @@ -171,7 +171,7 @@ xml-header-style - src/etc/xml-header-style.xml + licenses/epl-2.0/xml-header-style.xml **/org/openhab/**/*.java diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java index 982965986..726203d90 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AbstractAudioServeltTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleTest.java index 5e0da27bc..e3fb8f7b8 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioConsoleTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioFormatTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioFormatTest.java index 0ba5dddfd..ddd9fc181 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioFormatTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioFormatTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerServletTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerServletTest.java index 0592dfa54..dc5c33a9b 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerServletTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerServletTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerTest.java index b865eae32..89b0ff5da 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServletTest.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServletTest.java index 56b3574fc..a5c0856ce 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServletTest.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/AudioServletTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/fake/AudioSinkFake.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/fake/AudioSinkFake.java index a8e8b436f..1cd877bcf 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/fake/AudioSinkFake.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/fake/AudioSinkFake.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/utils/BundledSoundFileHandler.java b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/utils/BundledSoundFileHandler.java index 3f7e6850c..a06b77bf8 100644 --- a/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/utils/BundledSoundFileHandler.java +++ b/itests/org.openhab.core.audio.tests/src/main/java/org/eclipse/smarthome/core/audio/internal/utils/BundledSoundFileHandler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java index 1d21d73b8..257e0ebc6 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AbstractTestAgent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java index 7f57c5b11..7f81b93bd 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/AuthorizationCodeTestAgent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java index c15421be4..b88cc3c5d 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/ResourceOwnerTestAgent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java index bfceca362..44ea695bc 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/TestAgent.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/cipher/CipherTest.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/cipher/CipherTest.java index 853c8185b..71768fc64 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/cipher/CipherTest.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/cipher/CipherTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/console/ConsoleOAuthCommandExtension.java b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/console/ConsoleOAuthCommandExtension.java index 2eb7834d7..8194762f0 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/console/ConsoleOAuthCommandExtension.java +++ b/itests/org.openhab.core.auth.oauth2client.tests/src/main/java/org/eclipse/smarthome/auth/oauth2client/test/internal/console/ConsoleOAuthCommandExtension.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java index d358098a8..1c989c507 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationJsonTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java index 09a76e9d7..5a75b9125 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/AutomationIntegrationTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java index 9c9e25008..0d836310e 100644 --- a/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java +++ b/itests/org.openhab.core.automation.integration.tests/src/main/java/org/openhab/core/automation/integration/test/HostFragmentSupportTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java index 8585d0f6d..a061d128b 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RunRuleModuleTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java index e2b840536..e49345bf3 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/RuntimeRuleTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java index 1fba6559a..5171560b1 100644 --- a/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java +++ b/itests/org.openhab.core.automation.module.core.tests/src/main/java/org/openhab/core/automation/internal/module/provider/AnnotationActionModuleTypeProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java b/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java index 999924d13..83d2722ad 100644 --- a/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java +++ b/itests/org.openhab.core.automation.module.script.defaultscope.tests/src/main/java/org/openhab/core/automation/module/script/defaultscope/internal/ScopeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java b/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java index d73320b71..0dd1663b7 100644 --- a/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java +++ b/itests/org.openhab.core.automation.module.script.tests/src/main/java/org/openhab/core/automation/module/script/ScriptRuleTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java index 317fed6df..9565d3634 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/BasicConditionHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java index 9b6cd98a5..0cce32570 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/DayOfWeekConditionHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java index 098f86678..3c8d4ca0c 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/RuntimeRuleTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java index fc163f398..97855b894 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayConditionHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java index 8be83c6b9..43daed463 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java +++ b/itests/org.openhab.core.automation.module.timer.tests/src/main/java/org/openhab/core/automation/module/timer/internal/TimeOfDayTriggerHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java index 415baa7ba..042a6a6b4 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/event/RuleEventTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ConnectionValidatorTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ConnectionValidatorTest.java index 8944c04e6..7598171b2 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ConnectionValidatorTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ConnectionValidatorTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ReferenceResolverUtilTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ReferenceResolverUtilTest.java index 3ea622e3c..4ab205258 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ReferenceResolverUtilTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/ReferenceResolverUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleEngineTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleEngineTest.java index 93308c6d4..73f29c1e5 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleEngineTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleEngineTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RulePrefixTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RulePrefixTest.java index 5a2ebe92e..398329bbf 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RulePrefixTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RulePrefixTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleRegistryTest.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleRegistryTest.java index 6f11cbfd2..e29c56dde 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleRegistryTest.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/RuleRegistryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/TestModuleTypeProvider.java b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/TestModuleTypeProvider.java index c20732ba8..d941b1c5e 100644 --- a/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/TestModuleTypeProvider.java +++ b/itests/org.openhab.core.automation.tests/src/main/java/org/openhab/core/automation/internal/TestModuleTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoI18nTest.java b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoI18nTest.java index d16c7c67c..8f7c4c2de 100644 --- a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoI18nTest.java +++ b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoI18nTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoTest.java b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoTest.java index 2689d13b0..2288bb9b9 100644 --- a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoTest.java +++ b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInfoTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInstaller.java b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInstaller.java index e94c77e71..e8c1f2cc9 100644 --- a/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInstaller.java +++ b/itests/org.openhab.core.binding.xml.tests/src/main/java/org/eclipse/smarthome/core/binding/xml/test/BindingInstaller.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistryOSGiTest.java b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistryOSGiTest.java index cabc5674c..56b452926 100644 --- a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistryOSGiTest.java +++ b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigDescriptionRegistryOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionRegistryOSGiTest.java b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionRegistryOSGiTest.java index 472481b50..d97862265 100644 --- a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionRegistryOSGiTest.java +++ b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/ConfigOptionRegistryOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java index c380c8305..d7717cdd7 100644 --- a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java +++ b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/internal/metadata/MetadataConfigDescriptionProviderImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusServiceTest.java b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusServiceTest.java index 8eb895668..55b03e036 100644 --- a/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusServiceTest.java +++ b/itests/org.openhab.core.config.core.tests/src/main/java/org/eclipse/smarthome/config/core/status/ConfigStatusServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java b/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java index 231bdbde0..a416e77a0 100644 --- a/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java +++ b/itests/org.openhab.core.config.discovery.mdns.tests/src/main/java/org/eclipse/smarthome/config/discovery/mdns/internal/MDNSDiscoveryServiceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistryOSGiTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistryOSGiTest.java index 10d48eb18..eaaf2615c 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistryOSGiTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/DiscoveryServiceRegistryOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/DynamicThingUpdateOSGITest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/DynamicThingUpdateOSGITest.java index 206f847d0..2a7bd8098 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/DynamicThingUpdateOSGITest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/DynamicThingUpdateOSGITest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicatesTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicatesTest.java index 0d6b59db0..bb18d9e92 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicatesTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/InboxPredicatesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactoryTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactoryTest.java index 83a3717bb..1bc83ecdd 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactoryTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/inbox/events/InboxEventFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessorTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessorTest.java index eab0645fd..281c8a033 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessorTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/AutomaticInboxProcessorTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/InboxOSGITest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/InboxOSGITest.java index 3dc856fbb..dc67766d3 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/InboxOSGITest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/InboxOSGITest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java index 0a9a1a245..08b9b9668 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/discovery/internal/PersistentInboxTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryResultImplTest.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryResultImplTest.java index 3a7d85322..588e28da6 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryResultImplTest.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryResultImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMock.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMock.java index 29308605d..1bde3e7ff 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMock.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMock.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMockOfBridge.java b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMockOfBridge.java index 0aae7d8b4..39dff39f4 100644 --- a/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMockOfBridge.java +++ b/itests/org.openhab.core.config.discovery.tests/src/main/java/org/eclipse/smarthome/config/setup/test/discovery/DiscoveryServiceMockOfBridge.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java index 5db556a76..4a06e9d58 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/DeltaUsbSerialScannerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java index a4f6881dd..cc9d864ad 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/PollingUsbSerialScannerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java index 5e23015c0..ab3abccc6 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/linuxsysfs/internal/SysFsUsbSerialScannerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java index eec44b097..91272a8e2 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/internal/UsbSerialDiscoveryServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java index 6e642f57b..b2caf176c 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/src/main/java/org/eclipse/smarthome/config/discovery/usbserial/testutil/UsbSerialDeviceInformationGenerator.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherFileWatcherTest.java b/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherFileWatcherTest.java index 13e368a08..11367fd73 100644 --- a/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherFileWatcherTest.java +++ b/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherFileWatcherTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherOSGiTest.java b/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherOSGiTest.java index b9ac2ca2b..3c0123803 100644 --- a/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherOSGiTest.java +++ b/itests/org.openhab.core.config.dispatch.tests/src/main/java/org/eclipse/smarthome/config/dispatch/test/ConfigDispatcherOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionI18nTest.java b/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionI18nTest.java index 617c2fb08..7f8b09d23 100644 --- a/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionI18nTest.java +++ b/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionI18nTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionsTest.java b/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionsTest.java index 052c71f4e..cfbfa5883 100644 --- a/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionsTest.java +++ b/itests/org.openhab.core.config.xml.tests/src/main/java/org/eclipse/smarthome/config/xml/test/ConfigDescriptionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.http.tests/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImplTest.java b/itests/org.openhab.core.io.http.tests/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImplTest.java index 109d69c76..e481dd1c4 100644 --- a/itests/org.openhab.core.io.http.tests/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImplTest.java +++ b/itests/org.openhab.core.io.http.tests/src/main/java/org/eclipse/smarthome/io/http/internal/HttpContextFactoryServiceImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/BaseHttpUtilTest.java b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/BaseHttpUtilTest.java index f403f49f6..b5bd59a08 100644 --- a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/BaseHttpUtilTest.java +++ b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/BaseHttpUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilderTest.java b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilderTest.java index 45178787f..f8049ad2e 100644 --- a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilderTest.java +++ b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpRequestBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtilTest.java b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtilTest.java index 4559b44e5..8c23873d3 100644 --- a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtilTest.java +++ b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/HttpUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImplTest.java b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImplTest.java index b0e805d14..d3138fadc 100644 --- a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImplTest.java +++ b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/ExtensibleTrustManagerImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryTest.java b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryTest.java index 12cf47cdb..e612bcd29 100644 --- a/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryTest.java +++ b/itests/org.openhab.core.io.net.tests/src/main/java/org/eclipse/smarthome/io/net/http/internal/WebClientFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResourceTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResourceTest.java index 81f7f9c33..f88927da0 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResourceTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/channel/ChannelTypeResourceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResourceOSGITest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResourceOSGITest.java index 4781236db..db6725f53 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResourceOSGITest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/discovery/InboxResourceOSGITest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperTest.java index ea55b23cd..2e625588b 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperWithTransformOSGiTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperWithTransformOSGiTest.java index feeff8ecd..0907d2a2f 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperWithTransformOSGiTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/EnrichedItemDTOMapperWithTransformOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResourceOSGiTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResourceOSGiTest.java index 0a73d8be0..3bdae9ba8 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResourceOSGiTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/ItemResourceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java index 75acb69d8..354cb7e60 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/item/MetadataSelectorMatcherTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java index 898e25657..b4d2541a4 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/persistence/PersistenceResourceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java index 5421530ae..78cd3d20e 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/internal/profile/ProfileTypeResourceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/service/test/ConfigurableServiceResourceOSGiTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/service/test/ConfigurableServiceResourceOSGiTest.java index 8a1ff5b1f..776fd905f 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/service/test/ConfigurableServiceResourceOSGiTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/service/test/ConfigurableServiceResourceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapperTest.java b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapperTest.java index 8fd079b68..086896567 100644 --- a/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapperTest.java +++ b/itests/org.openhab.core.io.rest.core.tests/src/main/java/org/eclipse/smarthome/io/rest/core/thing/EnrichedThingDTOMapperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.sse.tests/src/main/java/org/eclipse/smarthome/io/rest/sse/test/SseResourceOSGiTest.java b/itests/org.openhab.core.io.rest.sse.tests/src/main/java/org/eclipse/smarthome/io/rest/sse/test/SseResourceOSGiTest.java index 9d11c2311..3b88aa22c 100644 --- a/itests/org.openhab.core.io.rest.sse.tests/src/main/java/org/eclipse/smarthome/io/rest/sse/test/SseResourceOSGiTest.java +++ b/itests/org.openhab.core.io.rest.sse.tests/src/main/java/org/eclipse/smarthome/io/rest/sse/test/SseResourceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/JSONResponseTest.java b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/JSONResponseTest.java index 909df0dc6..c8ff9dbbd 100644 --- a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/JSONResponseTest.java +++ b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/JSONResponseTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStreamTest.java b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStreamTest.java index 2f3a8c7f5..802b1d549 100644 --- a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStreamTest.java +++ b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/Stream2JSONInputStreamTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilterTest.java b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilterTest.java index adbf3e765..20e4d3607 100644 --- a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilterTest.java +++ b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/CorsFilterTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilterTest.java b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilterTest.java index c1324e8d4..fced933c8 100644 --- a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilterTest.java +++ b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/ProxyFilterTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilterTest.java b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilterTest.java index b8fd43bd1..8f9379d16 100644 --- a/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilterTest.java +++ b/itests/org.openhab.core.io.rest.tests/src/main/java/org/eclipse/smarthome/io/rest/internal/filter/SatisfiableResourceFilterTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttAsyncClientEx.java b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttAsyncClientEx.java index 410a31884..25289d74c 100644 --- a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttAsyncClientEx.java +++ b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttAsyncClientEx.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionEx.java b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionEx.java index 7483419a0..aef4127f7 100644 --- a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionEx.java +++ b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionEx.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionTests.java b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionTests.java index 725ce30f9..a31887faf 100644 --- a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionTests.java +++ b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/MqttBrokerConnectionTests.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceTests.java b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceTests.java index 22dba5dc3..8fd3274f9 100644 --- a/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceTests.java +++ b/itests/org.openhab.core.io.transport.mqtt.tests/src/main/java/org/eclipse/smarthome/io/transport/mqtt/internal/MqttServiceTests.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.io.transport.upnp.tests/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceTest.java b/itests/org.openhab.core.io.transport.upnp.tests/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceTest.java index 33e2d37c5..b176cc95b 100644 --- a/itests/org.openhab.core.io.transport.upnp.tests/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceTest.java +++ b/itests/org.openhab.core.io.transport.upnp.tests/src/main/java/org/eclipse/smarthome/io/transport/upnp/internal/UpnpIOServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicColorLightHandlerTest.java b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicColorLightHandlerTest.java index 630915632..4d04ca0fd 100644 --- a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicColorLightHandlerTest.java +++ b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicColorLightHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicDimmableLightHandlerTest.java b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicDimmableLightHandlerTest.java index f043faf11..e4b25eee7 100644 --- a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicDimmableLightHandlerTest.java +++ b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicDimmableLightHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicOnOffLightHandlerTest.java b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicOnOffLightHandlerTest.java index 23b216d7f..5868e464d 100644 --- a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicOnOffLightHandlerTest.java +++ b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/MagicOnOffLightHandlerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactoryTest.java b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactoryTest.java index 5d840de4e..12a1dc753 100644 --- a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactoryTest.java +++ b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicHandlerFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImplTest.java b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImplTest.java index 9fff99522..a7222c800 100644 --- a/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImplTest.java +++ b/itests/org.openhab.core.magic.tests/src/main/java/org/eclipse/smarthome/magic/binding/internal/MagicServiceImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.core.tests/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserverTest.java b/itests/org.openhab.core.model.core.tests/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserverTest.java index 20b44e292..169fb2dd2 100644 --- a/itests/org.openhab.core.model.core.tests/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserverTest.java +++ b/itests/org.openhab.core.model.core.tests/src/main/java/org/eclipse/smarthome/model/core/internal/folder/FolderObserverTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java index e20b1f33b..3a9c4e356 100644 --- a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java +++ b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProvider2Test.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProviderTest.java b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProviderTest.java index 523e36a24..bec0407ce 100644 --- a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProviderTest.java +++ b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericItemProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java index eb388fc6f..4ab7c686e 100644 --- a/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java +++ b/itests/org.openhab.core.model.item.tests/src/org/eclipse/smarthome/model/item/internal/GenericMetadataProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java b/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java index 46c819e06..cfb1f3e92 100644 --- a/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java +++ b/itests/org.openhab.core.model.lsp.tests/src/main/java/org/eclipse/smarthome/model/lsp/internal/MappingUriExtensionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensionsTest.java b/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensionsTest.java index 379614081..f45a82a98 100644 --- a/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensionsTest.java +++ b/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/extensions/PersistenceExtensionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/tests/TestPersistenceService.java b/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/tests/TestPersistenceService.java index 6a43211a6..2daf9c73a 100644 --- a/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/tests/TestPersistenceService.java +++ b/itests/org.openhab.core.model.persistence.tests/src/main/java/org/eclipse/smarthome/model/persistence/tests/TestPersistenceService.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java index 0ca50bc9b..63f669d63 100644 --- a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java +++ b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleExecutionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java index a013bde27..9d24a55e0 100644 --- a/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java +++ b/itests/org.openhab.core.model.rule.tests/src/org/eclipse/smarthome/model/rule/runtime/internal/engine/RuleTriggerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java index cfaa8c6ec..6682766ab 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/actions/ScriptExecutionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/engine/ScriptEngineOSGiTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/engine/ScriptEngineOSGiTest.java index 51777a794..ac80145fa 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/engine/ScriptEngineOSGiTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/engine/ScriptEngineOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java index 227df0414..747baf086 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/lib/NumberExtensionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java index 6cd87549b..560563715 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/AbstractScheduler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java index 00784a94b..6273ffa7b 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockClosure.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java index c5964aa72..84d3fdbca 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/scheduler/test/MockScheduler.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/tests/lib/NumberExtensionsTest.java b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/tests/lib/NumberExtensionsTest.java index 48158d0c7..57a40490a 100644 --- a/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/tests/lib/NumberExtensionsTest.java +++ b/itests/org.openhab.core.model.script.tests/src/main/java/org/eclipse/smarthome/model/script/tests/lib/NumberExtensionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java index 7b347efcf..3f9ec7bb8 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/GenericItemChannelLinkProviderJavaTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericItemChannelLinkProviderTest.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericItemChannelLinkProviderTest.java index 693312d59..4db16dfc3 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericItemChannelLinkProviderTest.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericItemChannelLinkProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest.java index b1f6c028c..934c414ac 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest2.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest2.java index c7aeb025e..59cf3ebad 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest2.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest2.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest3.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest3.java index 4429eaffa..adca2f42f 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest3.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest3.java @@ -1,21 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License 2.0 which is available at - * http://www.eclipse.org/legal/epl-2.0 - * - * SPDX-License-Identifier: EPL-2.0 - */ - -/** - * Copyright (c) 2014,2018 Contributors to the Eclipse Foundation - * - * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java index 87fc8ab55..6f647b54e 100644 --- a/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java +++ b/itests/org.openhab.core.model.thing.tests/src/main/java/org/eclipse/smarthome/model/thing/test/hue/GenericThingProviderTest4.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingHandlerFactory.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingHandlerFactory.java index a796ff0c5..d305abc7d 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingHandlerFactory.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingTypeProvider.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingTypeProvider.java index 1985ca75b..104af0ade 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingTypeProvider.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/DumbThingTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueChannelTypeProvider.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueChannelTypeProvider.java index 324a89637..35bb83c30 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueChannelTypeProvider.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueChannelTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java index 6f670c552..350ab5b4c 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueConfigDescriptionProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactory.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactory.java index 075f92bc0..927cad56e 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactory.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactory.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactoryX.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactoryX.java index ac76759c7..b6359f94b 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactoryX.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingHandlerFactoryX.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingTypeProvider.java b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingTypeProvider.java index 4296a54ea..757fadb7c 100644 --- a/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingTypeProvider.java +++ b/itests/org.openhab.core.model.thing.testsupport/src/main/java/org/eclipse/smarthome/model/thing/testsupport/hue/TestHueThingTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java index 7b39dc1d3..03b0f023d 100644 --- a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java +++ b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/SemanticTagsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2018 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java index d16761a26..724c76773 100644 --- a/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java +++ b/itests/org.openhab.core.semantics.tests/src/main/java/org/eclipse/smarthome/core/semantics/internal/SemanticsServiceImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2018 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.storage.json.tests/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageServiceOSGiTest.java b/itests/org.openhab.core.storage.json.tests/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageServiceOSGiTest.java index d83d048a3..4b0df5b76 100644 --- a/itests/org.openhab.core.storage.json.tests/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageServiceOSGiTest.java +++ b/itests/org.openhab.core.storage.json.tests/src/main/java/org/eclipse/smarthome/storage/json/internal/JsonStorageServiceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponseTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponseTest.java index ec2ae10e6..e98ea3415 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponseTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/auth/client/oauth2/AccessTokenResponseTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsyncTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsyncTest.java index b96eaba25..1228a92bb 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsyncTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheAsyncTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMapTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMapTest.java index 071790783..05e2bb448 100755 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMapTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheMapTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheTest.java index 8d4b1dabb..fc8200b7b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/cache/ExpiringCacheTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutorTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutorTest.java index 11dedb92a..7fddedf7d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutorTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/QueueingThreadPoolExecutorTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java index 879ebbe12..b1ce64fca 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadFactoryBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManagerTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManagerTest.java index ef1c5586b..2172fc3e8 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManagerTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/ThreadPoolManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoaderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoaderTest.java index fb04f86fc..267414087 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoaderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/common/osgi/ResourceBundleClassLoaderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactoryTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactoryTest.java index 328dbf976..ee3772a8c 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactoryTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/AbstractEventFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/ItemEventFactoryTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/ItemEventFactoryTest.java index 1f69b8ba8..e51a3dc8b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/ItemEventFactoryTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/events/ItemEventFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java index 4b4e32df3..c48cd9d6e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/common/SafeCallerImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManagerOSGiTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManagerOSGiTest.java index 64c575d32..1e950f483 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManagerOSGiTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/events/OSGiEventManagerOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImplTest.java index 8b4f66c47..9654ab10f 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/I18nProviderImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/TranslationProviderOSGiTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/TranslationProviderOSGiTest.java index 0004b5334..a7f6a5227 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/TranslationProviderOSGiTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/i18n/TranslationProviderOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java index b7cd3bb6d..a23f3dde9 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java index ded8b17f8..b6508c6fc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemStateConverterImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemTagTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemTagTest.java index 0fbe72b37..3a950cf84 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemTagTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemTagTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdaterOSGiTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdaterOSGiTest.java index 4494eba4f..ce26efc83 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdaterOSGiTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/ItemUpdaterOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java index 7c5e61c92..86b921833 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/items/MetadataRegistryImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterMiscTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterMiscTest.java index 86b28e332..ea7befb50 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterMiscTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterMiscTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java index 6eafa0863..c892c145e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronAdjusterTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java index d3640e184..ecb665c1d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/CronSchedulerImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java index fe3daec70..ff4267b44 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/DelegatedSchedulerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java index 49addac2d..0b2c2057b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/PeriodicSchedulerImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java index 6a46d49fd..7f9f6107e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/scheduler/SchedulerImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java index 80a2a6c1e..79ec135f1 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/service/ReadyServiceImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java index e1c36bd03..a1e87b5b0 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/internal/types/StateDescriptionFragmentImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GenericItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GenericItemTest.java index 13f3c7fd4..002f2f028 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GenericItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GenericItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GroupItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GroupItemTest.java index 023d12683..e3fec53b6 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GroupItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/GroupItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryImplTest.java index a21cfb234..b1511eb63 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ItemRegistryImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProviderOSGiTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProviderOSGiTest.java index 9f929eb18..fb735453a 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProviderOSGiTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/ManagedItemProviderOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java index 4a79b4914..254af4282 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/MetadataKeyTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/TestItem.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/TestItem.java index ddb5e77ce..09128dba3 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/TestItem.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/TestItem.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java index b4e081160..48d803d0e 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/dto/ItemDTOMapperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriberOSGiTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriberOSGiTest.java index 3289fe7da..7b062ad2f 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriberOSGiTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/items/events/AbstractItemEventSubscriberOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactoryTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactoryTest.java index f465548a1..886d5bc9b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactoryTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/CoreItemFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/CallItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/CallItemTest.java index 5f527a510..e29eeaf0d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/CallItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/CallItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java index 42ed8b09a..5fa285848 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ColorItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ContactItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ContactItemTest.java index cc2b644ed..8d0c9be69 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ContactItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ContactItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItemTest.java index 0519b07eb..fca2749d1 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DateTimeItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItemTest.java index 7a9b63cc7..e8e4b611d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/DimmerItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ImageItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ImageItemTest.java index 7581c734c..c53989637 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ImageItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/ImageItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/LocationItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/LocationItemTest.java index 762597851..0253ff0fc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/LocationItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/LocationItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/NumberItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/NumberItemTest.java index 08420afc2..d4c317ecc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/NumberItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/NumberItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItemTest.java index 98dfe1fe8..66fa93b62 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/PlayerItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItemTest.java index ce8921575..07d15f508 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/RollershutterItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StateUtil.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StateUtil.java index 9ab59ce45..e0c359de2 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StateUtil.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StateUtil.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StringItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StringItemTest.java index 08c8ff32c..cd5d2f0f8 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StringItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/StringItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItemTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItemTest.java index 59cb169b6..f5ee36dca 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItemTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/items/SwitchItemTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunctionTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunctionTest.java index f9ed8e9e7..cf2ed36bc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunctionTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/ArithmeticGroupFunctionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunctionTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunctionTest.java index a269ee4e1..bf21e73da 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunctionTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeGroupFunctionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeTypeTest.java index df8fb91de..bfd77a33f 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DateTimeTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DecimalTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DecimalTypeTest.java index 135b79e89..13ec41b76 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DecimalTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/DecimalTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/HSBTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/HSBTypeTest.java index f1858c1d1..c0a885549 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/HSBTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/HSBTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OnOffTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OnOffTypeTest.java index f7e76ca57..121923e2f 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OnOffTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OnOffTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedTypeTest.java index 18cd014f6..0cc865a17 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/OpenClosedTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PercentTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PercentTypeTest.java index 5bab5b1ce..47bf5cfd2 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PercentTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PercentTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PointTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PointTypeTest.java index 32aedf873..a008b62f3 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PointTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/PointTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunctionTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunctionTest.java index 0127ba0b5..5ce73693b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunctionTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeArithmeticGroupFunctionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java index c2bcd918f..be4322628 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/QuantityTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringListTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringListTypeTest.java index 956cac11f..e74bf8cec 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringListTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringListTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringTypeTest.java index 65a2036f4..c944587fc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/StringTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/UpDownTypeTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/UpDownTypeTest.java index 881a6fb15..cc3649564 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/UpDownTypeTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/library/types/UpDownTypeTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtilTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtilTest.java index 5bacbf35a..c8a58765b 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtilTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/HttpServiceUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java index dc56b9234..b9b304c88 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/net/NetUtilTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchServiceTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchServiceTest.java index 1af5f070f..3ac6bec10 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchServiceTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/AbstractWatchServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionServiceImplTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionServiceImplTest.java index e9e15a500..f75071da2 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionServiceImplTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/service/StateDescriptionServiceImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java index 77922adc9..a75a9a22d 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/SmartHomeUnitsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java index 4091764a8..fb2d6fad0 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/StateDescriptionFragmentBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java index e7a4b9719..5f77e1e41 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/VolumetricFlowRateTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtilsTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtilsTest.java index edba1264e..69a6338dc 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtilsTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/types/util/UnitUtilsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/util/HexUtilsTest.java b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/util/HexUtilsTest.java index 344073b01..5f00f64fd 100644 --- a/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/util/HexUtilsTest.java +++ b/itests/org.openhab.core.tests/src/main/java/org/eclipse/smarthome/core/util/HexUtilsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUIDTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUIDTest.java index 81c0fef14..977995f4e 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUIDTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelGroupUIDTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java index cba0ed1ff..6084af039 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelUIDTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelUIDTest.java index c91791c1e..af57cf8c1 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelUIDTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ChannelUIDTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/SystemWideChannelTypesTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/SystemWideChannelTypesTest.java index 6eaaad88e..4ce580c3e 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/SystemWideChannelTypesTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/SystemWideChannelTypesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingPropertiesTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingPropertiesTest.java index 46ae480af..b0a956634 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingPropertiesTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingPropertiesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingUIDTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingUIDTest.java index bfd101cec..e02d381ba 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingUIDTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/ThingUIDTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/UIDTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/UIDTest.java index c136892c1..c5bf46b2e 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/UIDTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/UIDTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/BindingBaseClassesOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/BindingBaseClassesOSGiTest.java index fc3cb8520..8fbaa88d0 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/BindingBaseClassesOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/BindingBaseClassesOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java index a0c707fbd..0ccd1008a 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ChangeThingTypeOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactoryTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactoryTest.java index 0a597c9ef..573b2f35c 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactoryTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/ThingFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilderTest.java index 8842e48de..76b5f49de 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ChannelBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java index 34aec2c51..854bdd3d5 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/builder/ThingBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareTest.java index 4636c3b25..331752660 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/FirmwareTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactoryTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactoryTest.java index 6ff93b953..8b291f064 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactoryTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/events/ThingEventFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/factory/ManagedThingProviderOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/factory/ManagedThingProviderOSGiTest.java index b9b967d4e..d3f00635a 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/factory/ManagedThingProviderOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/factory/ManagedThingProviderOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/Constants.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/Constants.java index 5f434dfe2..4aaaa147a 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/Constants.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/Constants.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactoryTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactoryTest.java index acc575619..268e9e99f 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactoryTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareEventFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServiceFirmwareRestrictionTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServiceFirmwareRestrictionTest.java index 60f45cd47..302562a63 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServiceFirmwareRestrictionTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServiceFirmwareRestrictionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java index b40e8ce22..8e0a02542 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/FirmwareUpdateServicePrerequisiteVersionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/ModelRestrictedFirmwareUpdateServiceOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/ModelRestrictedFirmwareUpdateServiceOSGiTest.java index b7d930457..dfdb0b8c6 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/ModelRestrictedFirmwareUpdateServiceOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/firmware/ModelRestrictedFirmwareUpdateServiceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationServiceOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationServiceOSGiTest.java index 42896909e..e1ee739ac 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationServiceOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/i18n/ThingStatusInfoI18nLocalizationServiceOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java index 8c50ae046..0fb776ede 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/AutoUpdateManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java index 7b82554a8..c30524cdd 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelItemProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProviderOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProviderOSGiTest.java index 9aeadfa7c..369965394 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProviderOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ChannelStateDescriptionProviderOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManagerTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManagerTest.java index e5ab8473b..1f548f0a2 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManagerTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/CommunicationManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/SimpleThingTypeProvider.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/SimpleThingTypeProvider.java index d83073b8e..0b3526cfd 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/SimpleThingTypeProvider.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/SimpleThingTypeProvider.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingLinkManagerOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingLinkManagerOSGiTest.java index 5a2530f06..348df9216 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingLinkManagerOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingLinkManagerOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiJavaTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiJavaTest.java index 337ad3ffa..7f0836547 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiJavaTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiJavaTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiTest.java index 084f99e92..d568c02be 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java index c5a667ed6..6ab6913b6 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryOSGiTest.java index 645ed8776..5ac30eb41 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingRegistryOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryOSGiTest.java index 56bcc2d5d..3fa9fb414 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareRegistryOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceTest.java index af6ec9535..44e96184b 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/FirmwareUpdateServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackTest.java index ac193c52a..e58181f99 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/firmware/ProgressCallbackTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java index 7426dd5e0..0a2c4dfc2 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/RawButtonToggleSwitchProfileTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java index 69193c222..e45b889cd 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemDefaultProfileTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java index ee2d2bafb..28ce56ade 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemFollowProfileTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java index a40b0e404..84d02f630 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemOffsetProfileTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactoryTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactoryTest.java index 54faff9c4..88a4befe4 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactoryTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/internal/profiles/SystemProfileFactoryTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkOSGiTest.java index 83de4744c..dfd128e9a 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/ItemChannelLinkOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/LinkEventOSGiTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/LinkEventOSGiTest.java index 767fee8ac..33e8f94af 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/LinkEventOSGiTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/link/LinkEventOSGiTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/testutil/i18n/DefaultLocaleSetter.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/testutil/i18n/DefaultLocaleSetter.java index 838591950..639c939b7 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/testutil/i18n/DefaultLocaleSetter.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/testutil/i18n/DefaultLocaleSetter.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java index e7c1f9481..a8b8dae3c 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelGroupTypeBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java index 8c5ffb8c9..12a3c0293 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ChannelTypeBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java index a9e724a02..5cd04532f 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/type/ThingTypeBuilderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java index 721a57495..4606b90c9 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHandlerHelperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelperTest.java b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelperTest.java index 196bee154..fb72e8771 100644 --- a/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelperTest.java +++ b/itests/org.openhab.core.thing.tests/src/main/java/org/eclipse/smarthome/core/thing/util/ThingHelperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelperTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelperTest.java index d4aff1098..77e4886e0 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelperTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/internal/XmlHelperTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesI18nTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesI18nTest.java index 1ede2459f..9b97af84b 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesI18nTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesI18nTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesTest.java index 6844c8719..9958c35df 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ChannelTypesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ConfigDescriptionsTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ConfigDescriptionsTest.java index 9d370028c..be4c4dd00 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ConfigDescriptionsTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ConfigDescriptionsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/Example.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/Example.java index 164c71287..40381b2a4 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/Example.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/Example.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/LoadedTestBundle.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/LoadedTestBundle.java index f937f1b6e..c7c0bbece 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/LoadedTestBundle.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/LoadedTestBundle.java @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2010-2019 Contributors to the openHAB project + * + * See the NOTICE file(s) distributed with this work for additional + * information. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 + */ package org.eclipse.smarthome.core.thing.xml.test; import static org.hamcrest.CoreMatchers.*; diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemChannelsInChannelGroupsTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemChannelsInChannelGroupsTest.java index 931aef246..5d0f3035a 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemChannelsInChannelGroupsTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemChannelsInChannelGroupsTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemWideChannelTypesTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemWideChannelTypesTest.java index c76984ab0..fdcea43d5 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemWideChannelTypesTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/SystemWideChannelTypesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypeI18nTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypeI18nTest.java index 4bbc75d1c..c78f2217e 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypeI18nTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypeI18nTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypesTest.java b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypesTest.java index 14700f281..c559c6bd3 100644 --- a/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypesTest.java +++ b/itests/org.openhab.core.thing.xml.tests/src/main/java/org/eclipse/smarthome/core/thing/xml/test/ThingTypesTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.transform.tests/src/main/java/org/eclipse/smarthome/core/transform/actions/TransformationTest.java b/itests/org.openhab.core.transform.tests/src/main/java/org/eclipse/smarthome/core/transform/actions/TransformationTest.java index dee5b94b9..b7f964135 100644 --- a/itests/org.openhab.core.transform.tests/src/main/java/org/eclipse/smarthome/core/transform/actions/TransformationTest.java +++ b/itests/org.openhab.core.transform.tests/src/main/java/org/eclipse/smarthome/core/transform/actions/TransformationTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/AbstractResourceIconProviderTest.java b/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/AbstractResourceIconProviderTest.java index ec00231c0..6f3ef7969 100644 --- a/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/AbstractResourceIconProviderTest.java +++ b/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/AbstractResourceIconProviderTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServletTest.java b/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServletTest.java index 28c8821ea..03f1c7a77 100644 --- a/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServletTest.java +++ b/itests/org.openhab.core.ui.icon.tests/src/main/java/org/eclipse/smarthome/ui/icon/internal/IconServletTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImplTest.java b/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImplTest.java index 2188f27a0..314c530d5 100644 --- a/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImplTest.java +++ b/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/items/ItemUIRegistryImplTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletServiceTest.java b/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletServiceTest.java index 18ff11c7a..8a9d2a2c4 100644 --- a/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletServiceTest.java +++ b/itests/org.openhab.core.ui.tests/src/main/java/org/eclipse/smarthome/ui/internal/proxy/ProxyServletServiceTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/STTExceptionTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/STTExceptionTest.java index 7e20753f9..bb4332acc 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/STTExceptionTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/STTExceptionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEventTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEventTest.java index 97673e6af..4850b332f 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEventTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionErrorEventTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEventTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEventTest.java index 8bc304567..afa88425c 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEventTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/SpeechRecognitionEventTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/TTSExceptionTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/TTSExceptionTest.java index 41edb3d02..341cdeb98 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/TTSExceptionTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/TTSExceptionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioManagerStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioManagerStub.java index 8fc615df8..bc7ee0a08 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioManagerStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioManagerStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioSourceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioSourceStub.java index c09e21e8a..34f390687 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioSourceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/AudioSourceStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java index bf7d6f5b7..adfe30ce3 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/ConsoleStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java index f9176e0da..2e0cf25ed 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/HumanLanguageInterpreterStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java index af6f9023b..2d28fa01a 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/KSServiceStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java index 2e869eb51..d82fce77e 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/STTServiceStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java index 569f60864..5746719ff 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/SinkStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java index 65c69f4d7..8dd26a376 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/TTSServiceStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java index 067eb9560..89f38b0d5 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/internal/VoiceStub.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java index 5e5ce115a..199bf3ff1 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/javavoicemanager/VoiceManagerTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java index c2fc29d95..aa8888f0e 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/InterpretCommandTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java index 65668b92c..a1d0a837b 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/SayCommandTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java index 6045f5573..bf749d0fe 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoiceConsoleCommandExtensionTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java index 98d4a5658..94fbd1f64 100644 --- a/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java +++ b/itests/org.openhab.core.voice.tests/src/main/java/org/eclipse/smarthome/core/voice/voiceconsolecommandextension/VoicesCommandTest.java @@ -1,8 +1,8 @@ /** - * Copyright (c) 2014,2019 Contributors to the Eclipse Foundation + * Copyright (c) 2010-2019 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional - * information regarding copyright ownership. + * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at diff --git a/pom.xml b/pom.xml index a551eab1f..15c6a8aae 100644 --- a/pom.xml +++ b/pom.xml @@ -477,13 +477,20 @@ Import-Package: \\ true true + JAVADOC_STYLE + JAVADOC_STYLE + JAVADOC_STYLE xml-header-style licenses/epl-2.0/xml-header-style.xml + **/org/eclipse/smarthome/**/*.java + **/org/eclipse/smarthome/**/*.mwe2 + **/org/eclipse/smarthome/**/*.xtend **/org/openhab/**/*.java + **/org.openhab.core.semantics/**/*.groovy **/feature.xml **/OSGI-INF/*.xml