]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update copyright year range. (#12215) (#12228)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 5 Mar 2021 11:43:47 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 11:43:47 +0000 (13:43 +0200)
* Update copyright year range. (#12215)

1987 files changed:
checkstyle/header
client-compiled/src/main/java/com/vaadin/osgi/widgetset/DefaultWidgetsetContribution.java
client-compiler/src/main/java/com/vaadin/sass/linker/SassLinker.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/Property.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/RendererVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
client-compiler/src/main/java/com/vaadin/tools/CvalAddonsChecker.java
client-compiler/src/main/java/com/vaadin/tools/CvalChecker.java
client-compiler/src/main/java/com/vaadin/tools/ReportUsage.java
client-compiler/src/main/java/com/vaadin/tools/WidgetsetCompiler.java
client/src/main/java/com/vaadin/client/AnimationUtil.java
client/src/main/java/com/vaadin/client/ApplicationConfiguration.java
client/src/main/java/com/vaadin/client/ApplicationConnection.java
client/src/main/java/com/vaadin/client/BrowserInfo.java
client/src/main/java/com/vaadin/client/CSSRule.java
client/src/main/java/com/vaadin/client/ComponentConnector.java
client/src/main/java/com/vaadin/client/ComponentDetail.java
client/src/main/java/com/vaadin/client/ComponentDetailMap.java
client/src/main/java/com/vaadin/client/ComputedStyle.java
client/src/main/java/com/vaadin/client/ConnectorHierarchyChangeEvent.java
client/src/main/java/com/vaadin/client/ConnectorMap.java
client/src/main/java/com/vaadin/client/ContainerResizedListener.java
client/src/main/java/com/vaadin/client/DateTimeService.java
client/src/main/java/com/vaadin/client/DeferredWorker.java
client/src/main/java/com/vaadin/client/DependencyLoader.java
client/src/main/java/com/vaadin/client/DirectionalManagedLayout.java
client/src/main/java/com/vaadin/client/EventHelper.java
client/src/main/java/com/vaadin/client/FastStringMap.java
client/src/main/java/com/vaadin/client/FastStringSet.java
client/src/main/java/com/vaadin/client/Focusable.java
client/src/main/java/com/vaadin/client/HasChildMeasurementHintConnector.java
client/src/main/java/com/vaadin/client/HasComponentsConnector.java
client/src/main/java/com/vaadin/client/HasWidget.java
client/src/main/java/com/vaadin/client/JavaScriptConnectorHelper.java
client/src/main/java/com/vaadin/client/JavaScriptExtension.java
client/src/main/java/com/vaadin/client/JsArrayObject.java
client/src/main/java/com/vaadin/client/LayoutManager.java
client/src/main/java/com/vaadin/client/LocaleNotLoadedException.java
client/src/main/java/com/vaadin/client/LocaleService.java
client/src/main/java/com/vaadin/client/MeasuredSize.java
client/src/main/java/com/vaadin/client/MouseEventDetailsBuilder.java
client/src/main/java/com/vaadin/client/Paintable.java
client/src/main/java/com/vaadin/client/Profiler.java
client/src/main/java/com/vaadin/client/RenderInformation.java
client/src/main/java/com/vaadin/client/RenderSpace.java
client/src/main/java/com/vaadin/client/ResourceLoader.java
client/src/main/java/com/vaadin/client/ServerConnector.java
client/src/main/java/com/vaadin/client/SimpleTree.java
client/src/main/java/com/vaadin/client/StyleConstants.java
client/src/main/java/com/vaadin/client/SuperDevMode.java
client/src/main/java/com/vaadin/client/TooltipInfo.java
client/src/main/java/com/vaadin/client/UIDL.java
client/src/main/java/com/vaadin/client/Util.java
client/src/main/java/com/vaadin/client/VCaption.java
client/src/main/java/com/vaadin/client/VCaptionWrapper.java
client/src/main/java/com/vaadin/client/VConsole.java
client/src/main/java/com/vaadin/client/VErrorMessage.java
client/src/main/java/com/vaadin/client/VLoadingIndicator.java
client/src/main/java/com/vaadin/client/VSchedulerImpl.java
client/src/main/java/com/vaadin/client/VTooltip.java
client/src/main/java/com/vaadin/client/VUIDLBrowser.java
client/src/main/java/com/vaadin/client/ValueMap.java
client/src/main/java/com/vaadin/client/WidgetInstantiator.java
client/src/main/java/com/vaadin/client/WidgetLoader.java
client/src/main/java/com/vaadin/client/WidgetMap.java
client/src/main/java/com/vaadin/client/WidgetSet.java
client/src/main/java/com/vaadin/client/WidgetUtil.java
client/src/main/java/com/vaadin/client/annotations/OnStateChange.java
client/src/main/java/com/vaadin/client/communication/AbstractServerConnectorEvent.java
client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java
client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java
client/src/main/java/com/vaadin/client/communication/Date_Serializer.java
client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java
client/src/main/java/com/vaadin/client/communication/DefaultReconnectDialog.java
client/src/main/java/com/vaadin/client/communication/DiffJSONSerializer.java
client/src/main/java/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java
client/src/main/java/com/vaadin/client/communication/Heartbeat.java
client/src/main/java/com/vaadin/client/communication/JSONSerializer.java
client/src/main/java/com/vaadin/client/communication/JavaScriptMethodInvocation.java
client/src/main/java/com/vaadin/client/communication/JsonDecoder.java
client/src/main/java/com/vaadin/client/communication/JsonEncoder.java
client/src/main/java/com/vaadin/client/communication/MessageHandler.java
client/src/main/java/com/vaadin/client/communication/MessageSender.java
client/src/main/java/com/vaadin/client/communication/PushConnection.java
client/src/main/java/com/vaadin/client/communication/ReconnectDialog.java
client/src/main/java/com/vaadin/client/communication/RpcManager.java
client/src/main/java/com/vaadin/client/communication/RpcProxy.java
client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java
client/src/main/java/com/vaadin/client/communication/StateChangeEvent.java
client/src/main/java/com/vaadin/client/communication/TranslatedURLReference.java
client/src/main/java/com/vaadin/client/communication/URLReference_Serializer.java
client/src/main/java/com/vaadin/client/communication/XhrConnection.java
client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java
client/src/main/java/com/vaadin/client/componentlocator/ComponentLocator.java
client/src/main/java/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java
client/src/main/java/com/vaadin/client/componentlocator/LocatorStrategy.java
client/src/main/java/com/vaadin/client/componentlocator/LocatorUtil.java
client/src/main/java/com/vaadin/client/componentlocator/SelectorPredicate.java
client/src/main/java/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java
client/src/main/java/com/vaadin/client/connectors/AbstractFocusableListingConnector.java
client/src/main/java/com/vaadin/client/connectors/AbstractListingConnector.java
client/src/main/java/com/vaadin/client/connectors/AbstractMultiSelectConnector.java
client/src/main/java/com/vaadin/client/connectors/AbstractRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/AbstractSingleSelectConnector.java
client/src/main/java/com/vaadin/client/connectors/ButtonRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/ClickableRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/ImageRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/JavaScriptRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/data/DataCommunicatorConnector.java
client/src/main/java/com/vaadin/client/connectors/data/HasDataSource.java
client/src/main/java/com/vaadin/client/connectors/data/HierarchicalDataCommunicatorConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/AbstractGridRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/AbstractSelectionModelConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/ColumnConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/ComponentRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/DateRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/DetailsManagerConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/EditorConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/GridConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/GridDragSourceConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/GridDropTargetConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/LocalDateRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/LocalDateTimeRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/MultiSelectionModelConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/NoSelectionModelConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/NumberRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/ProgressBarRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/SingleSelectionModelConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/TextRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/TreeGridDragSourceConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/TreeGridDropTargetConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/TreeRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/grid/UnsafeHtmlRendererConnector.java
client/src/main/java/com/vaadin/client/connectors/tree/TreeMultiSelectionModelConnector.java
client/src/main/java/com/vaadin/client/data/AbstractRemoteDataSource.java
client/src/main/java/com/vaadin/client/data/CacheStrategy.java
client/src/main/java/com/vaadin/client/data/DataChangeHandler.java
client/src/main/java/com/vaadin/client/data/DataSource.java
client/src/main/java/com/vaadin/client/data/SimpleDataChangeHandler.java
client/src/main/java/com/vaadin/client/debug/internal/AnalyzeLayoutsPanel.java
client/src/main/java/com/vaadin/client/debug/internal/ConnectorInfoPanel.java
client/src/main/java/com/vaadin/client/debug/internal/DebugButton.java
client/src/main/java/com/vaadin/client/debug/internal/ErrorNotificationHandler.java
client/src/main/java/com/vaadin/client/debug/internal/HierarchyPanel.java
client/src/main/java/com/vaadin/client/debug/internal/HierarchySection.java
client/src/main/java/com/vaadin/client/debug/internal/Highlight.java
client/src/main/java/com/vaadin/client/debug/internal/Icon.java
client/src/main/java/com/vaadin/client/debug/internal/InfoSection.java
client/src/main/java/com/vaadin/client/debug/internal/LogSection.java
client/src/main/java/com/vaadin/client/debug/internal/NetworkSection.java
client/src/main/java/com/vaadin/client/debug/internal/OptimizedWidgetsetPanel.java
client/src/main/java/com/vaadin/client/debug/internal/ProfilerSection.java
client/src/main/java/com/vaadin/client/debug/internal/Section.java
client/src/main/java/com/vaadin/client/debug/internal/SelectConnectorListener.java
client/src/main/java/com/vaadin/client/debug/internal/SelectorPath.java
client/src/main/java/com/vaadin/client/debug/internal/TestBenchSection.java
client/src/main/java/com/vaadin/client/debug/internal/VDebugWindow.java
client/src/main/java/com/vaadin/client/debug/internal/theme/DebugWindowStyles.java
client/src/main/java/com/vaadin/client/event/InputEvent.java
client/src/main/java/com/vaadin/client/event/InputHandler.java
client/src/main/java/com/vaadin/client/event/PointerCancelEvent.java
client/src/main/java/com/vaadin/client/event/PointerCancelHandler.java
client/src/main/java/com/vaadin/client/event/PointerDownEvent.java
client/src/main/java/com/vaadin/client/event/PointerDownHandler.java
client/src/main/java/com/vaadin/client/event/PointerEvent.java
client/src/main/java/com/vaadin/client/event/PointerEventSupport.java
client/src/main/java/com/vaadin/client/event/PointerEventSupportImpl.java
client/src/main/java/com/vaadin/client/event/PointerEventSupportImplModernIE.java
client/src/main/java/com/vaadin/client/event/PointerMoveEvent.java
client/src/main/java/com/vaadin/client/event/PointerMoveHandler.java
client/src/main/java/com/vaadin/client/event/PointerUpEvent.java
client/src/main/java/com/vaadin/client/event/PointerUpHandler.java
client/src/main/java/com/vaadin/client/extensions/AbstractEventTriggerExtensionConnector.java
client/src/main/java/com/vaadin/client/extensions/AbstractExtensionConnector.java
client/src/main/java/com/vaadin/client/extensions/BrowserWindowOpenerConnector.java
client/src/main/java/com/vaadin/client/extensions/DragSourceExtensionConnector.java
client/src/main/java/com/vaadin/client/extensions/DropTargetExtensionConnector.java
client/src/main/java/com/vaadin/client/extensions/EventTrigger.java
client/src/main/java/com/vaadin/client/extensions/FileDownloaderConnector.java
client/src/main/java/com/vaadin/client/extensions/FileDropTargetConnector.java
client/src/main/java/com/vaadin/client/extensions/ResponsiveConnector.java
client/src/main/java/com/vaadin/client/extensions/javascriptmanager/JavaScriptManagerConnector.java
client/src/main/java/com/vaadin/client/metadata/AsyncBundleLoader.java
client/src/main/java/com/vaadin/client/metadata/BundleLoadCallback.java
client/src/main/java/com/vaadin/client/metadata/ConnectorBundleLoader.java
client/src/main/java/com/vaadin/client/metadata/InvokationHandler.java
client/src/main/java/com/vaadin/client/metadata/Invoker.java
client/src/main/java/com/vaadin/client/metadata/JsniInvoker.java
client/src/main/java/com/vaadin/client/metadata/Method.java
client/src/main/java/com/vaadin/client/metadata/NoDataException.java
client/src/main/java/com/vaadin/client/metadata/OnStateChangeMethod.java
client/src/main/java/com/vaadin/client/metadata/Property.java
client/src/main/java/com/vaadin/client/metadata/ProxyHandler.java
client/src/main/java/com/vaadin/client/metadata/Type.java
client/src/main/java/com/vaadin/client/metadata/TypeData.java
client/src/main/java/com/vaadin/client/metadata/TypeDataStore.java
client/src/main/java/com/vaadin/client/renderers/ButtonRenderer.java
client/src/main/java/com/vaadin/client/renderers/ClickableRenderer.java
client/src/main/java/com/vaadin/client/renderers/ComplexRenderer.java
client/src/main/java/com/vaadin/client/renderers/DateRenderer.java
client/src/main/java/com/vaadin/client/renderers/HierarchyRenderer.java
client/src/main/java/com/vaadin/client/renderers/HtmlRenderer.java
client/src/main/java/com/vaadin/client/renderers/ImageRenderer.java
client/src/main/java/com/vaadin/client/renderers/NumberRenderer.java
client/src/main/java/com/vaadin/client/renderers/ProgressBarRenderer.java
client/src/main/java/com/vaadin/client/renderers/Renderer.java
client/src/main/java/com/vaadin/client/renderers/TextRenderer.java
client/src/main/java/com/vaadin/client/renderers/WidgetRenderer.java
client/src/main/java/com/vaadin/client/ui/AbstractClickEventHandler.java
client/src/main/java/com/vaadin/client/ui/AbstractComponentConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractComponentContainerConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractFieldConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractHasComponentsConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractSingleComponentContainerConnector.java
client/src/main/java/com/vaadin/client/ui/AbstractTextFieldWidget.java
client/src/main/java/com/vaadin/client/ui/Action.java
client/src/main/java/com/vaadin/client/ui/ActionOwner.java
client/src/main/java/com/vaadin/client/ui/CalendarEntry.java
client/src/main/java/com/vaadin/client/ui/ClickEventHandler.java
client/src/main/java/com/vaadin/client/ui/ConnectorFocusAndBlurHandler.java
client/src/main/java/com/vaadin/client/ui/Field.java
client/src/main/java/com/vaadin/client/ui/FocusElementPanel.java
client/src/main/java/com/vaadin/client/ui/FocusUtil.java
client/src/main/java/com/vaadin/client/ui/FocusableFlexTable.java
client/src/main/java/com/vaadin/client/ui/FocusableFlowPanel.java
client/src/main/java/com/vaadin/client/ui/FocusableScrollPanel.java
client/src/main/java/com/vaadin/client/ui/FontIcon.java
client/src/main/java/com/vaadin/client/ui/HasErrorIndicator.java
client/src/main/java/com/vaadin/client/ui/HasErrorIndicatorElement.java
client/src/main/java/com/vaadin/client/ui/HasRequiredIndicator.java
client/src/main/java/com/vaadin/client/ui/Icon.java
client/src/main/java/com/vaadin/client/ui/ImageIcon.java
client/src/main/java/com/vaadin/client/ui/JavaScriptComponentConnector.java
client/src/main/java/com/vaadin/client/ui/JavaScriptWidget.java
client/src/main/java/com/vaadin/client/ui/JsniMousewheelHandler.java
client/src/main/java/com/vaadin/client/ui/LayoutClickEventHandler.java
client/src/main/java/com/vaadin/client/ui/LegacyConnector.java
client/src/main/java/com/vaadin/client/ui/ManagedLayout.java
client/src/main/java/com/vaadin/client/ui/MediaBaseConnector.java
client/src/main/java/com/vaadin/client/ui/PostLayoutListener.java
client/src/main/java/com/vaadin/client/ui/ShortcutActionHandler.java
client/src/main/java/com/vaadin/client/ui/SimpleFocusablePanel.java
client/src/main/java/com/vaadin/client/ui/SimpleManagedLayout.java
client/src/main/java/com/vaadin/client/ui/SubPartAware.java
client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java
client/src/main/java/com/vaadin/client/ui/TreeAction.java
client/src/main/java/com/vaadin/client/ui/UnknownComponentConnector.java
client/src/main/java/com/vaadin/client/ui/UnknownExtensionConnector.java
client/src/main/java/com/vaadin/client/ui/VAbsoluteLayout.java
client/src/main/java/com/vaadin/client/ui/VAbstractCalendarPanel.java
client/src/main/java/com/vaadin/client/ui/VAbstractDateFieldCalendar.java
client/src/main/java/com/vaadin/client/ui/VAbstractPopupCalendar.java
client/src/main/java/com/vaadin/client/ui/VAbstractSplitPanel.java
client/src/main/java/com/vaadin/client/ui/VAbstractTextualDate.java
client/src/main/java/com/vaadin/client/ui/VAccordion.java
client/src/main/java/com/vaadin/client/ui/VAudio.java
client/src/main/java/com/vaadin/client/ui/VBrowserFrame.java
client/src/main/java/com/vaadin/client/ui/VButton.java
client/src/main/java/com/vaadin/client/ui/VCheckBox.java
client/src/main/java/com/vaadin/client/ui/VCheckBoxGroup.java
client/src/main/java/com/vaadin/client/ui/VColorPicker.java
client/src/main/java/com/vaadin/client/ui/VColorPickerArea.java
client/src/main/java/com/vaadin/client/ui/VComboBox.java
client/src/main/java/com/vaadin/client/ui/VContextMenu.java
client/src/main/java/com/vaadin/client/ui/VCssLayout.java
client/src/main/java/com/vaadin/client/ui/VCustomComponent.java
client/src/main/java/com/vaadin/client/ui/VCustomField.java
client/src/main/java/com/vaadin/client/ui/VCustomLayout.java
client/src/main/java/com/vaadin/client/ui/VDateCalendarPanel.java
client/src/main/java/com/vaadin/client/ui/VDateField.java
client/src/main/java/com/vaadin/client/ui/VDateFieldCalendar.java
client/src/main/java/com/vaadin/client/ui/VDateTimeCalendarPanel.java
client/src/main/java/com/vaadin/client/ui/VDateTimeFieldCalendar.java
client/src/main/java/com/vaadin/client/ui/VDragAndDropWrapper.java
client/src/main/java/com/vaadin/client/ui/VDragAndDropWrapperIE.java
client/src/main/java/com/vaadin/client/ui/VEmbedded.java
client/src/main/java/com/vaadin/client/ui/VFlash.java
client/src/main/java/com/vaadin/client/ui/VFormLayout.java
client/src/main/java/com/vaadin/client/ui/VGridLayout.java
client/src/main/java/com/vaadin/client/ui/VHorizontalLayout.java
client/src/main/java/com/vaadin/client/ui/VImage.java
client/src/main/java/com/vaadin/client/ui/VLabel.java
client/src/main/java/com/vaadin/client/ui/VLazyExecutor.java
client/src/main/java/com/vaadin/client/ui/VLink.java
client/src/main/java/com/vaadin/client/ui/VListSelect.java
client/src/main/java/com/vaadin/client/ui/VMediaBase.java
client/src/main/java/com/vaadin/client/ui/VMenuBar.java
client/src/main/java/com/vaadin/client/ui/VNativeButton.java
client/src/main/java/com/vaadin/client/ui/VNativeSelect.java
client/src/main/java/com/vaadin/client/ui/VNotification.java
client/src/main/java/com/vaadin/client/ui/VOverlay.java
client/src/main/java/com/vaadin/client/ui/VPanel.java
client/src/main/java/com/vaadin/client/ui/VPasswordField.java
client/src/main/java/com/vaadin/client/ui/VPopupCalendar.java
client/src/main/java/com/vaadin/client/ui/VPopupTimeCalendar.java
client/src/main/java/com/vaadin/client/ui/VPopupView.java
client/src/main/java/com/vaadin/client/ui/VProgressBar.java
client/src/main/java/com/vaadin/client/ui/VRadioButtonGroup.java
client/src/main/java/com/vaadin/client/ui/VRichTextArea.java
client/src/main/java/com/vaadin/client/ui/VSlider.java
client/src/main/java/com/vaadin/client/ui/VSplitPanelHorizontal.java
client/src/main/java/com/vaadin/client/ui/VSplitPanelVertical.java
client/src/main/java/com/vaadin/client/ui/VTabsheet.java
client/src/main/java/com/vaadin/client/ui/VTabsheetBase.java
client/src/main/java/com/vaadin/client/ui/VTabsheetPanel.java
client/src/main/java/com/vaadin/client/ui/VTextArea.java
client/src/main/java/com/vaadin/client/ui/VTextField.java
client/src/main/java/com/vaadin/client/ui/VTwinColSelect.java
client/src/main/java/com/vaadin/client/ui/VUI.java
client/src/main/java/com/vaadin/client/ui/VUnknownComponent.java
client/src/main/java/com/vaadin/client/ui/VUpload.java
client/src/main/java/com/vaadin/client/ui/VVerticalLayout.java
client/src/main/java/com/vaadin/client/ui/VVideo.java
client/src/main/java/com/vaadin/client/ui/VWindow.java
client/src/main/java/com/vaadin/client/ui/absolutelayout/AbsoluteLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/accordion/AccordionConnector.java
client/src/main/java/com/vaadin/client/ui/aria/AriaHelper.java
client/src/main/java/com/vaadin/client/ui/aria/HandlesAriaCaption.java
client/src/main/java/com/vaadin/client/ui/aria/HandlesAriaInvalid.java
client/src/main/java/com/vaadin/client/ui/aria/HandlesAriaRequired.java
client/src/main/java/com/vaadin/client/ui/audio/AudioConnector.java
client/src/main/java/com/vaadin/client/ui/browserframe/BrowserFrameConnector.java
client/src/main/java/com/vaadin/client/ui/button/ButtonConnector.java
client/src/main/java/com/vaadin/client/ui/checkbox/CheckBoxConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/AbstractColorPickerConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/ColorPickerAreaConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/ColorPickerConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/ColorPickerGradientConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/ColorPickerGridConnector.java
client/src/main/java/com/vaadin/client/ui/colorpicker/VColorPickerGradient.java
client/src/main/java/com/vaadin/client/ui/colorpicker/VColorPickerGrid.java
client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
client/src/main/java/com/vaadin/client/ui/composite/CompositeConnector.java
client/src/main/java/com/vaadin/client/ui/csslayout/CssLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/customcomponent/CustomComponentConnector.java
client/src/main/java/com/vaadin/client/ui/customfield/CustomFieldConnector.java
client/src/main/java/com/vaadin/client/ui/customlayout/CustomLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/AbstractDateFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/AbstractInlineDateFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/AbstractTextualDateConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/DateFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/DateTimeFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/InlineDateFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/InlineDateTimeFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/PopupDateFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/PopupDateTimeFieldConnector.java
client/src/main/java/com/vaadin/client/ui/datefield/TextualDateConnector.java
client/src/main/java/com/vaadin/client/ui/dd/DDEventHandleStrategy.java
client/src/main/java/com/vaadin/client/ui/dd/DDUtil.java
client/src/main/java/com/vaadin/client/ui/dd/DragAndDropHandler.java
client/src/main/java/com/vaadin/client/ui/dd/DragHandle.java
client/src/main/java/com/vaadin/client/ui/dd/DragImageModifier.java
client/src/main/java/com/vaadin/client/ui/dd/VAbstractDropHandler.java
client/src/main/java/com/vaadin/client/ui/dd/VAcceptAll.java
client/src/main/java/com/vaadin/client/ui/dd/VAcceptCallback.java
client/src/main/java/com/vaadin/client/ui/dd/VAcceptCriteria.java
client/src/main/java/com/vaadin/client/ui/dd/VAcceptCriterion.java
client/src/main/java/com/vaadin/client/ui/dd/VAcceptCriterionFactory.java
client/src/main/java/com/vaadin/client/ui/dd/VAnd.java
client/src/main/java/com/vaadin/client/ui/dd/VContainsDataFlavor.java
client/src/main/java/com/vaadin/client/ui/dd/VDragAndDropManager.java
client/src/main/java/com/vaadin/client/ui/dd/VDragEvent.java
client/src/main/java/com/vaadin/client/ui/dd/VDragEventServerCallback.java
client/src/main/java/com/vaadin/client/ui/dd/VDragSourceIs.java
client/src/main/java/com/vaadin/client/ui/dd/VDropHandler.java
client/src/main/java/com/vaadin/client/ui/dd/VHasDropHandler.java
client/src/main/java/com/vaadin/client/ui/dd/VHtml5DragEvent.java
client/src/main/java/com/vaadin/client/ui/dd/VHtml5File.java
client/src/main/java/com/vaadin/client/ui/dd/VLazyInitItemIdentifiers.java
client/src/main/java/com/vaadin/client/ui/dd/VNot.java
client/src/main/java/com/vaadin/client/ui/dd/VOr.java
client/src/main/java/com/vaadin/client/ui/dd/VOverTreeNode.java
client/src/main/java/com/vaadin/client/ui/dd/VServerAccept.java
client/src/main/java/com/vaadin/client/ui/dd/VSourceIsTarget.java
client/src/main/java/com/vaadin/client/ui/dd/VTargetDetailIs.java
client/src/main/java/com/vaadin/client/ui/dd/VTransferable.java
client/src/main/java/com/vaadin/client/ui/draganddropwrapper/DragAndDropWrapperConnector.java
client/src/main/java/com/vaadin/client/ui/embedded/EmbeddedConnector.java
client/src/main/java/com/vaadin/client/ui/flash/FlashConnector.java
client/src/main/java/com/vaadin/client/ui/formlayout/FormLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/gridlayout/GridLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/image/ImageConnector.java
client/src/main/java/com/vaadin/client/ui/label/LabelConnector.java
client/src/main/java/com/vaadin/client/ui/layout/ComponentConnectorLayoutSlot.java
client/src/main/java/com/vaadin/client/ui/layout/ElementResizeEvent.java
client/src/main/java/com/vaadin/client/ui/layout/ElementResizeListener.java
client/src/main/java/com/vaadin/client/ui/layout/LayoutDependencyTree.java
client/src/main/java/com/vaadin/client/ui/layout/Margins.java
client/src/main/java/com/vaadin/client/ui/layout/MayScrollChildren.java
client/src/main/java/com/vaadin/client/ui/layout/VLayoutSlot.java
client/src/main/java/com/vaadin/client/ui/link/LinkConnector.java
client/src/main/java/com/vaadin/client/ui/listselect/ListSelectConnector.java
client/src/main/java/com/vaadin/client/ui/loginform/LoginFormConnector.java
client/src/main/java/com/vaadin/client/ui/loginform/VLoginForm.java
client/src/main/java/com/vaadin/client/ui/menubar/MenuBar.java
client/src/main/java/com/vaadin/client/ui/menubar/MenuBarConnector.java
client/src/main/java/com/vaadin/client/ui/menubar/MenuItem.java
client/src/main/java/com/vaadin/client/ui/nativebutton/NativeButtonConnector.java
client/src/main/java/com/vaadin/client/ui/nativeselect/NativeSelectConnector.java
client/src/main/java/com/vaadin/client/ui/notification/NotificationConnector.java
client/src/main/java/com/vaadin/client/ui/optiongroup/CheckBoxGroupConnector.java
client/src/main/java/com/vaadin/client/ui/optiongroup/RadioButtonGroupConnector.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/CaptionPosition.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/HorizontalLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/Slot.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java
client/src/main/java/com/vaadin/client/ui/orderedlayout/VerticalLayoutConnector.java
client/src/main/java/com/vaadin/client/ui/panel/PanelConnector.java
client/src/main/java/com/vaadin/client/ui/passwordfield/PasswordFieldConnector.java
client/src/main/java/com/vaadin/client/ui/popupview/PopupViewConnector.java
client/src/main/java/com/vaadin/client/ui/popupview/VisibilityChangeEvent.java
client/src/main/java/com/vaadin/client/ui/popupview/VisibilityChangeHandler.java
client/src/main/java/com/vaadin/client/ui/progressbar/ProgressBarConnector.java
client/src/main/java/com/vaadin/client/ui/richtextarea/RichTextAreaConnector.java
client/src/main/java/com/vaadin/client/ui/richtextarea/VRichTextToolbar.java
client/src/main/java/com/vaadin/client/ui/slider/SliderConnector.java
client/src/main/java/com/vaadin/client/ui/splitpanel/AbstractSplitPanelConnector.java
client/src/main/java/com/vaadin/client/ui/splitpanel/HorizontalSplitPanelConnector.java
client/src/main/java/com/vaadin/client/ui/splitpanel/VerticalSplitPanelConnector.java
client/src/main/java/com/vaadin/client/ui/tabsheet/TabsheetBaseConnector.java
client/src/main/java/com/vaadin/client/ui/tabsheet/TabsheetConnector.java
client/src/main/java/com/vaadin/client/ui/textarea/TextAreaConnector.java
client/src/main/java/com/vaadin/client/ui/textfield/AbstractTextFieldConnector.java
client/src/main/java/com/vaadin/client/ui/textfield/TextFieldConnector.java
client/src/main/java/com/vaadin/client/ui/textfield/ValueChangeHandler.java
client/src/main/java/com/vaadin/client/ui/treegrid/TreeGridConnector.java
client/src/main/java/com/vaadin/client/ui/twincolselect/TwinColSelectConnector.java
client/src/main/java/com/vaadin/client/ui/ui/UIConnector.java
client/src/main/java/com/vaadin/client/ui/upload/UploadConnector.java
client/src/main/java/com/vaadin/client/ui/upload/UploadIFrameOnloadStrategy.java
client/src/main/java/com/vaadin/client/ui/upload/UploadIFrameOnloadStrategyIE.java
client/src/main/java/com/vaadin/client/ui/video/VideoConnector.java
client/src/main/java/com/vaadin/client/ui/window/WindowConnector.java
client/src/main/java/com/vaadin/client/ui/window/WindowMoveEvent.java
client/src/main/java/com/vaadin/client/ui/window/WindowMoveHandler.java
client/src/main/java/com/vaadin/client/ui/window/WindowOrderEvent.java
client/src/main/java/com/vaadin/client/ui/window/WindowOrderHandler.java
client/src/main/java/com/vaadin/client/widget/escalator/Cell.java
client/src/main/java/com/vaadin/client/widget/escalator/ColumnConfiguration.java
client/src/main/java/com/vaadin/client/widget/escalator/EscalatorUpdater.java
client/src/main/java/com/vaadin/client/widget/escalator/FlyweightCell.java
client/src/main/java/com/vaadin/client/widget/escalator/FlyweightRow.java
client/src/main/java/com/vaadin/client/widget/escalator/PositionFunction.java
client/src/main/java/com/vaadin/client/widget/escalator/Row.java
client/src/main/java/com/vaadin/client/widget/escalator/RowContainer.java
client/src/main/java/com/vaadin/client/widget/escalator/RowVisibilityChangeEvent.java
client/src/main/java/com/vaadin/client/widget/escalator/RowVisibilityChangeHandler.java
client/src/main/java/com/vaadin/client/widget/escalator/ScrollbarBundle.java
client/src/main/java/com/vaadin/client/widget/escalator/Spacer.java
client/src/main/java/com/vaadin/client/widget/escalator/SpacerUpdater.java
client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedEvent.java
client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedHandler.java
client/src/main/java/com/vaadin/client/widget/escalator/events/SpacerIndexChangedEvent.java
client/src/main/java/com/vaadin/client/widget/escalator/events/SpacerIndexChangedHandler.java
client/src/main/java/com/vaadin/client/widget/escalator/events/SpacerVisibilityChangedEvent.java
client/src/main/java/com/vaadin/client/widget/escalator/events/SpacerVisibilityChangedHandler.java
client/src/main/java/com/vaadin/client/widget/grid/AutoScroller.java
client/src/main/java/com/vaadin/client/widget/grid/CellReference.java
client/src/main/java/com/vaadin/client/widget/grid/CellStyleGenerator.java
client/src/main/java/com/vaadin/client/widget/grid/DataAvailableEvent.java
client/src/main/java/com/vaadin/client/widget/grid/DataAvailableHandler.java
client/src/main/java/com/vaadin/client/widget/grid/DefaultEditorEventHandler.java
client/src/main/java/com/vaadin/client/widget/grid/DetailsGenerator.java
client/src/main/java/com/vaadin/client/widget/grid/EditorHandler.java
client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java
client/src/main/java/com/vaadin/client/widget/grid/GridEventHandler.java
client/src/main/java/com/vaadin/client/widget/grid/HeightAwareDetailsGenerator.java
client/src/main/java/com/vaadin/client/widget/grid/RendererCellReference.java
client/src/main/java/com/vaadin/client/widget/grid/RowReference.java
client/src/main/java/com/vaadin/client/widget/grid/RowStyleGenerator.java
client/src/main/java/com/vaadin/client/widget/grid/datasources/ListDataSource.java
client/src/main/java/com/vaadin/client/widget/grid/datasources/ListSorter.java
client/src/main/java/com/vaadin/client/widget/grid/events/AbstractGridKeyEventHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/AbstractGridMouseEventHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/BodyClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/BodyDoubleClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/BodyKeyDownHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/BodyKeyPressHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/BodyKeyUpHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnReorderEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnReorderHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnResizeEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnResizeHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/ColumnVisibilityChangeHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/EscalatorSizeChangeHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/FooterClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/FooterDoubleClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/FooterKeyDownHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/FooterKeyPressHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/FooterKeyUpHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridClickEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridDoubleClickEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridEnabledEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridEnabledHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridKeyDownEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridKeyPressEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridKeyUpEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridSelectionAllowedEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/GridSelectionAllowedHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/HeaderClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/HeaderDoubleClickHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/HeaderKeyDownHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/HeaderKeyPressHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/HeaderKeyUpHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/ScrollEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/ScrollHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/SelectAllEvent.java
client/src/main/java/com/vaadin/client/widget/grid/events/SelectAllHandler.java
client/src/main/java/com/vaadin/client/widget/grid/events/VerticalScrollbarVisibilityChangeHandler.java
client/src/main/java/com/vaadin/client/widget/grid/selection/ClickSelectHandler.java
client/src/main/java/com/vaadin/client/widget/grid/selection/HasSelectionHandlers.java
client/src/main/java/com/vaadin/client/widget/grid/selection/MultiSelectionRenderer.java
client/src/main/java/com/vaadin/client/widget/grid/selection/SelectionEvent.java
client/src/main/java/com/vaadin/client/widget/grid/selection/SelectionHandler.java
client/src/main/java/com/vaadin/client/widget/grid/selection/SelectionModel.java
client/src/main/java/com/vaadin/client/widget/grid/selection/SelectionModelWithSelectionColumn.java
client/src/main/java/com/vaadin/client/widget/grid/selection/SpaceSelectHandler.java
client/src/main/java/com/vaadin/client/widget/grid/sort/Sort.java
client/src/main/java/com/vaadin/client/widget/grid/sort/SortEvent.java
client/src/main/java/com/vaadin/client/widget/grid/sort/SortHandler.java
client/src/main/java/com/vaadin/client/widget/grid/sort/SortOrder.java
client/src/main/java/com/vaadin/client/widget/treegrid/TreeGrid.java
client/src/main/java/com/vaadin/client/widget/treegrid/events/TreeGridClickEvent.java
client/src/main/java/com/vaadin/client/widget/treegrid/events/TreeGridDoubleClickEvent.java
client/src/main/java/com/vaadin/client/widgets/ChildFocusAwareFlowPanel.java
client/src/main/java/com/vaadin/client/widgets/Escalator.java
client/src/main/java/com/vaadin/client/widgets/FocusableFlowPanelComposite.java
client/src/main/java/com/vaadin/client/widgets/Grid.java
client/src/main/java/com/vaadin/client/widgets/Overlay.java
compatibility-client-compiled/src/main/java/com/vaadin/osgi/compatibility/widgetset/CompatibilityWidgetsetContribution.java
compatibility-client/src/main/java/com/vaadin/v7/client/ComponentConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/AbstractGridRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/AbstractRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/AbstractSelectionModelConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/ButtonRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/ClickableRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/DateRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/DetailComponentManagerConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/GridConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/ImageRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/JavaScriptRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/MultiSelectionModelConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/NoSelectionModelConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/NumberRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/ProgressBarRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/RpcDataSourceConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/SingleSelectionModelConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/TextRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/connectors/UnsafeHtmlRendererConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/ButtonRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/ClickableRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/ComplexRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/DateRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/HtmlRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/ImageRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/NumberRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/ProgressBarRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/Renderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/TextRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/renderers/WidgetRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/AbstractFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/AbstractLegacyComponentConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/JsniMousewheelHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCheckBox.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCustomComponent.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCustomField.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VDateField.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VDateFieldCalendar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VFilterSelect.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VForm.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VLabel.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VListSelect.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VNativeSelect.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VOptionGroup.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VOptionGroupBase.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VPasswordField.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VPopupCalendar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VProgressBar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VProgressIndicator.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VRichTextArea.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VSlider.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTextArea.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTextField.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTextualDate.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTree.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTreeTable.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VTwinColSelect.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VUpload.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/CalendarConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/VCalendarAction.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/CalendarDay.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/CalendarEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DateCell.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DateCellContainer.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DateCellDayEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DateCellGroup.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DateUtil.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/DayToolbar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/FocusableComplexPanel.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/FocusableGrid.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/FocusableHTML.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/HasTooltipKey.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/MonthEventLabel.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/MonthGrid.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/SimpleDayCell.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/SimpleDayToolbar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/SimpleWeekToolbar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/WeekGrid.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/WeekGridMinuteTimeRange.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/WeekLabel.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/WeeklyLongEvents.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/WeeklyLongEventsDateCell.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/dd/CalendarDropHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/dd/CalendarMonthDropHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/calendar/schedule/dd/CalendarWeekDropHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/checkbox/CheckBoxConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/colorpicker/AbstractColorPickerConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/colorpicker/ColorPickerAreaConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/colorpicker/ColorPickerConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/colorpicker/ColorPickerGradientConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/colorpicker/ColorPickerGridConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/combobox/ComboBoxConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/customfield/CustomFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/datefield/AbstractDateFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/datefield/DateFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/datefield/InlineDateFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/datefield/PopupDateFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/datefield/TextualDateConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/dd/VIsOverId.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/dd/VItemIdIs.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/form/FormConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/label/LabelConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/listselect/ListSelectConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/nativeselect/NativeSelectConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/optiongroup/OptionGroupBaseConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/optiongroup/OptionGroupConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/passwordfield/PasswordFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/progressindicator/ProgressBarConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/progressindicator/ProgressIndicatorConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/richtextarea/RichTextAreaConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/richtextarea/VRichTextToolbar.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/slider/SliderConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/table/TableConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/table/VTableLazyInitItemIdentifiers.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/textarea/TextAreaConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/textfield/TextFieldConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/tree/TreeConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/tree/VTargetInSubtree.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/tree/VTreeLazyInitItemIdentifiers.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/treetable/TreeTableConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/twincolselect/TwinColSelectConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/upload/UploadConnector.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/upload/UploadIFrameOnloadStrategy.java
compatibility-client/src/main/java/com/vaadin/v7/client/ui/upload/UploadIFrameOnloadStrategyIE.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/Cell.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/ColumnConfiguration.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/EscalatorUpdater.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/FlyweightCell.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/FlyweightRow.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/PositionFunction.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/Row.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/RowContainer.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/RowVisibilityChangeEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/RowVisibilityChangeHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/ScrollbarBundle.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/Spacer.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/SpacerUpdater.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/events/RowHeightChangedEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/events/RowHeightChangedHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/events/SpacerVisibilityChangedEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/escalator/events/SpacerVisibilityChangedHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/AutoScroller.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/CellReference.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/CellStyleGenerator.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/DataAvailableEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/DataAvailableHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/DefaultEditorEventHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/DetailsGenerator.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/EditorHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/EventCellReference.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/GridEventHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/HeightAwareDetailsGenerator.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/RendererCellReference.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/RowReference.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/RowStyleGenerator.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/datasources/ListDataSource.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/datasources/ListSorter.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/AbstractGridKeyEventHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/AbstractGridMouseEventHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/BodyClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/BodyDoubleClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/BodyKeyDownHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/BodyKeyPressHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/BodyKeyUpHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnReorderEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnReorderHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnResizeEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnResizeHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnVisibilityChangeEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ColumnVisibilityChangeHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/FooterClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/FooterDoubleClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/FooterKeyDownHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/FooterKeyPressHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/FooterKeyUpHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridClickEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridDoubleClickEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridEnabledEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridEnabledHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridKeyDownEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridKeyPressEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/GridKeyUpEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/HeaderClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/HeaderDoubleClickHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/HeaderKeyDownHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/HeaderKeyPressHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/HeaderKeyUpHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ScrollEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/ScrollHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/SelectAllEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/events/SelectAllHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/AbstractRowHandleSelectionModel.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/ClickSelectHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/HasSelectionHandlers.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/HasUserSelectionAllowed.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/MultiSelectionRenderer.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionModel.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionModelMulti.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionModelNone.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SelectionModelSingle.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/selection/SpaceSelectHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/sort/Sort.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/sort/SortEvent.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/sort/SortHandler.java
compatibility-client/src/main/java/com/vaadin/v7/client/widget/grid/sort/SortOrder.java
compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java
compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Grid.java
compatibility-server-gae/src/main/java/com/vaadin/server/GAEVaadinServlet.java
compatibility-server/src/main/java/com/vaadin/v7/data/Buffered.java
compatibility-server/src/main/java/com/vaadin/v7/data/BufferedValidatable.java
compatibility-server/src/main/java/com/vaadin/v7/data/Collapsible.java
compatibility-server/src/main/java/com/vaadin/v7/data/Container.java
compatibility-server/src/main/java/com/vaadin/v7/data/ContainerHelpers.java
compatibility-server/src/main/java/com/vaadin/v7/data/Item.java
compatibility-server/src/main/java/com/vaadin/v7/data/Property.java
compatibility-server/src/main/java/com/vaadin/v7/data/Validatable.java
compatibility-server/src/main/java/com/vaadin/v7/data/Validator.java
compatibility-server/src/main/java/com/vaadin/v7/data/fieldgroup/BeanFieldGroup.java
compatibility-server/src/main/java/com/vaadin/v7/data/fieldgroup/Caption.java
compatibility-server/src/main/java/com/vaadin/v7/data/fieldgroup/DefaultFieldGroupFieldFactory.java
compatibility-server/src/main/java/com/vaadin/v7/data/fieldgroup/FieldGroup.java
compatibility-server/src/main/java/com/vaadin/v7/data/fieldgroup/FieldGroupFieldFactory.java
compatibility-server/src/main/java/com/vaadin/v7/data/sort/Sort.java
compatibility-server/src/main/java/com/vaadin/v7/data/sort/SortOrder.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/AbstractBeanContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/AbstractContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/AbstractInMemoryContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/AbstractProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/BeanContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/BeanItem.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/BeanItemContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/ContainerHierarchicalWrapper.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/ContainerOrderedWrapper.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/DefaultItemSorter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/FilesystemContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/GeneratedPropertyContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/HierarchicalContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/HierarchicalContainerOrderedWrapper.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/IndexedContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/ItemSorter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/ListSet.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/MethodProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/MethodPropertyDescriptor.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/NestedMethodProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/NestedPropertyDescriptor.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/ObjectProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/PropertyFormatter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/PropertyValueGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/PropertysetItem.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/TextFileProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/TransactionalPropertyWrapper.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/VaadinPropertyDescriptor.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/AbstractStringToNumberConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/Converter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/ConverterFactory.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/ConverterUtil.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/DateToLongConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/DateToSqlDateConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/DefaultConverterFactory.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/ReverseConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToBigDecimalConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToBigIntegerConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToBooleanConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToByteConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToCollectionConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToDateConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToDoubleConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToEnumConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToFloatConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToIntegerConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToLongConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/converter/StringToShortConverter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/AbstractJunctionFilter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/And.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/Between.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/Compare.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/IsNull.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/Like.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/Not.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/Or.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/SimpleStringFilter.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/filter/UnsupportedFilterException.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/CacheFlushNotifier.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/CacheMap.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/OptimisticLockException.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ReadOnlyRowId.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/Reference.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/RowId.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/RowItem.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/SQLContainer.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/SQLUtil.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/TemporaryRowId.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/connection/J2EEConnectionPool.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/connection/JDBCConnectionPool.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/connection/SimpleJDBCConnectionPool.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/AbstractTransactionalQuery.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/FreeformQuery.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/FreeformQueryDelegate.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/FreeformStatementDelegate.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/OrderBy.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/QueryDelegate.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/TableQuery.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/DefaultSQLGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/MSSQLGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/OracleGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/SQLGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/StatementHelper.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/AndTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/BetweenTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/CompareTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/FilterTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/IsNullTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/LikeTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/NotTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/OrTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/QueryBuilder.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/SimpleStringTranslator.java
compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/query/generator/filter/StringDecorator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/AbstractStringValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/AbstractValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/BeanValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/BigDecimalRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/BigIntegerRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/ByteRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/CompositeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/DateRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/DoubleRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/DoubleValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/EmailValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/FloatRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/IntegerRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/IntegerValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/LongRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/NullValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/RangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/RegexpValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/ShortRangeValidator.java
compatibility-server/src/main/java/com/vaadin/v7/data/validator/StringLengthValidator.java
compatibility-server/src/main/java/com/vaadin/v7/event/DataBoundTransferable.java
compatibility-server/src/main/java/com/vaadin/v7/event/FieldEvents.java
compatibility-server/src/main/java/com/vaadin/v7/event/ItemClickEvent.java
compatibility-server/src/main/java/com/vaadin/v7/event/SelectionEvent.java
compatibility-server/src/main/java/com/vaadin/v7/event/SortEvent.java
compatibility-server/src/main/java/com/vaadin/v7/server/communication/data/DataGenerator.java
compatibility-server/src/main/java/com/vaadin/v7/server/communication/data/RpcDataProviderExtension.java
compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractColorPicker.java
compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractLegacyComponent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractSelect.java
compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractTextField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.java
compatibility-server/src/main/java/com/vaadin/v7/ui/CheckBox.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ColorPicker.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ColorPickerArea.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ComboBox.java
compatibility-server/src/main/java/com/vaadin/v7/ui/CustomField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/DateField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/DefaultFieldFactory.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Field.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Form.java
compatibility-server/src/main/java/com/vaadin/v7/ui/FormFieldFactory.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Grid.java
compatibility-server/src/main/java/com/vaadin/v7/ui/HorizontalLayout.java
compatibility-server/src/main/java/com/vaadin/v7/ui/InlineDateField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Label.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ListSelect.java
compatibility-server/src/main/java/com/vaadin/v7/ui/NativeSelect.java
compatibility-server/src/main/java/com/vaadin/v7/ui/OptionGroup.java
compatibility-server/src/main/java/com/vaadin/v7/ui/PasswordField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/PopupDateField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ProgressBar.java
compatibility-server/src/main/java/com/vaadin/v7/ui/ProgressIndicator.java
compatibility-server/src/main/java/com/vaadin/v7/ui/RichTextArea.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Select.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Slider.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
compatibility-server/src/main/java/com/vaadin/v7/ui/TableFieldFactory.java
compatibility-server/src/main/java/com/vaadin/v7/ui/TextArea.java
compatibility-server/src/main/java/com/vaadin/v7/ui/TextField.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Tree.java
compatibility-server/src/main/java/com/vaadin/v7/ui/TreeTable.java
compatibility-server/src/main/java/com/vaadin/v7/ui/TwinColSelect.java
compatibility-server/src/main/java/com/vaadin/v7/ui/Upload.java
compatibility-server/src/main/java/com/vaadin/v7/ui/VerticalLayout.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/CalendarComponentEvent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/CalendarComponentEvents.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/CalendarDateRange.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/CalendarTargetDetails.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/ContainerEventProvider.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/BasicEvent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/BasicEventProvider.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEditableEventProvider.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEvent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/CalendarEventProvider.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/event/EditableCalendarEvent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicBackwardHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicDateClickHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicEventMoveHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicEventResizeHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicForwardHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/calendar/handler/BasicWeekClickHandler.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeEvent.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeListener.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGradient.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGrid.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerHistory.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerPopup.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerPreview.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerSelect.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorSelector.java
compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/HasColorChangeListener.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/AbstractJavaScriptRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/ButtonRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/ClickableRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/DateRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/HtmlRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/ImageRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/NumberRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/ProgressBarRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/Renderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/renderers/TextRenderer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/themes/BaseTheme.java
compatibility-server/src/main/java/com/vaadin/v7/ui/themes/ChameleonTheme.java
compatibility-server/src/main/java/com/vaadin/v7/ui/themes/Reindeer.java
compatibility-server/src/main/java/com/vaadin/v7/ui/themes/Runo.java
compatibility-server/src/main/java/com/vaadin/v7/util/FileTypeResolver.java
compatibility-server/src/main/java/com/vaadin/v7/util/SerializerHelper.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractFieldState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractLegacyComponentState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/form/FormState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarClientRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarEventId.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/DateConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/checkbox/CheckBoxServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/checkbox/CheckBoxState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/Color.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerGradientServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerGradientState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerGridServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerGridState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/colorpicker/ColorPickerState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/combobox/ComboBoxConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/combobox/ComboBoxState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/combobox/FilteringMode.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/datefield/DateFieldConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/datefield/InlineDateFieldState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/datefield/PopupDateFieldState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/datefield/Resolution.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/datefield/TextualDateFieldState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/ColumnGroupState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/ColumnResizeMode.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridClientRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridColumnState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridStaticCellType.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/GridStaticSectionState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/HeightMode.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/ScrollDestination.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/renderers/RendererClickRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/selection/MultiSelectionModelServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/selection/MultiSelectionModelState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/selection/SingleSelectionModelServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/selection/SingleSelectionModelState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/label/ContentMode.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/label/LabelState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/optiongroup/OptionGroupConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/optiongroup/OptionGroupState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/progressindicator/ProgressBarState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/progressindicator/ProgressIndicatorServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/progressindicator/ProgressIndicatorState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/select/AbstractSelectState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/slider/SliderOrientation.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/slider/SliderServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/slider/SliderState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/table/CollapseMenuContent.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/table/TableConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/table/TableServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/table/TableState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/textarea/RichTextAreaState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/textarea/TextAreaState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/textfield/AbstractTextFieldState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/textfield/TextFieldConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/tree/TreeConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/tree/TreeServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/tree/TreeState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/treetable/TreeTableConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/treetable/TreeTableState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/twincolselect/TwinColSelectConstants.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/twincolselect/TwinColSelectState.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/upload/UploadClientRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/upload/UploadServerRpc.java
compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/upload/UploadState.java
compatibility-themes/src/main/java/com/vaadin/osgi/compatibility/themes/LegacyThemeContributions.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/OsgiUIProvider.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/OsgiVaadinPortlet.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/OsgiVaadinPortletService.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/PortletProperties.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/PortletUIServiceTrackerCustomizer.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinLiferayPortletConfiguration.java
liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java
osgi-integration/src/main/java/com/vaadin/osgi/servlet/VaadinServletRegistration.java
push/src/main/java/com/vaadin/osgi/push/PushResourcesContribution.java
server/src/main/java/com/vaadin/annotations/AutoGenerated.java
server/src/main/java/com/vaadin/annotations/DesignRoot.java
server/src/main/java/com/vaadin/annotations/HtmlImport.java
server/src/main/java/com/vaadin/annotations/InternalContainerAnnotationForHtml.java
server/src/main/java/com/vaadin/annotations/InternalContainerAnnotationForJS.java
server/src/main/java/com/vaadin/annotations/InternalContainerAnnotationForSS.java
server/src/main/java/com/vaadin/annotations/JavaScript.java
server/src/main/java/com/vaadin/annotations/PreserveOnRefresh.java
server/src/main/java/com/vaadin/annotations/PropertyId.java
server/src/main/java/com/vaadin/annotations/Push.java
server/src/main/java/com/vaadin/annotations/StyleSheet.java
server/src/main/java/com/vaadin/annotations/Theme.java
server/src/main/java/com/vaadin/annotations/Title.java
server/src/main/java/com/vaadin/annotations/VaadinServletConfiguration.java
server/src/main/java/com/vaadin/annotations/Viewport.java
server/src/main/java/com/vaadin/annotations/ViewportGeneratorClass.java
server/src/main/java/com/vaadin/annotations/Widgetset.java
server/src/main/java/com/vaadin/data/AbstractBeanPropertyDefinition.java
server/src/main/java/com/vaadin/data/BeanPropertySet.java
server/src/main/java/com/vaadin/data/BeanValidationBinder.java
server/src/main/java/com/vaadin/data/Binder.java
server/src/main/java/com/vaadin/data/BinderValidationStatus.java
server/src/main/java/com/vaadin/data/BinderValidationStatusHandler.java
server/src/main/java/com/vaadin/data/BindingValidationStatus.java
server/src/main/java/com/vaadin/data/BindingValidationStatusHandler.java
server/src/main/java/com/vaadin/data/Converter.java
server/src/main/java/com/vaadin/data/ErrorMessageProvider.java
server/src/main/java/com/vaadin/data/HasDataProvider.java
server/src/main/java/com/vaadin/data/HasFilterableDataProvider.java
server/src/main/java/com/vaadin/data/HasHierarchicalDataProvider.java
server/src/main/java/com/vaadin/data/HasItems.java
server/src/main/java/com/vaadin/data/HasValue.java
server/src/main/java/com/vaadin/data/PropertyDefinition.java
server/src/main/java/com/vaadin/data/PropertyFilterDefinition.java
server/src/main/java/com/vaadin/data/PropertySet.java
server/src/main/java/com/vaadin/data/ReadOnlyHasValue.java
server/src/main/java/com/vaadin/data/RequiredFieldConfigurator.java
server/src/main/java/com/vaadin/data/Result.java
server/src/main/java/com/vaadin/data/SelectionModel.java
server/src/main/java/com/vaadin/data/SimpleResult.java
server/src/main/java/com/vaadin/data/StatusChangeEvent.java
server/src/main/java/com/vaadin/data/StatusChangeListener.java
server/src/main/java/com/vaadin/data/TreeData.java
server/src/main/java/com/vaadin/data/ValidationException.java
server/src/main/java/com/vaadin/data/ValidationResult.java
server/src/main/java/com/vaadin/data/ValidationResultWrap.java
server/src/main/java/com/vaadin/data/Validator.java
server/src/main/java/com/vaadin/data/ValueContext.java
server/src/main/java/com/vaadin/data/ValueProvider.java
server/src/main/java/com/vaadin/data/converter/AbstractStringToNumberConverter.java
server/src/main/java/com/vaadin/data/converter/DateToLongConverter.java
server/src/main/java/com/vaadin/data/converter/DateToSqlDateConverter.java
server/src/main/java/com/vaadin/data/converter/LocalDateTimeToDateConverter.java
server/src/main/java/com/vaadin/data/converter/LocalDateToDateConverter.java
server/src/main/java/com/vaadin/data/converter/StringToBigDecimalConverter.java
server/src/main/java/com/vaadin/data/converter/StringToBigIntegerConverter.java
server/src/main/java/com/vaadin/data/converter/StringToBooleanConverter.java
server/src/main/java/com/vaadin/data/converter/StringToDateConverter.java
server/src/main/java/com/vaadin/data/converter/StringToDoubleConverter.java
server/src/main/java/com/vaadin/data/converter/StringToFloatConverter.java
server/src/main/java/com/vaadin/data/converter/StringToIntegerConverter.java
server/src/main/java/com/vaadin/data/converter/StringToLongConverter.java
server/src/main/java/com/vaadin/data/converter/StringToUuidConverter.java
server/src/main/java/com/vaadin/data/provider/AbstractBackEndDataProvider.java
server/src/main/java/com/vaadin/data/provider/AbstractBackEndHierarchicalDataProvider.java
server/src/main/java/com/vaadin/data/provider/AbstractDataProvider.java
server/src/main/java/com/vaadin/data/provider/AbstractHierarchicalDataProvider.java
server/src/main/java/com/vaadin/data/provider/BackEndDataProvider.java
server/src/main/java/com/vaadin/data/provider/BackEndHierarchicalDataProvider.java
server/src/main/java/com/vaadin/data/provider/CallbackDataProvider.java
server/src/main/java/com/vaadin/data/provider/ConfigurableFilterDataProvider.java
server/src/main/java/com/vaadin/data/provider/ConfigurableFilterDataProviderWrapper.java
server/src/main/java/com/vaadin/data/provider/DataChangeEvent.java
server/src/main/java/com/vaadin/data/provider/DataCommunicator.java
server/src/main/java/com/vaadin/data/provider/DataGenerator.java
server/src/main/java/com/vaadin/data/provider/DataKeyMapper.java
server/src/main/java/com/vaadin/data/provider/DataProvider.java
server/src/main/java/com/vaadin/data/provider/DataProviderListener.java
server/src/main/java/com/vaadin/data/provider/DataProviderWrapper.java
server/src/main/java/com/vaadin/data/provider/GridSortOrder.java
server/src/main/java/com/vaadin/data/provider/GridSortOrderBuilder.java
server/src/main/java/com/vaadin/data/provider/HierarchicalDataCommunicator.java
server/src/main/java/com/vaadin/data/provider/HierarchicalDataProvider.java
server/src/main/java/com/vaadin/data/provider/HierarchicalQuery.java
server/src/main/java/com/vaadin/data/provider/HierarchyMapper.java
server/src/main/java/com/vaadin/data/provider/InMemoryDataProvider.java
server/src/main/java/com/vaadin/data/provider/InMemoryDataProviderHelpers.java
server/src/main/java/com/vaadin/data/provider/ListDataProvider.java
server/src/main/java/com/vaadin/data/provider/Query.java
server/src/main/java/com/vaadin/data/provider/QuerySortOrder.java
server/src/main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java
server/src/main/java/com/vaadin/data/provider/Sort.java
server/src/main/java/com/vaadin/data/provider/SortOrder.java
server/src/main/java/com/vaadin/data/provider/SortOrderBuilder.java
server/src/main/java/com/vaadin/data/provider/TreeDataProvider.java
server/src/main/java/com/vaadin/data/util/BeanUtil.java
server/src/main/java/com/vaadin/data/validator/AbstractValidator.java
server/src/main/java/com/vaadin/data/validator/BeanValidator.java
server/src/main/java/com/vaadin/data/validator/BigDecimalRangeValidator.java
server/src/main/java/com/vaadin/data/validator/BigIntegerRangeValidator.java
server/src/main/java/com/vaadin/data/validator/ByteRangeValidator.java
server/src/main/java/com/vaadin/data/validator/DateRangeValidator.java
server/src/main/java/com/vaadin/data/validator/DateTimeRangeValidator.java
server/src/main/java/com/vaadin/data/validator/DoubleRangeValidator.java
server/src/main/java/com/vaadin/data/validator/EmailValidator.java
server/src/main/java/com/vaadin/data/validator/FloatRangeValidator.java
server/src/main/java/com/vaadin/data/validator/IntegerRangeValidator.java
server/src/main/java/com/vaadin/data/validator/LongRangeValidator.java
server/src/main/java/com/vaadin/data/validator/RangeValidator.java
server/src/main/java/com/vaadin/data/validator/RegexpValidator.java
server/src/main/java/com/vaadin/data/validator/ShortRangeValidator.java
server/src/main/java/com/vaadin/data/validator/StringLengthValidator.java
server/src/main/java/com/vaadin/event/Action.java
server/src/main/java/com/vaadin/event/ActionManager.java
server/src/main/java/com/vaadin/event/CollapseEvent.java
server/src/main/java/com/vaadin/event/ConnectorActionManager.java
server/src/main/java/com/vaadin/event/ConnectorEvent.java
server/src/main/java/com/vaadin/event/ConnectorEventListener.java
server/src/main/java/com/vaadin/event/ContextClickEvent.java
server/src/main/java/com/vaadin/event/EventRouter.java
server/src/main/java/com/vaadin/event/ExpandEvent.java
server/src/main/java/com/vaadin/event/FieldEvents.java
server/src/main/java/com/vaadin/event/FocusShortcut.java
server/src/main/java/com/vaadin/event/HasUserOriginated.java
server/src/main/java/com/vaadin/event/LayoutEvents.java
server/src/main/java/com/vaadin/event/ListenerMethod.java
server/src/main/java/com/vaadin/event/MarkedAsDirtyConnectorEvent.java
server/src/main/java/com/vaadin/event/MarkedAsDirtyListener.java
server/src/main/java/com/vaadin/event/MethodEventSource.java
server/src/main/java/com/vaadin/event/MouseEvents.java
server/src/main/java/com/vaadin/event/SerializableEventListener.java
server/src/main/java/com/vaadin/event/ShortcutAction.java
server/src/main/java/com/vaadin/event/ShortcutListener.java
server/src/main/java/com/vaadin/event/SortEvent.java
server/src/main/java/com/vaadin/event/Transferable.java
server/src/main/java/com/vaadin/event/TransferableImpl.java
server/src/main/java/com/vaadin/event/UIEvents.java
server/src/main/java/com/vaadin/event/dd/DragAndDropEvent.java
server/src/main/java/com/vaadin/event/dd/DragSource.java
server/src/main/java/com/vaadin/event/dd/DropHandler.java
server/src/main/java/com/vaadin/event/dd/DropTarget.java
server/src/main/java/com/vaadin/event/dd/TargetDetails.java
server/src/main/java/com/vaadin/event/dd/TargetDetailsImpl.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/AcceptAll.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/AcceptCriterion.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/And.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/ClientSideCriterion.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/ContainsDataFlavor.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/Not.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/Or.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/ServerSideCriterion.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/SourceIs.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/SourceIsTarget.java
server/src/main/java/com/vaadin/event/dd/acceptcriteria/TargetDetailIs.java
server/src/main/java/com/vaadin/event/selection/MultiSelectionEvent.java
server/src/main/java/com/vaadin/event/selection/MultiSelectionListener.java
server/src/main/java/com/vaadin/event/selection/SelectionEvent.java
server/src/main/java/com/vaadin/event/selection/SelectionListener.java
server/src/main/java/com/vaadin/event/selection/SingleSelectionEvent.java
server/src/main/java/com/vaadin/event/selection/SingleSelectionListener.java
server/src/main/java/com/vaadin/navigator/NavigationStateManager.java
server/src/main/java/com/vaadin/navigator/Navigator.java
server/src/main/java/com/vaadin/navigator/PushStateNavigation.java
server/src/main/java/com/vaadin/navigator/View.java
server/src/main/java/com/vaadin/navigator/ViewBeforeLeaveEvent.java
server/src/main/java/com/vaadin/navigator/ViewChangeListener.java
server/src/main/java/com/vaadin/navigator/ViewDisplay.java
server/src/main/java/com/vaadin/navigator/ViewLeaveAction.java
server/src/main/java/com/vaadin/navigator/ViewProvider.java
server/src/main/java/com/vaadin/server/AbstractClientConnector.java
server/src/main/java/com/vaadin/server/AbstractDeploymentConfiguration.java
server/src/main/java/com/vaadin/server/AbstractErrorMessage.java
server/src/main/java/com/vaadin/server/AbstractExtension.java
server/src/main/java/com/vaadin/server/AbstractJavaScriptExtension.java
server/src/main/java/com/vaadin/server/BootstrapFragmentResponse.java
server/src/main/java/com/vaadin/server/BootstrapHandler.java
server/src/main/java/com/vaadin/server/BootstrapListener.java
server/src/main/java/com/vaadin/server/BootstrapPageResponse.java
server/src/main/java/com/vaadin/server/BootstrapResponse.java
server/src/main/java/com/vaadin/server/BrowserWindowOpener.java
server/src/main/java/com/vaadin/server/ClassResource.java
server/src/main/java/com/vaadin/server/ClientConnector.java
server/src/main/java/com/vaadin/server/ClientMethodInvocation.java
server/src/main/java/com/vaadin/server/ComponentSizeValidator.java
server/src/main/java/com/vaadin/server/CompositeErrorMessage.java
server/src/main/java/com/vaadin/server/ConnectorIdGenerationEvent.java
server/src/main/java/com/vaadin/server/ConnectorIdGenerator.java
server/src/main/java/com/vaadin/server/ConnectorResource.java
server/src/main/java/com/vaadin/server/ConnectorResourceHandler.java
server/src/main/java/com/vaadin/server/Constants.java
server/src/main/java/com/vaadin/server/CustomizedSystemMessages.java
server/src/main/java/com/vaadin/server/DefaultDeploymentConfiguration.java
server/src/main/java/com/vaadin/server/DefaultErrorHandler.java
server/src/main/java/com/vaadin/server/DefaultSystemMessagesProvider.java
server/src/main/java/com/vaadin/server/DefaultUIProvider.java
server/src/main/java/com/vaadin/server/DependencyFilter.java
server/src/main/java/com/vaadin/server/DeploymentConfiguration.java
server/src/main/java/com/vaadin/server/DownloadStream.java
server/src/main/java/com/vaadin/server/DragAndDropService.java
server/src/main/java/com/vaadin/server/EncodeResult.java
server/src/main/java/com/vaadin/server/ErrorEvent.java
server/src/main/java/com/vaadin/server/ErrorHandler.java
server/src/main/java/com/vaadin/server/ErrorHandlingRunnable.java
server/src/main/java/com/vaadin/server/ErrorMessage.java
server/src/main/java/com/vaadin/server/ErrorMessageProducer.java
server/src/main/java/com/vaadin/server/EventTrigger.java
server/src/main/java/com/vaadin/server/Extension.java
server/src/main/java/com/vaadin/server/ExternalResource.java
server/src/main/java/com/vaadin/server/FileDownloader.java
server/src/main/java/com/vaadin/server/FileResource.java
server/src/main/java/com/vaadin/server/FontAwesome.java
server/src/main/java/com/vaadin/server/FontIcon.java
server/src/main/java/com/vaadin/server/GenericFontIcon.java
server/src/main/java/com/vaadin/server/GlobalResourceHandler.java
server/src/main/java/com/vaadin/server/JavaScriptCallbackHelper.java
server/src/main/java/com/vaadin/server/JsonCodec.java
server/src/main/java/com/vaadin/server/JsonPaintTarget.java
server/src/main/java/com/vaadin/server/KeyMapper.java
server/src/main/java/com/vaadin/server/LegacyApplication.java
server/src/main/java/com/vaadin/server/LegacyApplicationUIProvider.java
server/src/main/java/com/vaadin/server/LegacyCommunicationManager.java
server/src/main/java/com/vaadin/server/LegacyPaint.java
server/src/main/java/com/vaadin/server/LegacyVaadinPortlet.java
server/src/main/java/com/vaadin/server/LegacyVaadinServlet.java
server/src/main/java/com/vaadin/server/LocaleService.java
server/src/main/java/com/vaadin/server/NoInputStreamException.java
server/src/main/java/com/vaadin/server/NoOutputStreamException.java
server/src/main/java/com/vaadin/server/Page.java
server/src/main/java/com/vaadin/server/PaintException.java
server/src/main/java/com/vaadin/server/PaintTarget.java
server/src/main/java/com/vaadin/server/RequestHandler.java
server/src/main/java/com/vaadin/server/Resource.java
server/src/main/java/com/vaadin/server/ResourceReference.java
server/src/main/java/com/vaadin/server/Responsive.java
server/src/main/java/com/vaadin/server/RestrictedRenderResponse.java
server/src/main/java/com/vaadin/server/Scrollable.java
server/src/main/java/com/vaadin/server/SerializableBiFunction.java
server/src/main/java/com/vaadin/server/SerializableBiPredicate.java
server/src/main/java/com/vaadin/server/SerializableComparator.java
server/src/main/java/com/vaadin/server/SerializableConsumer.java
server/src/main/java/com/vaadin/server/SerializableFunction.java
server/src/main/java/com/vaadin/server/SerializablePredicate.java
server/src/main/java/com/vaadin/server/SerializableSupplier.java
server/src/main/java/com/vaadin/server/SerializableToIntFunction.java
server/src/main/java/com/vaadin/server/ServerRpcManager.java
server/src/main/java/com/vaadin/server/ServerRpcMethodInvocation.java
server/src/main/java/com/vaadin/server/ServiceDestroyEvent.java
server/src/main/java/com/vaadin/server/ServiceDestroyListener.java
server/src/main/java/com/vaadin/server/ServiceException.java
server/src/main/java/com/vaadin/server/ServiceInitEvent.java
server/src/main/java/com/vaadin/server/ServletPortletHelper.java
server/src/main/java/com/vaadin/server/SessionDestroyEvent.java
server/src/main/java/com/vaadin/server/SessionDestroyListener.java
server/src/main/java/com/vaadin/server/SessionExpiredException.java
server/src/main/java/com/vaadin/server/SessionExpiredHandler.java
server/src/main/java/com/vaadin/server/SessionInitEvent.java
server/src/main/java/com/vaadin/server/SessionInitListener.java
server/src/main/java/com/vaadin/server/Setter.java
server/src/main/java/com/vaadin/server/SizeWithUnit.java
server/src/main/java/com/vaadin/server/Sizeable.java
server/src/main/java/com/vaadin/server/StreamResource.java
server/src/main/java/com/vaadin/server/StreamVariable.java
server/src/main/java/com/vaadin/server/SynchronizedRequestHandler.java
server/src/main/java/com/vaadin/server/SystemError.java
server/src/main/java/com/vaadin/server/SystemMessageException.java
server/src/main/java/com/vaadin/server/SystemMessages.java
server/src/main/java/com/vaadin/server/SystemMessagesInfo.java
server/src/main/java/com/vaadin/server/SystemMessagesProvider.java
server/src/main/java/com/vaadin/server/ThemeResource.java
server/src/main/java/com/vaadin/server/UIClassSelectionEvent.java
server/src/main/java/com/vaadin/server/UICreateEvent.java
server/src/main/java/com/vaadin/server/UIProvider.java
server/src/main/java/com/vaadin/server/UIProviderEvent.java
server/src/main/java/com/vaadin/server/UnsupportedBrowserHandler.java
server/src/main/java/com/vaadin/server/UploadException.java
server/src/main/java/com/vaadin/server/UserError.java
server/src/main/java/com/vaadin/server/VaadinPortlet.java
server/src/main/java/com/vaadin/server/VaadinPortletRequest.java
server/src/main/java/com/vaadin/server/VaadinPortletResponse.java
server/src/main/java/com/vaadin/server/VaadinPortletService.java
server/src/main/java/com/vaadin/server/VaadinPortletSession.java
server/src/main/java/com/vaadin/server/VaadinRequest.java
server/src/main/java/com/vaadin/server/VaadinResponse.java
server/src/main/java/com/vaadin/server/VaadinService.java
server/src/main/java/com/vaadin/server/VaadinServiceClassLoaderUtil.java
server/src/main/java/com/vaadin/server/VaadinServiceInitListener.java
server/src/main/java/com/vaadin/server/VaadinServlet.java
server/src/main/java/com/vaadin/server/VaadinServletRequest.java
server/src/main/java/com/vaadin/server/VaadinServletResponse.java
server/src/main/java/com/vaadin/server/VaadinServletService.java
server/src/main/java/com/vaadin/server/VaadinSession.java
server/src/main/java/com/vaadin/server/VariableOwner.java
server/src/main/java/com/vaadin/server/ViewportGenerator.java
server/src/main/java/com/vaadin/server/WebBrowser.java
server/src/main/java/com/vaadin/server/WidgetsetInfo.java
server/src/main/java/com/vaadin/server/WidgetsetInfoImpl.java
server/src/main/java/com/vaadin/server/WrappedHttpSession.java
server/src/main/java/com/vaadin/server/WrappedPortletSession.java
server/src/main/java/com/vaadin/server/WrappedSession.java
server/src/main/java/com/vaadin/server/communication/AbstractStreamingEvent.java
server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/main/java/com/vaadin/server/communication/ClientRpcWriter.java
server/src/main/java/com/vaadin/server/communication/ConnectorHierarchyWriter.java
server/src/main/java/com/vaadin/server/communication/ConnectorTypeWriter.java
server/src/main/java/com/vaadin/server/communication/DateSerializer.java
server/src/main/java/com/vaadin/server/communication/FileUploadHandler.java
server/src/main/java/com/vaadin/server/communication/HeartbeatHandler.java
server/src/main/java/com/vaadin/server/communication/JSONSerializer.java
server/src/main/java/com/vaadin/server/communication/JSR356WebsocketInitializer.java
server/src/main/java/com/vaadin/server/communication/LegacyUidlWriter.java
server/src/main/java/com/vaadin/server/communication/MetadataWriter.java
server/src/main/java/com/vaadin/server/communication/PortletBootstrapHandler.java
server/src/main/java/com/vaadin/server/communication/PortletDummyRequestHandler.java
server/src/main/java/com/vaadin/server/communication/PortletListenerNotifier.java
server/src/main/java/com/vaadin/server/communication/PortletStateAwareRequestHandler.java
server/src/main/java/com/vaadin/server/communication/PortletUIInitHandler.java
server/src/main/java/com/vaadin/server/communication/PublishedFileHandler.java
server/src/main/java/com/vaadin/server/communication/PushAtmosphereHandler.java
server/src/main/java/com/vaadin/server/communication/PushConnection.java
server/src/main/java/com/vaadin/server/communication/PushHandler.java
server/src/main/java/com/vaadin/server/communication/PushRequestHandler.java
server/src/main/java/com/vaadin/server/communication/ResourceWriter.java
server/src/main/java/com/vaadin/server/communication/ServerRpcHandler.java
server/src/main/java/com/vaadin/server/communication/ServletBootstrapHandler.java
server/src/main/java/com/vaadin/server/communication/ServletUIInitHandler.java
server/src/main/java/com/vaadin/server/communication/SessionRequestHandler.java
server/src/main/java/com/vaadin/server/communication/SharedStateWriter.java
server/src/main/java/com/vaadin/server/communication/StreamingEndEventImpl.java
server/src/main/java/com/vaadin/server/communication/StreamingErrorEventImpl.java
server/src/main/java/com/vaadin/server/communication/StreamingProgressEventImpl.java
server/src/main/java/com/vaadin/server/communication/StreamingStartEventImpl.java
server/src/main/java/com/vaadin/server/communication/UIInitHandler.java
server/src/main/java/com/vaadin/server/communication/UidlRequestHandler.java
server/src/main/java/com/vaadin/server/communication/UidlWriter.java
server/src/main/java/com/vaadin/server/osgi/BootstrapContribution.java
server/src/main/java/com/vaadin/server/themeutils/SASSAddonImportFileCreator.java
server/src/main/java/com/vaadin/server/widgetsetutils/ClassPathExplorer.java
server/src/main/java/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java
server/src/main/java/com/vaadin/ui/AbsoluteLayout.java
server/src/main/java/com/vaadin/ui/AbstractColorPicker.java
server/src/main/java/com/vaadin/ui/AbstractComponent.java
server/src/main/java/com/vaadin/ui/AbstractComponentContainer.java
server/src/main/java/com/vaadin/ui/AbstractDateField.java
server/src/main/java/com/vaadin/ui/AbstractEmbedded.java
server/src/main/java/com/vaadin/ui/AbstractField.java
server/src/main/java/com/vaadin/ui/AbstractFocusable.java
server/src/main/java/com/vaadin/ui/AbstractJavaScriptComponent.java
server/src/main/java/com/vaadin/ui/AbstractLayout.java
server/src/main/java/com/vaadin/ui/AbstractListing.java
server/src/main/java/com/vaadin/ui/AbstractLocalDateField.java
server/src/main/java/com/vaadin/ui/AbstractLocalDateTimeField.java
server/src/main/java/com/vaadin/ui/AbstractMedia.java
server/src/main/java/com/vaadin/ui/AbstractMultiSelect.java
server/src/main/java/com/vaadin/ui/AbstractOrderedLayout.java
server/src/main/java/com/vaadin/ui/AbstractSingleComponentContainer.java
server/src/main/java/com/vaadin/ui/AbstractSingleSelect.java
server/src/main/java/com/vaadin/ui/AbstractSplitPanel.java
server/src/main/java/com/vaadin/ui/AbstractTextField.java
server/src/main/java/com/vaadin/ui/Accordion.java
server/src/main/java/com/vaadin/ui/Alignment.java
server/src/main/java/com/vaadin/ui/Audio.java
server/src/main/java/com/vaadin/ui/BrowserFrame.java
server/src/main/java/com/vaadin/ui/Button.java
server/src/main/java/com/vaadin/ui/CheckBox.java
server/src/main/java/com/vaadin/ui/CheckBoxGroup.java
server/src/main/java/com/vaadin/ui/ColorPicker.java
server/src/main/java/com/vaadin/ui/ColorPickerArea.java
server/src/main/java/com/vaadin/ui/ComboBox.java
server/src/main/java/com/vaadin/ui/Component.java
server/src/main/java/com/vaadin/ui/ComponentContainer.java
server/src/main/java/com/vaadin/ui/ComponentRootSetter.java
server/src/main/java/com/vaadin/ui/Composite.java
server/src/main/java/com/vaadin/ui/ConnectorTracker.java
server/src/main/java/com/vaadin/ui/CssLayout.java
server/src/main/java/com/vaadin/ui/CustomComponent.java
server/src/main/java/com/vaadin/ui/CustomField.java
server/src/main/java/com/vaadin/ui/CustomLayout.java
server/src/main/java/com/vaadin/ui/DateField.java
server/src/main/java/com/vaadin/ui/DateTimeField.java
server/src/main/java/com/vaadin/ui/DeclarativeCaptionGenerator.java
server/src/main/java/com/vaadin/ui/DeclarativeIconGenerator.java
server/src/main/java/com/vaadin/ui/DeclarativeItemEnabledProvider.java
server/src/main/java/com/vaadin/ui/DeclarativeValueProvider.java
server/src/main/java/com/vaadin/ui/Dependency.java
server/src/main/java/com/vaadin/ui/DescriptionGenerator.java
server/src/main/java/com/vaadin/ui/DragAndDropWrapper.java
server/src/main/java/com/vaadin/ui/Embedded.java
server/src/main/java/com/vaadin/ui/Flash.java
server/src/main/java/com/vaadin/ui/FormLayout.java
server/src/main/java/com/vaadin/ui/Grid.java
server/src/main/java/com/vaadin/ui/GridLayout.java
server/src/main/java/com/vaadin/ui/HasChildMeasurementHint.java
server/src/main/java/com/vaadin/ui/HasComponents.java
server/src/main/java/com/vaadin/ui/HasStyleNames.java
server/src/main/java/com/vaadin/ui/HasValueChangeMode.java
server/src/main/java/com/vaadin/ui/HorizontalLayout.java
server/src/main/java/com/vaadin/ui/HorizontalSplitPanel.java
server/src/main/java/com/vaadin/ui/Html5File.java
server/src/main/java/com/vaadin/ui/IconGenerator.java
server/src/main/java/com/vaadin/ui/Image.java
server/src/main/java/com/vaadin/ui/InlineDateField.java
server/src/main/java/com/vaadin/ui/InlineDateTimeField.java
server/src/main/java/com/vaadin/ui/ItemCaptionGenerator.java
server/src/main/java/com/vaadin/ui/ItemCollapseAllowedProvider.java
server/src/main/java/com/vaadin/ui/JavaScript.java
server/src/main/java/com/vaadin/ui/JavaScriptFunction.java
server/src/main/java/com/vaadin/ui/Label.java
server/src/main/java/com/vaadin/ui/Layout.java
server/src/main/java/com/vaadin/ui/LegacyComponent.java
server/src/main/java/com/vaadin/ui/LegacyWindow.java
server/src/main/java/com/vaadin/ui/Link.java
server/src/main/java/com/vaadin/ui/ListSelect.java
server/src/main/java/com/vaadin/ui/LoadingIndicatorConfiguration.java
server/src/main/java/com/vaadin/ui/LoginForm.java
server/src/main/java/com/vaadin/ui/MenuBar.java
server/src/main/java/com/vaadin/ui/MultiSelect.java
server/src/main/java/com/vaadin/ui/NativeButton.java
server/src/main/java/com/vaadin/ui/NativeSelect.java
server/src/main/java/com/vaadin/ui/Notification.java
server/src/main/java/com/vaadin/ui/NotificationConfiguration.java
server/src/main/java/com/vaadin/ui/Panel.java
server/src/main/java/com/vaadin/ui/PasswordField.java
server/src/main/java/com/vaadin/ui/PopupView.java
server/src/main/java/com/vaadin/ui/ProgressBar.java
server/src/main/java/com/vaadin/ui/PushConfiguration.java
server/src/main/java/com/vaadin/ui/RadioButtonGroup.java
server/src/main/java/com/vaadin/ui/ReconnectDialogConfiguration.java
server/src/main/java/com/vaadin/ui/RichTextArea.java
server/src/main/java/com/vaadin/ui/SelectiveRenderer.java
server/src/main/java/com/vaadin/ui/SingleComponentContainer.java
server/src/main/java/com/vaadin/ui/SingleSelect.java
server/src/main/java/com/vaadin/ui/Slider.java
server/src/main/java/com/vaadin/ui/StyleGenerator.java
server/src/main/java/com/vaadin/ui/TabSheet.java
server/src/main/java/com/vaadin/ui/TextArea.java
server/src/main/java/com/vaadin/ui/TextField.java
server/src/main/java/com/vaadin/ui/TooltipConfiguration.java
server/src/main/java/com/vaadin/ui/Tree.java
server/src/main/java/com/vaadin/ui/TreeGrid.java
server/src/main/java/com/vaadin/ui/TwinColSelect.java
server/src/main/java/com/vaadin/ui/UI.java
server/src/main/java/com/vaadin/ui/UIDetachedException.java
server/src/main/java/com/vaadin/ui/UniqueSerializable.java
server/src/main/java/com/vaadin/ui/Upload.java
server/src/main/java/com/vaadin/ui/VerticalLayout.java
server/src/main/java/com/vaadin/ui/VerticalSplitPanel.java
server/src/main/java/com/vaadin/ui/Video.java
server/src/main/java/com/vaadin/ui/Window.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerGradient.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerGrid.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerHistory.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerPopup.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerPreview.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorPickerSelect.java
server/src/main/java/com/vaadin/ui/components/colorpicker/ColorUtil.java
server/src/main/java/com/vaadin/ui/components/grid/AbstractSelectionModel.java
server/src/main/java/com/vaadin/ui/components/grid/ColumnReorderListener.java
server/src/main/java/com/vaadin/ui/components/grid/ColumnResizeListener.java
server/src/main/java/com/vaadin/ui/components/grid/ColumnVisibilityChangeListener.java
server/src/main/java/com/vaadin/ui/components/grid/DescriptionGenerator.java
server/src/main/java/com/vaadin/ui/components/grid/DetailsGenerator.java
server/src/main/java/com/vaadin/ui/components/grid/DropIndexCalculator.java
server/src/main/java/com/vaadin/ui/components/grid/Editor.java
server/src/main/java/com/vaadin/ui/components/grid/EditorCancelEvent.java
server/src/main/java/com/vaadin/ui/components/grid/EditorCancelListener.java
server/src/main/java/com/vaadin/ui/components/grid/EditorErrorGenerator.java
server/src/main/java/com/vaadin/ui/components/grid/EditorImpl.java
server/src/main/java/com/vaadin/ui/components/grid/EditorOpenEvent.java
server/src/main/java/com/vaadin/ui/components/grid/EditorOpenListener.java
server/src/main/java/com/vaadin/ui/components/grid/EditorSaveEvent.java
server/src/main/java/com/vaadin/ui/components/grid/EditorSaveListener.java
server/src/main/java/com/vaadin/ui/components/grid/Footer.java
server/src/main/java/com/vaadin/ui/components/grid/FooterCell.java
server/src/main/java/com/vaadin/ui/components/grid/FooterRow.java
server/src/main/java/com/vaadin/ui/components/grid/GridDragEndEvent.java
server/src/main/java/com/vaadin/ui/components/grid/GridDragEndListener.java
server/src/main/java/com/vaadin/ui/components/grid/GridDragSource.java
server/src/main/java/com/vaadin/ui/components/grid/GridDragStartEvent.java
server/src/main/java/com/vaadin/ui/components/grid/GridDragStartListener.java
server/src/main/java/com/vaadin/ui/components/grid/GridDropEvent.java
server/src/main/java/com/vaadin/ui/components/grid/GridDropListener.java
server/src/main/java/com/vaadin/ui/components/grid/GridDropTarget.java
server/src/main/java/com/vaadin/ui/components/grid/GridMultiSelect.java
server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java
server/src/main/java/com/vaadin/ui/components/grid/GridSelectionModel.java
server/src/main/java/com/vaadin/ui/components/grid/GridSingleSelect.java
server/src/main/java/com/vaadin/ui/components/grid/Header.java
server/src/main/java/com/vaadin/ui/components/grid/HeaderCell.java
server/src/main/java/com/vaadin/ui/components/grid/HeaderRow.java
server/src/main/java/com/vaadin/ui/components/grid/ItemClickListener.java
server/src/main/java/com/vaadin/ui/components/grid/MultiSelectionModel.java
server/src/main/java/com/vaadin/ui/components/grid/MultiSelectionModelImpl.java
server/src/main/java/com/vaadin/ui/components/grid/NoSelectionModel.java
server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModel.java
server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java
server/src/main/java/com/vaadin/ui/components/grid/SortOrderProvider.java
server/src/main/java/com/vaadin/ui/components/grid/SourceDataProviderUpdater.java
server/src/main/java/com/vaadin/ui/components/grid/StaticSection.java
server/src/main/java/com/vaadin/ui/components/grid/TargetDataProviderUpdater.java
server/src/main/java/com/vaadin/ui/components/grid/TreeGridDragSource.java
server/src/main/java/com/vaadin/ui/components/grid/TreeGridDropEvent.java
server/src/main/java/com/vaadin/ui/components/grid/TreeGridDropListener.java
server/src/main/java/com/vaadin/ui/components/grid/TreeGridDropTarget.java
server/src/main/java/com/vaadin/ui/declarative/Design.java
server/src/main/java/com/vaadin/ui/declarative/DesignAttributeHandler.java
server/src/main/java/com/vaadin/ui/declarative/DesignContext.java
server/src/main/java/com/vaadin/ui/declarative/DesignException.java
server/src/main/java/com/vaadin/ui/declarative/DesignFormatter.java
server/src/main/java/com/vaadin/ui/declarative/FieldBinder.java
server/src/main/java/com/vaadin/ui/declarative/FieldBindingException.java
server/src/main/java/com/vaadin/ui/declarative/ShouldWriteDataDelegate.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignDateConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignEnumConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignLocalDateConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignLocalDateTimeConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignObjectConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignResourceConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignShortcutActionConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignTimeZoneConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/DesignToStringConverter.java
server/src/main/java/com/vaadin/ui/declarative/converters/ShortcutKeyMapper.java
server/src/main/java/com/vaadin/ui/dnd/DragSourceExtension.java
server/src/main/java/com/vaadin/ui/dnd/DropTargetExtension.java
server/src/main/java/com/vaadin/ui/dnd/FileDropHandler.java
server/src/main/java/com/vaadin/ui/dnd/FileDropTarget.java
server/src/main/java/com/vaadin/ui/dnd/event/DragEndEvent.java
server/src/main/java/com/vaadin/ui/dnd/event/DragEndListener.java
server/src/main/java/com/vaadin/ui/dnd/event/DragStartEvent.java
server/src/main/java/com/vaadin/ui/dnd/event/DragStartListener.java
server/src/main/java/com/vaadin/ui/dnd/event/DropEvent.java
server/src/main/java/com/vaadin/ui/dnd/event/DropListener.java
server/src/main/java/com/vaadin/ui/dnd/event/FileDropEvent.java
server/src/main/java/com/vaadin/ui/renderers/AbstractJavaScriptRenderer.java
server/src/main/java/com/vaadin/ui/renderers/AbstractRenderer.java
server/src/main/java/com/vaadin/ui/renderers/ButtonRenderer.java
server/src/main/java/com/vaadin/ui/renderers/ClickableRenderer.java
server/src/main/java/com/vaadin/ui/renderers/ComponentRenderer.java
server/src/main/java/com/vaadin/ui/renderers/DateRenderer.java
server/src/main/java/com/vaadin/ui/renderers/HtmlRenderer.java
server/src/main/java/com/vaadin/ui/renderers/ImageRenderer.java
server/src/main/java/com/vaadin/ui/renderers/LocalDateRenderer.java
server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java
server/src/main/java/com/vaadin/ui/renderers/NumberRenderer.java
server/src/main/java/com/vaadin/ui/renderers/ProgressBarRenderer.java
server/src/main/java/com/vaadin/ui/renderers/Renderer.java
server/src/main/java/com/vaadin/ui/renderers/TextRenderer.java
server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
server/src/main/java/com/vaadin/util/ConnectorHelper.java
server/src/main/java/com/vaadin/util/CurrentInstance.java
server/src/main/java/com/vaadin/util/CurrentInstanceFallbackResolver.java
server/src/main/java/com/vaadin/util/EncodeUtil.java
server/src/main/java/com/vaadin/util/FileTypeResolver.java
server/src/main/java/com/vaadin/util/ReflectTools.java
server/src/main/java/com/vaadin/util/TimeZoneUtil.java
server/src/test/java/com/vaadin/tests/server/component/datefield/DateFieldErrorMessageTest.java
shared/src/main/java-templates/com/vaadin/shared/Version.java
shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinContributor.java
shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResource.java
shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java
shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinTheme.java
shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinWidgetset.java
shared/src/main/java/com/vaadin/osgi/resources/VaadinResourceService.java
shared/src/main/java/com/vaadin/osgi/resources/impl/PathFormatHelper.java
shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinResourceServiceImpl.java
shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinResourceTrackerComponent.java
shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinServletContextFactory.java
shared/src/main/java/com/vaadin/shared/AbstractComponentState.java
shared/src/main/java/com/vaadin/shared/AbstractFieldState.java
shared/src/main/java/com/vaadin/shared/ApplicationConstants.java
shared/src/main/java/com/vaadin/shared/ComponentConstants.java
shared/src/main/java/com/vaadin/shared/Connector.java
shared/src/main/java/com/vaadin/shared/ContextClickRpc.java
shared/src/main/java/com/vaadin/shared/EventId.java
shared/src/main/java/com/vaadin/shared/JavaScriptConnectorState.java
shared/src/main/java/com/vaadin/shared/JavaScriptExtensionState.java
shared/src/main/java/com/vaadin/shared/JsonConstants.java
shared/src/main/java/com/vaadin/shared/MouseEventDetails.java
shared/src/main/java/com/vaadin/shared/Position.java
shared/src/main/java/com/vaadin/shared/Range.java
shared/src/main/java/com/vaadin/shared/Registration.java
shared/src/main/java/com/vaadin/shared/VBrowserDetails.java
shared/src/main/java/com/vaadin/shared/VaadinUriResolver.java
shared/src/main/java/com/vaadin/shared/annotations/Delayed.java
shared/src/main/java/com/vaadin/shared/annotations/DelegateToWidget.java
shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java
shared/src/main/java/com/vaadin/shared/annotations/NoLoadingIndicator.java
shared/src/main/java/com/vaadin/shared/communication/ClientRpc.java
shared/src/main/java/com/vaadin/shared/communication/FieldRpc.java
shared/src/main/java/com/vaadin/shared/communication/LegacyChangeVariablesInvocation.java
shared/src/main/java/com/vaadin/shared/communication/MethodInvocation.java
shared/src/main/java/com/vaadin/shared/communication/PushConstants.java
shared/src/main/java/com/vaadin/shared/communication/PushMode.java
shared/src/main/java/com/vaadin/shared/communication/ServerRpc.java
shared/src/main/java/com/vaadin/shared/communication/SharedState.java
shared/src/main/java/com/vaadin/shared/communication/URLReference.java
shared/src/main/java/com/vaadin/shared/communication/UidlValue.java
shared/src/main/java/com/vaadin/shared/customcomponent/CustomComponentState.java
shared/src/main/java/com/vaadin/shared/data/DataCommunicatorClientRpc.java
shared/src/main/java/com/vaadin/shared/data/DataCommunicatorConstants.java
shared/src/main/java/com/vaadin/shared/data/DataProviderRpc.java
shared/src/main/java/com/vaadin/shared/data/DataRequestRpc.java
shared/src/main/java/com/vaadin/shared/data/HierarchicalDataCommunicatorConstants.java
shared/src/main/java/com/vaadin/shared/data/selection/GridMultiSelectServerRpc.java
shared/src/main/java/com/vaadin/shared/data/selection/MultiSelectServerRpc.java
shared/src/main/java/com/vaadin/shared/data/selection/SelectionServerRpc.java
shared/src/main/java/com/vaadin/shared/data/sort/SortDirection.java
shared/src/main/java/com/vaadin/shared/extension/PartInformationState.java
shared/src/main/java/com/vaadin/shared/extension/abstractlisting/AbstractListingExtensionState.java
shared/src/main/java/com/vaadin/shared/extension/datacommunicator/DataCommunicatorState.java
shared/src/main/java/com/vaadin/shared/extension/datacommunicator/HierarchicalDataCommunicatorState.java
shared/src/main/java/com/vaadin/shared/extension/filedownloader/FileDownloaderState.java
shared/src/main/java/com/vaadin/shared/extension/javascriptmanager/ExecuteJavaScriptRpc.java
shared/src/main/java/com/vaadin/shared/extension/javascriptmanager/JavaScriptManagerState.java
shared/src/main/java/com/vaadin/shared/extension/responsive/ResponsiveState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractComponentContainerState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractEmbeddedState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractMediaState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractSingleComponentContainerState.java
shared/src/main/java/com/vaadin/shared/ui/AbstractSingleSelectState.java
shared/src/main/java/com/vaadin/shared/ui/AlignmentInfo.java
shared/src/main/java/com/vaadin/shared/ui/BorderStyle.java
shared/src/main/java/com/vaadin/shared/ui/BrowserWindowOpenerState.java
shared/src/main/java/com/vaadin/shared/ui/ClickRpc.java
shared/src/main/java/com/vaadin/shared/ui/ComponentStateUtil.java
shared/src/main/java/com/vaadin/shared/ui/Connect.java
shared/src/main/java/com/vaadin/shared/ui/ContentMode.java
shared/src/main/java/com/vaadin/shared/ui/ErrorLevel.java
shared/src/main/java/com/vaadin/shared/ui/JavaScriptComponentState.java
shared/src/main/java/com/vaadin/shared/ui/LayoutClickRpc.java
shared/src/main/java/com/vaadin/shared/ui/ListingJsonConstants.java
shared/src/main/java/com/vaadin/shared/ui/MarginInfo.java
shared/src/main/java/com/vaadin/shared/ui/MediaControl.java
shared/src/main/java/com/vaadin/shared/ui/MultiSelectMode.java
shared/src/main/java/com/vaadin/shared/ui/Orientation.java
shared/src/main/java/com/vaadin/shared/ui/PreloadMode.java
shared/src/main/java/com/vaadin/shared/ui/ShortCutConstants.java
shared/src/main/java/com/vaadin/shared/ui/TabIndexState.java
shared/src/main/java/com/vaadin/shared/ui/ValueChangeMode.java
shared/src/main/java/com/vaadin/shared/ui/WindowOrderRpc.java
shared/src/main/java/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/abstractlisting/AbstractListingState.java
shared/src/main/java/com/vaadin/shared/ui/abstractmultiselect/AbstractMultiSelectState.java
shared/src/main/java/com/vaadin/shared/ui/accordion/AccordionState.java
shared/src/main/java/com/vaadin/shared/ui/audio/AudioState.java
shared/src/main/java/com/vaadin/shared/ui/browserframe/BrowserFrameState.java
shared/src/main/java/com/vaadin/shared/ui/button/ButtonServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/button/ButtonState.java
shared/src/main/java/com/vaadin/shared/ui/button/NativeButtonState.java
shared/src/main/java/com/vaadin/shared/ui/checkbox/CheckBoxServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/checkbox/CheckBoxState.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/AbstractColorPickerState.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/Color.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerAreaState.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerGradientServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerGradientState.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerGridServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerGridState.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/colorpicker/ColorPickerState.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxConstants.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/combobox/ComboBoxState.java
shared/src/main/java/com/vaadin/shared/ui/composite/CompositeState.java
shared/src/main/java/com/vaadin/shared/ui/csslayout/CssLayoutServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/csslayout/CssLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/customfield/CustomFieldState.java
shared/src/main/java/com/vaadin/shared/ui/customlayout/CustomLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractDateFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/AbstractTextualDateFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/DateResolution.java
shared/src/main/java/com/vaadin/shared/ui/datefield/DateTimeResolution.java
shared/src/main/java/com/vaadin/shared/ui/datefield/InlineDateFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/InlineDateTimeFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/LocalDateFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/LocalDateTimeFieldState.java
shared/src/main/java/com/vaadin/shared/ui/datefield/TextualDateFieldState.java
shared/src/main/java/com/vaadin/shared/ui/dd/AcceptCriterion.java
shared/src/main/java/com/vaadin/shared/ui/dd/DragEventType.java
shared/src/main/java/com/vaadin/shared/ui/dd/HorizontalDropLocation.java
shared/src/main/java/com/vaadin/shared/ui/dd/VerticalDropLocation.java
shared/src/main/java/com/vaadin/shared/ui/dnd/DragSourceRpc.java
shared/src/main/java/com/vaadin/shared/ui/dnd/DragSourceState.java
shared/src/main/java/com/vaadin/shared/ui/dnd/DropEffect.java
shared/src/main/java/com/vaadin/shared/ui/dnd/DropTargetRpc.java
shared/src/main/java/com/vaadin/shared/ui/dnd/DropTargetState.java
shared/src/main/java/com/vaadin/shared/ui/dnd/EffectAllowed.java
shared/src/main/java/com/vaadin/shared/ui/dnd/FileDropTargetClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/dnd/FileDropTargetRpc.java
shared/src/main/java/com/vaadin/shared/ui/dnd/FileDropTargetState.java
shared/src/main/java/com/vaadin/shared/ui/dnd/FileParameters.java
shared/src/main/java/com/vaadin/shared/ui/dnd/criteria/ComparisonOperator.java
shared/src/main/java/com/vaadin/shared/ui/dnd/criteria/Criterion.java
shared/src/main/java/com/vaadin/shared/ui/dnd/criteria/Payload.java
shared/src/main/java/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperConstants.java
shared/src/main/java/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperState.java
shared/src/main/java/com/vaadin/shared/ui/embedded/EmbeddedServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/embedded/EmbeddedState.java
shared/src/main/java/com/vaadin/shared/ui/flash/FlashState.java
shared/src/main/java/com/vaadin/shared/ui/grid/AbstractGridExtensionState.java
shared/src/main/java/com/vaadin/shared/ui/grid/AbstractSelectionModelState.java
shared/src/main/java/com/vaadin/shared/ui/grid/ColumnResizeMode.java
shared/src/main/java/com/vaadin/shared/ui/grid/ColumnState.java
shared/src/main/java/com/vaadin/shared/ui/grid/DetailsManagerState.java
shared/src/main/java/com/vaadin/shared/ui/grid/DropLocation.java
shared/src/main/java/com/vaadin/shared/ui/grid/DropMode.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridConstants.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridDragSourceRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridDragSourceState.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridDropTargetRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridDropTargetState.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java
shared/src/main/java/com/vaadin/shared/ui/grid/GridStaticCellType.java
shared/src/main/java/com/vaadin/shared/ui/grid/HeightMode.java
shared/src/main/java/com/vaadin/shared/ui/grid/MultiSelectionModelState.java
shared/src/main/java/com/vaadin/shared/ui/grid/ScrollDestination.java
shared/src/main/java/com/vaadin/shared/ui/grid/SectionState.java
shared/src/main/java/com/vaadin/shared/ui/grid/SingleSelectionModelState.java
shared/src/main/java/com/vaadin/shared/ui/grid/editor/EditorClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/editor/EditorServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/editor/EditorState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/AbstractRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/ButtonRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/ClickableRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/ComponentRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/DateRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/HtmlRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/ImageRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/LocalDateRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/LocalDateTimeRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/NumberRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/ProgressBarRendererState.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/RendererClickRpc.java
shared/src/main/java/com/vaadin/shared/ui/grid/renderers/TextRendererState.java
shared/src/main/java/com/vaadin/shared/ui/gridlayout/GridLayoutServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/gridlayout/GridLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/image/ImageServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/image/ImageState.java
shared/src/main/java/com/vaadin/shared/ui/label/LabelState.java
shared/src/main/java/com/vaadin/shared/ui/link/LinkConstants.java
shared/src/main/java/com/vaadin/shared/ui/link/LinkState.java
shared/src/main/java/com/vaadin/shared/ui/listselect/ListSelectState.java
shared/src/main/java/com/vaadin/shared/ui/loginform/LoginFormConstants.java
shared/src/main/java/com/vaadin/shared/ui/loginform/LoginFormRpc.java
shared/src/main/java/com/vaadin/shared/ui/loginform/LoginFormState.java
shared/src/main/java/com/vaadin/shared/ui/menubar/MenuBarConstants.java
shared/src/main/java/com/vaadin/shared/ui/menubar/MenuBarState.java
shared/src/main/java/com/vaadin/shared/ui/nativeselect/NativeSelectState.java
shared/src/main/java/com/vaadin/shared/ui/notification/NotificationServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/notification/NotificationState.java
shared/src/main/java/com/vaadin/shared/ui/optiongroup/CheckBoxGroupState.java
shared/src/main/java/com/vaadin/shared/ui/optiongroup/RadioButtonGroupState.java
shared/src/main/java/com/vaadin/shared/ui/orderedlayout/AbstractOrderedLayoutServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/orderedlayout/AbstractOrderedLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/orderedlayout/FormLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/orderedlayout/HorizontalLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/orderedlayout/VerticalLayoutState.java
shared/src/main/java/com/vaadin/shared/ui/panel/PanelServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/panel/PanelState.java
shared/src/main/java/com/vaadin/shared/ui/passwordfield/PasswordFieldState.java
shared/src/main/java/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/popupview/PopupViewState.java
shared/src/main/java/com/vaadin/shared/ui/progressindicator/ProgressBarState.java
shared/src/main/java/com/vaadin/shared/ui/progressindicator/ProgressIndicatorServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/richtextarea/RichTextAreaClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/richtextarea/RichTextAreaServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/richtextarea/RichTextAreaState.java
shared/src/main/java/com/vaadin/shared/ui/slider/SliderOrientation.java
shared/src/main/java/com/vaadin/shared/ui/slider/SliderServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/slider/SliderState.java
shared/src/main/java/com/vaadin/shared/ui/splitpanel/AbstractSplitPanelRpc.java
shared/src/main/java/com/vaadin/shared/ui/splitpanel/AbstractSplitPanelState.java
shared/src/main/java/com/vaadin/shared/ui/splitpanel/HorizontalSplitPanelState.java
shared/src/main/java/com/vaadin/shared/ui/splitpanel/VerticalSplitPanelState.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabState.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabsheetClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabsheetConstants.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabsheetServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/tabsheet/TabsheetState.java
shared/src/main/java/com/vaadin/shared/ui/textarea/TextAreaServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/textarea/TextAreaState.java
shared/src/main/java/com/vaadin/shared/ui/textfield/AbstractTextFieldClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/textfield/AbstractTextFieldServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/textfield/AbstractTextFieldState.java
shared/src/main/java/com/vaadin/shared/ui/textfield/TextFieldState.java
shared/src/main/java/com/vaadin/shared/ui/tree/TreeMultiSelectionModelState.java
shared/src/main/java/com/vaadin/shared/ui/tree/TreeRendererState.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/FocusParentRpc.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/FocusRpc.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/NodeCollapseRpc.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/TreeGridClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/TreeGridDragSourceState.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/TreeGridDropTargetRpc.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/TreeGridDropTargetState.java
shared/src/main/java/com/vaadin/shared/ui/treegrid/TreeGridState.java
shared/src/main/java/com/vaadin/shared/ui/twincolselect/TwinColSelectState.java
shared/src/main/java/com/vaadin/shared/ui/ui/DebugWindowClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/DebugWindowServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/NotificationRole.java
shared/src/main/java/com/vaadin/shared/ui/ui/PageClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/PageState.java
shared/src/main/java/com/vaadin/shared/ui/ui/ScrollClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/Transport.java
shared/src/main/java/com/vaadin/shared/ui/ui/UIClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/UIConstants.java
shared/src/main/java/com/vaadin/shared/ui/ui/UIServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/ui/UIState.java
shared/src/main/java/com/vaadin/shared/ui/upload/UploadClientRpc.java
shared/src/main/java/com/vaadin/shared/ui/upload/UploadServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/upload/UploadState.java
shared/src/main/java/com/vaadin/shared/ui/video/VideoConstants.java
shared/src/main/java/com/vaadin/shared/ui/video/VideoState.java
shared/src/main/java/com/vaadin/shared/ui/window/WindowMode.java
shared/src/main/java/com/vaadin/shared/ui/window/WindowRole.java
shared/src/main/java/com/vaadin/shared/ui/window/WindowServerRpc.java
shared/src/main/java/com/vaadin/shared/ui/window/WindowState.java
shared/src/main/java/com/vaadin/shared/util/SharedUtil.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/ServletIntegrationDefaultPushIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/ServletIntegrationIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/ServletIntegrationLongPollingIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/ServletIntegrationStreamingIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/push/LongPollingProxyServerIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/websocket/ServletIntegrationWebsocketIT.java
test/servlet-containers/generic-tests/src/main/java/com/vaadin/tests/integration/websocket/jsr356/ServletIntegrationJSR356WebsocketIT.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/ServletIntegrationDefaultPushUI.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/ServletIntegrationLongPollingUI.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/ServletIntegrationStreamingUI.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/ServletIntegrationWebsocketUI.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/push/BasicPush.java
test/servlet-containers/generic-ui/src/main/java/com/vaadin/tests/integration/push/BasicPushLongPolling.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbsoluteLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractColorPickerElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractComponentContainerElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractComponentElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractDateFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractEmbeddedElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractJavaScriptComponentElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractMediaElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractOrderedLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractSelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractSingleComponentContainerElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractSingleSelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractSplitPanelElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractTextFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AccordionElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/AudioElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/BrowserFrameElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ButtonElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CalendarElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CheckBoxElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CheckBoxGroupElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ColorPickerAreaElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ColorPickerElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ColorPickerPreviewElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ComboBoxElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CssLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CustomComponentElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CustomFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/CustomLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/DateFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/DateTimeFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/EmbeddedElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/FlashElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/FormElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/FormLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/GridElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/GridLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/HorizontalLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/HorizontalSplitPanelElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ImageElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/InlineDateFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/InlineDateTimeFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/LabelElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/LegacyWindowElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/LinkElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ListSelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/LoginFormElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/MenuBarElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/NativeButtonElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/NativeSelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/OptionGroupElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/PanelElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/PasswordFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/PopupDateFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/PopupViewElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ProgressBarElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/ProgressIndicatorElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/RadioButtonGroupElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/RichTextAreaElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/SelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/SliderElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TabSheetElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TableElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TableHeaderElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TableRowElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TextAreaElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TextFieldElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TreeElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TreeGridElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TreeTableElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TreeTableRowElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/TwinColSelectElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/UIElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/UploadElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/VerticalLayoutElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/VerticalSplitPanelElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/VideoElement.java
testbench-api/src/main/java/com/vaadin/testbench/elements/WindowElement.java
testbench-api/src/main/java/com/vaadin/testbench/exceptions/NoSuchColumnException.java
testbench-api/src/main/java/com/vaadin/v7/testbench/elements/TreeElement.java
themes/src/main/java/com/vaadin/osgi/themes/ValoThemeContribution.java
uitest/src/main/java/com/vaadin/tests/resources/FrontendInitialResourceUI.java

index a5db898ea28df05cd716c90a5780d25d41dd8cc6..56d4b42e404425927c4ed0c435ff9e1e81ae8515 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 783e4a0de1247114b2b3732a715713eb691b7903..8584f122d7f80219242d96f367e243bea70098f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4fe6ac7184a2ebfb525f8a91a3d96856383b77c6..4ab46679a8f9880d2ef9139ace133162e815029a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 45c4b0da7f0f245b66c60392216b2b2bb9525686..1a86cb8099d1106bdf67aeaafb087c203083d462 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 731410d0b4bf94db4be4b502599486801db6602c..2943a0017369e533c302e732be601496afc6e95e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 58b69cb6558cfbb945c3b12670eb35d92cf27e7c..3fd62c247d92e69cf0036c89ad5ffb28ced04803 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 32875c00db6c8a4d548b2ee6c0e712902887e0d7..37f50a3591bc9de40c59aaaa591eda04c3a8a506 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8057c47730bb97ec998c2132130c9a8285d071f9..9b7dc53f522d5841b3ab94de4edfbde9da936c6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab97148695425787c338bfd51bcac33761ae6f83..a43602a74febd002635f1365306e8dfc21ec769f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dc67b820045cd69c6341fa55f229a445bbe53933..7ec2ab90e3528fb64ad64af27bf8bcae6c833bff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81419a4163eb5def5808c3287822b53ccef1df94..4a84a8f79107fdf564768fa3974aa73b1b690376 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c59f7a68b33e89a153965dc0be55044d9d2cb9a8..f1c5956aace856901b603babb058503dea2e2f83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 501f7926a0eee4fc35a5761b51f10ca939115ae4..32e45b0e53aa54613355e20bd4d532b7214aa339 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef863ae91b06e9ee4e7b4c7d7e4f06444028f8c0..208ed3adff9a472698b2425bbb2fd0133a9c5627 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e563f838b922810aa34350b2e9e1c275d66f5909..910e1f87f2ea7293bc919f5bc1771bf467723710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 50ab60602994f76b74f773925e382292a7a6f35b..1c584c622d6ddc1661d5a54e33dba0a205568d89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7cb825b1ed78813eab785cbf7268c087ebd86083..56e7fdfdd10d1df5049e5f91a69e1aadeec04516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7287fdd074f21be3c813464cb8da626b8aadd181..93123e15be92a7b7f00bd73870c77a7e8a3d2d45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2db6ac10ecd7f534be694729b970824705b4c2d7..12a39b30be0aa0ff3fdeeca3438a8bc3fba20604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9b325176cae347441111cb5edabe760a9414b72..13a589360882c1295e3c525abe67777585cff20f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 312d4b0fad4017f887a69304f4f96a74f20161e6..5ef656db7706b63461b566eb271d15f1a1cb7cba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f37bf7c6074c92ee5cc17815a83aafeab7f121b7..70058c05436850c45d4a4fcbf5d5c99c73a787c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62ecc71eef9f1bfcffc58dfd5aa98cdbf7a305e8..aa0918ece6fcf56c2ea1a03430a1aa33d8195841 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eb383aca2d193257f35c9ef9983a4cdbe8dd40a2..ee87982d46677b7b87035bbb2d7733a3a08013bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 17d757c7b586c2a91d87889804c80b446e96c674..e86f7174b804fe1f7b4f76dd1065e4bc8621d0bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c5f15715c06a57079888d9c52137a1fd6ce53b38..15963737f6c6810bef5da49561bb4727940c2a2d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e976c39267be6a8437c9281507b0b2c3ad57a68b..14af7b6bf292ef38fb67c6f9d6940bc4cf84493c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e234eab5ef8ac06febaf2d703140ab29dfb36fc..683da85eac0564300a400f1a3b26461b61a179de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 86897c29cfee56566f244f46f7d627c42f63aa8d..a7dbb66b0a962c9cc7de09b8eef575ae9bff649d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 953cca03359e545a1170fb073785eba2fc2e5a8c..ac4e44db6f939c367bf475e6aeba1d547145d538 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42781a3faff1722fb1c0a8fe592c50f4a9c16b9b..aa4bc255cdb3a9ff63ebfeefe13b8f6705dafb80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a0e1ca06c8658069e0da02a17b73a68660d3cc7..fd1b5eb4540f091afc846de56d426efa9fbf8901 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5e29ea7264c926e3d8abe9af7d4a8e669128c9d1..d6299607474fca551097071c0033bc3db62ca1b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8106b5520230b38982153c5f8db14b4c3fdb0fff..e556fa3635d2363c6d2e16859973459e0d2bb96b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd137289cd4c39c22ab382e90e91d9d790ade7f9..f0620c909ffefdfd638136b25555653aa8456317 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f188ba9c87501ca52d26dbe990652cf0d31baa7c..07feec89ca2bb70d7625b24777a8fc866af51509 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e5b6416fe60193299d25856bd4903891fb319963..de2b4f5db1f926a4c786e4426f50387c2178e3cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d8d8457f6998c7d5887a11f0ee5553eb15fb931e..8b1790bb204f40a8b7c64632ecd643d9ee7bcf96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 72d51edcaeb25a0657fdb85789437576b356b23b..ec2c80ddc295558606931738858e23d9d55c3798 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec50dd144325b71951ba9874f769c6d8dcc6a95c..b8ae5b34b61aec62609df8bc81adfc8a374288e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 58bcb54fd10b0dabacf8de2f74dafa6a00a864a9..b240ba3503ca9eb0fa2476233741f37766dad620 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2fdd2f56aaa0975c41658f6660fc22aadf2e0e74..fecfcac2b5c114b6c82fee9c4cad2099fe6ce4a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 82798e6330f7c8b2655e7abe9dba6b42940e4cfe..065a55482f48ffd1e219a4bc124bedff12284de3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b4c4cfc6bdd3ec13b7681032cba6a8781a58fc00..17eb208dc0f6be6d7fbddda85aecd937947bb4d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f8fe1f396ac8d48f17260e223e6e37c6a6c8870..223198ae50b41813244adf2fd38586b25b47b0c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba2f88f21063c2b5e3ee253bf0f6a0db541421dc..82c3aa90cba98b32aa21004537504d597820eaa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 453f199465241218d7f0e9c1b7e5559891efb991..779106686754d32ca739cc30b127ab4da9023a98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index baef313745dbe97843c267968ee97e014164573f..36eedd408b203816ea6181565191fe8992c98668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 45c93aa21014254e78d1f1e777b9bb600dce9b72..2d0c5f6e13233329c9cc69042f6b09473517db84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c9687292b6789a4264a5cb2a3bad656ebb0484c2..30704d40f8901c54bd055ff38c7e5c1f720db3d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 193a6e01b6d6da6b279dcde452d72f13beac205d..dcbc0f01f46e957618ab6875fe970ec9980ca189 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 089d71d718cb45e50004d7148a9876af90a5555c..3cb4e124ea9165ea8a5c0093a2ff5136dcad38dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1639004d987fc34a5778f8b0fd22b3f36059011d..df288aa11f31f781b05f93476da70d77c93dee4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d0516ddc28e13a4977a91a4506ad2927a9aa273b..6f7e9a1c8d52df0a2e92930d67ee959ca31e83c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46a9b28a0c5fc76df7ec61ed9495762efdb950b3..fde98a83f7e01242129f0e07e0621d317e0f5d84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 89732dea6dc11832484a3eb7a0ed8355418ba370..fd53ea023050344293bcf2744ec3c9a3301067df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbba19ae3df93b6974bfa86c52c265e9d7fbd4ad..7e3b7a070481f05b37ffc7ff23145703e884e24a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 393b768707ac6b76d99ff5dd903669aa78b5e595..fda7d576a146ae4cd935f1b9a341cf4aab4c8b61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fff5d1b9875ecef53fe4a0678b177738ecd79312..a31073a7a878c5956edbd799801f04c681e356a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62e44955c91f275b617fcc91f541d921be2fd8d2..49cc6ae6c3e48670002cfebf2e761e2bbdc72b22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 51e454afa48b7590d4e4a0118595fadbbb8ae025..761d2693af83432af7518611f30dda65829432c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20277e5610979c4d979f3afdfb5516df26e17497..1ba7ac4c2bb41dcf6486bf688d6758a380d2da26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d1f1c1dde9011c3e94e92d8a10bafb716eb468e..6a20c78ac530abf44aba4eb82c9443355536c59c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 40ec0cb9fb59bd07071f1320b412955bb8844a7a..8974b39f68be4a0eb3182fe3d65f4a69c86a3138 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be36947b6d82436c2fb14bccaad35ae3b70eb4a3..7f0b62a593a633cb58cde2dae2fe9e5706bc2693 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c2f9b630c617b3f0bfe18f8989e595f2223c764a..735f0fb64a4061c1aea2137dcfa3aee2c0f00e65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2e309f4eef8a580aca0767099a51c095e09abea3..82ce0d4a70e5966f6e7cc00842790137d55cee9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1b5def9ab8b1390466352d7ae460c80e35431648..eb0d8e79b216e54b6227dc09bee5c672f3376e84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 02c545f563259cda61e13b82ecc5aa51b9da0c6c..0c06898e14bfee1a9cca49eab711e5b35f5a6bb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1237d9f5db3291865abb4c6c14cb9e7b02f7728c..c29e212ba0df50b75bede5b58ee103d83b60abf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8278bea28182a647d5948bc1cc6be49aa29f002e..b11e31a8802a7459ecf7c3c69dcccf64d0c1f9ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99602473b2c116e62ad7bfc409af5a9d5a8d63f7..1d4de30f1fb2052e264e4d128a0c56cd35cb0562 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6e1d6c91eea0a5d2be590732cbb107a04ae07d6f..ca673650e459c269ea2934e71f5bfc06e4e2860a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5a4b71215cbd6b6a301fd6d500761ff3ed1102b8..97d17b57f85ee462196b7971a250451423b553a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1bba1cb94bb8f25b5fac8747008d611f83a168db..eaa6264c2cd64e951fd42ad164c7e8d6c39a25d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2d74e4eeebedc51d43c15e67b5dcd129e916eb77..9e5b85c4e8cb4c5dad0e1cc1aea0e42aa3f25e27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 54d59656079a4692096369c8b0afd72be08b168f..c5fd0a5a8453ad53c01369ebde7ad84b5e9aaf65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f2f0e5dbcb1b4f9a3d2e0452be8e17a7b2cd2dff..24206a411ba122b0532aef7e2702b1217f59622d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5ff1f9e1adf550022a45a5f1116ee9de78cb6b87..c3278494784636a5cd4447fe6dcdff882ea970b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c687daede3a4f2457873e7db800df83fff9a78b6..3317c3f0677d5c4e3d1855e420cec74171b009a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 49b267c3ead4e44635a86daaf026d5d95f667b78..47fdaa3b73f3b2ebdcb7f891b8d847748d994d26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ff84169b642e7654c19a85428849d4e8b31c2efc..7a896c142dbb7d8b03c968b7b6a7e9eacc8889b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a268a0a8aeb8fb5916c6bb1138b29e3d074b499..d8f9a20df716ca2989094447506a6c47f91377f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a2d5ff80a99c71dff83283a2c03b7f7ce6bb8f3..7a04e99068d812ca804f677abd14f08dc592d567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6f0b7fa4daa7329b317e39618b0ba6e5a9ee9848..7f6619c74d9f00442db9566bf7961db8a20504e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a396b6fe21d30b3891240a7f0bd79c1de162815..624bf691919e70a06339a2ada727e53b55d1a11f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 17022a9d077860d4f931035af9e9e341a1a1e4b5..aa37d0e3bed051aeab9c2a4cd760538296f37e61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba0d80bad3efba030afa44f462402ecfbb4bf7c8..5745e91dc4dd558cf3bfb6029d8d93ab737f6bd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f0630592be8f683ed61d93a58c1cc8ed2780310d..58adfac700b2ee4e5510a172746141a0d41b822b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eecdeae5c0dd1ce1c10aca4f418d96310903840b..d126ead9f9c44e9dc20150bb829c9f769fe7906e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e705a1b01747af20bc12cf0d560bb78130ae7175..8c997ab6a2b167fe070937e6028794851a42b2d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5f0a1817562ec10c9316f53f6493a30e6ea08c22..044cc5ad27c31e4deb8da83a2e1a44f44a59cdb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 83cdbe5b3aeeff8572fe9b98f2f8fd01e0463964..9adb48aed27016d07399fbfff2918898f47a8f07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 027cde75803aa9c74fc1e20c74e00c8d3eb00361..08059f7e138e27efcc8beb0a57c937e86c6fe101 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e4001d2c30ffef7be6ea8d229b5115f03c267e62..9a9dbae1b752daa2514eb2f6c066403b6ecb72fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80a725d448f4b7cddb2f2aecf3c7918af656ab47..b424587ceaba0b89aa673bc3ebf387f0541355d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 095259feba345e3e69440c37aafa61ab14402fe9..99b34dce9a0a22b14e76f33922dde2097be2b001 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8e162934230db978045cb446ad3957c51fb22339..7e3caaa0ca9b647a859d2a1c145a21c594d6ed02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 969e38ef5d7278ca98d126579a84ce23ad31d536..18bed916bc3a427df0349dbdcc3d8e3cde5285fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4fafe33ab2d00cb403c59469b44e014b243babff..056d894d733a14f0f93e9898af5d0415dd51ad35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5dc3276f0b6b0b8e234d513c39fe3c6ee6527c5e..4a9db251d7b59a61384071ca876c5cadf81eb49f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c9c478d62aaad74ea3e3df647ee5f6fa48a591fe..15bbf6b92b8d0d44072475528b7121a1d4857e62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b9571a698fdd81899ed78146fffa494ef93f0acc..b4da9a3cdcfa982cb4452a1b1bc6a016dbfe2781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f8c6013a95045ce296cb49e48915a95005ee731..9e04760287c8f6234be787a1212936c0fbd57025 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index af01f7e47b8e550257cf9f8cc4de9e27a8393d06..412c6e7e82cf298fa85f7c1f4defd57d98ab3363 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a07ca39436a6c8674a53d6f348c6330ccb78f7d9..98ec0a6fd650aa666507abb6f370e0da6ea6bbf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1924336df5d2fd997b6e330359df7dc1333a5fc..a2f76c83f1cb65434aec305c5c824b406729fa5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1efde0fb422ef4c53f29de65365ce9a2a7b2ea0d..ea5a059d70e8df226df4d1432e983b6407bffd6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f81793aa7abab1fd34dc80f419f793dd84886d57..7db64a1a6e9878f451679f246ed620a058aeb0e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b718978028f186fc86bc1cebd1ff0a0d746f9eaa..d4c1d149f47cdd9334539d04ab6abd8154825871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f3c65bd15b05cc50510571d4cb7523eab4d3262..23ff906c321b81d0271c9c884b059d0f09bb65e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e40b67a486e128884417d368216075967fb38ffa..4b7a1e02756971a6d7bc0e4162a059e1e8ece40c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf6c0c512e103a46f1ffaed0ce5ae6b85554c81c..fad608c113978f9799396769dc9f27e17e4a7887 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b5cbc5e49aab66e7bf1c5135a77abf86e5d0764f..52d3e5758f1208edbabecbb4834ef4cab29d401b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7cc57049846c6a2586067640ff3ad99d5106a3ce..04a5718f27113429040f954760b41d8b9f16dca5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6529fbfb1548b78962700543117fdc75d58767b..50dcac3476aaf5b9da0941a21262c816333de49c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3fb394a980859db0e0bd72735a1aeff2ad01ddfa..a442daa383ef90ab7533d698b5e555458fd490d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 43e5b261382d89c0ca458f94ba4d711de3d34f27..e2c6d33030f7f2c4494b96743d3f615fd1d03f7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8ec0bc6a489a333b899e8a10ed3ec2fb3fcea12f..3ac8a5f53a6f554b0234d5b2a3953ac93330cbeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4845666266592a14f9d09eaaddb5c9e62af76144..ed141f0b216ad6be9394493172c780332c5b44f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index de2737b92a474c425d6e520126322569a95ca972..7cbeb73ccd8a880bbf80de32d732d9bf93918d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 938d8326354b3670545f7394c29cfa0534bb6f10..47ae2dbc86d8953e70ea015533c0162b06084fdf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9e798a26e1ab1ab9a9128d53036197c3a3ecf76a..82e56b90e3d14fd0ba5f358b0db2cb65dbffa324 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 399049428d26ff799c1da6baec9a5fd5ad4613d9..fbb571dcbd4ab27bf9a0f681ffb6cb99abbb1691 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6767e24e731b28215866d4532761b92469aee1fb..11ebe695c2f238e59c998788f99e09033ce8b087 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 316da05a428d355d312dfc7242cbc65f4edc3bf0..9c5d0fbbde5e2d52baf2703219aeaba8f229d10d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 25b926e40a1c877df8192484f5a9b6cc826a3f6d..3c5eba23fd2696783fa8f43bd93f523f84b94619 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ada6e221991ff65745a764642fdbe6f9a2bad364..6ec78c955fb4a73c2068ab67609712fd15b13982 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9da052e337df5224b51b2e4c5758ccc38159e8df..c5c33fdbf4400848c9b54c4601b94b3f36b83483 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3bd860987343502311c70f6b55b9f78a8db6de4e..2b6ced0c9595fb6ace0081ed77b0cc019e474880 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71cd6ce9e30ad69d20a46f1bf2d5ec68d6a3d026..e5ed860d39a84b62fd79677d746d96fb06db7490 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f5b448467c0d6f0df7351726ff37019f523ebad..c97dc3430a9237fe9867c853f5c8e279501a4348 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b3235952fb4caea013a5ab32456800a5663c27eb..f605329fd913d1db88be325df4e65e79d98d0b17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 05aa8fe392b0804f3be990777456108f10a3d085..515bb179152e31dd216be59025931319fa70705a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2728f74cbfcef15e1b53a0a3a51bf45efa4b9c45..1632baa2923cf5b76ca160b14df49079c5da6a6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31a60898cb2e88d3cd058240b4a3c067d4f63cc5..5d15e2b1d53d04fa8698017f77a91197cca0ec21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 011b98654c741fa4380478ac72b35b6fca3a5feb..8f30a26810c08ff43e106b17b1ac6c5e89b9bb78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee790401a59a5a5c4a3c37f38e348051c4245c43..5b0074123973aa9b0f50824c0a46626c5a600e05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d72d1d8699d0f276d34465adf2abccb5d627bf72..00af8b481f1404d49dbeeb5260194137f0d6a0f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index de003e6daf258ce51b58b4522d4ba71641a1b7a5..d7eb8751de05a1b96ce9184283ac5bc6027e5939 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b932c871023b8f292181ec5b4bacfe353edb0d3b..71e2da5c221bc3e7c56456a3341c32f5101bb367 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec97ceb47d6cb32206654fc0346f8b13642a6581..9ee1fb2737b0ccd60609e3b4ce424b5f18c25c04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c80300a7d088beb1146c5b2418969d8e4b2b5899..78674c1d15cd4055ceaa2b5074139eecfe9afc0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1edd9f702705a3932084d02ce9792a8233eceddb..90fd590256c0796692fca02e2557afe67259d58e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8d8d3854cb151f9938ce0a2226731cfa798b89cc..f94ab41803be61039b219a46a41c72a14a9d8416 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 44444ebee6d11bf912d9e4b4117e191ce4a9c288..f20e5b5fd4d3b02c563b6cc898db294507899a07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 885dc423c5e69507628e0a48582be215ca54b02d..f0d5d91d931799b06556caf8ad8054331a5f5d56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 755ffdd5257ddb464dda42707fee30c34cab218a..d8b12cae28852b9a8827a0f5d4991772aac40ff7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 369a62b40c8cd593308aa6bae4ec65e14b3279de..ccc10b7bfc88e0e6db8400bf2f9194781fb3b6c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b58b0782396ddd576ee32d70df32e8b1ce4de33..6e178047c4bcd51e2b047b8371767e498cb3b116 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 987331a68525fa20776cced87a0c21ae5f94c01d..3cd1a2aa95b9ea062b75cdead899ddf2b28bea2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8845721abd5d60f0930f757ed9e0c56b71609f73..c1fff139dcfb748bd51f93499bb4a406d59042d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0ff9cf3af7b7bfd31dccca7bcc3075aae12831d0..5cea1e95a399aa24d9ae64cf9c59a04909aa8a39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 48b442a6a2bd067cd180c09bdd9161e7ac05dd29..494ceafc13b4329bc54ce8f3245f3b4c20ed022c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index df1cf36d3886053f2bab7f3ffdd5d5616d944eb0..731b9268648cc924980cff94606e7d9d91b46567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fa61501d4adc9f901ff7932c99eab994c8738819..09c2fd2ba672548104e96aa8eea741487d565a28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c073b99dc89450ec1a8ded8918636e90c022879e..f5674995ae4f7346677d3de38c8bfccfc69a4b94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f7d5c7e5e0f54504b05e0586babec009ddd7163..cb7452377317771dc0bd6a9c0bc77eddc8e44027 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 410dfedae259358c7ff2d0053ac5d33fd37548d7..6191a894824d69f29b7c1699b8c73db8c9350063 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aba70caa08b933ce5eafcabaf841db7e94ebe51f..bf551811b4fc266a7a19edc973e4a8c0b2565a1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b0e60ef3e64ff8e37a684345101e3ade45bd0d6..11ec392bf9da6386e67e6a5bc010a9702300dde0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c4f3904ae8d210296356a96133b9b554cebb50e9..60645c1bf223bb27d961e2cd3694ee8e651d3a38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 078803157ef497b8e23cdacd5b13621339679c5a..922cf4fbb883ad2b6d7525a918056258212290bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78ad56abaa478bf5825444ecc12e28c6bdf62175..7a4f58f926461858aed9bd1a41a8dc08c62beb72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 38fb537822adf32b1326ccaf9da05422be6c287d..d5e3ebaeb0db4e12fbf5ed099b21a7bb684affb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ed6fde64f56180868b8f3f69b9510b406fd4e0b4..acebbcf84a79ee78b64cc51171c6de81947ad949 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b44f92add2197860d6522cc519514c761739bbc0..f18f66c9e0b22747f0661dbb4f3b138572fca309 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1ff0fa16fbb06142ea3d7a73e77dd83f3df3f268..cb6f472db261b5f96889d015d018c74c6af8b01b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7d3af2b02161ffc3d9cf48dbcc3bc02c276673ff..ed3b3bffbe35dba60eb81b5e392cc92ebf3e14ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d08979de26f183a228bd0dde3d3049ecc57aa50..ee91b00470852f506467440c4e8b5c4fd138966f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c094f5127d19f5b91a6a5c2ae5f3b27b897c422..04ac556854cc9ce29447983b0699b98f716e8870 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 89372e1a1e73b8297bcf748a1ff77e638ae034dd..68428c95348cf564bb830b2d5db0dfaab510f77d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d67c46ce9a77818acb1f64b45a503c34b12015f..a1d7ff99f93a0ac7d836c133377829123fc0d466 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 01d2f5b3d7811edf3aafb5315c577af69d1647ef..01a52821925831d1e7aaf9f6375c2d3295b2557b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7231be431eb34c0fcd9db2b131a2fa39ed934fe2..5ff087d6d6158bb07ed87dd9032627f749bb0cad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a3c74d43ec97248872d1d2bfd7fedcac2e3206b..4ac0f6de48f085d1ee9888458a0366f831b726a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0b7295265924b5670c5d6a90f6118c893516b771..f6f4a1ccc0f2033a5cb54bccf76524438c92243d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2979570e7324b19735a58323c9a5e6575df119cf..01e92aad82613407a96f520d6847d1b707bd2311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f4de8002cfd6e5a7ecdc71a3fd50a760697bf56d..868a4a6deabeea36942fdff908ab44869c8bbb47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c20bc01e8ddfca7348c77d519e099cf9c4c10365..ffb9e16ff631ee4539b78e6595f33de794b1d367 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7237277b54d0c449c4adb3636a28cdb42ae681d2..ef2f893713466efa94e29db49e74231a46df8f79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f1c4cb15cb2918d1824a30de0a1d22b30301786a..66003edf6ddd2a835830f87fbe9c2a29eef71fe6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6129c9aac4e1a8ceced059453914ebf50d263c82..d09d83b043fd0378b34b3781306ba175fd318f39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec8f561ecf2a690bd00efe637d9fbe9e3cdd1bf9..b6d8aad5002a804def7581dffce4e08933ab8b28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c9e2585a95ef16cc445ae3f12ee5507e1a87eea..44e44f04bea9f93f569b84f05586c15566f49650 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6af8f6d6ce5dfbf65b110694528afc3c2d03494a..45a01660a0e4aea467130011f67435ade4e746a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 860397b96647cf6cffd344db04f349c006be3953..ae670768e939bd27257702d86f6ed4761c8a092b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index db8292f9c49c3efcb937556fd5f5382752d069ff..a6c0b7c25b39737bc4e48ebb3496dc27bb3b0c30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d6f1b0a495fdcfbafb61c28ca15a647c8439313..6b2029bfa461437e2d9966a909a24052d45919d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bb699fade4fddb8e84dd32e2a6b2504d0a16745d..663fd5e87ba5b8dc4d886807e030debdbd94d948 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 009af93f1a0859add9357f85b632dbaf29a70b3e..4149b5e3d5cbfa6a3769bcf4e8a4af7ccd486a87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6728d104ba1599957fbd14c29dfb7654fac8dd11..fd81573e0dc6b8b8809ba9b6cc1fcb63c470dec8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a2c221be44fcf18bba01d8dab0fbb4dc2e33d8a7..77007228fad8fff9c74b92d5e466ee7ee127229f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 84f830eff9dc5f85b761bfebae0c419f21f8f4c4..c9f976a63ae7ca88458dcd59bd7a66ae455df3c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f3185cafe406f54ec1e296f78a4bee20a07f698..654ac9e2d076b8856ee3183bfc9c251507979f32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7fb872f31944e228f8b9526642a85f87a6e5ab69..4cc8586e5189af52185f4f44dbb07a1d8bea9bd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bfa2277185de9264381b74ad2a15dfc191f1aa0..f7d7ede4fc8a62524bb7d22bc85fe73cdee4631b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ffe90149f1cf8783d49cd56b0bde8043f1f7179d..ee1dd85e24d2784afbe23ba96c806c4591f464c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b031e73fc12be0a35184bdf159667691b019296..8545144b45c0f9b6cf9bd51a0eea56e97e692161 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ee93a589d75047742562e2270e17eb0d4cec23c..9b524ba2af89ac1e86995d30b63ed05498f0f359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f314b04a52fd76106ce3d3b5bfd8719430583977..cbf586fb4b01a209c35bd0c1e972ab9cd3ab6dac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f7a453270a8b26a6d3aa259eb7fc5c0dbfbb68a2..eda27741df28bf4fbdf55fd29521c9dea9ae19f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 82aa55ac2ef278ed253c8cd3bfc191fa76faafd2..14a7d2807c8458878483004c7f9f3584c358ff4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b763fe551cc52f5eb0905dfad259957b198e2ed9..1d72ff2d7f1fdeb6d0e083e8a11828d698469fd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a7bbbb3510c86bfba7a560ed378895790fa57551..8a9145060633c72a6c60676bf0cf5ff3a4aa05bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index edbc636ce531f39adf4263913cfcc8364b256022..12459ec460fee588e42c593a124d426df68a79b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1421817bf3e62f3396cc0c235d61213b5e64abcb..00a3de58fd381f2d35d280d6728262c40ff78c5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6be8b6a7823870f6e02e36421342438f9c0b3ed2..77c1168b2af676e22ee7c0614cc8e8dd26496ce3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1b31b64c172fa0434537dfbbfc95c039d53fcd7d..b3ef8d34760de85d7795885c068e9898036684f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c30e82831e79b137e4091bca844707ec916126b5..8211f2a1b4e11099181b6a4cd03adfc89e9ca58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c65a6deea2455b41299099c2ebd12ae01f853133..13e8843aa78b372ebfb19a5acc72705a8c383aa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3439be25740edee38d365f50e17d8ef98bd37900..02099456102309cc4cdd7e8a5234d97405463221 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c00f072ff3ac6f09f2529b700ef00bad9e1d0f6..f98b7528e6690a90a00e6438e13109b831699822 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a8da10d9a8cf8c304d9d1e81bc97ba7f087c1a4c..271884af23cdd80a07a98c8ad3e2552f6a5e5186 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 68661b2e071b5f0a1033418b9d4380a7d949eb9b..cd6eecebdc1ab916fdfb76358084f3185341b480 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7b2175ca4f19df93f3aae1bd3efc3ef59d196a8b..7bd1e4ed9700b0ef82b8b1da9c3bdba9438d398b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03bc5b22c376c9b0a8a6d4a88f80536cf73e8d1c..25ce251dfaf04e96b5f6bf3e2b9537c104c31aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c322510ead42fa1f7aa6252b9216bd1ab05618cf..81c16ce560dbc94654e6aeb6cc9a4c868c67169b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 70d2ccff352f4f4d2f197ad4218c7cf30745428b..6a5ebca52d59dc4c84b5fae87f69004fd6ea648e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2d1b728c989c158784097093c6f3d77c5ed845e1..9a370158fbcccddab33fb9a7995f2915a0124c3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24ad588101f527aaab5466e3d0cb10425f5ba6d8..87fc780a9eeb453163912ff4265fc49b76ff4d4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 429aefb00b85c02038589b14b56169deb835d480..4c40f20029c5264b666e9dde04e9a1368b768224 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cd936a58c2834e9b0844580ad2fb98e19ab97d64..c21f2b3c07a61516b237e8199bbb95b56d2a50b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ea92f3561c42ea8bc8497b4e0379069b40cc4999..c45b5f1332f2949a2675766d79eaf1d252157d42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 020add40e5da487f3f4b76ca5e3d45dd6b97ebb0..9808f215a9900e46358ed0de627757b5d96bd449 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0ab5c7ab3cd721e4073c2c5f9c37d5b774b4f81..3beac5c62e8379d645b1364f2d6b3100490e3b7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1c8810139b41099a943c6bf4954f762c307013b5..deb14e1bd54941630449cfd8bad73897ddca597a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a5d1fe6b0d404469ef84b8f0d7708603182c206f..0683f864a941f5efe1fd79ca18a89b026cb55745 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7885e0af468d0b4b88840d7183667a52acc8ea8f..32bf5588d8c7a41827d9be97f78d0b7386e609f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cd67ff7828a0f37bc55705afaa098f8782189342..094fba58db499704ff452dbb971ff2346f546ac2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f0cde13aa7d0dc94a9ee59f55f3bd45ba8fc61b..f716318d24747c46079e181303d1736a3fbf5976 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd87f9e4b7045bf948cf46d3d92d136aa9225537..d6d2d223ff199a5dc4e3b9f5a3e4db065b1dd7ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b1725ff65ab05ec4bd6b2b89a43e2bbe3456922..aa28e32dddd9ca5a67c23bb6ae3d95b9151e5d18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f8d568f2cf09e05eb986b2f01c28465047e1da3..0489f2fe100498748d2d4d9c9b299075cbd1cdb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3bfa3a9d2d9a8cd2060b1dac78adf3f1097503bf..650b67ce914474bfd8895b09e225d2a1dcc41012 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ebda472438ea53978341b1e6dd1b59e00a42ee38..c1efd6ff0abc2ca2c83216924c4b318e102dff1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99a8503d1db9f05476f0762410ff2f85e688946b..5f9e71a4115a6cf151dad7ff10d0c952ade41010 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c21b065b609b726679dd83896d840b7f8d61da5..51615b370f9f8a27e3acb9c45684991da6c55680 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5b90c7463357fe91101891e87e1b2ac967c0acc2..9a21d9eb7afd3b7a83c32513cc8aa08ba535b52d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2595847904a444b82de661404c69503786aa7202..f6b97dfbb2645fca0dbc17c653a367dccc783ce3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7450d4894b8d8c534179e598f3d18815366e09a3..24c679d5bb4467fdd81f762128758f0d7d21f9d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1681592d557210b239a0b270c07c39ef212b01c0..3be54412ee523ffb33120861054b417aedbb4a7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 79aca0124fc0fbc98dc340e37e0eda6fac40fe5b..d6baf0a570f6cb02851683e9365c18e3e97fadd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d66e160fa99d50b6397a9e0295a0a664028cc79a..8acb5c5353eb850620d5557df3dd855e3eda950d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1841e44add6457cafce6bbf9bc24e78b85dbc31..f5ad9d3e5b74cd1ec2b2ae1e6d7d57d8a518ee61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d1ece384f8cacb6653a4c6024f798aa5d43f60e..efbf80eb88775e28cad9455e0ec1e2a3987737e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c82d71aab81b291385eca0cc446a7655dc52185..a099a696b8b1189f3447832bf4e8525b69ff24b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5bfe4f7ddc003b94daa40eb8c64d9161f3412a26..238be91f564b754ab112f69ea79e9b3c5a055fcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bcad983b4d4b5750e6fdd6c26ec7b5be871d76ee..eb3b8533617438778307d5383debf4fcd5e072f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c3a42b9187411e5496dda0f087a2c153bc3d9ad..11e4b86d9027f56f0f2da2bd9bc9f73d754a48b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2374e2e426d6e83b4cd4a62eefb9092044dcdf75..19b0f25c41ab9fa48419cbc9f656d4c321b176e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d1ee80d1ee4e39338f2e6290118fb62bf5b6f8b..9e24429b1680fb40384e570d64ca50bb17263cb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 27328ada50868a50b34163da94b838e5e7badc65..1d77aa2a63462787cd9e72110e364394fdd01fc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 16e3fcf04fb69a59965d96fedb6b2be6c74fd53a..e63c6926083f2f855d74b58aff9db8b5b5906795 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c6e63585c6b3b0b89eff6e5830b4f16b3b462ade..da1e01198ab38c9323d5f84332dff556fdda78b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e84bb42b0618d5f147e967cc347d4c469b18d5a5..67d2165b3ebe60ff491cd98a2a6974ec22187006 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c8bbd403f2ef9ecbb38722d3a54f7829a0f6cecc..b9474bda9dd9b1320a5f925d23565f7e65609782 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 59b0fc279f6abb023bf76c3d78668f81ea68971e..323ab969df1044f8902006edd5168bf7a7369d0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 92c26d2b70dd63f3624dd1bc55878c237cffd2da..fa3c7ba8b3396cf920138678d0047b9ad0220714 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c1241228e5959a77cc04803b8aad6e0ad82a6bd..cef3588c7b79b196f2f57a0dec9e6b0a1d152e09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f3d23601d3e63a4a1778a39047c3c8a3615c3bb2..b087e8cfcdb17731334175ddd53dfff0e8042b3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5234139017c3c45996c641f75ac7184abdfbbd36..2024591a871acd3fb4222be028e740b1b4a596ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7dcfb458506f28f8afc0e17dde7663dbae68ba03..95008e70f89a5fe1a26c99e8089afb165cf9238c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24af25ad067179c94e3a8dc8129314d3a3d4850f..ae2af539a8f52e3cead7f649bd12a9e377de70a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a4e45940c9c041873cd0debb14eb9f9fecce6a3..9b1e4b8111e1405a109886ce092f7a9430c1db46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1dabab8471c5e50dd73f9bafb77b8f17dd96d1f2..57c4cd523bb80d10b02fcc5185fd36de580d8d93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 38ec92efda0eba1ee95953111d4a967818c5fb59..69c6caf9be06798010cd8fdd6b482fa602921942 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ff60fe154dbd099959c63f348defdb480fcaf712..154ce64d9051789c8eae290236f74dd8daedc592 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 63ab1bfb3f471cd651a4c234d0bc3022073b0deb..7ae639d0b53fdf7a24ef47f4d57267efd24a76d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a199e2cd4a9513f82275b3086f1d46aa094513eb..c268393a3e3d77e98bac8229a84fbcf76662a581 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a3699f10bf36a2c0d0fc25afdbf527cad22c3319..b59ca5b13b1fc521ad67a112ddeadbf083482ff3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5fd4fe6c552ab2ba865beec2d11062c63bc0934d..32ac6d77e100760d3238e0feee1f4700069aff16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 365ddeb565c7835983561a366f28aa7361263163..c60c542f3e379848b332349126b38ec86ea46a45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 620f5035aa06856d258f027fc8ba49194e8faffc..53ec89d57dbc7720149a0c5c2a0b31f8387daa45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf9d56b96e3b214b5622d5e94aefe55397f708be..4020d2f7e8cc328a74cc5f47ecafd2c9f241d1cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d11814d3a93ecd999bd2377aeb0ea1f0d4b31e66..fddc2e277df6698007bbff18e5dab7c730d1e989 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d78f15ca76e84e94a281da3ca16388b0d0f477cc..90f81fc6e3d7dca3edb950bfbbbdbfe77ce3aff6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6759111b0f502f6ac76e042bdb21bff7e2223ea..a0386f07d8d2b23da5937c394b51e160b9bba1f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 707e095889cf6c15a1da00626b9bd4ca7929e801..d9ddf4049a7d9bffdfbfeff8ba120daf03618e8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 72d1acb3f50dc077c5a87852239cac41e385e274..a714dcdf2806c0ae70ef8647d6a0a138089cef38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b07993036440ea487c7f47828e331cd8eae5fd08..53dd9e72ce55040a76b0a694104a73c2a1218e3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ed3fccfe002502a4feacacb234ffb18be29720e..6f934ef885036072db88625d1540ae3fd3fa2a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab43491537a9da60861989cf5ffe15e00f3f5a88..e00b09e975e2b85f791a6c1f7f1e76767707fa7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5391a810c377f1bd729e26acd5e3d41178589989..deabafa87455fd3323abdd8488fbe75fb35cea12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 214904c7f09d8a3e41e96797c41a135d98db29a9..66a9426a62bcd1d7977e60f522b730ade17eecc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3ff55eda5b682ea423904b2fd6f368d945cace49..5022049e48d7dcc365e646a76b56aff589884378 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 76a8e7681368f3339c79d95fa5a5c3195ffad52e..6970d7d26f92c010cfb1f6aaf5e3b22abd774bac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a27feb075e1c647f05027f7b00ce04735f3592eb..07389617a0ee2f2dc4b4c63029a0053c5e45cbf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 13e5b39c7676a1c5da9e898dbd4422e8d0505f0e..dbe7162d36731b69d20b80216ed8f486f85223cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 259502b98afae61711cd3c0d715f95fd97da2ada..e9290a741fee8d8d80b3a60fbf695e6c04529e18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5ec218581e90cbc321345e41dbc02b70b1a00fc..55aa900feb85a2545f282631aae994b70a4e1f34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77e7b53c56a1d4613202c8c927205c3b84e16fd1..c80cdbb09a2cbdbe4293678810a11f7c2ca6129c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c62e63b1fa2deddcf5e47903f38d3f2e2dc3c6e..bfa795e15be65de64d6ece047bb9d171ffafe52f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c80745578a6f81a23710632262b7e6cdcc76e726..dd489436a203496da9514ae441a5904c7fb5c789 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd5a7173ae881efac6d08814a7417bc385d2b00f..8ba932ca0ef4e38eff1ba047bd084ff5d7d8b5b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 641b0f109644f2a20681146920f328baf07acd6c..c39e8fdbb724928eacbf864d5fc0a51594d8143d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2b78f71d6b6d2a64a1e9d56375f21fb0a899eaf0..c70fd246a9e8c31324a2683e11db0c4649a538c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b052795235acac2112c1b10e6ae3d957021b803c..e580839bf69f7495455a29efb5ac8781660fc39d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5209ef8c290c6102eeebc1d3c09611deb0c20eae..53207cf5d5a92e97bb79a70a3cc3ec04a163787f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1699f3e9670737f3bef40195fb4f75e1904e3701..b5f55e24fb9572ba900744c99f7144330e8113cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c28d54a9244951517c3ba971facb6de667ed61da..9a2fa78787abe53a57660e3fb349ddf4ebb06353 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 26360bd6ab3eac2cd6d43a278d5ad2026a4fe76c..8a88875aa4f9a95ab08cce19b6267d84199945c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f8b6bae23bd046f70c424fd64866d2b1194c76e8..deda0605cd6288321c0dbc9312f8b17c8b055c69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a4b935d1201ab4573333f6f441ff730ff8afa0d..2418604784d27e22a174d57a74b4e5297b743c50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d20f0e6aef3c0f16ce82a640dc4fde14a5127c84..1df046544c169eee86216d8779e080eca30eae67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3df97eb76272c879619e8365f21801a9d88ab0f5..8f20b4ad157a9c6c25e4f13bd050121e4dcb2026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fe47c3639a34be0d68cd5c33bf0cae3360cfa73f..19254ae5877797b9d2176c5c36a842c03d667edf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e2046d47e5057a661270f0164a9f111316c9e99b..6ad817a833359fdcd9456c3769eaca3d2ba9d05d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c70ef12c2417ba703bb1acbec612dd6bf6d41a75..06624035f396d9bfff4fc84ab9801d842db4fa06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d740c70fab9de96516c30d277ac11c302d74246f..517c328fddbd4c27a7dd31b3c5c9793df411d096 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9e5956f36dee3db6d3c4a4d0bcf71be97eefa7c..4c1df5efbfb199e84c46b7ca9c4c54f79e2e1e7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bab67fde64d62bf19a5acbeeb379d323c87bcd2e..9f38f14201ce551ec5d0e0b5cb5d938867fe0d53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1c37506c5111d965660fa36f5ce471ecd68d6849..bbd68274000d041397b9344f484189465b91b371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 664c476ca6dd6195efb0240262cd7c6b288dc088..d5c5ed7f9de5f1ab762022e89755e85077388664 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 758931665e767024f4d5a3f9bf2acd277fb7fb5e..2de4288af0cd6e65aa52029b7680f919e29898d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4e59653a7b55bf3b370d72a8aa2607a47c46e8a1..68965da811eb0de2c43ca6c5cc121757072b4bc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f35ee4d4d0b2372773268c7a11ff9f63c88b825..9afcc6ae12f1ec2ad22f6397d88d9bf212bef858 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f3e56ae6126ce5f7140fe4e2e8d6bd0987e4f33..434322c563e79658f82a0814d19efb11669c533e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fb1b8749f6368103504548a1d0638a102bd8415a..9d0f19260fee76f3f7181398055cf08de7807a60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 273ffb0916ad772f1876f9fdd341f858fe1282d7..3136b44432f4d686af6e641fbd5d29de7d53dae5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 82f805db8f8ed4561076ad21318e465343fe191b..59084397cf398a4c831248006fac3be0b24f5208 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c653dd7fddb3963f87c52663c9e52d5b60531f4..7a18d49d3a050af87b65041e002c63fc2519aa08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 86cc67cf313455c7117499eb56fc98f52571e077..77a777c98b89ebc4a3e15b4ac5024b4f46e31939 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c68505d4beb7b7f47ce73047b069dccc8497263a..769b1ed817a9b61e69dfd0b230dbaec569d06a34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5ce67486075e6aa4769c8cc2906f0758cce3614f..5b029178e707e4eb0e554c5e4c9226646718389a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8618f9b52d3c34c40748a164197827cf50c95b33..d54fd28a00d61da07aa8ef1b1cc8bab7b0607984 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ac189a6dc7e180716e086870f21af9de3f543993..20c43d1b9e88e240693377b155d853b2c5c03ec5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a5a72e794bb7998e95c95ba617952c62b221c17..d62f0b2b9a452d02a5cbbb879f3154f27ffd9fbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 543cc1d2e678db7c170af0f9a27259f7c3f4c0a3..98cdeb679971f870fd71bc0ec531d6d1927b5354 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eac073d666a6e4f09641f335bf167adbdcb0568d..2c3c8c2c197cccb8ac1719fd3ed93caa7a0dfd2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1020608a181c3ce564618e1c0860d828f730767d..7d78ace3275a2edfa2826f271238e7931e31796a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 976b98118ffc060c931869d424ee9d39fbbeb2e3..ff013ccf205ac3e18c6b78e087fcd25efce11e18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 86e1c57bcfd4e2f385cac23e28c683f12068f0ac..7ff3de1d98b78c9803b972f5333b74f6e39b46db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ccc71bb763d8820ca0898502480e3bf1c547f4e4..014163ea138495ef307fb1989523e36ca61c323a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 482ea781e450ae10c0923cbc916a0c3744df4efa..63aa1ebfafa9decdaa8cdcd7980cc2f985dd97d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 386b53cf518aee922241d372ee167550ca38d6f7..4c97184192594f143d13016b1a2d38cd9f585191 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b23ab4f590723df941501e9ae96e195db5ff3fa7..2faf9996801927e7aac4615e7e66352eb7f1ae93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1392a25044626e6fb82b8e636f1813e0e07c0811..eebba7926fa685b032b7c78144dc411ee3aa971f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 153f03a5909feb01cfc022d9e414cbc5c5e73a15..a66e71d42fe4e1ff63643b8efeb9897946c88145 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5222062ebc884e7e366012ce4ad7d5263ef26bee..9eb4ac3fd084599f7631c886c4e52122636ccb9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 15ef736f5c9d0ea580d4cf63632f8b4a4ff567a9..1078026c934a69a01c735af5e5c0e1951eedef4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 361c971a07a49612df10ded41c3e6d474f407c8b..8c5e4889139adb690f0ba9c2058f7556ebb15949 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7267f9a6f0419280cabd843cdb09f8da5597eb0f..3d9cf3c31e3b94ea56b65a3bffa0bc31a881b315 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab87e222c40e99a3d30b8835d36a18c3bdc8ed54..7ebaccea28f588472dc2092d7f4934866538d43d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b3f21111e8a3451a4c6ce5b269895092985e4fd..e97c2ad6b8b6097dd2eaaf0dfcaa5c2d03b24df0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 67cce7d09677b0e5a396d7a537b60c8e3bae5a67..f434af201d7b98c1b82bf4533a11fb1eb431314f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 88a9ef10bc9259a3fedacabee059b4c595a1560f..e107e7db17e510883dc660eb3a87502f2b5a46bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3d0e84e93a1a63a1d13856686ebd733b9699959..e82fc67f5f3bf3b3910e5a4a6df43830cf37a5bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 98c01aef8f55e1a520784f28994b6e03027cf3f7..eb86dfc808e89c9de0f23a3c47bef9dc74feef62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b7d994745f03cd26ed5aa4ef4a9ac74b5d4302ec..8fc33a7c9c81306d594ac68599865d11c7149ac7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 221a64db6c0cb2f44c0d440a1fe838b3d0ad5c88..f9a3692615de6981ecca8f0f1ac94c2edacc40cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce8c76fa99625c9a39df6aedbea62c6e995388b3..a00d69784f868f0242572b6b6b70cc5ff68799a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 56062b4076096775841c242734b1bad7750d0e55..7a2a78a71f6868084b0e24c2f81594f5add611f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d3b25d79d5230bb7e0d004090c6e4619e97305d..17ffbd2016c43209208db1903aa10c750508c1b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index da3521c4408a43c814587159223ecfadcb36c55a..7ef5e04c61aba06f8620b2afc9b4f0a3c2729121 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9057acefe40e7f2a5cab86e15d984897e5f19ada..d341af120c3383ff2bdac1032ef9a08f2990be27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index baecff729c89015567391f1edb51fed268c79566..b171fcd57441f4d4345eaa3748870dc7b6abef1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f4bcb1ee785ea098b09c09689a32f376882a22e..adfe68fccb97999a7ca07c456f7b28673c45856b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 480a36e0ff04cd9e945054613e3e971095ecaeca..22352cb0bde8f7582ff12ffc0da0c812987981b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1b3362d0062459e19b81dcad31a90d5790cc7eba..4be0ae7937591b79e746622c4efaf7a3658caa22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fe90187d616dd6e7f8fedcb22631a7b925ef545a..6be1cb4e70e04b76bd891379726d14ec017a81a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c99f4544505d291c680371eefe310e2193f9d83f..31e8800dbaa4ffb329e099cf18c230f9eab406db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 868a6c3c7b8e58f9d009ec1c0200d284ee667c89..3044121c21422ddb31cd1c315a2bbb3f78e2cf4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9370a0ff55176e276e52655b9b9ec8001645e223..d9cf19f47ea17663479c2a877e23a30f8b94770c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c254833d18357f0d8aa04fdaf240048e6a89ddef..4eb2769340feae98c9f71b318235f51124a5b06f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 411fd92a0bb956f46516bd1b5bdbefa083377e44..f4dd7a80f45f5d6b31cc01437458be88ace02ec4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3fae51d6b2bc30cb54de67bfa6c92609d05d3041..7b505f39881fcbef92934e84ab09195b7f981f10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab5b615b2bedaca0e0457917056dda7b195f8261..b50063ed2b1b1379ada595a5174b4e55230d43be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2fb7e46cb9fee62204d6ebc7ada1386ccaf108ce..c81fe93ebb369effa4b0d65e08ec4018a18429a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d6baea93c2fd7bc6d296891b0ae9d99c525ec8a4..73288b6022859b724766d0af615ad172a18554f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae10342f6ef891911159fce32ff6e8c2fe8c56a9..ac3f9c9b34aa90b610b566659d1c6a6a26e6f292 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 38e39de44d4103fc6822ad14ea8c4226d9471c00..32f04091ce4006d10092cef705c0683fa1fdd436 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dc633ad106add98899a3bf6ad2c0863d9f34930f..e64d5dc119704810febeb54fc5ec9513d770e124 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4f1e7dad572accf1a610da588f81b66ad2c4d62f..7704d15ddfffb6ef5d86088385af4be6cfe0abff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 30d25140c2e00586e17c39674f90f1d4bfcbca04..3c0afd61cbc61ea9b6a64ac11f83e343b6e2a359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0fe21f59021786327ad7bfd895681cc204218693..d41a6c09b689ec7833101bef48ca6e8b094b314b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d23e249f02353ac8e28b3eb76634c86a79553cd1..19bac83ff8de6cb3aa244d07fec4b79da3d52143 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9064faaf80ccb5429092dce2cddcf570edc4a85f..d1d79d49c1c7630a7270bd2e77e2ba0b46407444 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 854026558964f79f7474d634c8aa2661588dc607..993bc57175072d306a7c5628a7d790c4060441aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80a7a214ac78b4e6dcf040fd3dfa9343634d9500..8e59cb88f1ae99ac97f645638dc9c5ac80b85cbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d52c0c5e160f1cb954dda6f6f73cc37e13f42ed8..71840ba0147f153410165f2a61a0b6a301d055a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 17e97af8784d7b95e9dcbca33dca0e76ebacab17..161b706e62d9d44fe2fae07a65104d4bf1def72e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7aa305b0c526c9558d7fc48b1cb58554f1d9f2c2..a1301db337bf77cab8ee34eceedabfc7e52d18ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 34978f2a24379aa3cdc8d9c83dd847b56c9c76a8..aa8e7a739b7a2f525c6689c60f1159452f392568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5c3efef0f6441319464795fc0e542ebf2d214a26..45ab0847685cac838aa6be7223233af632d60f70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4ab029f930cfbd7a7a9babb9c7827f1cf2f76457..7d2af383a8c5987ce6350e47cf9f5b157a8aec61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce02f971a201c7aa0436f1dd170ef96322d13b29..b7340f4e0cf799bff48b8be692494d161abd7e2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d2357a48eb69a1e89ea6d4a378a119ec209af48..47a54446125f5f4bc174c51db753e4f9845a27a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dcab84c21dd80a335b2722c7b45b98968440ec47..6a4d797f3b37bd777b617a29969ae3c5c622d545 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6fd97db837cbea6d6b3aa5f1b9ddb55d96a46c8..599bf717cc6deb15bdb06ba563e065fd752cdade 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0cffc6c2c6861cb83ab91fc514bd87ba5de06e15..5a8c5b52738a008a9420de580a3af450bbb0ea61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 000e626cef7d8d707ecc55556e9f91bec7f50e80..003322a3ae8eed56a5d87b5f9f41a3b0473e2149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 728f96558b4b9fcdeba81f9e3e4ba1b999974794..b9c60c90caf43709381932a0bc79f5a94519c997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 87250401f35d9ac25771f095749b7ba0fb6edd1e..cbdfac02c196df7d1ca6fd153d40365cffd7f93c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f3247dd9203480bb92773e736a5cae3532ae088..797f647218efd89a92900ee43f632af05dccd64b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d7ef5f2ae1f70b922e789a7410742475569927b..5409c2691c32582f593633b0a474d0bbeb15a2d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1786d72c3b818941385d2b98d4e45f3182d5c884..5b9b8141581b3299d4695d034dddd8b786893aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 79902de166243cd0bd0b1b7296b8873219ae6ced..328f15762dbe56858c736a43cf649d56166fe0ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 332c198ee51c09cceac1d625e95956ebd028628c..6172070f735271a84cde490dd0aa6ae541f3df93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 61afe3d56c51af1152d289be59fcf4172a09b4c3..1ff80bb2b6b208bc935abfc6d3c92eb2886168da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 96ba2630e4fd1306c89ba4f7c3b7e907286a4dcf..ddd62bc9a549ab60cb26fbf95136ca9f944312c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 046b27712c16dfe63523267bccb4726c44fed8a1..2a01fba81e496af0b6fbddfa05680d3e678e59ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 74c7e08016964334fdbcf5a1c28fb85ec74056a0..09727382de3c6daae03de9abd706037d920fa67f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1caafba2d556172b02945838dcde8006bcd5533a..efa93db89002d37d0f82b215acf47438ef22a726 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d8885fec3fe96cda2c20374c3c799282d528142e..a2c30b6992a8881887132c0c762f227958a15b99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a92b118261b18b1c13d23ea75c1045663e7e5af0..7bbb43e2780f732469606475986a4ac7ff6f5815 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1564a4277356ab56dadbde0c671424607eb5d955..3442f1a6a14261e30741ff6998d2696ef1d39329 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c39840b592260661194f7549c5a8b53495e765f..a6d43a847f1341a1d4933b3b0a0b50a76b0b3c10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8ef02509b9e8fd291c1594d22a8292f2671a91fb..049fc4e5d9cdc33786b345c16ab662bef9e4a9bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0bf9f654dfe9c0490a68524ad2b16e57eb326983..18847c76f54de5a39510bd3ada8d2d40cce1cb88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78848178fb25a5b2f1294689f0a89f478b1a414f..e1e813c59b9d2e070b9ba7c3e0b5104afa5a0fd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 075d271e54239f584cd64e9750176c6c08c58c04..b23f7c1c2ad0d3298966dc1bb5f39984e96b306c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e7c43b2589c39d6c886c85091aa22b3a4304a74d..523dcf8b11d0fa663a2c7de40ce6ea84397a671b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 43f6dcc52deb5b4a478d16404888e4c54b5dd54f..89f05de07db8d6249322aaaa88a9157227fe0872 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index af4efd2120eb63382639351b2f7bf70dceef73fc..1ea44452bf2fe34566637ae687a138f3f0a8658c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6616dc2d5fa94fbb50335306d5b4ef0fa3aa93f2..3b7dc2fc1d305365b304882dea6c70ce8960f230 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5f17ac4e64daa4c12d4fcedf7c85d71f55aef620..06ce60f3cc007cca6c683ba440e813b019339c49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7ced0fee83fccbb775c0afdd6fce229d871c9545..6c90d8af77e815f1b9c90d20ffa87cbd77425313 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eeced9a3ed3f5dcd47acf09f09ac026912a9dcca..0536cbd97f7462b30f06bb6e2a00c431a683905e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 44bae4b4fd5f1786d229186aba9190405ae7f5ff..5809f26737f12a3ea91d465a97005643588b07e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20073c468ea3a91a4314905ef721a1a92b3c5e1a..3a1bcc8cf9169a91e17d37d4cd687ca5190a46f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f33f214296a9e6521017e5ee663041ca7a70dcf3..4097c95527c8bced9bd323534630af383f8d6f3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7d3a5469d4e2e8ba77e721addb8875b34c38d530..fee7b908928c413ac015d9058602687ed0b34ffa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a0bfb2207acdd2079fedd3eb8bc4f7c95bb37ada..d9ae98514193ea8612b5c06845b00f1f6901e568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1b7b83e3fea0a348750e4870e0913ede594418bc..6f9a1ded5c3eeffc9e0cf6b29a812551083e503f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f040c56f60dd3f57c735df382120b54fa0c08c6..d118962221a620d49af33fe4487bc33fe3ce3004 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 70ede2fa995535b782686bd226992c162644282e..74b70ffd3e08fabc626dad9456c1e9746d99bcc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6708d0b6b3060db4a5b7524ece29470f6c5eacf0..c8f4612df6a5cf776bef5780b49c377326f18b63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03fad4e65834797d0eba016b1bee4f00b63277aa..ec138d4ba55b774ba56a8499ffe793f7ec3e6d68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1230df16e5ab5ae197daf2d6e81499bb3a354899..6a13ff4fd8899cab15a35d970ca7e1e2c715d100 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0145b75055921108ff184cd0efbfcce9bc9ad717..ab653f87440bb885cac2e1b29f870342fa0b0a0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7b96e2f1d92105ed60e791382cf688ef0f35a62c..8bdc9975ddc52c3a72b96473a6ca6b6a23d49d31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1ce8be31f027236770e21a1af4059ed564eb5471..181a77cbba8461c121eb08e5e6a44e2e0dcb9fe7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6da1e71b03cee7c6808f94addc086203ec514fb5..7a79c0b42ebadc127dc936e78a5a09cb2ca9e9a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f5f220f43fc1d8d733fde06a57a796334ef6a672..8885790f45b23c9966a2e95f589d9a97ab7d8c65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c5382c303b56269a0d38137750062c55a3f87ea..a83be30ef135dcde2a7655d018f47d18fe3ced57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 252ffaafc1593c45eb103572b05033f1a2eb1d88..08e53db58eb5f173bd79fe1052078e2b519a0af5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 60c01b1aeee34c63aa39fc7a97e5254cc6460402..000eb23cda46ee0a76561048398e62b67613f0ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d8f34e9917b5442ef92e2c1cd35d31b8d7409f52..56797016926b3ddb1fd310ffeb8db5744ab044e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 938b08df297ac322edf6e60c8a037aeff252cb55..9e585c25aee5ec6d4ac0d9f4796b582f13baea1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c66a66ff59eed138a083ffcfcab5a6efb440c270..3504fb9dd896f696b68b9ee71bc058cc4054bbbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 978cc22c4531128fd312c9cdbd1f3082435455a2..3d2dd6c3c6921c99a0aa97f685c6503e3471fe67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fa34dfc58cf91d441818901ed6fa032f5d78e28b..6f05377159f6700ac88705f8e900d4b146775ca8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 471c4e473ed75c2cdb4d749974e57370da64d0be..e5dacbca134951603e8add1759dd2b58767bd8bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 54f7a112d48942d1f6a86b05282375588fce8d93..cb04519fdece40ba0b7641a2875a7a92d6ab08d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 26ccfa318aa03332ce15b7965081bfe1525f6e88..77dc568544f33d7cbaf3457d60a7029ef1d03b88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5630cfab3c9dfee0f0b1b8587b6861a7e8ff7d29..de2f5e11d4d1aadb077f20164de6c0bdfcb9dfc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3986bf3a2ab8c4bcee0fa93111ace3c08feddb2e..1165a1e879ebb6aa38fe03b8d2bab15df558778b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d7e6de82a74dfe97e27ee03d0aa3ecdfe157be7..c241cf9d32df10cbd9488cec5ac8a13518e78679 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e2de63a63ae9f20d409242f3a72faee6d29d6170..bd0ece4cdf6a81e46e94cc04ac55e0e56882185a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bff655d21f6bc64adbdc5d2c91115de45b8cea99..720ce7ef265ea2724763a0528a0b7e1fcc7d1037 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9603310e22c31f1e8f8031559c2d8e61fc7aca38..d28cc77ea7aac345e93faeac16f5f0e82d394551 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f81560cdae1ca8f1a7ca6b395e9bded87870231..a0437973b17176512d5871a83ddd17ab4f016168 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f5a708ebc732a09215f509e1f05243d023472ec..ef3424b44d4c51001976a7da3691522b28d28c10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24180233dfbaba4e7dd710869ae369b1f95daf16..d31e6822da883261fbd74788deda29ce04b1eb13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0dea9d797ef3f1396c6b2f6cbc7aa0240584ae05..2996683d962950d7432c04625faf72133de85fbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d78c191d1e46d09fc3da3bf53529e8ce8c9257c9..77a703d139ec1b9c7fa4ade64e54cdffa5d970cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8488981a764a7d79c262cf2e6c58a131ac1df122..ed0408f35983bcb4ad812d13e4ffb71c2f6347e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7985555ac3a29afd34463dc58d70777da089592f..5cc7afe113184132a5a0926d7de528c4fa95b1ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 33d6e298f1bdab925277951f047ab2014271dbae..89230c7370ea43a516ff70f86d080bc14a7b6866 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b33c2205f78fe6fe3c340963a798f8cb5d22faa..3e4c229bb13f769ed5d390198018df44b7366699 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12c2e212ce7f460287869f92f6c292d11bd7dc4b..f73d0c5a5db61448955426986a70453b72e34ccc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 642258d35a8169169e5bd8f4618b7c32106834a7..73daa8ba2a9c8e4ca59daa312fec2fcfaa880d95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e8b0335a282b0ffa36b1216b41af1b640e705cab..1b05eeb488b20619ce57e212b2e90a8c27c33a28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 40510d3abbf4a4b72454e215cc130d313daea7bc..9f7adda2cc03d2b26c71cea6c8fa2d82813ca66c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46ed459a720265d502ec3ab7e41b092c2dc028f1..951da49c0b7b8179cbe372d0689b09ad1a8fcd29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a01c267fc45f8035bc3b56331593f76b35a4fd7..a05d54351d87fe87c4f020bf6e2a1991fe191ee8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b1e799c035898d1cafed4964b34b48b7de7e07df..2d45f451b054cd2e1d153d15a1d6c8288b888dc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dd180b2c11089f6b6615dc27509d8468cf5596bf..d6c2e12d83d4966d0314f837e879bb42b94313b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7684fc1f28f4c727e4821a11ccb0dff38079cb48..0ec3b13561849f18ccbe10add31f1b5b567bccf4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0290ad68e672150be48b91eaf10ddb26f5908dac..d48f6dc49ec87f295b597ac6b42d9741b5441be6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f85b2695730c4f615f82fc61a9932bc5bdc2687..a20f0002cd5f218dcc50c26ad6d67cca25d78ff8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3e5ac8d7de2c8f5665ac26c3e014f80933f8823a..046a383571168e15d786a8e6ddee8ebfba36c09a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 443422978ac1f17822da67516aa11bd032a2955d..e40870d1a01ad741c0cfede7a3b582bf4b672fea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f361e352feac83c2210e9db72888b71da9ef909a..8e14d52d44f15b11f8463c713fef31cd31221ad4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62032c9f51b16bbfcafa3a33a60fc2530b014faa..ba7f66cbec465005da43d5371e1a8d5e608a143f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 09d53a6a79660ed338ed8e67324c01e97fa39a73..29aefbb8fe5d5e3d5f178b5332dc6fd7769aa09c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4391e9522353cb3c0a063ef162c9738f8ef96790..8cfb20d6662b1e96d26feb6ba938ebdea92861ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78d52246401423902f8f1d84132e74e52291e929..2eb5505085c542a23ade007270f1bd2137b156f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e02c43f9c4fb334917715dcb0d172ead6551b070..51b0e93d76c13d262445491c21e17d56d3419b54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 016c36c49ae4592c32211adb22a240c8d52fc1c3..4580f161053cea82b1644244841e88983ff16c76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80d104a3911a197329aa5ed79322d2ebca2e1a29..3883b1160f7071766cd4c4e2984e140fd39d62b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 747f45c5058856ba770220b6fcb7d10e32d2b1ed..f603ebb5ea9129496de155bebb82fffd7accb213 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dde15e11d58beaf16b69a40dd73471bf4f734c5c..1ec5de73f8a1fc32579d36a81df9a3cd1d6b1418 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8884c4f86c5eece6268a935bfb4ddde0014a9db0..78e7b30881e8fd66580dd58d69bcd4b4e41447ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1dff9a6cda16d20d9e09b82baa12887994bf54a9..cd808f719c8a17c6afc9c4a29d98097170e82762 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0af712273293216fcfa069d9c8d1986ed756ef20..827f3cbebfeadb09fbbed2d0c1f2a39d92f7d231 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c3ccb1f2d7e2963574925b0c5bebf878fb08590..553f3a2424a5f439ce92d1495da28c44bf4f16bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ada998d0f0e13003177501cb20ffd24b72228676..81458393b4fb63d609f00cd7eeb3b1e8db596171 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0170e54fecc5cb92c404fce92da124b7c9ad1680..7f325cb18894d80be7344a8da8c7563ee9a7b23c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d701bdb6a827b418878e4b1625d9c523d0472dfb..b30c1ad940c0ac23fe7ea426c8bf278088029761 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 503d7c625f11b30cc90cbf06409b0f5a60c19b80..00a47b21d61410d962fef717ff1ed424c8c7da54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a86cb59939a2fae8eca06f334769465b3575f464..67e23f5d437617cf0362af381490e78573dbceff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a029192deb330d545df433d9f9295a6f880faa5..c6ba883534cce35f6025389045a65378cbc5b0d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bd453a9af2450ffbd70a9c57505c4d26fec8b54..c0f7ba82a4c7601d7803d2837fb933a008b01504 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cd8fcdd1a3b5270ef12b507ce89a23aba37896f1..940312aef8dcfd384000cbaf0f8347f27e78ed86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31a80aa7b4c3235070e017ec625a84397d59b551..52bda31d35187226ad61a4b2a589e9ec0098d2d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c569ebc9651edeb9cdc90cbf8b78813b26859aa..892417fe7fd381853d0ddd904cba921d9fa7c775 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3854bb68080e1cf6de4ef78cc1ae76a6d5b0d328..ab7ff6794a1f542f70d5d2b5de56c69b295ee030 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1ec8b5bf63f1ebac51d918367460ce1592b7e307..399c5094d871d2e2b8399c99c318192667dfbda2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4089680dc8482c4b7810360271d3bc994a2d178e..ef2e443fe960fa7e88c91fc81bfd043c750e9534 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ce9ed24e21db83ca22b7bd28428e05cb463196c..eaebaab40f23185c3cf694ac3158faab73101d9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 44ada91a7347f0c59a2495e574780329976f3786..3c176e703f87b2fe4aa6a35ef1fb0f1d349f161b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 53e49e6ea2e49bf0f9d55ff0e95cbbb36fc5523d..159f1d7a47aece0145e8e794d59424303b860f50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6bce81786427f825d9a74458759c0548d2b7f1f0..986b2f9ddc730bbed9b93fb1d237ba0b424764b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2e79befd4ae56942d5fb8e03492d80241350d849..2603ecf168f74c265d22e27d4ef2b45e0c4c4f50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f4f589d716cafb8ef6c7b5cfb7ab432294004fa..7ea6f236ec5830259ca544bc39dd6dd6dfe32247 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 537fc6c71f2ee3375f67083e77124f33e630fef0..a70ad753bbc54064b7d74da110c25bd034fb05db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80adc4bcf51a15015b1f0a4859339d270b01d0ae..a9ece7fcad43501b0a3f8cbb67f7ed5d0fa88f51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 791d20fffe31a85552a681eab590726e004507b8..e694afba4aae5bdc4cc727d066b6da175bf63982 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ac9e936a592174e6f5509c3cb48f390d7bfe0699..4a91a94706f0681037391610bbd7aee3fd6484d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 885ad154bb47fd132428f8a8b4198e19d0cfe15b..1a1a3a35e50ccd08f4bdeccd8d87d8d838b9610a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1cedf90ced247cc8676ab240dda700c26f7ad14..6d8ac737dfbf09d2d227be5a9037dbcbd54a360a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 730a9b72c063bb922b668160f162adaff5257305..f17a83d1d26d378cc207c1fd14daa24ad2d911f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fe3f92bdebcaef2c9b644d4c0b5b467ee8c1d354..48848cf0545b2c32e9f6b02ce495803bcfe64cda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77bbf6a553f6ebab7319fb9b84595f80b8ccec73..87c9862f878a5bfebe976186cd02ed306ef39903 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dbdb0601c4a6e5789c88e09568a8fa1f91f076eb..30f6e5f2876c9fec19182726effc5d1a52dc31e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd17e29565b7ccf83cf51f1c98f37adb43707fce..1386739d361907bba0da4d9038a2675ea561d122 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d0e128987894974dac742c9202b363b09c5746b6..cd540971cc6e8f38e166b6db463ed6a27feaddfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca54d60db6627cee76608f45d6d872f4fba2d04f..968c04db24fa01ed89877f124cb5743070303055 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf44c047157463a5982ccb9ebc15dc16bc4b2ebb..57d98eb99d18539728a5086fe2128206b3f9f375 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c1d2e9b7d4a2ecabf11ccb530ef0f41e6e3209c..14170a10995e8a6149d11fe81b2470f508f5b677 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 98a31ba6d2e63aef9d1f182e7758a276edefcbfc..000ef5385b6010faaa37e9d684eb580ee84a43be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8034ee184edbe9ebc0878040bdc4f0b26cd8311f..b9280613893e4903b5ad48a9276b52ef029f81f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 869179156c435e98d1566e7b5c7208b1bf1aacb8..744885aedcb3864ef3f74d395db9ff6a9025e25e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 79f130081db749f401f19518335801dadba6d340..fb807eca2fe3582b05a45586a79e074ca3eed363 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be306979b3674389e30e3d2456dc9e65ab976105..eae2405c3c7bf90e263d88901f90a5803e7f5056 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d380acecf64cbac20823ade92b12e9375f9348c..6a1717df7ac0bac1ff39548a5c504558e6a6f039 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d24fccd2e5968891b0d012ac56a39e01047a690..dd51a63fad681749fe7c1cf46df5f0972b54955f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 804d0675ade84918b1d79d250f76ee754e8d28e6..0c42a0adb5470ed1b0588232968ed92e1fff29ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 67ce27084ba189a15f2e25a9ca68c9ecd20ca999..c0b60b769adb32bba011e48ee8704d5426de6242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e2456285834ca0b867c5bded2cc0cde733b478da..4b1a3d63bb470b578590072497ab130aece73ef5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b54f180d34a398e42771be2defd4e97da6c5572d..cec6d6ec2dfd41d762a8d7d7c096708e9ed95140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99d3b3c6204f3ad0321aec9e234c6223aad320bf..b51bac2f1bb4a3542caa884b8e8a6c81c208b59e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 05c47188fffd63fdd83220ad079bc5438d4d2dbf..5b6d1431a704386d970f4a3614c6dcfe087d10fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e68c672050c082b9479519dee9cd0bd659a1e64..afbc7e000371632f9ceae9b84adce5ffcfc29fc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b19f8c7a6d57d8463549b787a23be454ef923f6c..ad18aaa596248e6641c8bbf9c46695a6dd8cb94f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7930ca882e7fd0d64ed0268f2c22b37c71754a04..7349d0a7fcc246f04111713bb854604cab8f6426 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a09c0f89df6051f2495ea7fa927089ab62d5bb0b..410ed4345cb582606df89cfcbe4bd177c2cfedc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9264468c1b026a6a951f66cc7b90ce2fec4a4835..5ecaeae00b5cb55294b2f33a08f7d71b86a346ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e1d2bb883b9556514fb59a9a018e9f53382da8b5..86748466d9527eb2df17b4bed341c9e4726f77f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7d42a802ac60ecc0d70ede914f2772177d01cb7e..898a3ec02e29def6bf5c552182340be52bbff191 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 05e6fdef790f9feee904911d8c92d340d93e5704..017a23f37846e0cde73cb961bb14c5cd41f8e17a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index db62666ed1281e12d9fecbd696a8dabd80a1b6c4..c6b1fe2aa693bc8b425de45ea02218414ddf43ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 87350345dea141b9e997c62c5dc61b5d94867323..8d331cfa15386c506e51e18195a38e08b23f5bf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a5046ce970d0bb107e0031d357513cb29b5545b8..aad2ea2e83d4ff127a9617eabf93709fabae0b98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ade1a8e4dc957caa3c0d7f4b7407386ea3b1a63..8a28e8e0cbd7d34ac5d098c5ca03fb2dc27c76d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3bd3272495e4c96537a4bf2f5b276823e328a298..fe45da114e5a756832ec44c6f63c59b48bc18dc4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3305e01303deb3e8825c0caa5d7a3833704550a6..331165fb63d2b068dbe2982ec1d54208a0e968f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b4b7d5c064a6141cf59baac5d1a287d8398843a0..689ca99ee0d3c68f5468a2a4faedc0b930d129b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42f615434b9a0447938b4bbd75d5be8b6796d05a..15372a21579df1181892b0cb35dcb755e9ffcf4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f378143ceb41cc53fa09f2f3a22d26f58e7b39fe..df3bd5a8d148013af0a4de417513a87930154190 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7347bc0eb66b0aba7e92f49c9ac9dcabfb25eab4..0f702df083e00a352249f29daaa62363a74f356e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3ea0f57118233e239d141352c222b552a831008..8a813ac6f2f6eeb0efe48b68d8c71b5bb87afa1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b6c23749f2dcebf50a8f500e8d48cbac2d834f3..dfb16d97db5cccc2c7d38c534f9a58b3be7bb9ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7506830cacf45e54c9591091281908ad89c45e56..2cb8f1a0a17c85cf108b226bbb441bcd0b1302f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b099a16ead9cf98369a2f6ff8cb8b30eb98d4338..df255a4cf6a8840f1c2aa1c20cf6866ff83e64e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 988fc6eb6d84322c9e8ff0b0da17f6fecceb14dd..e5137453aa1b2284403c802b6805cdc19251eaac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46f63fd6f85d8135d4e050dc4df675884a6a5c15..81ffb51acc1c7ebb47b0d5bd9e7d0b6e6b0a99c2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2872f24b5a60150448e358c1ac0605e8b4c6deb3..78e1765057707484755d648cfe998675f257b48f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 01f0c68dc9084ee6fe841729aeaa93f925c20d44..463973142efe15b8fe1929a81036757f84e04115 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 11503685a24cfb752a466b3c2345979b4f041d56..dcf4a318370e010744bb9112f65d21e718439599 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f90be5a29e253d208a0fb0235e66c54c3429c972..00f898fb3492a7789ee08fa91809a29f91253698 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b8922ea8cdccb4377e4101059f1b7cdf50b2066..cf87653deb49012b77dbdd99584dc95fc047fc1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ebb542094fec3520fd1954e5ad5ed33d29b077b1..98c9214d1767dbd45e1f351679fe3b9a5fed845d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b764bfc45bfc10582bc38ab9a41c82bb995a2e28..57636a8c7e8d34ac5508b51bf6794d320ade0565 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 773392d0b47187ca6a1df4ca9d890ee81b7f15f2..f63053b4c1ee5ad9a2d328766d9ff7e919865588 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20b59330400713855ace81ad4dc0aa68b4e862da..254d8706667bf02ca0218c60865a1bb506d53350 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f1469c4656bcfe150267d1ba716b18bbbf4b776..687418dd4a6117f6713a720930b54e85500107a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b38d8ba74ee0662bf7f4187b428afaebba3de23d..4bae181975035765d2d3217b61dc35b1c6f6b0c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 83cd2a72cadfaabcc47fb7e442ba72bc72be120b..40bba1ef7e46ea80df81f8a6054beb6fe979013c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c8336a24a48061cb3b0c1ca12bc94068aba5496..ed2f685bbb4854e88c14a4d091cb811ca10f7fa5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 82caf03b46f8fd35175f1d9a551e9b862882d95d..19f5c4482248beb2d5669dcbcde07e77c751c992 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f9e78b42c253a29a611e648d8168e34c25966eb..83642ff32d72032e5213934063c5d2c13d4e1aab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3e3d21a577ef5535216e4718b4ba870add8ec12a..b74f1e284d8314968de4ee0854073b75a45cb8f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 33d339d1f607b753139c5f4401c6d534dc64bccf..f67afc0dc37a27a2ed2878221fae690490e0fdc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b1054a2cb0087562436c462dcf8c6ef7f381d914..ac2497bb585bb324a1eaef592f16f608a5618178 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 79558c99a147a9d6ec59c4e346dd3cfd2d5781ac..8b2e0718535b3a78a647ede06ef3c5a81f6b45b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ed9b2be31a1c148c1139196db3d1350b31a1cfd0..d4441b3b6ba2a9bf153ca12daa4739d60cf9aff1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 32efb0d39c89a15d21d49d066efcd6e21d3a0990..e90fe5118467ffd70f39f3aabc714379b0cb7084 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 149b3afb3002f218471fc62e4162ba1dc83cf032..265baf9ad0bc51653f15d325d30fac23b513f6c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab67b661005361b71531341454add363b75ee6f7..a8ee83a8f449aacdd06fe362d4e7b21dfdb859a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index feb32be9f0df575c5bade505435ae2f16e94d20a..b2aa91860ac06af4c9046e778e2242f649048ad1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index edea20bebf509728d41d8a5371319535a4150054..828c59864427d065cf3e9eed0cf67af902087fea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 323897c98853d0a185a73282be70d05e231a059b..3d3858de838c031214630751bf6a141c1f55f468 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec6e02200e019079b8a64e8349d40b9ec72a30c1..5f6c0ebb656681b751f20f334e0ea5f29156191d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d7fe6008a0e2888cba42c6a914f60d481d02f9c6..1d36009da35038aa6d98381efbc5586771d1c13a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 28cb0f23a56c921fafe4e6017dd88eda904a4aca..8eabb59f4682d43cc07602b24a76c465828c95a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 67efe8c4d6bd8277c5dde4e96229fa61ea3dd6e0..d53fb4aa3d3c12587e538abf2e18b94389ff54a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99ae15b0b741c0cf8c6b953984f54defc05e04e2..188fb25f8cc8145a9cc1a5585deb5414309ec60b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d7ae6f3c0703a713acd0a85503b8d19f001d4f01..27151fcb5492c29043fba1aac33d9950541f6f72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 70ebabe48333c65b6b85927051a8dcf93e6b40c9..2cd13acaa369adb231ad1cdc9b59bae4cbee03c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f49a51df4fab6dfe9651ffba06f9785bb5ae0cd..7b0ca31c906cd17d6eab00c9d5a398cbdfa2a80a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c21358a150cfa419c67058f8369161bbc824bc93..0d4e877e98f0bc335b2b7a191736c759867745f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4e24057978de28436774f3e3830d31c502f5daf9..fa2cb33d4ff282425ad66d292144b21e2dae47c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3825ae81e1315cdf936da718851f9db6fc577249..e6b0e90657ae64e8f26177bafcd1c70e2616d828 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8a7649dab4aefe325bba85f347e54236c2051e14..194d7f15217db9a844cb7206bad01c0a1e3cf907 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd3fefdcfc6b0c7ad2b03bfd2529b518af3f0f85..9a55ed03513582a004a46f2f0c8ff77302a1d7b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e888700d403058183cfab0e00bb31b3fc4f9508..e25b47197c862e93463c5a573af617be5815f565 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c600e84b9123b937a6c25b6c8a56a40893a235c4..f66d3b6cd5970b278eead64676847c9976b106b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 954c1aa62c7947db9b5de6f2735508094cb0dc50..c9f74349353fe83e33e0ba6ba4961405697b233f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 041fc504c4982ee0ac58718e689904ba2112dd6d..3c5ee773c361f65ff4cb7802bb94eb75a39dddea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b1de053b7f343a752d5cefede7910258b84bc286..ce6629608f9bad6bfa62978a02fbde05e2eb6ab9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 412a665395e3f2561c22889269fe4382d799b658..39180c7307d9273b9619cd144649a69db93b4741 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71555497bedd34cd1c168617257b1cbbd047e877..a26c62de0cc0276b65e1b48488ce6686bf1d66b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b4d754720eb72f04c6eadda66184ffad8256c655..314cc3482db94940537af9b01b3bc9f7935b3874 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e332e628fd9abb8e55674350cb4688c462feeb5b..b66d3d27dcec862aba3cfb374ddee62b9424c346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3b8040d286f9eb11e778f65fa1db99a24db0549..8b3fa080f509861e4d8f39da0be2b1dcdb1aa996 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 499fd2f0b434051d0f2a2f42e5575d5afe2d2a27..902d42e2e4184c67181abd7bd334b253f8b54c70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a2e3c754bd6606b867d1bc5ce23b897704da8588..910fdb094bd246bedcb548332575e4e08c459aba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index af416200262a828ecd3c139ad62c84da9c051a58..a0e38615055f9bcbda988954e75a38da9d003df0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e52414063e557bb4a057c2d91155491f2ab40bdc..d5b87924426f5f3e3360d0974d023399d63da4ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ddda7466508b5f575cc809712d8b8839cce9498..b3e775e23ac908a4d057ec5211e5f3bb52c9157c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dcf70fe2d9385a9a29ec6ff428ee257d8ac68c57..2bfbdfb4efb82c4c8ddd34e115cf79174635a3b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a7a5139d0fc41f24b2426e4e72173b2416bbb920..4df48b153f119500d8d7c7369fb1598e87c0c11c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 28e9c498c2bd68567c8ed8283c5f5bd128a8a496..cd5d3bd581f7d3417f48311cdb9c2d4bc577876f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eaf0f53fb11e6ce616aecfb63e5f85314a5693d2..a5a435e64903d86756dba09a4ba8c1cf39366afa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d08ecbf6ffb1caa3e71705a6a6e22c1216aecd4c..d1e77339e0152bb1e0c3c021724dd8f60b3cf541 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 980e171b6834b525fa020264bed8db53d337edaa..468fcc2d54812ad142389bfa00ee28fc649f6cd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a80175867d524750ef1d0750d33edbdcef9385a1..5f64f5d0bdb09d9cb1b7fc5af821a7d7a998deca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f78c737d6f77802700062e582be8358bc456ac3..b5f265a9d2a48ac6e9ec9b35c964c956ed3fcf01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e17b2aef0dfe07cbca8d4011c471a8af0c2604af..ce127ff331ef3a2fd368cae7d78ab1e46787694d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aa1f47ca1083ccd9cd48bf2ba349d4a62885f4cc..791cd561afe465502cd8a48b12f251355f020b23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 413d9852aae66892682f2a5d26b74a396cf9149b..76d07082b72b0f8a63d2dc55bbdb69b20ed5c7f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f523222230fdbb10dcc5b7520e120f31b2780e06..dc29700e9b90ea27a56341c6163cf7979724fe74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7eab9df5df4b0acf607466de9e32d108fc3ca474..008419d9d152ecf38fc66e90cca87d927b3dd827 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9fee1991333289253ac9eaf0bd62eb7f32d6ee96..73725ff622052e59dc510b5cd8e84d8850e3b9f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cabc017648c43f99e5403a7ec3d7e5ef32bb6d3b..06a1d30835f0560d911d8687064a714e78c6bb62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3b7aef438a94012a5034d97399142b474bd64e9a..b04abff6002e0a056e4be0480df50cbfbbe6d179 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 192a383a7bd2a25a8ff9e7d9b5e6e43188e02c67..0c0278627a1a9d16136b1b4d7f88136bc891ecb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 10d54953748c446d0db1d70ac03d090647c27451..73eb73fec3f99fb88d08501710ea3900f51e7942 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a88222f52f37df19368412657fb4921e3682d95..edb8f11cf126746f3382dc90cf001647752a91ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 453d13abdadf8ae2d88ab6ebc16834103d992cb7..c30fe56245a88de6ccb641d43f487d3445ec99f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 85733496c6bc59411d6a3d0bc83fb652251d416b..95ad6fe3b76241e98492897aa80d29bcd6e08774 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e69812602e436f97834d28729426ee81cc84111..3f765ea939c44c54b911363e2611893d086dae32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb648fced5671452a029f5925aba5fcbcdb58965..fd684f9892b27078f833a46da4b3aae4f089b3e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a7c1741eb13b39498875a5d4110b35bc7d404447..de688c6a4809ca67e691298d640757ed943436c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a8fb302443032698bb80695c4288646eb9c5a913..5c72a581af43f9bfcaf646a5ec75ddcdee0bea5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c788189d9b5bda90d1134b0b82e175fa189f3243..c0773188eec396034804255d00f816d3d0d0f3d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbd1fa0c613c5b9b3fe07ed586e1da43ff701f7e..d529ef43b22d6acd0608c489778a3d02486d5879 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a221f184aee7e0b3bf3c22bce6866a9455634a19..147c42088cb43130abebec8ac4b7192ad0339221 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d387832d618ac3db915266ff8098916568a6bab..0e7e69728e29e0b9311e2a8a6ca3459e075246f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 00d3367586a8affd05ed5418333eee1bb168daac..1fe9214d511fe4356196f9b49c3769c7bdad3c13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4e3e82926a75c1b8c7ade4dda0f24e7ef7d75fda..7c230360fb49b23e317c5537077647c983bd8458 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c4d4f0d5304b349ce71f5ceac7b2ff696edd391..0689910097f1e94e822ec5b3657a76a221a53c89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b99b26d051396ca8433be4e4893e1d4fdfa7ef1..e758c4cb0ef090b3c19a837c506ef1aa560af8e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8fa11e271d13a11fab8827e1f7e71e88949c313d..eff62219adde776a2adc0ed4c38575c6f380c572 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3405eca45f959107ba178295d233fad060d19354..39f54ace46d61cb2f41eb6d527e0a1aa8d09b325 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6001a3cf05131bdde52b15fd75b218e497b52ad3..cd2b45f2a0cfe5c9511248979a4c361d93f6c5ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4f5293a4c355f14916402415586a128c698e386e..754e8a4ac5d57c2fef0758a690bb68d41567542b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 782b89c7b316686986d60f9a45657f84a55633eb..e0dab8884e2de1008a605140ca711bf4bf0db705 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6ff74a4887a861a644cc64d5c9f628efe11cf22..de93a17ecfe4bc327bd36c5c806e5a0841b85938 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf1f73845b26ef9944c3037f9cdd115e9d13591f..58ae25f613b06d7a5ff62e835b47311e6dcc5fab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4cfa188b6e25ed99540c5757e7a0ebe8a2c3a2e4..90878d2a75d536dd918cd2de306542fbb6aba6a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 40874906937e65c2738921f569f551767dc241e7..dc2c9c96a1d8b8c490b44515b4f01c1a1203a4be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 14ea5ba0f8f7faeadb2b3a8b44798261e172c245..63c5fd4ce3ac70d68c6c19c052d95a58efc8ebe2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 854f5de484140ccecd26f357f7448870d9e39d86..821f1c59b67a334d8c1ab7867fd0246e3ce9c3e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 998ccc8ec30f041afcd63a82750beee6e12e5929..a542611ac277cbf81b5ec382162bfedad9592606 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a5d250de0ea3871f5e0fb0279211402488b763d..b5aae73181cb337d046aec57e24c1a663beb3946 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 57fd1cb2e1586ea9cc14d977b64d884def93d323..9fd67e6edf4fdd60a8596c4332ddc5c53b0d5f9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77b213f25ca6d2edda115ff93a329f273440b8a2..0b5c26c4ec099562be0517a7bb90b973df9c32f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 25994ab85a9ab4b6d481ff17cda255ac5ab03511..d1ad40567a506f162ae441aebac4ecfb8f00ca51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index beabf1ce16ec9c608644e5ad4b18acaf740476a2..f2fcbae6160ec23a4c44c0d50e08a84667f48d02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5eb3317137ef22992bc57fe43ba9aee819a3f8d6..61778a07d0f84b27a89d5dfe75bcec3ac0bd7dd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3ee56740d1419addbf15687fdecee1c64eb79e0d..584565640999af3c52249dbf80fa5c02763a7dd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be95561bbddf4cc23d21ac415f68718d565aa138..66940744f5bffecf9ccffce0807d5930e34bed01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6a3bcc044fc6353f3120fd3b8d0f7f9d5764ad1..a83c1e897deb109ad8a55c23e48e9a547aa9db9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b0d7f8c4a9ec80cad7ec460f3a19a6a4862f7616..9e9a51ed1610ffccd3b4f34837812db0e65e93e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b4c6b938eb66580c090e1e6e58314570b2c91fa..2bb47650f2b0f83b7451b3228ec1d8e917b1fa03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b46a3b9abe6ce7ea9ada82ff9d560324ebd5e7c4..c630cd8aeb0fd45aec02f9b49cb417613a2e6c2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2d6c71c6e4b45eb61b59b918f2d18bfcc99a661c..c4ab3efd0ae92858a9239eddc46407a2a97b3374 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5f5fecad427efd7375fd29eb60480a603dcf85e8..b17526d5d9d6ec8e08d2b85046058587c580b00e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 554e7f7c07d112f4b5cd21af7c8fdf7e29997a5f..f55cc1b9a840192c3efa12b3ac009bdfed66caec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d14f4631121925157a57f56519b624d64ec862b7..e1d4260c961cf6e6feaf8b256f397d2cfbcdad45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2672f026d65b875e3af200fbaf9c7c011fbd6254..cdcaf1fc7a0a4e8254f61644ec522848ce49a3fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3cbb9e53c9a292d1cf0905ef4855f4da827b2930..87a708ce2f99ca696312e4ab8c9b8453177d2435 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a2e3ea2089568ef135f23faa417e138f64f864a..6cc00ea96064acf258c5b82a8054abaaaaec235e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef7c2ef63a0e8096e7c54c0f7524a0e9d541efae..4eb59eb3b166c7235c9eb68cfa45d0ce5db13ffb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 21270408b663782d322e9c13a8662ac94e462939..f9d117875ac817a51d81505119880689b9f0755f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7cd2c3166c750a1d8586c162d8e85bda893ed6bf..893b1e180624ab3b4f5e31bf9516a597c9526e33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 119ddf833471d3a98869a047af9e33f42f3a0072..1d72f41dd8acc0ed2cf986523e77b265121fe3cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee6ae7708b568d6241610318db30d910cc448791..074cda07f635c109cddd1dd12c8b68deb451028c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d4e706d2503bd6c57129f1a364377b46fe3f1280..4c486c3a522a3092b1950810bb5a551789670172 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eada66edb0339d3d767e99a0abb0b032fe61362d..30d263acb1337a5a330cf00d8dc09c73d10ceeff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dc83a07e5cad11e4e60eba4648668ad7473d3c65..edfee03a138f5838a7c51fee2ee9a668975e9fa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3c0a4210a5f15f285d3cc08d6736993b75b8ceda..497290c5489e02c470702f820e0409e6508d7617 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6bad1ffa1180d16d7c570e63f784e4c24a225887..f8b7e464faf385cb13924882a7edbbe000fe1fb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5b79592ee62b440bee64b6cf54c450ad853ce15..11a16c1d3d850d36a2da8ad2a411b90e0126bda3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5c597757f60d83d2d92c2580c4749065e8b339f7..9ff9d319bd979439d6af8daaf79b83259cf41295 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a92a2d55f3c4783cd460d38a34b607664393770..b62955321070c38e4ef0faf7c713e72190f73005 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 886b27926ec9f053276acb77912a5eb035530594..97ee296e46fef6216e9428306e7850c65436e33f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e922a49bf1ec2c71d5a4437a8d37b2d1c86c6c2a..371a6075f0494036a8f87642cf13c8974d84eca2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cbffd88390ee5685f2e82bec18748837794d0b76..728fbd7eefb8898419bfea465151e450bec25500 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f07b85fbeb01cea4e5462ca929978c5879c11070..28744ecb1c33175b55c5ca08efd80a1baaff906b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12cfd0588b98e8f6c33fae46b28660c34eadd852..73f6dd6716c56c7af56039422ad5c37076fbc815 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0b1d613c2311bad85e8553699bffcd949d07fed7..138ae4c67fee41a59c173bf2136ff71c5de53ead 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad07bbf3bd6ab3568cc8612bd2ef7ea4fb2be8f8..07c59b26bc3d55a2319f841d98640d53e5174240 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b45a0754b09507a2025101618ca332fbfd60d900..3e0b5c75723fc8f2590a31ad7f8ae8cb6821d49f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 97ef571069a1297aaa6140e8b0b42af2405b37db..4b850d073959e20b4abbf9c03ad360ee011e11a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ac849c69f592a5ca781289887df665020e26095b..1ffff299d1cfb26316f3f7363822c4ea66264868 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3387ad4e9bebb254b22c6c70e23c4a3f341d91fa..ebd07866d9d6cd5a106afd2ca3fd0f21899c1199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d7c4c51d426790536961583a1188925a710f66f..e0f06c1be35264bcb0e6d9be49cca9370a3870ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a69afe0dda314680f86326d7a2f0d9980638f0e3..9610fb66146e00954737264c1726286658ff359d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 314dd47105912d8504c0a86eb799a73514a49981..9e3bfdf0d776fe80c2efe9d649c12f2ad4ef2675 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b0918b572ccfccaac2e69a4c21d1f1f0cfc0503c..3186febdcb4ed080fc787e4358222ded39056d88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7661e57dfb519c24b0555d840854fc8c4492cedd..a62635f486803a56982fc68a0add5dc7291eacb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6d94e1dbc4e59bb904a3bde86105ef50781b045..53fa0a7abf59ed47af19b6223a21331a255eb930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 987d36a2fb10216bd1ae999f913aa596807c0f71..e675d4dd4830aa960eb2f8ac6a6480f5ac75c185 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a0d06d77202fefae3ae6e95bc523c2dcf27b105d..1194cf15ab2a222d6e8950267d63bfb889a781d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb8dcd436efe5fb6877e75c2dbabfd3a8ac623a7..b66084d86875cc17c7a7bc95f0768e3bf3263845 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2b5d76a21cccb9d7facd3247bf3cd04457056f5e..a6ed40103605a3dcf77557bd498b21e2e9713471 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 34a21ef03bccae0c00cc1fcb59c1491e24e46445..d75e4a260c96e941b70a26314bc3a50c893d8b82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 35a69795fd7f6b2379c9815c8975d50b4a5edc4a..4b9c79e79fdc0589bb5614ecdbeff6a8a5b26bfb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c7e622ecc9677c1f12162e1ec0d47005e59dc926..3faed0efa2de98588b0048879b00f23da95dddad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 32eff2d64f1f3ce4faa575a83d95ebfb59b8741a..79e7bd4a631b90bf64b54cdf378cb984ba1f5105 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f2e243da4469370f584e70b9425433b4e299e99..66d5d476cd94efdea7b048534d0dc92ac95ff701 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ceb1f4063eef45560b36574eb3591814e9d93c07..0bf9867a47f641cfea9ac8225231f2e35c9ea198 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee5feb48a3c63b5991efab47954a71cdb4b98ead..70d183d99344b7dfc2d630aa77d7eb7fdf4be6c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78840ec0a69ebca56102bb6647dfa9fac4cc81f0..a82035880516e264745087a173ec61f7bac75fad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a75ae3eaf0151ddd5f68315a87a9fddfb72019e6..01486a1a3ad7fec2242df0d7ac4ec68c47bdfb91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 749bb972c62f9cbf7513bcd6c3c1306e9791e272..5e1fcec558b9190d2584fcf4053d2526f56b5deb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46cf05490cedfbecd2cc037e031c2c9e88843382..96cda0adc17a908f7d72bcd23c2f8be782f072bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f201f45332b2bd4b0aa08d583ff54aee0254f0e1..284e1dc9f552b9f6cbebfb9eda4093028aa7824c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d9673587eda95234560d5ab959a5861fa9d3f29..59c7cb34b34684267199c2cdfd0fb005c13b9ecf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a0b8ca9c64e0615105b9aedb21a165103acadd9d..f85881acc65cb53757b1ae77af1c56f3fca5b1e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 003c62a6ef039cfd1ddc4ae671ea3848e6f8009e..811d0630b53c1991e2ab26cce075b4685de5d6be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f77af544bde264dd72e460ece9925f333b501d3..2c7a3ed3e50021b0fe1e935864ed3bc2ebf8cf16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d8d66ecde6504a817e84649068ce974342eee1a..4d2acfe7ee2ed1bbb8dfcb57ebcf46a410b80015 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f7dd4676f9c685c942467f75b96b4ca771d160c9..24438ca2905ecd0f5110aaea9cb6577a6985ed2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 55f22a6e815c86f36b4800fbd94e25ee3398d3d3..e7626e46e1807b4b6b9e90c851d085cbd6f4db8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d7cb05cdb7224e4bd0973a2091bfce045ce01d62..588a3e80c791386bd7e2a5d0e6e4cb0881189470 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f7bfaa22e09822803666305e3cd31c2a60670b51..6f85ab9a2116a707a389efcc4b0e344abe6d4a75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a44856f00b249a8f632b48b5bc618c7cfbcbf81..37843c5102b66ba7176fffd57bc64b07036ed58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bf491c5bfb9b53a6597f840ff5cf93ee2acbf1fa..28bc67094244618e2806189558597ef6fe8c8ebc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 21f89e952506f7fdcd633cfabd41ca0186a339a0..b4fbe83075aaaad5bd4defd999c3bcc9d969d737 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f1ce62df555b7ceae056969c879916d86392471e..725df471602eaabedd5c51e3c1292a604baf5be9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce46e5984140636dbf53e38a800d340d690dd169..4d86fd987bb8486aa788ba8ff251c6f954049648 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d4dffdeedfc346b78b521fec0c423ff5a4e019fe..66d0cefe3e3c102a9669266c0c919c560f2311dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20dca9fcd89bb3f7ef36e019f00290e052f5b8d1..a5d41de6d326c4becbd56271d02fdf7fd1fc787e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 163bb6b2478fb26431043ac4127f3177b91481b0..c7052d8ee791b1900516bf11ada19f906154ba52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f51b20cdb1bdcdd0c1dbd7a419367fdcf2747a74..b5c29631135d254cf8e67f200b15b2922fa34783 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 052cbdabdd11daab2f7aebf064c16c9ffac3c8e3..3b76ee4bbb5926a23294cb453653b43bc3269b7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 69b45ff1b626a43394e2534d127674b5a3e4fce6..4c4a1b92b8a957007a03662ccbcd449d42ded39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 76d804ce189317b819c3bb8a52c024996e5fb0fb..20bcab5d12fa77f0fe1d337497eecda643361e1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d788d85e9816b71cef2c42174f75f96634a32298..492ddbabc21a9ee068207f74318e3955ec2b1c77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab66bd7312bc890996ed6338db705d5049511f9b..8d3e219f8b57c759e2156fd63233f62dcf703172 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 683f7722f1bb738c1993d6ea4f19755e4c347af7..49d15b948de0b71b6b611060fd7f1110f56a9826 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a21998e354f378469ae3a6971ededaaff1fdb45..a776f095bba7deff1902b8c40b4bbaa0923ff9c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cae999c7f16d9d3b4b440b4b5d3db9c1d28d980b..33bae97e2cd549c838b2bd3f2ba483e2e5176310 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index de57405b3fd636e6555319259c75222b2e6933d0..07be1d5acc552b3d91b69d9b7dfd8ee7c603b8ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 94e9c1f196b4f7e71f933dee2ec65cbb51aaa746..e9ef803eebb6d9289aeabeaabe13b5617243d448 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d54a2f85536a17981fa4cfc7d0e62d3305096e70..957d962bac52d80098b4afa693076cef1a48a8db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d6a0305fd5d1af35aaf097240440475ea1ad0e2..32ca32698c1494f7d7ccb2984fea1f814c2e31f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6efdb45ec91e8ade005b76fff8d20fb594bb13a..6cc647b90b7fbf3fa0ea165f4080286c2eb781b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e75cb3230105f97b2076eaf6fc3a0ced50a40e1a..48b1fc8bdf3e75bfe7a45a922d6585a1da4f9420 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6a8fff912fcf2cd27fa611ea4c46123d558cec52..63594147c7e9b8256394e2d89c13196787052eab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c5dde71d372bf30cf0ce18b0fe2745c24e74413a..73f785bba2cb67bfb05cbf9023b24de85ed6ff9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ae5ec605d7c28b9e8f4971659bad5ed84777480..9d340228f31742067522aa541a9b25cb788d2300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20076904169625ef3885f214231f3d855972c82f..5816e3042fd2ed823e3c22272f81ebd15ecdb930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 70f39f62f69b68c47201acb71f0f70b12409ca8e..f0575424b880a675eb2e6cbab121af9efda39d25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6af497efb3d027ed223816873320e28016960006..a16c2be44d7148a5c4596ceda5bade94b9dd5c13 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index abfe761d4a5f70998e1ad0629d38a4407e6beae8..f889954e3f56dd66c220b8dbcc7451ba06e76684 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 376edd71b7f1dc1df95b862681f753a6f39bf7c4..9918bac6bc3e722abe009e46eec9968931041ce0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 885fd2bc56fabba3b9de2bc3e7b0c295fb268064..b65510aca61eff8da0ddcbc0f6752f36ddbf3cb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba6444591c8325bd8c917cb4612c8963f0461df3..b4f600474fe3a75c4c3cd02357576d472d687684 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e3ea1a0206216fd3b0daf76479798f0e2c196d53..b60b046b23ae1b052be13e010070ed407ca136b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a93937b66c7faf99b640906e1620a292f5825888..41dd2cfae3f1165dbf0c0cb7077d4d348ebe71d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4105b61c1237c64abcaebc82b2739e9935d653d4..740896f9e6617970885990365ddc3c908b506a85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a6fa58977b1f4497c007e6a55fdc0fcb332af8a..02697cc39dffeb308c231636695b02c9e0ebf1d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f9a8da3203efe6aac862e0cfd3eb495c8fb87ad2..2473853f2e25dc7837a18dee3a4672ce47aebe88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7ce1242f25b951877fc5b2984ebdfed8c792dc48..c619c1cf16a26c69fe22efb354669c69901f3298 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62ffe62dcca792afe8b7574417cd94ac2e8a08b4..09232c87960108bd5a1500900cfb0de22d303ed6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 901349d42aad4d5f5d34c81a0a60a41dace90b2c..7496820e6296047753b6d026be47ab0dd5461233 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4af0d43c97191c76e7656645dc9efb0eb86edf06..325da1fc340d43b781bca96df0b2cfea3e29d9bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c928a7eeeed45e9923fd31b729eeb22a084a4345..7debdbc549cb2561b10a47670c1d5181362ef01c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b8450d06d0753931965f2220bb96e656e30ce4c4..98e3ef2319ecc340b55edb62e4e5371d0303e486 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81ac25f6a6aa4eaf27de3009388214eb69cec84f..56e2b1fbd6393e00d35bd2de6eb2aa265f2c1d3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a0e9d563d141bb0f48c200639139368676a63a35..0059d41bfcac42ee53f06e61d482dfa2149cf39e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7073639fb420591404c7a175f7274db78fcc9e9d..13a95c76c642f68e1bb2f320969955d9e1040ec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e8f3a829c612068d0910c7cbe470c69992c54a4a..f80f5b940c10884f2e0665eecf8e5dba5611488f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 98be6b2050423afca3ce34a7200610f5bdfe8f4d..ffa095e6db242a9f7abee9a5b88666f06c25366d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 64624424dfc8e443ae741cd0f16efe65194dfa8c..f1f273f374849122ec0b02accc38b6eb36ee337b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9996c3ed778cda0a3ae556835782de7939cbd6b..10e49214bb4da4001c7bed4559503541fb7ec020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 13b318338d6d4cffdeea82ebcfce2e00f7db2d0f..b0d5c74ca1a74915863c654222d7cb2dbec61647 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9a3a40a39dce0096e1dec0afeee5cc8f1074062..ffd66cb7b83f989f4ab4b639245550ad16431922 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2407cc95866162702708dddfb0c2929bd9a470fa..0f52b3545a2ef0d7d96210e96cdaff28b11f30d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 61c9755d4d69e1c3caa11b8102bfb397e8ed040f..ac16a33b5ff329f042a77f44b7441800815b91cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb2af6cf63f477612758271987f275e5272b5e80..e50cbc85bff59cde010fa6fb03ae71f59eac4b5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 603af11df131707059050893f65f80c8df5f307e..86c72393ac8fe48f7763f2241b34578ba5b97401 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f5105343c5471ce4bb55207c5cd4d73cec22309e..30799d255673854c9578a83caa98d04f2003beb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c32c3c02f67132b459bb37c02a9e10fc17ec36e6..117f930d2c900a9dc181beaf07431f5527e97f4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c01880517953efd573a45eaaa858187d50327cb..feced067de67c0f7cb14eb3a45ef111d0e5ad8fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cdfc040a4c628f5266cf0724ba66efea1622811b..df13d7ec51a559196b7ae690a69c9aff8351159a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4fc1899b6b0736c92526ba5e991340c987758da8..75626451146dc3638de05ddf9c38bfc7faa17505 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c805a1be0765db205b59c1c93985218c4857eda9..9b1ff8b91299c5bc58f95bb9c6377fddf87035cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b55de1e6ed8702fb6fcafc966647f27511dbd525..76e9057392d165aceb4fa7736d55353c148825f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0978d34c73f1a5facc951b02a95de8ab7403f8dc..08869451a870742e3417105a9fc65c7ca6d64d99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c89df02765fca4fa11395032b302a294219da1bd..0db4c40f7f64699031b08f58fc71752f40740bf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3874f5729bc44d5315e8b71cd07890909e1575d3..a437fb80e34424bcc3e3ca581a991d2f28abe281 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 32a60dc5fd294867a1036aa9ce104de34fbf3643..3e12775d290f703a1d19b449ebdbad5e90979c2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5a6176481d9f48626563e01ed533aa73823a29ce..68febee6e7e48c2071d7f60e8cdc0a9b82eff608 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dd8a703a6db9d3a15560b12dca4b08884bf465c1..106fdc2f80f7a636c7f6d0866292358c73783f78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index af463f6fd1f321d24685545358a66442b6f3e75d..fcc92d887e033165a765d437fd2518686c70636f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b468f19536fe1dff728a8e4819eb76056323a093..c3c8c3b592be1f40369c4d553b7c789c7427b0eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2fcbd8820d3cea797cce599f9d61dcd9aba92d68..bfd6959c977ea88339b2dc6d7f58e60f7d35760f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4640575ff52b226fc92735ae8dab056f7f47f4ad..bd61b23ecffd289302e9b95fb453be7a8bf2213c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f8bc9f36d11936b26117d0926284b3acfb782ad..2c71a5b894c0e02f08985ccbd61360f562186358 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1508fd1e8d7a45fa440d208b7d6c693176ef9f56..0eded8f1195c1515cff3fb9070dabc41348dbf81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 816b05e4341cc5a1429c5f7e3547e83d800632a5..99677d49c3775e8146165c9e5054e52b73a4015f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b847331dc965945082574a397db3bbd58f25628..14fa004f669997b670f2b2e40b8f20dc1967a083 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e46531568ead922d26504abc40097952e5a6ed2..fcf295843c2f3f1583fc4d005cd6022aaa4d9833 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c4098feec737a6c071c5ebe60eb66eaceea2287..7d736033fcc167bff2603cf53a421eb7609452da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f5aff842ddb73ca59870d9c7f13bb260d2d0b0d2..c4ac309f0551637e725093dc3961bf1e443ff74a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cae54a9ddc31687a3ebf2f9e6bec98907cc9ae37..dc9807da33cc97ab1ff2aa33bc366276289a496a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 23a90d46becbe6d935c77748c5e7b70a40a5caae..a6ee6a6c49c119466ae3864733239d8cd7e4e7eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e9d4d4383d1a66b4b744f7dcbe11775ac94b57a5..74ef4d8124d10a6afdef7f3904e0cbbf8a815169 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index faa9224bcb154af4884452546cd3e684d050688d..8b49d9d5abe944b2b567b66d487b6c86827eabfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ff956a3658dd1d288ab706f04b40d20a3e27733a..c7609510f0e7ba549cc5ba8d870c0edb08aac4d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f256ea7885dbd04f554cddfc97e4234818bdde8..dcb881334790344b2bda81d243ec473a29918222 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 89596a1aa4a64216933d80399d871cf01996be1c..edf8732859a2a30f125da33f89e10079b8707783 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aaaafab870a800746169e0220236cd474271fd49..cf9b61a3bbbe0f2554180cc24ababbe8a3178059 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 75d3839e46b2cdc586b52d996d4c1ee36eff86c7..70fc396f7953763d82ddf669cba321ae786c1a66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c13b02e9a4f9c3d30e7115ef0029da0652228e4..d32d575550d265a57d75067aa3890978aec30496 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5145e102c8e9c06e200a5574ab0690832ab68102..2c82ea09e1b398a156dce8f6c044f0b4f827273f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fdf97a431d442e10896ec4d4971433b1ae58250f..2e2e8020ff6c4577323ecd51d3176495ccaa15f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1dcaf1e7230b661f82a2fe93f311544cc916e400..c5cac724c24929e8c8841640c606e37720ca6d22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 11bee4cfeb33666a95aa8e1296e09b80e402d1e7..34ea9b61e8d8575d5dd0688afedfb96c08201d4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8c9a6258089745d1f37a8e78968d3eeeba70e7b6..0c84b3863bd888cde4b75e620c6765b9952839ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b5a8d7c0fb8c1172d2f8ff02eec6c5233c30f7fe..e6d5b1433ea8c4cff6e57bbb1c49488b7023a4cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8ee267621044fefb80d1965447ee44b27591dae9..794b86373c991e962ecb7cd0d7a2037f82d8c86e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c3dde2d00a5cc0ca2e50d8101ec7031fd3dd2308..fc666501d680ab0c63014ff87040d7d809a69683 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1bec7153441aaefbba55c29d42134a26538e6fff..0ee8f8f2fa460c46d7d9bbeea5686302773d8f3d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c158b4edad6ccf8d7c69c12747ee9bf55e2f0a1..39f59b324296382b421331e4812ee868a4db50df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee60637156fad4a2d11333e275b42e271d22dcbf..cbdb52a28b8cc1f04889dab9372c142a0541c228 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e07a10f2d95a19810c4a3f9478a2750f555dae9f..6b09e97962971987022815ca44edd0616492f42c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae5fcaaf1801d366100a979d9a4b6731d952cfd2..f9a92b2fcdb4aaf6d8ee332291d3698635c941a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c010ab4031623adaad6f9af91275cc92610f660a..a0d017afc2ed52b448e00643cb68f213dd7a2ff3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a763580ba7fc17525605ae6d456297eb92684378..b660f43d545ee40e37a111d7cb9bfa2c4389fb3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90a86aab99ddcbafffb56b0436172a9a3622aef4..081368359951cff513e4321b1eccf4a07b46fe2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d6bb7af2302f34f6f97a73b8160b94923eff462f..d8d75aa99f65896940ccb76d1c1137f2d61b5480 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0886bc5c932028cfd5a38f50474cb551cebbae6a..7d3625afab251aab6ca0f609effcf34c2adeac39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b2b269176a29411e81c04a07426ee859742e8ac3..6213b6f245d656ff5f1b1cb2fcb6be58b12306d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 578ae39e3cab841be73c4ef2bfedd99e742c6e1e..b2b664468bf3f06b8ba985bb0bb48e2e1bff87cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03a5863ea64ae46888fba4761f86d3e464e5cd83..e746c08639eb2eed81ba1c8c4942423842533d37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 249d269c69fdeee7818519f297da70bdad60def8..8614bc311a217adbc04d99e42ea58598e3909d22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c88116c3bd83d2d4306b9e3c8da48b63c951b138..35a9504dfdba9ebd43d6db72ba1247ef279e838d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ae3891f3dff94903b7aafd83e2040492e20d06a..a4d008ce31b0ed70d3758ed7d2c83ee63fc1353a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c66413823b32e31ad531cc8466e3a752fcfc00d1..f256f6fd36f6b37758836c272a697502e8095ef8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca43a5834218d9f8d47f0f3534b147e557851642..217d74631a898c80c3c823220ff52c57ea67ff2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ecb7fc878b09960aac0fbddf4f826aa6f5e53a6..2e04ab20870ec36c6e4929123459121f4cfcc3eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6fd2af96290b4028cc19b880c76e3bedb0cf0529..d41c70688dce1dc882d6f5e26749bf16cefaaa0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7824959f0655c66a6cccb4e946184ee53794dd78..b91fe2f85f583b6366005468ec83f550eb645bb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 47ca78971ea668ba70c8670b4163555b6156ce76..31ba2986d100631f53cb3f5ec02d2bd1fe0c021e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 520ffd9f29a620d75b53610297c85fd6e2427cc1..8d7545f9c5df4c85cfcc7c8926364445528b844d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fe3a86e5c625a86c34d916e4f22e77aa580c5316..7160a52c0f997967593f672ba95270affe5c7055 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bba2e1388bc09e8c09c83a6e2bbcf947eabdfb81..28b2648fa67a10071d6cd883f12099c3919e51c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d03574ae9855bdbb8591f22c04fdf7e1e34c7789..349e40dd9fc2f3c930910d1962f7c43e04362fcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e77beb79f59d5654df170e7896735c47a397c04..c4bc74fdc9f244e345ae7219eb7365c3f074d81e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c82af96b79a668336fa3238dbbce8ddc13f5d8b9..3b2de94a70e63c231af0a79e9608ebfa03b8f95c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2aea0e8492111d240f56fadc015b8909b9703d80..3d67ed0b73890e169eb9e72b25aacc1d778c2251 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 661045ddefc2d358683d9b0762b7bbf289e719ca..8686b428369bdc30ef9ee3627f78717c739452a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 009f1a1473fc0e7474191ece7660340a6f967c73..ae3800cdb6c58a2b9a81631a0a9a962191b8bdda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8c62466e375c50bca5c5d46fb7992c64a2a70533..049ccf8bfc1e5dbe29d4e67f80017783d1cbbe56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 909672918afbe10e63f563a06682dedb27126ce0..914b064934de2439a3da5ae6cc68b0e5a07291c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2501878c41c1915dd945bc075579965ad7671972..b572acf124a3ab9e6cc2ed44c87c97efeb2980d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e34be74e9173b9494e292331157a545f22d76073..9b85ac71637b6b455b7b6733faf639346d4765a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 825e0c45b28a1d261e00df1806fd061c9e2503ff..2a89ad2e26a08b060f95a6741c6122913fba94a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90413a507eb39c674cd074633f48c39c72dcbb55..08c5448566f3aa8eae2b57419cacd00fdd42a988 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f36f0d7730aa088f36f6b1b94838e21bc3e1185..6bf8fbfba28f71f0d6da873c128d1c4dec46b71b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c21782289d2b4307e335dd572ef732e4483eeee1..4813c42a14e1ef1446a38d3acc16a5ac9722ab7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bb5e4f625d1ae67f8b25c5c151855bfd5620e7d8..25322cabcf30bb05dd2a14d5a4bf8b31f36347e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c9da1e0ec355c054d2f311c26fc22f74d6604f5f..abadb6d4571e1676d8db2b039e9b6ae2836b40bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e16e59d12635cd1b0acdb00587d1f1517a181c0c..af5b2b4450658fd1c00545c28279d3674713382a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 846ab1fc2343f3ad22b802fd9c316b1674ddec00..4371e2c512537d6a874992261254210d11a30e16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 328058446bf25f7ea5bfebb428c078fe2a8a0922..7b5b0b743646d271855c3f16938f620cc2681eef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4841ca1c0e7fa2cdd90af62a11ebb5a439b3b652..27389c92805fa88c034e482a55155d39c3259c01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 49ba4bd69ddecd991ab78c5b8978554b6cc4557f..e5da5068ac0cd90640ea2146748b94e0d2b7f4bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e7c420e7513b62bf7b722dfcca18705c26790770..f244d41f45ed54a02e113f653310daf392cccb9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bcbd8d7620a6b02f0c6cd5f8879a0ce00a953c33..525f08252912a9bffd4497050a1543b6606fe494 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 75b46453d8f525f4064b5aaf387c35aa1999cbac..67582cff6a75399eaf0ca84593cfc0c31e717ff5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a82f711bac1339dd1492df69bf6a0b0461fe6c9b..56af4dad5861b9ba74a99e2cf18cfd87baac3a22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 47bedaf0e6b6fd3449ee072094ff21b251ab7c5a..5d29b60f67c50c14083b92a53b18dd4eeeaa9e86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b954c14e6cafad63a8b50cfbb84331e8fd20b5e0..513d965c9472b85f22723dd3fee2265cb7ac2b80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c7e63398bfc5eb5b13536f313c448cd1bbd6138e..2f93f03df8cde07d6fb0fda3acd71d964f9a9708 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 02ace510bb95b0e4d920c4d88b7cb7ca1c91f150..2a04b5e625c913bdbb9591f0aa02d5067358a160 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e575c37443a9dd16c58a8345961ceae06418258e..637f4312fbda0dd757151d8b328e72e91f8e6b88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c7254a6bb3d3fc044887cbb7cea11c3a7a194032..d14c5ce1f5ff804a1c37318027674756831009ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f97e02f3ab4030b5bb73f38cece984c2b7ea3887..e2f8a5d8ec01e0537c8839dc2d05e6dda0b3dab3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 93527eea84bf18b3e244584f95b69ae997605d78..5505111de388558df96be6833c0c12b7d2db5567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b6b816a5e95fa20c4ef359ef7021bd236921e859..a21cb2838a7b19bfce527b3633deea719a40dd0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cdc1389c5a7d5f39367dd4d81d3bc2f37c4c3b9e..ca3a6351262944f09e07622da6f003895804b604 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c8f960d96984145a34ab041f6f7be9fcfcea8e4..1487d067db01980a2ac4291427c24afa68d13a3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f734e0b5a393b04be0db1d6b2b634c58e27a526b..941e46e0eff5d44dd210e3b4a99e0d159ea7d247 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80948c5bbd21b55a9a9d0e59f3a8a010365df440..5391ce643a4b8ed51c88620362c841652307c248 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c3731de99c1e803bbaf2da699ebf854917830074..e840eb1b03afe30ba2873421021630e326ed9c33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 143d2d7c30e946af6d651f0ffe2547ce917e0fb1..a91b596818679336f753402366781ebaa5616cb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1beb05400ab24f77b187148d8d0413e35d70fa13..e775650b8d60fd733a38d5e53a7f0e2cbd82578b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 024e5ec6c0a0a05b4e94bfce10b7699e8de49200..c57f78e3414959b013a7a09383584144f9cacda5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc93c36e4a5664c3401dd2086c3edf656a55ca03..ec3e524a94077bc0660a8029113351fcc15bb566 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 601bff796868f3d9b738d53d9b18ebd5fb9ddee1..881002ddddd47967ca2fc7090798effcb625c5fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5e017a523c5da980e07f287b919b65099e462afb..e48082adb2de06ad3ba502efcab6905b3b5455ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d92d0a9409d5335d7f97206559c73875f2f16ff9..a302c91b0fab92fa6be85010adb5a53c09c3ce5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6d3c7d1fe3d38124e27ea6d25f8c456e29f9c366..fbbf94c7203bc839fd1c78dbd49100dff77939a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7e3593cdbf18a119246f0beb681c54cd52767562..d3d5209ff1d4e0ab586cdb00d8c2e7398e8bbfdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78c529c645a547a9a91974508f81c225cd04ce52..e930e517ffcafd8d77c7bb5c57e1e9b70db8293f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f91ab4e2eae609c6d2e40723e3457d4ccb9d191..b819c3f77dfccc5036368970481acd5ad4dfeeea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 66b665dfcd47017ff01125e095db6df9c225ce07..016d11605d83897f0e32c56aa3f893d4f49d14dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b8326ef50eaef78e0ab4ce86ac9c8155aab30651..d138a88d053ef3969a3b4ea2e5ddace78a219f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3abb8d1f58c60aa3fad1e378ae2d1d0a70138b8e..895b1d88688cee9380f771defe89a3ce4c961e2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f8828f8e7deb37d5a8f65a5bd5c4b11e6624efeb..803b86bcfb482a2cbc3ae964c09c986bd9fb1d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f502aedd8eb1868a9e26708f39df322fa6662e9d..b23b092ed93baf0b6b5028e568345c252870c47f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e0d43d599ffc4fc671f75da45ed4f6f2c79acd74..bee350ff4b49dd7070f2540a78a75658621c1c8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 17224fce0157ec06f55cbbf20a76b9ddd77539e6..96c78532d62812d82cfd40c76853613771c55174 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 527bd343f99622d1e4f5389b7a0acb8260d0987b..ce5a62e10b7a1ffc48b447363a58bcb46228d1a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e65700d97923d9e069bd70799446521012accf79..aa348dd761462de9c5ec808fe7be7f2a04c0d321 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 37946e58112acab755f86f6fe0fe2793f5bfef44..c1abdfe57fd4a147f0f1a3c89a2c796c4e0fa96f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad3e2c748e933e341c6eb48a7e6099163b42cc7e..6904379274ccac90617ba54b1c10e6f45b0ba437 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f13ea0198f2f388f35beb5486426ae3d77b49cae..6cd9cd03003e0ca40e0fd1f0cccced0c81b9af7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 37d2ce40c839293a44d1236a8559399124fd7190..ac41a00613faff977e1c097e921be5d46f92ab8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e1cd0d8a44b86c0f1d6333e57db8943b48acdd1e..0531599a390652c87fdf91d8dc83dfa3e967673f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eae39d2fcf642a8293520828158559ed19eb0549..21afa7d4d9b6083f7a228afbc7bcad6f185cc46a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5c9c351f5d49bb1867e2abe3c5d8f1410ddb5e08..4157b63a52e6ae4e97fe0e61bec9914be75ea2f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6e149a0cc0e1a233d1fd7731ae9b4cf6652d4ca7..9f5d757f901e431f63c1d9df7daa1008054b295d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9d9cff180142af39e2cde1db886a6541435311b5..811c44ebe789fb25be88e9d29f0abb802c9dcc85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b234468ea2b71c0654e713b473eb9d8381bfa80b..bbccd1cbf0cbc8dae068f79549d1e8340d736b56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 661d186a67fc30f1aa16069cd469112421a0c898..92fbd8460984785d1de8b968e2970bb9008a6844 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a540e0223430797639ddddd781c8534e0a64b8c0..77c5695ad75f15c0434e27093126cb39cd96a7b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dcd50d24ead6e7b969d6e81f77a20e0d28ef81b9..0f5f318bea1ac4d9238078f33e0d5353441b0f78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 342fc4985718e7aea1fe2d2537024e48b1953a4a..d052c899153f6862e34ea69b6b751a8c990ae5e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78cacf1eab698f3abc1d0b432dd1e6c457f6f9aa..e9ba337569569d32df277ca6a909220a5e0312fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a182829e8343f409fba5e29ab02203c1e21910aa..abe2dae762298571b7963ca9cd8b1d0d2d25bac4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 872f70feae54f38000240a43f12b6b8dfe175fdb..d971d937a0b37756ad3c48476be6158e13ee00bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4e27b412a2221ed3b051bfc9dc22612f65e49320..5d64b2e920ebfe54c2d2dccbab02b06554e48f7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 739b2389318fb7616e8677c033091699e1f67f8c..3a27a231f2148a84e64852a0364b508c2625c741 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a0bb7f0668d04ce75a9c189c7ef8ecd33cfb2d75..bb8bbc81356681519bf02f7f5488d0d3dec482d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 806e16593e4e4deb7179b8b8546f24b2fa681582..10b3288a9371eea3cc67c7b2215ad74890a6de44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 48dfd74ea89990124499112b8420519b69cab7ab..8e8092cecce59f90fe46e4ce41589170a59a3b47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4636d9d49b14cdfa2dd0307fb37d1e8ceab1dd27..8c6efa8986fc30ec5e7966f8ca7b1de3a72d93b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 189100f611657718d15dba3ea9ae130da1ab515f..7926c85aac88f4d8f8afa697c4dbc2adee0a1bf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f9e46f612c9cc678400022b6bb08130b32fb0a9..f2ea7bd8f3fcc5509b37fa6918bc4b8aef034e3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 29920264a250b5be9922d89069b7c7e6dabbe108..4933699f439e407a5da1c20d08b2971cc9a94c5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc04ac15d95fea81447afd948fc588d6ba846fab..3324c6340e854571accc0ae3bf6af5ca06df3700 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d6360d94643f9d71defd44e8d3d8cececa860f63..3f4e0b83369ec5022736ffd5ed8fc75132f2ab70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a36421da616f9da4e727d48c571a7e3799a69ea0..9abe9ef82d12d859157aaadbaf2ffb3fc236bbbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3e2c56e98bddd7a29f81ef33398fd06cf4b0a723..e364f04986d771237423b9e09d570bc62b1a55c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24bea0b6c19a8909727f34848395fd6f9b288590..d7db5a74c526c2bff156eed463aab9575679693b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b68ca058029d42dd0a15a0c67b71eb9be565a6b8..cda74fcbeb55852ab4454946f5aa97c629e258dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba033282bc972b6f4d261b463646fdb1d5c029ad..a1d6611b8d4522efcf400d1495cfc42f6ce922b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 35ad943867d75c8241b0806bcc78ff7945385097..cfb870721f4e73f891dfbfe04c5d09b5f5487c09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4a06ff5e382a2d5a384f4e30b0db483b21c53384..323ecae7951917da8d76644ccde93fc71e1bfa14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 27024b220591f535015338b5be95ce016f3eb25a..94fcfae1352929f34d9f81a5fad7ceed2b71d3b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad33c552708d44e52a5ff0bbe7a7ee7293230613..7f0f6b8c2faaf1e898fa3dd6e25a93283decd7d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 119158738a2f6c2cd009461ff3682030fbb0b569..1d0d8ca68692b31898d5b689cfa500852075d287 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 748ebd731597fbe6dc73e7c1a04aa18cc2d7e7f3..b33abe21575720ad4405ba364a2b77710ffa75eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3bc3ff235cd686c09a7456f07c3d21e2d7f2fbb1..e574afc878437f75ae2b038ea4db0c2ac8e2e012 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6f59537403e9d2b23b01386c4b399c249233f967..fe574bf109d11ae29580f82eddcce5bfc509a829 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbb52cc0640ffc8b370abbf5fd6b291db348024e..e819979cf9c5b3a809634e34d0bbde3c658707cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fda5f865b6b8a004ad85556f5f8b39e3acea720d..cbba4f81768843fc8aae82047e218040a1907922 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2153a9e89580cae3c28f77c3ce48626671afee1d..06dce8b148bb988a0ce0bae945806554ca0cd075 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f268e90f4afc53492c0e481159584cd0569132fe..b8232c6b777c4ec90c27f087c364b14ad35c0bff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c2d23cc339cc828e30dc1ef5e4c91e96c9008b41..eb8ad29976de76c0fc721681a53c30db4b3b2a40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 09d089362fdd14190d5afe492c759cc860294211..d802e1c82bc9e766a05fd21f4eb86c0bc2a2cac5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b5b5f00c79fa1b03f3bc940bb4b9e05de75a94ef..4301c0b1de7ddfef40e98ed970a28ecb3f25b238 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a37a466fa0b40ababa2ce034fd5b8675368ccc6a..5dd599b74416a36195c8625a5e4ced0c2a80ceef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18201a6db4f4d563d21d5283d34dd2a10e47cefd..5895cc569d67e40078569eb92fc59133d4161b58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12d8ffb82c0c0670eecd9bdcedf8f4f4bbb733ff..60518ea58146d023065633f9f36e6929391bb53a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 848dfefac1d12f50d1c7425dcc8209d2a33a99e3..6ead1ea90ef0e3105657cac127d8b1a8652b2ea5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0e50d960c1576f85512973437d9ec90380b28ff..acca6c825606f4c5d8d4500c3d16cbcb226b58d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e7b6c34fe759e3256abf8e8d3d6943d7347f5a02..d2fb440b86707d6f9c2f3beaf8d5460483155a8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8d1593777f73ce962c769e6f08c83c8f863b78c0..1e9b71a0e1f5ffc075daf9a711ab7c40846c7bc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03096d7c3c1dd3cb98447f5c1d1bd5b6bff476a4..b30655e70e884a98563d1c0e673e30f98e4a7036 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a84004a58d0f0eb069e5eb2360434a97683bec66..b0018bd2c15f97ca20ec194db4ff7570ed503c80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 15d2c585afbbccac41e931ebf8bdb048a1fb78ee..5ca215c97c7f8d07573a9a39c8ebcba556743ede 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1144c5a79b7ced7864370b1da8243ad1e8690d8c..cda54d23a1f5e14154506a7d4299952850c560e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d6a991c7232080d7ed566b94b7b3111d15046bd..3bf705cb57b8a80db4c1cd4c2980af41dff68567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 94484a74436363797f1a1bd0aef6f68a07b367fc..eecbded92ef9fb374441438efdda4de81fb39adc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0ffbe0a9f2b5a001256c8a31f3ad553c857f5367..71e33802960f720d93c74facf32275ea2cded5b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2cbde694ef689beb0a1c4ad79b7dcf49402c417a..8ed6b79a95f4512378e3693bc0fdd297a0b4c393 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0528211268ad4ce0ecb60f6af1dd01a63f3374ad..56daba0f5933f9471468266c919d6e3508ae4825 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f7558eb809ff5bbb229db67bbbae2d1b95a07cf..a5c371968d776d6d08c3279cbd3db0aca09dbb24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8919204c8947f41832fc66d489b0caf222c64936..97eb64da6914fd8932b8f2db6cf840af4fe3ae80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a46c25b09e30c73eaa60fc74901f7980287522f..14c5bd6c17195e71ae5ffb5c259296439f333feb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index faff6791c9e1b5f8d9c7ed4d76ee5830421d7803..0cd651062ccee8cd95a124ed4db682acaa52000f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9022a388dcd7d9b39134ea507934cd7382d95c41..7e5445a44f352382c715fe9b97b34724714a3967 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ebd7a6856ea74dd07be17aac3ebe017a66eb2fc8..587d99a54a8be48843648479f7a37ef19a0d0b11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7da0ea924ba3fe7cd69028efff9b591adf7d1dce..a31429bc83c9ec70d19a029c14d00dd9d0cc5efb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index af8e81df4f0949dc8a624072b8c209057dffc697..98a60769236637e73a7dd96d63aee32051b6257a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3ef396ea6765963728b52d2bf0b6eb126b5843c6..e34e8b3b68a7be50779cefd08171b1984695e4e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ee21f60d3283edbb11550f635aee77138f3fedc..1988917a12677ddfa36fbb1f2851180f315dc4cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c1bebe20a2e9d238d0ebcb9120250022e8a671db..6ffa8170723331057ec42c8182ff748eeeebccf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca8121972cf1eb2da5757a1af22f03f50f158cb9..36afc3511f8cf55369344ccf4cee5dd2b43632c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 60bb13c5c9a5128ccb51261479f01ffcf0e042f9..fb2fbf7ebbe1eeeec7d8b2d916c3ee1e993b186c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a40a4992e30eae9016890c2b7825795b590a6c9b..8c5a7fa45ba56953143945570d9a6992d3f617ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f9b3b827217a7d1a24a77cecf69eec080f564242..310891a393f376ff3caa696eb627cfa460a84bb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62ce0af7546a1cf467bede6e254a2e9b48c1f80b..a3e0113de52aaef8142df575fbe622947e0e4578 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12582545b3544f94f47d585a617092d0517a7c55..a2eb54e0b89aaf3a7ca445156e9dd66b43cf4a60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e513bac7f84a9a3ba96e5b84b420ce152f41902a..8a256e88117bf7578d782a1c6bb371570fdb431c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bc62804de31073d5d2a83d88df8dd26551b14362..cb6e079817b4ef1121627887a467cbe94e4b599f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6f581eccd92a46d680b4ec35cf156b8edf3e6040..bebdadbcf20bf711197639233d79649e6f7c31d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d41c8ad045df52f5d6ce3ede66e46609ae458af1..c603128786082c457c87d200aa780fdd2552608a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c4fbf410f04d9573f14456060cd0e9d544fb2c7..a47c4502c8efa74e5caf8243a1f7d6fc5b9903d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dc6f187e5c8d863a2b86bfe47372cd17fb190a0f..edced9aa67f5141c7024e056afcf5eefb74dbe75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d06d9853dd003c11ed01920e83ee710efc3fcc9b..0e2a39e6acf5a924eda2fcb4067b2d754bc2dd86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bc3d01e98c5ff499294081709408f4a40f00dda..4f0c2f22c348eaa4eb62d14cb619e1bfa91e8b3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 005372c2b63b532cd174f39441533df4a07151c7..43b3987028261e25cb07a19b96f886cd2770556b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b5a3db5ff1dcf89c669826caf7d211b28237e8a9..fdd8dca0e716104064076393816d0b0618dfc334 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b29570a64a07346d116590e76055d2e2f0bd8870..ccca11f73c6303ee30ac01d7bc10b451c366490b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b6a2676687bd5ab9c0f67e3c7140ab85a716aa8..916137e229f9b3b0467a76f40be07b03d5837c91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f2833e6f777707bb4ea274e23c137aec9e2bb97..06fe150a32a657e796fc8e7a8c9621ab2b6fe317 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0ccb6121a8389aec02dacf92afd30cb7eb734efb..07a5b9149b207b042d4dee8da71b04d8419b61de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5979ba319b7a582435a4ed0ba5744a39cd065c29..7cd6cbd949b2e2fdc0d2541c2f431f5b60aefad0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d9cd9f0f3b708669904c2fd5c76b72bdbde41b5..c88f8ef34bc827ba05f1ec7554bc967cf8eb8a34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8dd49bc3816072ba12c0a7aeedc63517b20664dc..cf9c11170fa243fa83380fd21713e7ec884e205e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc98efe9ec33e59fac789c8381e8d8560000f27e..0c648a99a4828b3e1a14c3639528ac5ba0587745 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 511917346ff97691370863d0c9818d75af70b09b..b0501c19caa5759b9603d137b458b21afa8eb252 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be8ef4fb6d35587970bcbc361202d097e8875fcb..535464fc5d4344df8fb5629f46aebe8f72941831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 764690f58c2074939379f86c5164f537d92b1633..ec4916828a848968ab5065f948a515cf4689c468 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8390b724ab53820eaae226f59cd970839e36ecf1..0dc9caad6a058e99d49cf2463c53d4fb26e5e5a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 27119dd4278f5c743c9f3ffcb6ab2730862ac5c0..f764d1a065707e9b3b5e5fd66dbb7b61acacd7c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f62800b72e07a0396b45cdd348b0e1b17840754..65218333985f87e82ec53af8d89adfa49ce85925 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d4ef207c30618352fe75500ed2e32e518897f6d6..9f5462f209dd8c18a5cc7dee254f6563711396e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bde021675d952ed24c7ecea0833015fb221bc253..d746e85198d56ed4df4f25ad2c684453ac661456 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81c99a8606c5b6a142107b93257342d84df3e2d6..21015ba03d10a72396769cdd5c1af57096270483 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1fcd2863aab993e4a5721ba43d141ec6ef8151aa..a8f4a8495830f07547bc74e9a9e46135b5740e02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb8877ab0786760dfdc47b351f9970157eaad7ea..093f310cb57165825a6e29404ebc6aaa21c033c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3645690614ecf9c88c4bc5969657dd96b52fefac..fb7967e1bb2921e6106a5af40d2eebcc5ddcd5f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2aa809823820641e8d05f8fac4046d4fe7165333..60941a166d83304e68d2897c9a21ebeb77360dae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 55f9de32da93ec028650518cf34992d5269f4c6f..2a17b05709425b957e0f3740a43896b3166b6c95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6a7b4616826a5a1cb32fe2b2e03221ee4a23b18..2f50c5fa7b2122eff45ee4d6909949ed4cdd8579 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c353001547a5a457e279749fd476259f72a1c2f6..0da3801fdcf3f294837c610fecd4d12717578439 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b613ee33f80bf78eaec65b9c0a1c5250a4463a26..8ed237c1a53d9d701442aeeab622be3bb6a6648c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 54d86bd28e403c3e35c97131ebdf25b516d6b9f9..2c83d99ccbb54c2b700a1fdfc7f10c1bdbf01161 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e26c1f50040f20e62afcea6876134d01c9194f4c..c74db3a66b2c644ae546e3fb929c670e9e547507 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c7f83fa6ab06aed676dce353f1a3ea01dd2f696..21fb9dbf7aa3ce6a2af9fd3b5746507759276beb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 260ed0a2a898bcf8c5ac3e31bfefccfe3bb5dad2..47e86fba3d45d22baf93691b70f2dcb794488bc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 45259448d5f37dcc17782f090d0907fd39ee240b..021f9bf58ac9a6db331794a10bea6607fa5e087c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12b76878984f8895f7074cf39286da93b1814a52..c8162fc94aab9708abcfb51a4d821043a61b5da2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4310897699b29d41e6c9294b159f01b9957ed8f8..9263ee6ea2cef9038b9fee71e5bb5636b2359cfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3686d3f227ef7699eb18f9119331ae0cd6f6218a..35ecff03daab93d481c15ac987efe39c95df569f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f2d7154638afe297466cd6ad1d7d875360e202e..1f86e3cdee0fc5bef88f99ef0c51b88b4306c728 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 02f851a294b3ead60c5fe9fab636ff4a92e34398..2cefa65356716878708b1c64eeeab8dff9b21139 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7d23752904f105ff059b2048b20578c4083aac0d..a3df01dc2d1e3799f07eef4865f8d4881c043794 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20d21c9e0a9a11c12fa76ad063d2b78f7bff4a62..164855fbe85ca339c8f7e45bf54b7f6e5a5aaf0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ac94a2824877a41359846847cf34c5bd6aa9e02d..ab8fc1dd835a1a32b6e07c221fcbdb174888cd15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ae16250bdaf5af3f0b2d7dbf3b3af1a1088d2c8..ce66212fe947ec1ddd93d81ed1c0d244141cead1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 74cd9302d5d55ab2aa0f3c2594d18f8f01115be5..83dd9175982b40c6fb1140b64d9b59705e3f0dd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1df3f386852bc745bb9775f2b81d813596efe50b..99d05b8dafef023679448d764fb7109979ddfd7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ed71ef0a04894e0157ccf1d971f342faa5ffc7de..5e66991a975636b1c4be3f1e7e0e6d7db21e49b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42a41c8393ca9bb03ed001739ed6849989f20cf2..b6082fb6815b761a7ec4cd671b5b449a698e5ba8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 74f09c963beb9b66d88c1926a466d6959e09da35..40c5b34e470b0fb89b34726671fb3925fdf3350f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77e4a51a253ffc9b8fe921179636126714f8abfa..766654057da43a8afae6659ee1d3169e801c48c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 079f2f596917d7900fadffa0be6e805dde322696..a927f11d5cc7380270e1b783bf22536eb511b141 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 97071da35ed0e3d3799aa0ccfcf34ea1958879f9..ac87bb668851b94abf685638af53fe7bc2ed08d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cad087b8c991c55dca932ae62dd5244d05ec378d..64bfde64143c89cfc193381c9e6fa202ebb1d3d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2e4012f79b155bc29448e0f34c12fef56d5fb034..4e23e3f7cb8b1841832f77c7a542a474b3f8e8cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0c7c962cff09508c65ab30fc6f61cb4a2f881c6..f6304c6226b89f402970ecc85f60d6ef5b9067cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f1a816024bf6d2149a36b79a7240d9918475d03..0ac897046f4574acacc10e9782f2e787e9f56f8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c64428f53e291a6ce19579d2a1530e781cbcd1b6..89359d3d2e37c158003a450c8e9887ef57482311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 95504a2d6bd9cf46f9f5f1e5931f7371f9370cb6..5826fdcc19b645375f3569aafbd27ad77f5cacc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 240bf92cdddab9c2f8aaa59ad341a52271dae574..a7bb669613452ac207d610a1f5e2cafd302dc749 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1848d7275eb8d6f924d5026e5d461a3f2b0944f3..e1a8a55eb834212010add2333019c79877f122fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f9dda9d6ed1cc852ae64b5fdc7cd9f33223c1120..e96fa1badf1b896acf9d207f971d7f3a76504a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0bdab7b48000c5f15d8003272716a65d7e3d4e5b..f3dd819013af50f65321955b88cc04aa99b3cb3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 013ec65f0525ef84ecbbc04fb5f23c591876b5c9..03fbea7cdf5f22de66671622efe91678db26046d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5857b7b3b28c5a7d4d323cf323ada77a641d5471..a93c81f10f30cb72fc0fe077537c1ca2ff9a5322 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5336da537ae533f8f246dc04dd0fd46644c1ae47..56bdb2ee024e42f4c51c369d4adcd50889474426 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c03ae7089a32f7ac8b31580b65836c6c47187f5b..1d3225cdf96f5a3439c09765aa0de416efb446ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b2286af8b6adc9a9cced02f67e51d8ea5ba95c8..f5c5b57545db1a73a01a3042e204354a39d6a93d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a1cdbc198ff162143470a68329bd5bc0229979d4..1f4ad8adc750749d3e1c0610d33a05a825d3ee02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77e8870479539880b49149a4e34fbf5ce87f3ab6..dffd2df06b50f316ab19546ea16f2b55017f4929 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 649c3630b4be2c89792bc54eabf60d6819caff75..96bc9e17bf7508d898f981087a53080cfa7b14c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d7b312b40fc656cd94df8dd16330b4e6163f44f5..5400475fed9237a0b4ece1e986dfbb9bd04bd9fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbae3b2a30279b7382a878c02134cb016b504c03..67bf02af60bf3e3468d39c3e7cea737480dd3188 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 49ebac0a6315617efa124af658434a32d5edf015..846f86d82cf1cff8ae38bd8a9e27c26469df5307 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d045a7177955737ed2e4c8d219dd9fa2a24fbbd8..f21456de5c40c19be3639246cb7d29b05c0d2997 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03783187b2bbc3a70b9a2f05119513fccd7e558f..d1f51d8cb1f3fce170c7a9d95e1aaaabbba0bb5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e9ab9e396a342dbb13bbcebe93297e47ea681e57..a2f284e47859a400ff75eca826fd0c2eed916cb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d79359bbc9954412ae79d7ec6ea410c16f3c418..d62977451cf4cae9a4bc4ab3afe160f733ea42aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index efb09447d55112116087211822d7bb7384aca970..8267fef9280a007341c967909f843d681a6084c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8be568682fe01310b3c4d70158ea177bd44d34bd..dea903e930e0ae1993c00c3df62157eb3ad0b1d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d35a997c6611e80b9a701bc8bb803a70a44d1bd8..4b200ea7fe566066f526d2204b12dda40afcc600 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 15b854efe01719fd21ebd2341c53c6339a7a1cad..982639fc30b0c75cd6491be109ba969da47bb025 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index adb543ec31551bee65723fa6de43886f9d0a208a..ea7ab33e2a049d2f3e49cb62d69995282835f8d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd856c23f8296b6cc2beedb2acbf832fe5caa052..240344355be9df51b6034fb4825afc74187a586b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 44d0e1703fa7c93c0e8fcfbde397bb5be29bd7b9..9e0544dc4a4123199a4250313c5d4cced6127d67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 481b6df3617fcfb5b0ce1a62a21744bd72a972f9..c41461f7292441ec76f2301c9ddc547ef6464751 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a527ac4683fcef8d3a84e9f90e55405ff826d888..eac77fd5d06fadaf6d05b00da503b907112e695b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d38845aca2629de6e1f7bb9f0fc2978b07d02fc6..d011f8654e9565b46694a70145eda1ce12d89552 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7fd45dc803c5c4790ea5bcc75f9b5723bb12c202..0e1f03b370fe0995d8637087f18025cfa790c9f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c1a4a96e87595454d400382f1dcbec2ac1d9b3cc..13c9e616a119425b9040aa669165d0781f9b57a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b3b81f5758e3318d0136de24bbd17cd6a6532116..01e64de93de531d71a39b95491d5dca130bcde1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 653686d0ac3e9fc506802736e3266b1f370beb58..966f6ee17439cb0296d1dcc1b22c20ab0e31469b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aba43fe6317cd6bd9ba24ae1203ed004ec319f75..14afcc465f9936b58b726af57e24e513b5131d43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 15ad840762edf01ebdba30e36758d775855efd4e..74b2e9fab9e19bdb146464c4c3a7891aae1fee40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7fc14da5a64e5d34c32de83968658c1e34882018..205138fee3149b0ed45a20a4c45a75f16d978c3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0bcf19574cdcd34ff70a6b95992eb60af54983df..32bf18b393b4d0a169fdb586c50972158f9f3cb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d4fd4e01450faaed79187b370e84bb9577ca2f71..8b6135f1b5c8182638d7e25dc3cf0e7db1529f92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca5f16bba45c20ea204963f8e149c9ccb7a92ffe..7c2e82cf3c82f0d4131682c0359e8a5e92cfe91f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f6d211ec12bb90a39ac9fbbf3010aba8d2fdb21..64929cc975139d619ed3f1da53ea372d6317865b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 39682898a566ac669e38b1e3590628ad2d071487..ea72ab34f47f0417db3e6f8dda545ebc390fcbd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 27dce5716f48421cb21155290b6a1ce0d964add2..9e4d2f8527af9d8f8a6f53f34eac9019a77983e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8636c68012f5f0b4369738848e323f800e915d35..636557865488ccf74683dc3ec0c5968ccac7ffd4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 02aeb78cd8706ba436976dab86f528cb75b6c491..49d68f0842633c16994c1b054342a9e4d9077d8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9fc183f01be5daf134c9c2d5433c337f81d6ed1f..309a7629db43f68934cae2312654e2ee3104cd4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 858c9af2c2dcd8e19f9a9f0568372407cd996047..3e52955ac3636863de5c77a0d05ab2835c9c2e8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ab8be913f1973d84985a4ba989acc758931b73d..dc41ccba8da4ffe51a409088a4b9bcbcc03dafa4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 458c879b47412f758ecd757dedbb1a324bc3d6ec..a9877b508728ebbc3d2a83654b406c2ecd22a0d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4dd634ae6449d631cb94bbde6cd4ebb0bb262e6a..261304be6b25e6560fc604008e2b0f7834cf8332 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d368aba2cfaa8d27f4b3685ac1675382d2a54b5..5fe1079255ee6141895b06a53d33c8ff5d4589c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 134ff9679a13254c4adc394da8f7129b5df09853..96f0bd2417c61f4085f25c2e60fdac1a61e9cf02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d61aec3c72e9b2ac491815218d0a7e5f18b79a3..b2a443e32a862ca2287c22c1aaef7deeec8fe184 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 765328d138263fdc6bcea1cc71106705c6138c63..590247b8c2d773d4e987421823434599dcc3bf83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b332960a1f8c933ffffd0e9d58d89080e6785743..a0cafd0c9770632bb242de2a46830df4e1de470f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0798929e2b5c9cd14fb13d11d19a93e51af4aee..0e3ee14170e1cc131771a6281910beee0c50a830 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3ff24f39cd4a37cc7ed86490f6cd62790f821d63..5553ed6b13a8db033836b833e51932d997477563 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9c7c185428c5b8c06712f8d27a4d8e71a297f5ea..f5d101635b7d1af964567cc0ec7b1a88945c6a2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab41be459f5869ce4bac7eebfeb4e14aea03c6cf..cd62d6004ba26dc27318fca6594df32804bdef47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5e45bab20e2256b0a67497d030289c2d1ff5b7fc..3ee793b206e08f540d63d99b360a6ba339b9dbce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c99c555efc90a35db77eab77fe2e8f9f2658b1f..89a8cbc695af971110449ff3cb605008eeb41837 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e4a15bb63257111a42741daa6355104d292f3442..6681614165e85f220320718befd0ee9485f88b7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9320da095c18411552bab813d1ecf30c1e16d5da..45157a77f2fa662ee075b9d935892e516a853739 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 13298f98ea76f65be8dd994bdd8cacdcd7edd40c..d1bc94cf152a9fed0cee5f8cb8d104d7d1239c9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 92481618ea11394f0db4060774eff570ca8af75a..a51d963851fd436dd050ca20973f900ef815df22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 73716ed83b015da1edb9d12d4c99bc0a6009fca0..7427fd71aaf2e0d89c80e12bfecd9e2644fa3f8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 85e3d3b3800428af4eb63964dd5d25db39ad4b23..1cf3184ab5d33094ad4a35b3051b13d85245ac43 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ac91d380f4e3a383df52f4c80bf8e1af19a8801d..7c70e749e29af6a39bb067f2bd5ca44109501947 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b02d2da26a44c873aa80f4755725fadaa3e0d98..af75541c4fe13b648b5710f7ee5ecafb2c2cb698 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 185da515578061398d8b7e5504fa3b6cedeb6809..9b4af2ceb54521c5dec173c7675ca4beed888617 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8988eaa0aa86f481a809a942d08ae63c2a4113b2..994707a0d4b5d7a47ce54059133d63d772cc50a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b605bb20e55a2f97b504a0ac7dbe15d977a18494..a1d9a3afb73b9c040df620c60f9a9702c927d3df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8475df499e2a97bf7d6b563b5df042fbe4342b29..ba291a9b0c5ee552a1fe1936005bbc3d943b0350 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b8b5e60ab6c3ea893e8c797690be5110daa6e5ef..caf00ca1f94b0dd87d04913ea03c5e56151c6780 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 01305a5995bdea04438e62152e5527a094f23469..971fab38daae4fddeaa1865bbccb9317a0e57e5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99a6d51e526e501f51a6b1416cc450aa45e9efae..a0835e69b827e8ef4f1c9f2d600a970e4bb90c39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 56801d69b654fa00768543c933eba4d1aa66d7e3..23e54426b7279fd209f5bb5206cf79ce6613495c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 68c617887c191e6d7eb6085426f98cbde91d3fe3..6e97da1b12bee5f6b36e2087ed3c7eac199e69ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4a7cc4f0445accc90113b78913b6e86469befaa7..6d60b1da18d3164ee03c38bce76179a07bb88197 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c533b527ca30431d9e5226dabfd322ec5a779897..18bc986e29348410ef58e46883e90ab40ba7610a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b1291917639e76738499fe1a4bf63b6f1bf5c39..0c1dafe09ee7e8bb2692f11f2878131f38e33b19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 53b2e06e2de0722d162d90c79847c341ce65239f..270932cc85d9aee12ee6a95b7339f32fae38d68a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb2fb7f28bbbfaf142e89c31758815454106948f..a635bbbbaa471bde37ece2eec2ae3306aa0d2002 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e785aef1df0aa29df82a723c64cb7b9e70b18fe6..906167602af8624fb316730d38ab2958c89009d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a5b68238082e3f097f72c78624a8b6a5e0bb6220..73a80cfcf913cc82cee452df20631a70179b2b1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 53d92575049472416d13add209d7c0e6ccba0243..4309902b76037d8e02857ceaadc9feceaf213fb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f0293ef5f607e3cf3396167a075f84e54efba09..4ff47bbcb97fe12f712095b6c79f4391bf7f2422 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f9ba69e81d25749780ac2215513e809f8d6bfd4..b211492ca7189510c41e18caf34d20a0231404f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 621cb796d2e2ca4c738cedce05af1c56f8232236..3c00035feb6ae2408f593b72124d90fa78375374 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2bc89e57b8deb6ccba2dbacdfa8051c557f0ab98..0549ddfcce215e8fb3f0a4753bedf92226a5e847 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf6182bc5578b703e1ea815c564a8dc9cbecebd0..e3d3e8af377c8a95a2215abc68b7c914e15ef133 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d03a6014929a248a6af172e9da3478a740125e51..e5921d7f9ea9d3c148c9156268b8503bce570655 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee301f0aa9b442dbba3e2678b42281e66cbe7533..b7582ad9bc6c72d0c3a9bab167c1f87e6e5dca08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4bc0e8688bb7615bfa6a53362c9e1f9ca048ef58..3d4cff9e6cc9af269bde0fd56f24355f9e01b609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 43672fb1202efd99d74227ea383b2e3851fb620a..4ebcaea22493886d16531655228a16de5beabee2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a9caaaba93d3114f0bb7ca6854c74677a61bb82d..ed7bc309dd1d7ebf0ec02b288ff8988004abc4b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a5f4abe54f1b5b50e5555e1f429ae800f1462dda..b442cdd4c0e9043b20b82deb440ddfaec8a0c741 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0edbd9533e97dfe95a05aef7074392050f0bb909..6d67c4ad1a5f18a8b2c3eea9b61fcb14c1354a6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 158148af782ccbabf931dfbde70c62f6a11acf9f..658ddad22a0372b65eec342a29dde7e1bb7dab3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 33b526ae11bb1febcb72ae92d13fef9909b854be..6ddc3882823dc99dcf71cc909b759df80f7f0969 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cfdf577fd04c5061564787798320a3aa8d8f3e9c..8b6dd9eab5af77f334eb1e3cb73d3d5085a47878 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6fcd0290034aa8db647a40bf62333aa7ddfe5274..1b66b9df7e6af23d47a892c73838bd627761fec2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7365814996ed58a0a2279eb6ee388d9740d443e9..776a7f954370229fc2f7a96b73106972814b927c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 06c578f5cc84766c9380fe5cd0af95fd53ed764b..4bb1871f593cd058e1627eff6e38458b00fd0064 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 64b96ed06a46b596f855629e466e9c6578dc09e1..1bcfd512446fd100efd057c3ee6c70dd54085f32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 52c6c9d7e55cd4eddf2684a94a57de0c3259b7d7..57766a648d4151fd573abb4e66bada68c387030a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 820d8aad97526c6904683cf9cf695b41c87d199b..763a212f18ea8bbc388bd2f637e022e7db9e2ad3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d6ef0ad5e059f009c96bf2db83fcadaa7457b4ce..ada1b5a857a03f262426b49140ca5219cb7aaf32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 287baa0823b902857b2bd0586f73fff161f7bbe8..71784926ecea595127e27ab68759d126b75efc73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f071a02af0205e491274d27ad225d941f2422f1f..e874dd65eb29d0cd47c34a49c5ec891e49b5b481 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ccb836e9bb17413d1c48dc48bec326fc0478cd90..0c43bee71343f6ad6b942743f1381fa6766e46ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e53366cbd9737b076ba2611b0b51b31ca91ffd0c..12324570c851be5c32f0a0fb4b9f773f708641ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 652fcfdab689218efd80980bd66c65a307106ee6..80bec73e7226a275e9635ab44547e0ff076b6efd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5be6041fe1e1c70900b7f818ad7d3835843524f..6659c0248e3f1b8ba1b2b5a63d55fa0ad320e80b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6db8358ac6eea1615fd5f46e2f418efff89108f..9ce15fd488d3c4b3fc0239c0f809e3fb0622c874 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4a64cb21c76739740090427d676bdb9307fcbb87..f645f33f3cea37fe05f34b82896514f89684109e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42b0af0b659ed9d31a12b1cc9bb546ea0e8ec058..f42b2c9f9ff04ec8c0fcb6556c41211915b9871d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 772dd1ada9ba73b487007d688604e9f6cf0609d4..a8235c5a7602363a99daa2666d1805937a22c0dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 656b0b636a857990c781af6fd314fbf197ac12a5..d8309c193b5a93edd9c97e7f6f25b41926900f97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ff22650af36e2aa107af4d70d01d166a3968dd54..20907d40fa8c564e089fb3b9d765f5d67cb7d300 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b6958223050093a577e0c5cbb0b7c73aab6d62f4..a65c46cc7b036b773fad26ec9423f0743b57a786 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bcadf08f2679b14db640bd647c52e3430f15c1c..62538453b8620c6e45219bbc896bf996b0c8b37c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5606501c17562b8e10ea692ff5de9c77a96c268..203bef19c34d73836bafde2a8ba5a2f11139478d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d440ef8c7a9c5b8c042d8ee1ecdbc49dee47760f..617c0abff6398b7f9f83d364e5d13890c219852f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 60e12ca935b37bb37ca6f3a55d0da8e845860f6a..9964deb85fe8d22c2dccfc838d4a6607cc68b696 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 774b17f8f8a316392e4158c0bce6a7552f4d55d4..3ada0009f584e77c26f45dbdacd019e18bf4beee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1164c0542ada5109110d28b63a0fd96f0d9d0f0..b615c8bad49158f35215fc0af6a41f349386a795 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62284365151b576bc421c418ad35d3630e7e52c1..cbc70ee21b8edef0a5ef424b3eb4699b001267a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a3b514ffccf4088f6be20736275a06717dd7e808..4360943bc0a056b8d6b57f391e0ff45b3f943dab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1a81bd99c32892fd39f92572f92b8508de6e628c..327e65ab9f8bbc8149bfac7a24658bf4dff8c356 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3527c7920de515b319dd448b9ff3f986ca75cac3..f742b673c0d164c850af12ba85e22813243d0c00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78b1c382538efda4580e5aa6d3769f96b411160b..c66462e7d26beccb78c344d71043d9b504e6844f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e83efd477539a214ce18ce8162ab0866f8e47d00..91f20cfe6f58706cbdceae629b3a3337e911fcba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a588f6c5c2a0c95ba24b1be8249d7800f8bf0363..e1e6581bd885eb58f5fad6bb747dcebd23b095bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bc99cec7edd93ec146bf4d8b60d74da393a2056a..37eccb91b14b5de459bdc1447cf54691afce3489 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a4dfa893329868eec34aec71240334ad83acf18b..87d38dd0e242769a465ed761b5c9451be277aeea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 77d09985bc9387076f02e6bda60d6b40de83b48c..69d2a2ea9c663b39fe2a1ea8fe38ff85609724e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f45b2b38a83b4e5050037bb892251c701b6547e6..cfdadd442bc8a8353561e45478a2f1d1227448ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 270185e0da20106c79cb89a18ad90c71bd108219..0e156f26282f9e6f0d2443f778444e76e575cf54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c16c6e624c003e5fb4d04163d34dcd8e3e8b297..886c5ff3fa831f6a5b65d98ab6117a0be23cf235 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ace8683959295b928e8cc506e4e1a7865bb4d3ee..10348e0154dba47330b3878f529d6a7d683e2ba7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c5c5ec6376cb83bd5e0c671334e54297a3b4467d..f55c6731f242464aba4a6230451a76e21390615f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d73564f314d38fc80a0787277b2f05d74b1c2e8f..f35ab7c879d4b2d593d696f2b9b16c9f7daa4b91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5f754c85183e277671f1f217db61d227cefd71cc..9d261584ebaab8e384c0d1d9a7c2f6b29b612d51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cdbed65807282474de137c3d72ebb6a5663ced4e..622d14657169f22be1fae0b0bcf5fb043751a8fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6e4bef052e25db5eb9119bdf9594faee9024a969..653c7730c050f70f5577f8c39393ff9aeca01b81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46d26d060feda2f0088342c0b29e002d81494162..fb4b1ca6ab586fd25178e529f914002cff696d39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2d857bb1e3d75dfae23f1317ea15784b9ab83063..0ae255a88bb7df2df1c893d6dad2fcf9bc0af7d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b56b58239b8825f484be1ade6b9898823a63a61..fa733a3257dbe0c7d7fbfb898e17a47ef301ca85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee27e7edb7de8ffe274eb073528d7a237c15861f..6f2c297fed0205d74ca1e7543a1c1cf304c92d96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 998a9e90786b773a8d2b51679596400dfdeea765..d2a0117ac86eb91fc7d04ed1ef7852700529d3cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4a7018b7d4f993c7cc27d5b485c5045f905cb710..e118aabd60b5d670e2c559fb040f1bcf20108578 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 43bbc294650aabb57c838b5e6a4eb3407a10c4a8..4653678a32793d63d6a3e7a1ad9dbe8599dbfc81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 66abd5bace17a924403aa5a5fd8c5b2a35948334..e611ba0bf7a42df99b2b12b25c1b06887c0ebd8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2235f8f8f56427c408fabbbc307c8257f9f3f287..4e38d728ab68c50c395050751a4bce05702fdbe7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7e0e717e761251c4c42a69a0d30e6c84fd6c8e43..f45a08d9b2714fb6b8dc357fe8b82102edab4e80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e61cffd7f461d6f3fa8d8791539acc93df0f25b6..f8e3eff3f5f70d517f92ee724e99a5ee3c96903d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d03c9ce2b5707de15e979cfaa18fef069b081c54..1f7b11a18e81e1cfb881178be0f3d53e08d84ba4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6a29b34980d4d9b7e89a093a5bf37ab5679ae067..30cafed2998490af4d1aeee9e8ad0d53311a8abd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e6cf08c74e6d86248690661dbe566fcc3afc5b5a..c1cd2653b4585cbdde9d90cc1d1c05aee7767387 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb354c24e8a6afb395bb0bd03677885cbb24a34b..d9adfac11a5222d3e7d4239e4df7495d15cbd4e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9a9cba9b4b05d2a1122487332654bf2df30b99fe..4559a4019f957a241c80883038edde7b27f1540e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1da07280d2b4c16975ec0a7eef7be2d8a5d45f77..bb792a10d0a1e48db33b25839b35eabe522b8099 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 93b30fcedd4c2e9cd2d6281cb12f7aaa2474d713..b292dd113418e8ca0fa94969b9dc80e655d0a166 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 02afb4399e0185eb41e4eac81ebd620c533a7638..7d23490f7eb4e6806931212dcc6034c065265643 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 73cdf730b0bb00389e763a6b38cdbbdbc64f9f50..048d1172150c9478f7e481da72c8cd98f02fdc9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d8d17fb12da776c958bb0281ec8860802deb003..18319b0d495f92f57b4aa4a71fe987f35263942a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e30e19e9c020eafe2b5e48c2b41107e487985ac2..7bab91a3b91974597b19ad85e3a49614b68157d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e7dc389d1e5425a6e58db9bac8ec300fe005ddd1..0b71b7d25f5919cfe9dcba6d9d28d4b81e849c21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 19ca58f14363319a6002506d64bb30805f84e04a..c964f651548c222dd6f28b7677e331a4533c7e92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5b6d2db28e4278a4559072f72a94547bc714f83e..75f9b28ff8aa74b47e8c82ff0288280bca70cdf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4af299d91cc38688150a670feb7e2bcb34cbd8f5..9d7ed9a745b9b7f7276bdf9c1abb4da4cc7d5bc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 85b258edc441f94db41bcef53873a7fe7d4cc8b5..b18fb996fb386d3181b39f8e7531e4739eb1a49d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3b38e41b0aedcd0b78777852000f41d65af86492..9e2893ce45c389e6219632a33e53b47bd5bada9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e12f8e90067fbc01d1d3e783a105c8c97d18008a..f349947001952f2dd097af112b6601447af0db29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b92c1537289de59274f84321d0599bdbb6a1cc29..5b46b0afbe4ee0c3229b0f37adc2503f80732af4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1a167431053e2c8b93de1748dd2e95b732e41eff..00da38e021ee2974769c8c24bd5c95ce8e53b2e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9d076de926af5efc12b4beb5a889abf376c6cf32..bc25dd46885a7b5901df7e4d6a17ce51f755d899 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 50a197a0e010acce5107809325fa144836eac403..ea599164403b783928e018415c5411acb27f6ec9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1a4dba3fe8a6ca01f3aa2c14fe57e3423f636083..9b1fc60558c847910efa52a09cf9f41db2521829 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a775f2ba94599501624cb03a16960cc95ffc08b9..863ec5c3ba4dc6cbbf028e5e3cc4fae56ee6ca17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5b7024e51773376b48014b0adc6ae16a124c4aed..087ba8994225a1ee49ff8c419ac5f001229b1a21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5bd1a13155402ac76a55d3dd123f48821e58b8a4..7d32a5e754c7dbe0e62c970482e9e0db9e6c31f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24b97f12a7b3270486cdd2613b11611358ffb0bf..7737bd2a20658ff2560d89f3333eafef48216366 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 75777808d5a55bc5e7bdfaa059d1e5549e906463..f30112e7194dc08e783945257d0e1f29d7ab0b79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b714ddd2c779ccf55369aa16391663efbbabf10..d5f6d7be357ec8beac76db5d4086dd9b11d4de5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7059c4cbd3beaa107b2b681cbaceb3e74b39908b..8bb69d3780134798a0c49663ce980e01f7641fdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb840ed8cd25cd49913f9fef74fbe7c986144a32..683f02fc53e2ee78a0b39b2432f645a9187885bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 805db3909f94fe35974521049d3cce7a30351df6..a80bb6f79da7584b31026af02da2aad69b9f2c23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3339d8056dd78eddc3311b80b044cda70813fbbb..db9069547f535a59c01b845e11f0dce3ac16d1a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 901ad4de50214e603b8dd2e8a16f56516991fc21..a74eb9628209d0f26707ef820348a5627cdd1a14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f757a5afcfbc5415cb571d38b3a483b47ba6fa8..5d6c54ca87a1cf5efec63d5f1358753ebb00753f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b83c7d7def3811e7e29f07aee547933b74b7a74e..f577bec0a0c19141558847a3ff14ba1735d62c36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 957f910c056e1a5cfbb6ae1730cd98c73b514223..a08f715c6119a638560ff5e7c9af886ef9128a82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b2d45096e066c7214ac534b5ac83fbc48fca07c..36ae2b1d7dde2f5097e9ea264ff9add92f0fdda1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 623ad732bf6a8bd044d33b04dc3337a43cf29be1..65ca3733e09bb26745a4f8a99cb883b3483d2967 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d58c03d7db6c522787b6d31bd445e3fbcdfad831..e3400181b46c7eaef91ccb53a3527d92450522f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 63a7e9bd79c428faa631321660c07e43defb77dc..f1c175cced06dc30d41b4fa6b790cee763cd7805 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20cb001e5c6cc1c8af8f63d23eb528772d11b390..03e5d621877a95bf54887a92405890eb80f90f5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b86c99af4819915ccd2562ecccab6355e34ac8f2..78a67cf6675a8ba4a400cf7b28326ffd535daace 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 58fb7216eb7e0fbbd0166b038a73279761c30027..e6468f992223e7f8a9293a14b7f993e736bcecda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8518bf306383bd7c55ace0073a7cfc77bd248744..59bdc0b27fd2c04784d64a2f7927fac0a67ac22e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1a3b1b90ed22a7de964bb2fcbde3f88edf1c68d..ba777c808b66611462663cc4feb22263cc7b13ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e0700742ef324135c3c761223db77d185659db4a..ebddb4a1ff658b8e6fe12dc4bc440435073d1b1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b4574301c8633a5469b7b8a8b65d2b0aeac04ae..7abc30d1aa8fa24e90db7f5239a115045474dd66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ff560d5e15fe91d2774d6088a1d7e58eab59595c..9d8ddf018e12ba625d73766539d0d82569f28538 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aeed0c0c3ea0126599331813d57e61674c76ce0c..0f22e67d5aca9189125ec8f34f1879de2ab33b02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bca6000d976d2ae3357d7ddf0cafa5f1ef71a212..d59e19c4f53e615270ab69a29f99a1f6cb8876e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 729a222b9fb936941c01eee6a9882a775581f002..d609b171785e8213b590baf48d5264a3bce2796e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 28299b177bfaf7482eb6de871e0404e028ef92b9..aedd8b9969618180425387a996826d45c34c0e07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18237dcc8aa229d85e61b9d0fff2f40a9a5915d1..acfc94cadc131c797a0c196e3e8db5efd3d3ad5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1036ad8741bd4f3b7636d9206ff2b1304bab329c..3f21ea010d550ae400d21abfbf8a812ef3e03b6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9324455039e67f2c59754453a1d6c97b7ae172de..a732b758ea772e80666030486cfa34385ba9421e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c1d851c9e38a554968feb2c0a299b816fa5a311..3db719dc0c14b0550a74b37daf01ccc41c58d22e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 181db11e0558838859658b9b92d680cec6813090..37ca056f3dca5fe09bd2c3a42afe4717c3c1b399 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b41e75f4cc678a5367a10306f56cc86b01ae6a39..2d1ab2f472430f5b48d091a5b79a3033c7c576cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c31943a8694f0032b6a458b3078710fd4a209fa2..98e0ee012b6370eebe2341ca2b7ace70d18f46b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7e42ee3c898e6f85eeeba451fe2d68daaf8a36ac..a897ae4da43d3fb56cf70fcf5bbbb972b9f8c540 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cecd6220a753d9c1959b54c35961cf29b8e75330..cc6949e9d04792ebaf220537ac3b800110f5e64f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0d7c9ce1ee23726d12cae3276915b3a0df80d73..a16e33bf37acbd0d01c19e3b11ec99a565bad88f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e4280e8967726fc592b556fa4f0ea582c3804dbd..d3f78e14a973647786276f12140cc92b6bb0225b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e34782dc59c2f06a7ce0d11f18c2ea2782dbc67f..3a6367baad170ad1159b2e147066bb3c03699da8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 877fc6192f5401896464ae143b2a3018f88b8a7f..3d1d5af5e27c87d36bcb978c344019cc90c4d76d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 48a3dce3fae058b3488fac8cb582be71512fc235..4a247981f4dd674d133359a461b0a991b1478d50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2afd1af33c3a2649678e5f8f8d2ea65ce9a34f7d..3f5cc3a4d0040de20f81a1ab3cf274cff9959150 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4c1aefffe7fb806f86eb714a4b999a8937e4d426..31bf8ee48e29e5fd60043c60e3061d952e2d20a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c6725a7ae5f1b330bc829736e261e2ea1be17d39..8b553e144a12869340cec19b451a71ddb7b43d96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 10ccb7726de0b58347776ac613b4051e912445d4..f10cc63e87f5faadce92bc51195fbbcc4fdfa141 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ebf9c4edae915fecd62767e9e478fee9569e847e..553042049bbb02fb8111dd5afb4b77b64d7a5e2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2b3f0b0682e59a86305d59b2224012cd280a5af1..c8a488d2d1971d805892d07452ad5094e15a7fa8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 92024227bc5d65751f761b4ceb17ef0d91f3b4ba..8a07507a369887b8c2911d549cd93f2a668d6c15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78928ca0f7e57ff506ca21440bcc910e6b019cb8..bb69f3d3f536c649bbf81685e6026e6162c3f3b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad295753ea753b10b849462b2c66d57b42e3d6e5..817a0155e615012f88559f98ab3562e9a1a70b33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 38a444786d2d1655bb2ecdde7c0f68289addabaa..e58cca5928ca30f71c2747b2d2bc6d9c5c8101e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0479ee3c883caead9b229aa15b1f80f528f69811..e7524f9fc3aa330b07c1e17c0371ae4dd5e14a45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ee5a7c88b1c9ea3a0fce51781cfb21ae8d0777cf..dc03f0ae15342c093dc5cb4435fdda1b39cfa2ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c93b2d08bbca64a9b7328d9d9d76894227f6c6b..50bdebe76640cded09d8a4f01854fe5b6496c558 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab66d1484f130c229b8ca880248b62fbc846588d..ea7ae399d47d9059db536afd8b953cf8c3c44a53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7cd184522028ee1093aeb20cb5693eac8f0c21b5..16a35c1238cca6b9b1cac69642a68723488edd44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e0e7045d105ef115c51b5d4f2d22816d3797be6a..f42ab9ab5187c35632750b3cf25f0b28607891ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c0696e421d27117e8ba769e2dfdd50f80a55ece7..c10b9b15d8a24691be4768b829a79e1ae13f9fdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f889ad6a691d00a3e5abe75eb9e7a912d278345..4f946f433db0c8870ddf1b3c06b9608d9f462a33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d239b0259c4befdcca5ca42cb0460a4e4263128e..45b9cc5b0a0a7d138a880b44595347ec569b434c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a4e2c7251a3d87c7196525dec52237e0b7497ce2..7682dfc8035a3c6f9f06912a2a21f7e26d0a1d52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c4318c458cf6606a124455b4ae332b1a173e8af6..b496c86286cb2f2fc1d63a3ed76ef88c71a41a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 928f90f1d401133123ecb38bd44f9d293611f686..9f11bb227bd865d95d2192ed5723d05301f017e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9d484e6a7c34d0d68486d36edbcfa65c3dad549b..50ce472db3b15f9fc0d16d7c15bc905bee40641b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 242e9724b926a8501478a43e78099bc35edd9152..e48b069a7e9f43408afdc12d7def5d82640023d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71f82c79aa5a97fde2cbb55b159320eac9560e28..77efbd2cef32557de03185a63810a2c71ae142a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1f3d573cea750c36aa4f5dc15452961bf0e5172e..1c3501ea0149d9612a4c0259d426c52b602fb1fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6baa924c275ebaa03b96516e733b2f18b417f64a..79c788becb02a33220e1e9d68e69dfa62a76168c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c2a09b0c9c6c833f607fe8b47e67e707e36d1f80..f48be2bc3337015168316521d93fd643f25bdbf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index de023c81b6e3d64c2d403393edf2846f8eac1e25..91a31401c345ddebdf9173f15d0467e8e2df71bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9aa4abea2ce912be66d1936d914c7d253f31715..e9b99f928c64cf0b2742340f231e115964050f75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 45b03fffcff9c5524e4f8031511bb2f84d1530a9..0fd4963ded1d6b9ec28091a6162a804e63f8c0bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2e946550ba7c435f3c5ab8d3e663f8339448268f..4ee09a0b512952bbb9325f87d7a086d4c0d95fb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d2574f45cc9320b9edb4929f7800051c07fe5068..e806de416777ade501f038ad6ec0f0c500d3e537 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d0daff471a042b9264864e6606661fa0ce6d4c0a..be80594bde3ffcc5759315bb017adb27c1e320d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6d79db8aabf1b81942cd4eee50f4035c7d3b73e8..6fe2f85e476f3584783d2c489d5ac45fce552b89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd88187aa766541e04078f5f405c2300050d35c3..206349acd2aa2966d8859854ed6c2b0a3447320d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 946f74b92a4920a0715eb442796c9a1aa2e46c0a..c86656116794555e2f2089f2c44b98ab8e702d52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e136db301cd38d651d119aa70feddc8c3dc425b7..8b6e2437c07e2afa97fecd7d0eea2587af699506 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cfe237a852f29b8d5ed9317059e49100509e8e5a..ae9e75f90fa2b68191f1b939506b56a21a2f9477 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c5d45dd54639f2b7f345b485036c2c561c21d0ed..489895ebcc12e140930fc5f027af55b992930e8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b579d2eb5b182dbe32bcbaa87e971ffc91c90ca0..18a8d0a6b6123f0ae02f4bbcd3138cfc0383698a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 68057faa95730a2dd21a5f392babc4c2c7a45670..50fa2d29b56233e5fb09a5d4fc0a26356c4b452d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5485bb68715926b8fa6d252dc904fa7a511299c5..0aedd84ae03c6e3315d83b68066684e3dc0e6684 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e1736b84edabe8c5e4de7f1aa1e4a63cadab8af9..27620e2711bd173c0cb913b3742b4fe5d67404a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 698f3c2b357ead5a9ee242590fe7443be78a4707..47d559c299dd08938ba4fa620de6ff19aac251fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 11dbb2e22b3b4c53fe18d53c7c1c8c14b05153ec..f6c021f1ffca0d21e9e0a6b32655c72864e139e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 158d56c9d05a7d0a7bb29e93e3fa96df4c30b41b..9f17d57c27af42a7b6d13d82168e66100c42c908 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 398bb3391a0e599baf40a82cad0a6fcd7fd3a5b1..a117c4f17788232cdbdc9728eb616a889960ad06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bb403b2d0bd1ed5ef030e8cbf31caf634501489..c018e3317e045bf81cabcdb182d231cdacd96a12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 765b359e4d29bc6d3c13a24449891609b34e1fa2..d531c9229aee6772df95263a5182d4a98338a830 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 004d060b493a5f85d5c82763e4851274592aec04..fc2908a7794917a7dd30bb01de2c00d75d21072e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 96d2e09f1da975b71d041b0a1a1d7c7ad2ec26bf..9b5d9d854745850f8e3cf26ae1f9d268e58d9b2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 230d1cc8e3ba0a4f38b3ddaa328482af6e47da90..38c8011eedeb1fa449ff6739f6e0860cd39a6355 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index daa368639e74f1f2ee3cd25b7ef5c7ed250082cd..7a228ce4b30681cfa771aa2cc0b5a72191be52b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be5142f58bf9d69d56a99c1a0780d71432e5785d..1d589ce6d61f13c0a852ec84e27f994467c11d0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3050d279889864c9616ca01fb345ea3a07fd4c3e..a97e08bd39789cf8e715ca544082bc2e38b381ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eb99690611ec199436494f5739029ab42e8255d7..ca8cd13d7b10543d2eb9aac4494b74d72c2871a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1406003663561b88517b8e79e1015183be00b1c4..b63617ae2b6b05aacc68f24a46cfa4f007de5760 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 05aa68f35539425c8396124adfc9827630503d97..7a27ab6bc1330e2044ae4624112817e59ab867a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31170b078777edf33849aec49fd0dbc558070760..16da9757191fd1a84d0f2370501c7f0648dc4998 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5e030b1612f377e568936eba18935106b13254a4..d8d2909f60c2f4b12a5d1498172419984c576167 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f076b0adc0909051af40f2086c4ab2dbc657fbf8..db52b11ac5ca7ecaa3fd39862b90f5d442c9046d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0b2d28acc612af039e3858e992ecc634243fb01a..041f5653c7d9d1cca75b14a5ddeeac924308e2d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 93df53227529b636c24332bac31392d72bd92a61..d4a2d683f2654e860d5b776aff4b4c55fae3cf3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c49fe1e10f2d0d5920acbbea75e45575c845d05..2d1432568c2587546cb9373e143760d286def03a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bc5f0afffd30631d73268276533781bcc38771ca..5f03d933fca74e149aa51d646ea0f52b61a0ce02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 45e71dace70f76709cb7bd78f087abd6fca75a20..3867696075dcc6f9114ba4b84886f436e66013eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e3575758208124a6bc29e292c95dce67c6408bd4..17767f599b8a6da529a5bdef6f1db1e5ca22cfa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 694ab1f5736c97cc835f9a91d2851e6ac086503c..25b23eaefe9d7dc5ad745e24b364679c77209277 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 794cfdd1d6709ae6ce2705cae5ec13e717d58115..fc8aaeaac2335c7b7e58975213fb3cc17956bf9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 04c6ef4c855dc2d048e60a2d4fdf196c8cc073ef..3c5d0a2a8c564ad034fba87d6b462de559cba8d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8657186d44178bffd56dbb54420f4b236213da4d..d0bba4f854764ead0a4e1a6c0574145366b091fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce2f257242e156defad22634960972b43a516a68..efb613ceb6ec250566de5612156ceadcc5c89161 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6f25fdc56f75ad18606b2cf04c684979f8c0fba8..c6d914ecda592700084f5a53231b110b1d7c3c9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8a3cf9eb80da258ef502a6cb22d3895028780c29..69f9e59f77e861c7955ea4259378e9aa427efa0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80c8263886eed47dec57b5db3a1d60d603fc1da7..e5435bd070365fccb4f25c5d80993b1ede9936b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8000a6435ffeab93c8c46af17a681196dbe70f51..90d58baaf13c545d0865be10589b7ea5f270e1b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b0f5564d8e47b70159c48142b68686b633ef2395..c9c3a064d8ee15dc5f440c431b69053d436c8b46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 902c2c65864dc95bc7d92709caced148a99c5708..9157f925a89398ed60f00526a0bddf052f866192 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 471710ceae40dad170b2429650106976ade84985..3ce6d62f0e6bfe1141b35e9395c346a3cbf39d08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e55109df8a133576312ae105b915eba2f62c1baf..7447640906b1e25c131a03b20b74a85edce5a70f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1451d30196c3385b5ec4721d51fb589f60dfb3e0..7ff44174924462051d167e4a68ed00ba8b60c0b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae3399ae449316bf4ea6ae9631199896d41ee5c1..5c682d4e6d98a0c9267e421c2fc77363c433875e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0388664a425ae532ab9d03b1e31419552f9330cb..8c9ec26edbc80a89efd37eb9bcc61183150081de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dcc6e196e36b746d4576468ad673636020101ea5..f2bfd285b9d3d648c1ba9e2c8d0e54328b5ee82f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2eb0c896731c37e8dbd885acade138cb708d1ef7..5ddfd3d2c355798e9d47a3e3aa868d41b2b44d7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b66924714cb945f4a6c570ace994ddbcabfb871a..739e1023d362a5b8a24a20405a8e2721c4a1286e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 96a067f57bbc95dcbaf9099e872be340f73e7006..ffbaed335c9e21206225b2008217e93f0d806f86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81cd21c813dc492569e09de28c46298e7868e20e..639e9052b91f706a9d4d9c47a036f524073c8379 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8733c7b58ce6b6e73a35f4333013b3f2ac4392d3..8a095977356971e53cb9c419db8dfcd6e47b38e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 629920228bdb9ef9afb862f3bfb34ab86fef9375..c57ca3d82b0e4d1f01bc210a5e6e53bc95ddb180 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0aec4bb6e1a4ac0141b4b19cf0c0875e7b7bd28e..55ee525e94346d608416c8630bafc514c85d21ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 95a911a83227911f64a4f1610d9067ded2e73733..9f5742ec753feab07cc4cc315cfaf40d923f7915 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 55358b34a06d58af5aa3cd949ca99bea51572fb8..4df38988a4b58f3b11753b4b56af1a380b64cfeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7aaa6e03a70560f71c515ca1b8b9cd2443164c37..2e7cd3f1c215f6e18b16001483e23acb2518128b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab6cde639e966672629cb32f8159864a872919aa..3b8c6cad45ef456005cb0f7ff04171e29211b12f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6d4af8d3d1642381e7161d0e591a388011b7d785..21912d558b1efe884776f9ec070b2cca84c8480c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a242d394af1bc94d3a5eae6d0f6b6f4a22bd49f..b44ddcd8d8f4aadfb6716325de1dda86ec7a7530 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c13abb18b767047d3884187c71c059467d5674ff..136d354c2c09aba09597222d6df18e5b74179eaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b6cc3cb86bad935e19c1f583e69641022dab52a6..801b3d1e9d8c3da630bdc08125c1b390be731440 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8fef5c6108985f6e0abf549a29c31d1ab992f191..b5909b78b669274408aea7810304b4d54a7be0c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a3ca20eed77b6437cb5ecbecbdf095093055967..5002d41745d1e31ac3ec46c54a8c2112c1feffb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f1997ff7cf5f891ba9fca837ccc400718b1e2037..7f87277b61872a45469ee4e15abbcf4f54bcb764 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c8fa544b63fc3fa790e488d840a94447a6a0c32..3c634bbd4f6c6b935d7480d754a8f3ae92d39e96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42ea9bf8eb16956f35c46e70c49e603d155b7bec..9ae5fd41fd993032bd653fe354b1a03d72bf95a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 927c9e3a1bf46ee6c82418e19ea2e2d709eebd0f..2c9d15bdd3a4ae3bee07f97a3cee682f747f2c2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cccb18ed2903c4eea4c005456007f4dcb574990c..64e0b73a16109ea5737188a49c845591c93cbe31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 94503c7825fc08031212ee8911c421f6757bfa71..bb4c932cdcf8404b8a4fe2bab22a09fa787b845e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d91b2f17d3816325f88e80c2c75e9b704525381..65739d7a1b573ab1ca4f4f74bbd028b25568edaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9742b44aa4d60393e4c0f475d6a11b272bb98607..951eac6906fd3d2221436f3ce42affbd911a93d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be4b1d054e60b66d1d1c4b5b0199019073131c3e..017b9373f9bdae3a9f04b48aa70da152dfb747a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e21ba359882b1b1cb88db79caf27b8fb2d0782fa..17318a2df60b6567d200d4fde6c6cca6ae46b4c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6a881c335db1e675ae037392789105471016ad04..c3f937c3f3e08efbb7153417c8bf504732641685 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6dc53974258aa137a8b1d8d2dcda9806e10f6bcb..fe5f60faee3382b37f35b042aa302f934504c4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5edc86b6f7b04a25a61f1c204546d74b6e2796ab..25278d9d011bc41e23bb17b0019100bb7e6defca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 725f60d809919d3db7ab3513b1837099be9f2c64..43a3e0d664257a6c9e0014fb96e63f995addaf1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 25815431363098b48abcc6fa21218e3217ca75e6..a4d03340d334717d2b0a95661145a2dbbb86fa85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62b6d559676014bd8022bb17ac38443fb73a876b..90a9f3f134285a479d320dfb6c157d3bca5e4e9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f07a6589ecbf501d3cc4700890020dd8a15a738e..ca9e6f51fa9d193513ff00235c8dfa66dc2cbf98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bc054eee69bf8bf4bebe6ed3aa30ec92168d4403..4d51d288c541014d7eeb120a8a64dfeda998b39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 03b26d22d0687864a45e5490a73931513ff41a25..ec295113980d8a30a426ca877efe04c138ac9b4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 651850f7e5d8f7615c70810b1df026fc1aad5adc..76e0279f5948e97ebcc4c6b181efc151c79d2026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf4c8c8b74e7bb3154c3f06be89007891fc4472d..885bbceb3b24ed95fc0342c2844a7bc717ac14ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 17b2b8229ea37909b70b458cf631dfe5042dc7ba..aec2a2e93df1f31d4ae74bbc1573f78b881dfab1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5bd00b7845d6019b2c11f018b795bea2fa5b29ae..8042be1537f65024240465a5d1ad4836af3cf59a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 84a26436c01226c89e222d3e4fbf758c3506b73d..5553176c4b6eaeb20c907fd0056af92750d470c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 585c72026a964550c3d96735d02b696c0f6f1d8c..9ef88eb5087e61241964d1fb4df425a0e24f767b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e90aaa9ff680254a66d5a1987298838e271a3b5..bcbc931f241486e7b5c5efeb80d62b4f8997d2e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5282318504fb5f90e525c0db7254a673fbfcfc38..4f841084558cb6ba24f6a84115dc1857a75e8439 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e3e7aeda6e1e2bd4253acc3a1c68c26d70c3901..ba4d7b35b35e1b2526ffe490fc1c97fec349ff25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c4ef296728d0cd44abcd241f80b7c88e5fe9e6ab..b8a0a740ceb95e60b6c3528b69823e318a66d118 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d7f5677285326041f18f9f415d818ea5f4b33d7..5fde48892a07252a154e762c283a6bbbf1a55d07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9314f5d9b9ab19ad3fbab0c03bbed0e5c1673675..247c668d2817ce88bf609c0d172fccf985de0374 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6f7037d7328c47b656f807eb85be4551aa1b5f9f..38cc2ab3bcf6125b49dcf01603b4f83efd70bb64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 476f07a131f091d751e0aac8d77cbfd0b298092a..d211298c2d2a6edaf43d00b8919b645559384d34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3654db8a3fa748fffd6672b0816f3ca4f4b401be..1ba8c369e188bd483a3722a5983d1d952e9e6489 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5909a7fd608d92d4809a3efb5aa50ddb6aac436f..e3b59a8e44ff5e6189a4fb77accb6f8b9870ac6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 15d368566d188db91aaa09c1440ef973daf7d480..2d2a1cb948636d95b4cde0478d179cf437202c39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 940f22635a956a8609071f0f2e12f79b770f25db..7cb900b5c7b7534ba46598ae276c09a765a9a0d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f837b1907e4b58d6e33adab8c5c936173ff8e311..53357880297e77b4995a5853eb9dd2749796be96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e10f7e4425c62d9da0350679be7bc6b4988fc68b..98378c76d6f88441b2a3511a57f8c57ad586ff8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 633a413f4e1df47a03dd157ee44217bf5055834b..d072284a9ad1915b10293f4a1f012d598177c199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ca6f40943804b5b61a855ca4ad7e32f079b2545..5c4b5ef27e8bd7a5696668fca06271c7e301a465 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90b16df7e6f9a1191f6ce8b867ee5008cc93de8e..df554fa75de32eb8cb574934211284f2e4becb35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6de14e45bd24ad4db0bb08cacc67bdfeeb8fa6fe..e6a6b50892269872b6b27fccfb4f966a10f733c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3308cba1b4d29fbd917b8a6f365f4f9048d90226..abef3a94658562c77041938154a51ae4e1e159db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a54db5ccf11f88a33822da331de70798a98a159..bb6a0de2eb921185f3bef697c17b9049c25344b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7f911b428c7627436b2fcf1fe095926984c3714e..a00a504766e3f9f480ed5ff4d29116477b8bccfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d64579ad7446ed6260c316639aa093f9be0ff027..0d9b2d64185a09d69bf5be079cd76c7baaef3290 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 498f183962bde856906de56be4ffc17cd93e2f44..a05334e4de5bbcc3a84edd3ba94ac4e27b97e59f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f2268b06c9025677e6f44922f346601f46554b8..a02e5af6cbd7cf5cf1c2e711251c674e83010fbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3264ac50704983e579bc966580a61bcef0f65cd0..893cbc6b322608a697ccbdce62e10b7725969936 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fc198325e2d52d5799836263c569f5d98c1221d5..8296b9139c00e4ab80ebe03b70cd79816767ce01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 92116e49df0261a3cdd80b98d3991a66bd0dd7c5..b29c16bc899ccbc0f76c0e74cec4601e67fd1eb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d3418c4b1f32dfdcff2417c83c3f719ae84de4a..4ccb1262db932381aa94196c2b41e90d21ff046f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b8f0ecde95754a3cceabc9a684f9740558114645..7962a5800d8e04b3aff31fc00067de961b2ba442 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd8190c1f38b6490bc3b9da048de115d5293eb88..1e2f806fc7a914969d5120f4c5ac9cfc0874f4dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a7edcd6e6005aedf32d9a8a09bc5d8352a922919..ea555ad355dac519769215aeb4c7c28ea775f721 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c055ffb88353a36d4a3ba88d9dfe4eb46ded0abe..b0abd9355289e12992287eb886e8336924edeb93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4fd331c4626b78b159a35bc53e20467d5e0987cf..2f0e7df50de3b3c626e6b7258e5536f38e3a385f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c8fdf0ee16573964ccd237b149f62b4daa1c70d0..6df67c059029a3f25c2457c501155351fd7c4f08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e20a756682b49703c1e5800f19c7e6137c435dce..d4a470d3f27266154f0bfd8f02b2f341a1e9a22c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d85f0093d44c2119f85ee690ef830b729dc2db97..28e923e6b06b68fe8724268b715296564d354a13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6f35ca7710c533ff75053fb8c0ebcd3e8f2b43c..01fe761e235caa6a1e9f99ff92c699959edee7f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 113fba806fa7ab1dc71e8ff20093788970f1a0e7..0efa6a65a3ffbeb51493a60a70376421fccc68c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dbb9c80c7749fb4f5ca3f6fa4a31eaae42887a83..c072c97da865494797fdbf79a8f4a569da4ddc29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8321c90914b176cc36bfbbf5916a17d2ea650e60..5e52df305d06fe295a184a665cf3ea503e8b02f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bfc3cc8da4371cfbdf0825d3b809f975dd8e7a99..57ea465f1401cedef1b3189b64a61b8374a88761 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 748f2805e94930c5c416e64f0ea5a1239adcf289..71db176646d853fa6c11d31005908d2b1e63584f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 499b4f1165e8cff938010e991ac9a39a7f5fa3d0..a0b3a0028f607d798b81a58c052875e42189a975 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0cd8e706500f4e57ce98e9974164fae7a1605666..9f102a6d49b92e40a3a2c67033500ce1eaac3f66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 64097200bd03b292c36ac761ce4c97d42544a680..1436abb79b6ec63ca0860fb6d7ce261f6ae0887e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d4914ad175c0687115144a5cea3d63dedf34ae68..008d687b04de94298c286d5d4b80d88fbc8f7fcf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46275dfdafd7f0d4c64569f75ad8871043b3ec9c..42886fd650d5dff31c81769ca3b097a7bf588bd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 389f4db432bd127be430dc8b6c2291574abb9424..eed9398bb2603dd52236dc7fc2174de05b20a6f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6987a3e7a6a656601fd28309242cb8a48d0acfd7..e816ad82a45c06f4ce2c445cb85f80961764ccd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2485c57597078c942eedf0369a1d0d3e162ffaa2..c4ff4666e524e3554d9c1b10bde5dfb94a86fc51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e6b9bd43241de087946f403074e27b82259953bc..0ad502b89e46cdc75e14ff237ee31a09a1b5ee6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 04f8e0645b4e4518de8ee4d7dc5da3addba32636..26b76cbe8079fc99c615c31b4aceaa46de188a8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b33ca92bf1b3609924acf74413a51db1c4ea31ad..36fafebe3ace07dd4aef82a0fab557ad75df8470 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index da32250dff8b1fb92bcb4eb2ece5e3e66d4a2819..06437c635bd03da8c9517c5a1d73e6b14c511493 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3162151f3ac53add27d6fd24e00325473f891053..8af22a5822c30e57178e8ca5e7cdc4c65f7d60ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7474e72443c629d421b77f4123aa1f4e53de18b9..73d1f06c43ee8f5a5f3631c8f5a1651fd78d747d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef2c62502bfd1e3e56020506d86f2a51cef993d4..52d6ef1042b389bd5c8b6b4bebdc9a71a2b9a708 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e9a45166d94a3b16482f42dcfc8f92483a87dfdc..c1e7c429bc398c69d12b1393234e3ab72f6cce50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3360a4b51505b64349064fd5a25bde841dd8e6e8..c83e025d033016e88ed399da35b41d377c50b404 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5118713c1c1dc23e894a14b386410e5c62959683..021de1ff50a3ee0eeb3fd24d409425e301c9a48d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aaf11f63a60cabe498266f67fa87ea92d00c7f6f..c64509964acdc294797a02129e0619cee062c37e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbd0af8699b4309a8e617607239395ab1aae93d5..b3ff6497b3a42343d6184b52b1bd442629bba25a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 279f85e45e899e7b73302f3d6eed12204834d8a4..9b6f48db0543620b2074e6fc4bfcc786018cb331 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c2f0bed546b89a529e8f056d91d490308d92f5e7..c0f0a0448586de5090c134a94c5f8911501f36d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 72cffb347b3a8fe814bb968245e57f404408bb9b..22535b5b14e72a7781878f9b8069ea0705984615 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 85391680ab2d0e482a46b2e0013c2d10e5085baf..2b8c59a002984810a11a1c9c0dbb64d3a92ed54b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d78f6ec84249069643bf13b0c0689ca01b022de..5b5a8ad846d4061740e13a4351540b6e578cbe52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad681dc080f218c4192591d9d8901b17d80b01ab..61e8afb8acad0dc90c5bc1dcedd88881878faf46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a64e9032a75ebd629d6fe06770005225cfe43469..2e8a7ad76687909e98d2572305d230e4ee42ac0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a914461ad958888738ef2f5eeaed043bd7bcc843..a558bd18b15ec1219ce23554d68e8bb991231690 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 137e6ea52287fa13f50216b690d3316152a19b2c..a31d4fe23f07ca777bc0650f9cfcd1b3647e5513 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e75e8377dcf44fd0c3a35eae42565fda7675f77..701f43fd1348e3770d4152f69058b296ab9132e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc08706b9d6213bb64187aef6c9a9e78d751ab74..d77ff7cecda31535c1a192ee093864eb0f9dbb95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ab0f87c48e1e513a60f8d202d0cbc4c45311c10c..359be443dc36a7c0e8c39a40bc1e1148fafe6be8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7832953c52a779250aa12f60e196bcffb0315db1..b085cf5d5676f4e404e809a63e758321d8ef9808 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 74631ac32f97342f47624ca1a0f728202e9184c3..c14075c039ab068b85f36281985b09e0c139aed6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6ffafab273c95be24177e44e23d66ee15abcea60..750652653f3c7a6d77d388e87b07ae5bc8208b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6a884fe085ef6ab14af6722c592d43f2d27a9f5e..3819fdd814677dfd411ab913fc839955b6ddb43e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 72a5cd07c40152bdeeca7b2cc2efe35bd8d6b1f5..bdace093d923bcca8151defc467ea4a91282397c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c209cef76ccdc251f66bbf821c73d978315fe5df..a1ee89635759571127e7b5a12ea0543a1e4db147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fc1bdd357cde9765221b45cb64b599d5b44d8c83..6a73baf6c41f738df421540e40c735774bced3a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c234d6cfb538a2d6e51b54330d3077ce77feab9d..752fde1f54e79201f72965baf02e70cffdeeef0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e868ac13f5712d4004da63adf6e8a2597ce19b6..a277add8cda1ea00b3f2124be5d81e82beb1d4d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd4952b290b98118f65ff5aa7eb7a30df60e1d05..c5eaacdf6cf9dcee60a27275987965f4202ae944 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 01f9d6d4a95c7a6eea78d313dabc4ac54a494065..f913a1ca63a3373b90f8a0afeb146625b7d9d3e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f2d8870cbc1bb30cfd92ef16c20fbb633dda524..4b7f099a39203907789af5ea5b773d0e671b335a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7dbdb3098007e126a1f68247c12b200c1e44a9e6..55be217ea3e30a78674066bea10760b0230e9c2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7afd53da4bb12372420cb146da1dc82bc4cd7619..341ac3716ffe0c2dbe49458bd6623f4c964fe7b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 93a93dca54948c7a61cfb6bf58763868f26fba1c..d42bc17b03f022aa82184c1028a63a68ee71723e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e2ef441c714e060bf037e131938112a3250d64b1..04c700e64ec7fd0ccdf62321f0635a3bddf76c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7ac6947a49e8cca10a85cda7375cc6f472de74e5..7d19948bb3a8d7ddd60f904f7c1c7f17d17d0ff9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 22a84c69d31aa176929569de5a1c598a78b3dff8..5d57ff240e5dfc70d8ceb5ac204d7013ae56a45f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62047b46e53251c4a2f5f5287e30fa870e00ee1c..dde2147f5b1c297d34f5f03087a1777fdbf7d8a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9e8030daae7bce1fdf2ed6bc1e49a504f198bd68..73504c3aa1ec29037e3fbe3667bb9966625c4346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f405e8766b24d6a4324fb3244f7de9d0d9e67d4f..97200ab974af520db2f84bd066b01787e51e717a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c8fa915c67f2a78e6585d60822f2509cad8985c1..f3426391d7ede970e3a74a09a55bf81ba15aa3c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7430c04bb9c08da2560048fbcebf615c8acd8c79..7799fc06e87035747bc7e3ab8f9ce1280b2e7421 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a7cb608b3335e6ef33230cd83fdabb74f0fc3092..af9667ea6b6a51fe0073bc67a22f2bfa8abe190e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0df644fbe7c4fcd385c70597d6c485c2cb9aabef..2865f07a53c41601dabe9e7c2413f26cc4909546 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca391a69c33031961db14cafb9276e0b750fd16f..55ade2938e71b1cc6e2f78a8c83926fb93e78ac0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 27832d6053e9d6b703ef3ce92195076825fd4f33..3ea80ed0f6915dbaf40aef405abfedf82257a0ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3f09132d590b56448df0c2794f661a47a108dfcb..f9bc7da3b183c570c44f6137566b42b4cd546b17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef25c1d5b6cf357af28ff13102b087645fdbbc59..6154a6610b6d191655b99005b7bf6ac86f03b6a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index edfc85a4a45bbf847a9bc5d2a7e9466ac4cbb36c..89d722451f9bbf43565a7d208375cbe09c619629 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c330af14039761797d9acb785a66ef474c86749..c176d6d311764143cd2ffdbc1b58f514cf50306f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d2661b702056851859e21d16928f68ae6c9452c..bd329986637eee71066ff22d90ce84eb2bad23b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index da4e69412373f63a79fc502a0a785220e130dd6d..1e0f793701c9726c606b57ece7c505dd5c510b3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 79e00eb6ae4407eb9c784ae21e8ce10f7d36c159..409c930e1b6f9fd20de7e8dd117802708284a550 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ea593041ab174dcd26aecb96f127a60c060cf5a7..8782a5aa396ee0ae4d92da478d5b2cb304e517de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 86d04342eb9f39d686e1678e382543db6be142f3..1cad4af6d851c4d7c236ddd678298603a6885776 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a23172bac68d2f5966e7d709c40685cc52323814..4254afd4c9ded2754120c0db951c6641526c813f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71a88e3c6b93f901536094518dd83728636bb85c..19b79333a732722c9a5f2b5961d87a26c5ac41f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e0ee1b8826b017a46abc35607710966e20139af5..9acd3f4ee4466ea38177df8c349f9f697dbbcdb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c05c5dcc2a6150006efc1999b4c79cc1767becab..e37df44296c3ecbb4d300499ffcf03ccd60dc614 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba54cf76cfce186a010f0f7b208cd75e2f73e4a1..5d014a800930482f38bf52c3b882e98315f1c988 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2287edc94a0ed1817809972fcab5e593aee4da45..d73f5c0241810da7a0f7fb3f2d287fdf9f6dff0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b793e668e48745b1c48126ead08a9015f592b8e4..568fd314a83c42622ca119861c8847d9ac0980c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d64c3840e1b8015a2bb36ff62df876ddbf68ad04..70d5c8074629d7cf876fee760dd684bd4f983359 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c6e719650bc85616e11bb3e746a6ce175dfb22a3..e076a0afb93f4dc52eb79561cb18b86b23c42e67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e83fee382c4d6022e765806335d59a3fc7d85d4e..6b8e2eb11912accd23a0b1207f3d8f78fd30b801 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6588f52f5e9a226d37ee5972933d002ece5afd3c..9f7091680dcd0562c1d92698ea0f26e5f0a9261d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 22bf5c2443c87c34e3b2dda45046231930540a16..03b9fd7c01b13397753ccecad60c7de702e38584 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f97e59ba9fb1d5d0c30670f63ca86c6835052f5..f7943c8f9cf6f61aec2d33917604f86bb9a98722 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 225653d5b72e0837e26d8d530772bce3fa185bea..055b66d0dc4e74923b025737252dcb8e632b2b5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca888ca77b6c6473f88f51690f30257979f0e05a..4c3c1ca64de6d2f92be4e9b137477a574f5553fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fd459f68e57eaa50b07ae7500fa6cfdee3ba73aa..1dfc77c9248c06dd0c98e5fb00bd5e0889c498f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a267c01b71bf095f58fff20be746819d354429aa..2458248df524d5e6554a3aeb07ab45f773f2ca47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc2d3aacaa828663a731f7c4355c4d74d8dcd182..b23578003dcd1c7cb3a0ac62c345755a7e8e7570 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5296cf1401ea17b7218dcc2a7c0ee2eefe670c6e..b1c6a5a136cbabed9e90d78b6db038a7fb9dbc33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1c4606ab4cec16a8100e402d37be6e12071fa7f5..db4d21a9299a85c34aa44873bd5993a67bc24c94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3558bb2e7bf02753dd22b06e019ac72ac0f72738..c19e44c773be480904d141997ffd3a0976c6b721 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3446ebe366abc73e0105631a411239cafe022a77..cf775bfcf87f7660428683a168a4540330aa30e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3912326a35c3df6e34df61e858116d342e2e6003..4014ac37129a8943747ff0a2ab1d387446865cf9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aa5e5a6341e4665a46ee7758c1ec97a7da38d0f1..461d714d91a174cf5f0f18c8cced12fe3b6ee7fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 032c40dd3ac81ebcdd49385b6b484f73a6cf1ab8..4e1f10f8af8e36137629c4f0592374ec3b2be0ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 40999825d50ee9139b4abc807903ef132357f7fc..a92376204970fb234a736923c53822d815efb755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1ba084447a6bd7abc8a3b362733e101af74f01c7..16f905439a2aa07a358ff59f282fdfa5f1e8700c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18d63112a2dae57abe515daf3b4be134e0cc65a8..60359145460f859a2863102ef9e09fe10526b930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e376f7271142479c02c6632a471cfa1692b9951e..cd7a768c45898bfa20b7b2c85d9573a06ef2d628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b21981f245d850798d7724a13365bb3fd876872..5c5dd685c0d0cd78c1a22184e83448a8c31b4e7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12f8f26e5bb32db96ce91ac7a84908f72bae1727..6baa86e773c5f25a35a8589ee258c1e380d5fd69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 11bef73efa058b7911ea57a82a406fcca296272e..e72499cbc593b39295449b96a89a060c1dc9e1a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 88af40a2b029480a68e0976cd318d00303954035..e78b218e7da592b870a22b0c0d08f1fb1c726603 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b19c80e83b9c90fb91ac1a1df19777f66e5dd38d..aa4e78605d0f3a2446df4681dad5a312adbb71fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 954ab98c650b359de2bae46f5c0cf76e8417a5a5..2f7baf162f1ddba3ddef3470fb1750824be744e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec23d1c6d0cc023fb34729232105e510eb9de848..9dc9ddd02cf0f1d28bf183315e657486a9e1c63c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 35f948ca46ca601a1f243aa46a6f2857754a1ce5..3df739f3a3ae6110e5dee9df1a83d14382174f69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7d8c6d7d85249215f73a7f3603840e9d4138bb9a..3b397489669b10c6cd7392211c034557a191422e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0809f255a86268e93ed10e8b0f49b5672bc4ce89..90133f9d6e83b47f641aadecc2ce94979f86912f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3f2028bff9cec8799c3218331abd81b2bddc6b6..c6be041a637f8a14756cb871108932ee8b1d1020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ad1f620be96003bd7c9b353672d0382e48731a09..c65513a9d72d271424914a8637900b3e92049bc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce594959197ded3535ca24c675a6c66f096e3da5..0e939198334415d0291ade09ef54e5a590e65ed5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9b0358ef2b6a2301f206d345275ec69a01ebf8d0..f0dc059031a7aab56f29d90e3adaa9cb753b6614 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 96e374253a1391bd45fd6754252483f96cd97511..db68aa4484844da2a9f3d10d7fa563e3dfc28c58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 988523ee6b537e7d253a91bc075a502a460b380a..89f8d629c6e6ad79661eebe6edff3a2ab104ed84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5ddae7ac5b373701b0e4c5acd9979160b0e149a3..dea206f8213e50294b4233fd86082b8b2ea7261a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 19010d1715f2c33933a4abe4e8fa008b35aef4d7..b2aff5b2d83e0da37036b345049fe6ce7ff46db4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 23f0faf0aa01cc3606ccf1f6003e2d634f3ebb47..555d448f452fb8f5ceaa9b91e2fa74df9584bab2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 032492c2c72162003ceba5a247e9d98aca8598b8..09295da7f476e75302285a07cd0def97753bc970 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a2c698c6bde6728942456345b64b5b4b5b516773..2e1e767f740a585d80d18ac2dc0a021a4d02b41c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 21bef12317043d122906cdd5ace46d792ec02842..d8deed8bf09acbee4535b3e3ff4a3235aee1c6b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e67c5a36ace6c0b7cb9fd22c6fd6879fe467ba1..b8f355d4a2c407639c49bf8511e8fb9ad234d031 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef36de83150579cbd2a1374e3cefc5fbeb85311b..dd034571bf4fb59f7bd89aed0ad4650c239e0c2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9a4a981db136a7b9fbaec8f54ed7ac0583ec120f..a3b3d15ad51978adebc9c9fb98356a26ce4338a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ecaa9a890c6bf460193725a2443531d9691ccf97..cb1269c84d6fd84fa1492134847483092328ae31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d09ebf7c639abe6c16d9bfaf2f262038585d8246..131a672483ec93ff4e855952cb3676b5c894142d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 54497567abb8763c440640c15ff03ebb80d00db7..5e060a0b7c6067779027ffa60fa8d7a31fa96aad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 13ad149b039a79b73eb8b84877b8711025e6301f..60c6ff0bfad1716e13e78f6577b7b915b0a2102f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e9acd2a68d13dcdfaa8981f17975c555af206a2..ee266106ddbbb2ae548504e3fca03cb1e089cdb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9d939e890d54c0603408be295beda3480450cb1a..fd9c58f586ef1ad1ce4f879811d545cd5c2a7d9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d355a84407c7a2616f615a939f563affcdea4399..154afb23d74f87ffbaebb573ec26425872726d39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 08480933986eefaf8fedaaa894ac164507c28f65..0b530835bfe886ecfb6b0a110370da81da27b8e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 153b419a5ebafa14c2f478060b418e3021cfffde..4da023801b1d66e2b7037308e6b9dbbcc8cc1608 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9ba829df724e40a9b5a9a6d966fc7f8474269a2..58899a5544a14f028aa96bfc8f6930fddf9ee4cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 13e23a16eabdec8fd730c385bb6bbc648f027266..4c41c64de01b19a3dc20c7b2b82e4c58b0b2c36c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c6b92b25f404a48d525156a77d08a563c50e8c4..6093065953b3c2387f332dafc136d69a34db6a9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5b3bc128d4fe9da7e9fe12caada9c1c4c0dad37a..18d696c2d09f6602b5b0bf118bc02fe8ea1e10f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 325f48dd444b2b683ecdb31fddcb756ec5077d58..6289470501ee5997750855ea7cde8ecb2601c5ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 68f30c8cbfcd85fe32dd51affc6c7bff85674399..8d451db578f9c4bc3e5fd4db73485710f333cbe2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20cf34a1d4c5b01ea23ee22847d52c40db9d3cdd..d8e7e2fd995c5fb95b45923dc80c511baa6432aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 066535e6635ba579f51333a7714438067b4a3e23..311bcebb34a34e1cda1a2a4fff18527e7d35c4f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8d2fd1d1aef1b662f114bafcc04e6fcb1e73b176..df74663d142b8891953595f453a05ead06c0769f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62dd9c9fbd27b5381078ba7c60354d9bf195fc80..3ae68e55d05d85db84f16901a745ae99349a2820 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d2fc677e80888ee792cc0a7149b64ab6f73cea2c..22e171243e824240a0c95c3f8e3944203daa972a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 072b4a6877280741d15ff0bd6264c80d61b8c334..560b1ecefbe7873338c8bacb39bf22d7dae0a06f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 23b2786f6ac0171fac543b251dbe194efb43aac2..61eb668e293269a19eb975f72ef7d99041e7631d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 80624df72b69f1b530f5f2a7602385b9b0b047f7..40c57c20daef383cd59cc11897416f214ef8693f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 04c973f69fc27acb09e2f72b3cbfd93e986763b2..77948f4591c21845864c85133383fe9317196958 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 594b90f390967df5464723dc052769d69897bd5f..172404655fd52e4ad412d5b604bad4b0fdd29ec3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0dc7a9b697dd4533657dba74692bde37114a26aa..bb8e9124abdc62eafca5289fffc5d72cd9ae6dbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90a9257de9a03da9f6f47fcb7428e1ceb9d9d0ea..4fc257fc32acac689dcc11663442bc3ac4708a6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a1a473a530c62bbaf9b56a592df6942ac54fd64..e96f794d48bb8c18a95dc242fea52dbea10dca08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a1ffdb24cd461f1827a0c2cfb1e857e4892da430..6b51358e66874f3451fb9a45e8a47d44f0a72f9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 53bb88ab1787c5000eb37abce7319cc82891ced6..11f66bb94552af2e87bf001cf5d5e8836fe92fc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e5fa7e08acded646d20053659c25c3839e8c5a1..8df8c7ca9ab22b2eecf688b0aa540cd52006b504 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 44e19d8d1966ba89dc883af1032d94f22a012139..4c0b6a18dd81c9c8587dabd6a1a640abf9c1fcde 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef962e7d8b2a697d0d6937eac9b6b7a722f60891..aba03fb2a20afba6318acc1025c1bd142b247944 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9dc88b5cbc1e8f4cb31c2d54f8dda958027ae7dd..f48906de43a858108790b992360503daff8dfb02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4d17752ca6c2de69e01ebfc4262998751e3dc4ff..9bbd3c9e2ed5eff43269b98f668958c4ceff2057 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e0144bd17cd096c50b9d3a0db1a641da3a4daf6b..552a44fdd274c6f02ab73158df496027424db4c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8005b70ef743ca8dc76dd98955a5ac639f6cd7e8..829fe69b624025fe3223dd1b1fd4f5ebad998357 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5c074d774c238b3ab91af420d420cefc741a8ef9..6c72b4dbc5378f91b1e0c53750100d13be22d0cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 74bde7a781739be7046ab5529c0548e6d8088e30..d2b82ca8328768b3b4691f5f5f5f1d85b9f20773 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c86cb82a4441e24c23ad38db26736096461f8693..1982e809bf40e1d01d46067430bc152be3d14b03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index eeb3e84cede8bc734d4cae41534c2a7a134149b5..49611e5fcf44b2fd2727958c9dcdb06491d23121 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 19853fa474a21db998ee5b7bc58aea16fcb53bae..b11cf8634175e4d7b15d3614c791e425fed1c525 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b79bc443f1aced20039a270097286b8e62479f0d..f11b55e9822890eb589cdc9f9ed8638374c60243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 51aab9303b8190beb93dd5fa93693030f67fac8c..96cf9c7eb06d92c431e3db27fadb337cfd822148 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 47249e4539eca867432551d55331ccc18cbc3b88..9b058af61254766902531d333352531e96126d61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2997378de16c4c4358905b5f399b033a67ed737e..b1d54d31194dcf1cfaad9c138fc82f657f784ac0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 34dfdaf5e35ce1e8985ea2a3bf773b7f1eb89c6a..e3fed72db22013f7e021e27aac3e43c576aa55d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3aad7366c04ecc681dd328946e3d4404e6fd17ae..21d0499c091e7c8d9bbb162af935575c7bf24f9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aa7a42587d30b8b90b99d945eca34119c4702fa0..1d9761fffe6c09e432b79e454b9e07d3405fa328 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e266c5955d05fa1ce2fb82008409c412b6fa7fcc..e2dc0fc54d87e725509b992e5482281dc13ea8dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 675c33db3f8c95bab243fcc6ce0ac16bf12b0c37..2b28b884cdb533e3c907043b8785ed14dc3427ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d1afa22eb50f1120bba3577a59afd40c919ef555..548e4ba468923612cc4a4b71a7d1047ffcd8ba29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5c927b98492f8c7f71563f0c9e52d7bbaed4efd..8568c594508686c852b477121654ccbcfa3e28d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1568edf5634315f82765a1e3c00a20c40b292345..6c1369658620f788ba19b6d7f1efebb2ee06b2af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d46c66fef1a5884f699edf39ac2724189cfab3f..1b609b148cd6bea77d31c42ea0cdc48812d28bdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6bda191681792cebe999e17881f01c2f8e4675d6..0fc961d63d86a3d8909b3705c5413b38ae2e4a16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 26b2a15d4fdb2720f82442b3ad798c712aa8dd89..330e5f44e8587abe2983895dbce33ff62765ceda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 035f6fca47fd79e49507a033f110cfcd72c95575..bbafbacaa0b0544c252841d0a7caeb9bc72a2287 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e3d5b56d0a6787fa1850e7722147d960af7b6216..4eb98095925645a6de2f1a505ce0865a363a1609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18332164ace3a1aa14bc7df6d9393f87954e8a74..9d2640753b6729daa789f1e274824d2ea6ceeddc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f0def13a5a3f2b6685b13fb77f36832a088ed25a..aa49e7f5d3c46cb606f053f1d0a582bd99e59755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b51e5d081887cc7de3094076f3e5931e38b8ae6e..f71bb1b52854fd5616177c61511d80bfffe419fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4b275ad77d6ec4b5a2dffa4e3b4f5364608ed66c..7497137a6e200eedfd669f56243dd03019b2045f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 753f6d8f2f3608add7be4b1028010196d42fa602..a4fa7ff392ee9a045a08778f373346f01b7cc1eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6bba7c53db90478890f07c377eb606531d2e9248..8ae89b6ead9b6494fe3232086003b34351b2f63b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7cdfd470ec1f8ffdddc91b52589dc5983d9bed48..bbd729d60dd2b97ff81c138a4ed6217ec05a42be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c76009d3853080ca68106842985c0ecd5ef1e971..e649e91ace1d8ec226cf0fb64c6b441bdf6e55f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 06e1a83a0147d316912b2212aff163db9803dae9..173b80d7d43e1cd8220c3be1d8e36a9f4138f85f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae983567c7cad53a85d5dfc5d11e98045be7e52c..49c5be106b67f70d1fa465bb9afff4c181ae0bd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 35c02431ee51fbff89d53102ac12eb5b1fae34b9..2987e5a49a8c9ea792aee4a884db09eabf6ddefc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18939596fc7852a4ea1c6d5a29314f84ab0a703d..a8da9384926c2bd1bb6ada104600cef0271bf5c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d6148f35c3b636829bdf66b2fb018e10ba68163d..8b54a8dd0f1698accfbdd1df15ba7dac9a48b2b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e8b36305d467f87ddc1ba25b230bf2bbeafbe308..834d63d46eb6a4f36e9b49139ebc4768334395c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 86944145e36dbdf49ab548180c484f58ac76b3a5..63a698ff2fe45777ac1f748e42290c0ca645ecb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f92afc9daeff125d7958b834a002c66240a10a2..97f132d6ce817bdc79f991a84316cd732fd220e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 42f8958f5e04fda10097f2ef1d0c71d72033f067..eb96919569eb075cc8f4c48dc82e213220682eeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78b133cdb06cd7fa2d6670a297b2aa1d1e4e66c2..6ebc51a2c91f84307f8713203cbda1c7dbe893d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e2760a944d901557367e4d89a9c75d22569b8157..941c0fe8bc2b6795ea051b9eaf1581b9485a045f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb6ea36ff97f66be3c8c61434d55a67be0bb4405..fb5fe014cde8affb33fbde3980ed8641a3735002 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9487a47a8413829c682a01cf308e02af8ff44b35..bbadca6bc3c94e4eec11ab82ad5cb89eb804fe1a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c0c8a078a0907b0dbd84c0ab91de918fbf11838..58200462769aab3aceed9ba5899ad070ec5ebc20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f41c4ef39ec8c670b62ce3cc2c986d6cd3cfc8fd..dece617d3af24a1d63ec0a6ed055ce7b3f69b740 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cc85fc6ad09f823599efe982aa561d041db81f8c..6233b74a451c6e5f7849810e786f5bb062ed60d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 182dbe5e606601d3c92315303c28fe647cc15e83..046cd1b2ba4c7cb24b69dd04773ee44c6b4e665e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d69e7af090f24114490e37ba32efac09baf8ff9..b08bee1a888ed0c16bd75ace8bf472f69dedae3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6167207de07afca4acd0aa1cc30b35185b30e1ea..8a3b3ee4c4576c7053bb0490bf6588f806cbdde5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 827a069402b12c317e41b510ec6f0b97e03be1dd..426e1d16253615d58147823bdaba536756cb752f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 76b09770de00f8f74a8045056c1deb95a1ba5b3e..28adc60561f005dbeeee942a75b626a455110299 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 477f8d2f596c6a78fb120e717900c46ba3490d29..213e91d9ba8eefcd74677a60bc927d6f4bba206d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 72fdb9c694a6144736e001d88d03faa331169aca..b4c72f536a9fe2abe6bc24a795754a9a4d6dbaa3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cfa873e34f065f352122db4b340562e41d026e0b..feba9a8df85b4e8da8d42f8a55efa89862f94403 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b138bc840e1fe84d85259a7674fd4f42298274f4..dac1d8c1b9b6fb4b4fed8ad1058ff0e9d68a3c7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd4f32fa271b48d5b642d38ff8410d427df9b444..54f41780dfb5cf0ab674f996df3c0659dfea34bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 08c43a8a1cbb734738670ff848ad407b2706e1ca..a27cf2969d40ac448fcedb13c2468e6a2352755d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a4a3ec23215682f803f43a75532d63cf2da4e4fc..71ff906f5c690534518d896a6424cfc67a120e98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0dac4d715f7d1abd7ab6f0caf2ddff1269513a9a..b90516eb32c1e9a9db4735cded955dca75729123 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 37786c6f66cf62bd46891d6b942731a642925a5d..dd3cf7dc219e0090debac88c0386a7fea40c27c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 767f063e98cf3f531d2a7be37f15f1e638ef35a8..eb6851faf15b91122be283d113b0ddfc981d774f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a240e8506aef359ba45ad92dcea64668a0e24b32..48f68090bea6255ec0b32267ce06ada75066d27d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 89581f9d13c612de013f305027fca360eb17a2a7..aba10f7b92101b18344ba52540a65538a62375f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d313435c4021f7d2fb0db509999c0ebd5900a66..81c0b9b34ba35ebae778996007aecfbcc8db6f9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3b2856bc8a892deecc126e0e808a0df8b72d92a6..14a796f78c5d30007555808c60a96876d4d95db6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f7286b551c3bd8baeb5574a95dbad3d8f26ca568..ec7e05d79f83dc4a6a66012ae4b3efaa417cdcf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1483c10df8a3fed302947b673b559d7afc764792..1f84297652fe9b96b521d54f7d1720345169f67c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4556e8002615fdc68058e8f02b8d28886e894f85..37ef65cedc108652650b3368c22fbf5ba5f5e113 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b96ad7507cf391d99b507e94152432190426ab81..ae997bec701580823c183b975f4d7263b1b0b1a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24929c6a26ca318a62417d175add9ef83b637aa7..299cb7cd45eadd7c7be2bd5928c1fe7205c33c5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca43684c2e3e8bf72ec4917c2852b8f16763da20..a5d42842e9e3b5e75835c336282678883a6f3619 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d62252819fb0a3eb83264f79e41b078176a295f1..6b34ac80f0d953b8f082805dd4f491a49e7a6625 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bbcdf5b564e4b71e35a1008de86a53f9b1e12013..497b86374447397e99fdafe0ff2dadc62dcca0e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 184e82bf3fba89097722f72055c23cd79575c9c6..8a3e39a7f3b4bf335193e9943ca7ee6b1e36bd2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e87f488bf767037c99bac9b485e2cc56c58cd93b..73c62eef1110a3cbd14e743a86fc1171fe1087ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f64fdbe247a02a06ee707cf5bb2cdc32d88b9b88..f82e14e11f193cc440f52db46b581a2b1365af26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fe621b3fe742556f7a430bdc64f9995291b6e6d2..27d5a668a727388e732eb221f095281d44b0ac5e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c3bfc2ff0a40ef2667bacfc84040f9b071f95a35..ee81f88b927cadad1834808acb17cea762dd3c28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18fb0eea3c2c49fcc59990f3fbc39d66055d5708..bf0f33dab5aba593ff57830113e641393ebc85ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3daa91d4362dae62a975bf316be51dc75d30bdbf..bda9a48c047de3cf610c482fa4735ba105b879ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5a7665061cecfa5ce80c5c9ceb99f4191be4345b..1eb87f7c3b31963674ee05aad4983bf77320e6e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3bd4a28957162c95e21031b21a9af131b216df31..e1f4fa7b96077db242c2d5e36dce57716b6eec33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d2becb626b825c44dbdec84314231bdb17c4133f..0de4637c96d6b54f7371d6016a0eb924ff9afc10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0bdd40a59566b82d79448a80f616906bb5f8662e..328f3e87be9291832657dc644a4fb825a48521eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ce71736fc9b563d4a629143444d6dc2a53dc61a4..818cb728a819494c44d16d6c8ef504a998894020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24291d649811457dca9c9ad4f68f26894da3a3db..31269dd96308a5d2b9144ed32d81f9c8dcf5f397 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7b1c08b061f0807f6a2ac687ab8cdcfd53a87f8b..c70290a7bc22dca9cc03bc0d010706215743c86d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 139d2ac2203556ba20aa7fcf2d18ea97a6a8e78e..3dd529c93c45075b715f87814f416da9d8e28242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1a52fa73b09db4a7e617f95038f4eb4544871162..d7269fcd5cab3c80840d69da394468edc74933df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dbdb7ef18660b45f45afd9866f8b36ee053aff92..2ec930f6301f718eea399cf5b9501e25c03d8b65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7c350ad7381638005b041e422ecec5327e820069..e958f8ec3a601f3a23425d8fbf75932c678f1b41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c449cb8faa1324b3da3c5ca9f642784468097b8..f16de2721a81d142988124511d4632a532668497 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cfe6128451360204c3912247cfb48b3a3ed3d78f..edd3d0835d5435ecc5d4402399fcd44f7d655ff8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 442cafdefedead52cf1392a2e861ab0d77aeaa46..b1f28092265b60b87ed5b109c67ec7bf451cbf1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3444053b4da511dbde6d06ed7c505290deba1e03..c69d0a1111604023623c65713ebd3c8b21cac769 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f69945b84b61bdf7e12fadd185fb7b2cf37f016..5c300a43423b53291f035b2094313a70532b6c4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4786ae4de3b0def37104518580c1e7c4904c0cc7..3bb9f6e804e8d6847e43f11b686d2fc77f5dfb5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 323a9708442a63781789fa5dee700438a925fd3d..3bd99325e07f956e62529b1f96d21751eec64f8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7665e69c00dbe3ee74e8869e7009876ff029cf30..aceff012a030fd6531a8da42c7dce419be1747e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cfc4d9623453f57c81bf1e0f7e6a9c99bf8d6303..22be7f9598dd8a84fa6d5e4553f6b1b4b093735e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 56b2650d7e860bc991381e02376bafa77e7d8d68..0fa71ddef4c9630d1d33f3f4764b9302f84250b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7a3f309449f57574802a2f1c127d1870204e14ba..36a98527c32fd5af9f376cd0a86e92a17bed19c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f863d9b307582d0152796f634e9793254ccd0f9a..e9579581413a9b270b5f1dbaf7cb0d5ac7eaa10c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 349e7a554cc711baef35d4cfd632c875684018e8..23520730b85ae639448175872b825018b96056a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ac927b2d3137f359726c713b48f5996944ebd9c..8d666b870616201b339169e393743a11d87a01bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4e468c6fbb9d7788dcf73d30b7b50f6e5652ae59..4670a921674efe2fdca0e8c8ba7571890d9481d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a35a2372695c8102ea7011e8ad3d6a4bacd3ada..0ef5d56734d4cd84804cf6ce4fa58ca6752b93e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a746df2568bc67e97e2e43f8b01271fe3c42c175..186caae34af354d49dddb5932ee79b544b31ee80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 224c25c6ebfcb2e35a06a38f588da274895de3c5..f746130e8af73a622ef8f76ad38cb393016f1c71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 63db2a703dfd02203928a9e581d49ce63fd0c77f..85f059b223c53a5a82b26dd4aabd695393bda18d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 250b5a074471ce09cfc1ca5b2bcb945a01ddc0ba..a75aef884c280b7957245986bf7537ef2a824113 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dd1bee32d3cbb8e1fdfa0457b74fe4fced56ddae..e2689439d311c3dc0ae8040fbdcacd6d271843df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 04c95c2d76874e069ad29cbbb8287a5534b58fab..a2adbfaa0a9aea48012a4d932942d9ce8b63b6d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 99715c1b7954bdf71f175950adc93c2c1131a549..04b54b8885de49b2e1761ef09dc7b4f8de9dee8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b7bba9b9458dcb6c586843b8c2e414d494a6b7c8..f892561cf9904106c6dbf479a7a0b905f3529a65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5d9e5b9efb6808153bf2a1dd7ea7bf441d8d2a4a..c1b59b848ff59a9b4db4e2f469824823ff06eb52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 516d4aa17b5e0ffd892d757d5f09ea2a6dae37c6..cb46bfa0ea171703c80221309b0a951e11e3f9b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 365d4fa3cc6fdb11aa37b2d4ed7a443aa5346b88..77c5fcb3bb8514ec16f933b1f1683e80312a2e15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 408a44038afc8b568f98ec4e4219fd54ea2b3322..fef9e517876d23796e5d353f5002b30c15422c77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 537347d69fb7d96b7edc453021db6d8f23d3f233..b8a6c1fabc2b2949f1737d9b01c3e101997d2ddf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a9ffdd3e55c163906f3ef279d4e05420978ab5b5..904edd54e19e410073a7092c12bcb0a01536f0d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 07da6f1c52063bd01f2d7a02e0c7162d298b5d83..aae2f05700e481abdacf65019816a26864d6e8cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9e068c8d1c38e3765fec44323a3f2ba62895c063..edb84a3bc5f448fe9e682c767c93be308168c051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c0b1ab7e99cb59aa50a3084c573f966028ea3a6..d89b564982ea3cd2e4783a6379aa73e41dc227fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 54c36ba6919502f452a64e1692adccaf03ba2273..0d32928f755e04f702a24897e51a12757bd13837 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 65761b48806c9081899c731903e47d596abc623e..cd270111ae45538a72091fb3e89c289ef1f2994e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 575ef59e735227b910c0f88079805c7854bfaec4..eacd4489642358a822c2e82b1fe5c67ee5af7323 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f013adc5e625bf6e627b72f66f2152c07616e343..4de2d1545e91ce2f8c394c2aaf5ab9d8a9686077 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1e4dbdd226ee2f5ff6e5ad0b4f5a860859444bfc..466b9ab21b500ae429a5be299c3fe42f417259ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 003188a390e78d94b85c5b3ce93f390e1be17015..b908fb73d0648b700c607c0d3e7ce15e13a4785e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3eb8b963461ec10b978486cc4e6eb9a55347b6df..33e7a8cacd9cf4c6ffdfe10c6650e683ef91b1d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b95243dab1b33373f518f521a05cff978367f1d4..93c62ec0a1cabc70ef3507d4bf55a275d0fd8540 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a1daef5e2c1482de06121e2ba8c5955918c41b1b..16e6a7bd65abb130d8dc29e432f3c0f8aaa87e92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fea62fb0a3c0aab6866e5ae0378f62eaabe60493..79f719014950bf33db39c21fcaccd8546238d988 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4298c5890320c0343e2471a4eaf32553bbdab00d..98e81cc909d75ae9601ec3c907820f7363f25b9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5ca3e97684776c0f018cf54afa7ac95120f40303..ce3390c95e7658462a1d0b05bd459c589873e5fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cbaad08e7f60fd137797286178ac10786b3eee78..5bd2f3bddd3e8cbb47f400122e37e3e582ea51a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 616d6fb7c7aa3cfe0271c02b994a815932670a47..aeedfd3a1d03454008f118d4a6508d2e102c27d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fbb6a30cd9716fbcd4a733d02b8001ad23ff4445..481eb573ef61fbd74e8eef7befa1a0b03ddcd437 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6cd19d8935bfc8d366e404daae80936dc6fc252..34b0042a06cda9018d6634fec91fa77ff1986df5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b2c42b72eba39cf64e16da6a828e059ee66cf219..2e7c5d1d4522c348ab66a592ca78e1dd2be2dd18 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c174466bb864f2cbdfa9ed53ba05d7ce5deb53dc..2b6a1853e6d3d4d8994b17c56f26422247dcd779 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7170254311deaf224ec6147404f0ed94f60e6ee3..be89a4b10804ca882c61ef111cf70bcc0ef05168 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20bcbc136c495f0b2b4a8f7098ba08be2a0a527d..72a7d5405be8a83cc537f2699974388ddaef89d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3d364e9e914195cc1fff6c6624e9db048910bc0..5b450c698c984c71c2a91d9619dd7b565376b9d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8ee04174308272028cd5ba5b5a0f90cda0f3a63b..b234e53ed1eed251e40677773e5fed10ad68499a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b9d1e2ca806048deb6ca5237a0356f2f539e220e..b8fee519cbeb9c5bd8da849fb39ae47c803da242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0cd4440cd77ad72eb057519061e95bbb48b1d308..773a70eded88c9302e4d7cfd741e116682910711 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0e648a70c08f3afafa7b4b0ce97013e92b94244d..fbd03e7711ad52fab4f51b094f91dc34e167cab4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cf069fb52e759cb59d58544efffdda9c9f99629c..3ef680c39a2a970a522e99141250448eb39a0625 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e734a5edc1617179af3d66e76801a5bd21ab7e65..daa1781d710f863198bc63fa8ece2e01d2452446 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 701879ae4b2b9153a6c53c9de5b40e1f9de8ab6a..ff5fb3d3a48a922f9b499c97087f80059da4018a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0a7141a537374047a5001e45e34edf495286ffe9..3c42ad1ff01d1cd171ba9b791a6baf02b3154ce8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 672153f5315618b75a0e96f255f57e2a89ba8de9..90cadb6f3ce23c08fd56d0dbce21dcce4a16bbe0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 37759a283dfba98d173efd76e5b6dfe0b655b593..28e94196a42db6263f67c0d7b555720c404e60cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1d978e10659b7688c33c1b706531881dd9e52001..33121496aa35f5956a081cbef94876e97d370742 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 51d079c7c410f2eed43855db5cad8c5f106c9f8a..9ee4a54595f70353da9559b539dc17b902baf862 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2dc05b4f320298205770cea67afdb9f1196f582f..671ebfacc1d7e5c04be63173379449cf97ded582 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 648176dc88f28c763ba238b75f3fd3e464a5faba..1bd7f2a7b765240525da13327de63915be02a0d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a046b8ca8e9a0e14915b7928c6692791e6f85a19..c5fb1dd890ba22c60cd907af7959165be60c0298 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ffc92867321fba209a10603815c761b8a1b299c1..ca37fac7436f37f5507ba34e820065196da155ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81167a134022d32b6b1d8bba671a2e2df278a012..57d45b2b48876529e33893368592cf1bb418e0c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb202f96bb02a5dc913af6bd7f370c7e5d0b91ec..a72a3803ba00884140d1c33bb7afce3149b7305a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae554be133e0e7a256f7fdc0ede6b03f9b7a0000..e0e3c9f109c243a8e9928e881da13a93eab56f22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b7874c9cf8cf6c812d15efca0fa14eb9d1171fa6..b202daa471dcdfbe9356f0b81662371cbc6c6188 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a731ac1f91ce6038c2162e99ce462497c9a12d5a..cc1dbea728f0bde50e93c80b377f642ebf365385 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index efc14d99a035cae6661f97867a10c3cba8ea97b5..99879bdb91a187a270f3bdb1d73c7d9aa4d31463 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef0ad6af3c8dfcf76d1f80283f2d4263ec9757ee..d1a87c9089e716d0c1846d77a4dcd7ec5b667843 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index da2120859a7cb9ec94781f0f9cf13f18c2ec4509..56ce61b9e5f62a6db79deb355a9391a29e2da1f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 69c5ea004a6ce69e6fdf3a51b3fefce870c32195..842ea586d2a3760ea97030f2288bf34d9f476957 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a63691af1a0d547c5ba970505bd5401dd5fd5fa..6f60c3ee2211ae25b20d1e2eca71b56792babfc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9ef8ad43b1fb44ae72f178261a621f22668fb6b6..2eaa5a2958a35ece45ced6086a9b3ef013f83b10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 496ebf73217ad2b219c2e30f81a1cc3c569fc38e..ff07a6af0b3b60bfca9731b13781de29593cbc32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e38b6503b40e70566a3f5d4cc671ab440b496411..fe1b3cbe31c5b7ea78dc20ee5d9cea68bf0419ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7bed238fddafc5805a62e7ffed42ead50127d496..ac70645d00c89532c13d62e4a9d2a9a47427c320 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dbb7e74142fed4aeddf146069c4114e852d884eb..8ea73025d0db39628d1d0f81b6938795ae27d8cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 34b0dcf628239399846a415e958f23564869865c..666fdde940b398b875c77cc77a15a647a4d51e07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b4e0ba45e3c809c76258abbaf27b5fd71fe140f3..2aeb213b523dfd66018beb43f1eb940f55c1e992 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a69c0a82fe5aaab4d57ee3b59885f2fb903e18b1..2e1bbb1477686c770f442f91e45e94f098fe397d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e5a69dd23ef0a34569c470885a4a04cba89457dc..ce0499e0f6b8d698dc3e6fe6429a78fc5cb601f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ae4dc0cbbec71cca793d661d5224b986b4e58995..e88e365eb1f92646b8c2da37890422ea74167f6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c33e6e6cf6f58f8e585c780d51eeacb069e7a7a6..ed592d331991cb9fe9ca5546d348326fec9ae868 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 01fa3e9f055a7ebaee17dc554d79d687e42e6137..0ed14a56257eccaf96cc115b2a29f8715ce7c224 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0c595da5ba47ac41cedeae786686b4e181e3c7a9..b19a7807e6d53022646f2f21189b375c1e0c9103 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fff89b6d08569fe444bb7929b53952d66faa330b..780f59affc7067243ce65a23d6832e1835677f6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2b141cf60f29c906f8d61dfcbee72b8c6ef79e09..e50ec2f0ff8ffcf82d5b9dd0a8ca623a7c928846 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a644fbcf07cd2b3547c15df8916b001cc6f33b87..4e26450718ac65e549435c6dfd92a3bd90c64eaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6e174c2498edd8e27326345d027e548f2e2d8406..aae9fa8cf64f141648217417f7b02ccb80ac82a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f957e9597f5c72d58d1a93a0e76d01312c1e1430..4b2bf7a7cf973902b5826531e2d2da26ddb16bc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18c53b1bdfce3ffa82671dfcf5ba181c2c9e820e..a52fe32e1fe30c189ad8a61a3da1494be2468417 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 75269be86c930240b6697b1e21522a750858f421..7bd69cd261a580e6223f5aac7f0a1709b5016bf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5fc41920c61492bf2b4d989e6931d73ff41829b6..a45aff19e3652fa13e6a42f939eb9edde609dced 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b1ee8a281445e6948bd7b3b00b92fbcfc32c954a..714543e516e185888950664aef317f24aeb534fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb9653546c0b04c7e1bf3e6f7a1c8244711f0de2..2f0511401a8350238591caa6066bf574de660fa3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 214d86bacb1db0f9a9ae4dd9d3ac882c82db88aa..8e92d3f5401e9f6475b549b6ff4a9931a1556d95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5455f3681963fd10f03d28ba5a0bc9249f9a9fc7..b363c016a28c14859491a83981c35fb0c730469b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3d0b63441a058fe46b82f59f293097126a3c4e47..5291a7ca2d0eb4a034258a0074b9df6c2739a442 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f8f14e196ee36a6cb3dec0917fdca7025d2bd48..92b6355ba36a92a98b80a6df3071576d38af0c4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8f2c89a70d77ab55a288830d97985dacf14937fd..ef73926d39e803bd23fbeec9deb271c0120eac2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d213b60f48b034cdd9a7c34724865e689cfecf6..b65a028200b426d63b269f99009d91687051eaf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4dc9bba83ded68c1faea8331c2b8d513a09f04ba..54cbc20faabd1986d2ed3a67907818e5a0bfce22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 85524f3c9e071ee690cfcea100b3db5ad037eb8c..1e4d5a03be995b9bf57f80c4a5ab6a47b4984147 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 936b87b45d79c513f2cb729099786e2d1f6f750c..d36b344b4140ec31c0f241d6945babb2d24091d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5924edef577fe4db28112812adf5a5b808bb9120..e42ac13e665cc3c616f916a3843293f411b61e1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e67c7964c8ecb4b3c7d16cab779845335879a206..794e95ab0a07f2aea864e445e22f8f9952f9a2e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 066374266fa1351b29941a13442f06a7229b116b..8f6ae6c20c632aeb270a422a47be6dc97568e3a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31d93af50f8d731a15f50a440de9092251dc3d10..70461d44cda9cc6dbbb047fae38634371a8f3c6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b79b676f899d2e0244040702ed5e6eda0f3d6219..607ade6c73b41deda407cfa18419edf13632eb72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 750757d05e3388a4afe483eeb779a8f4243d596b..0c511c57151fc62d8b435135a4e7747a82102715 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2a02f30bc6d2270bb5ccf4dffe299bc3fa796855..dd6c77e9ed3197bc47dfbc5e006a1f9cce096279 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8823836e64f678dbc8d76f07c4ccaa7ab765cfc8..f60fec2c6d78b259d7effa98c0e00dea80543e6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f75f0f986b32052fe8400816985809ccbedc2c7..3d4031bf7987b062c88d840cefbf2265e7236c1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef385de93723e10fed3cd74e8e34b3c05d335990..70de2aaee2a59875e382f222c39fe5fd8ca2268c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5bee6076d97e2b1032be275d3eb0cabea079d6e6..7043da65bac6535d35830c7c8f6bf34f0cd26245 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e44e55e3fd724faa8cd5216fd739b016a7afca0f..6a50831f2f32f6caadf0fbf9bfd4a7d5657db3ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d91c9d79fc2566173c4062f540058b2998a251a3..ec400c4efd1f8446b5f84ba0258434c4a5e3fd70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 847dcae60b343e5b541589c127a088ae032ef597..f8f739a136f93305273304e078ae25dde0dfff2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1b2ca19a0410f603ceb450c39be75231ad358ab1..f6db489b3dd9a6ac0da145e52b9a8c9645357d12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9341e98a8c8960149ce9f8977b6a1dde5abd823f..01c53feba170d6917630d839e6774d2a70859a30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 978536e9ce56251f5cadab9831ac769cf9b36552..615d8530d50c36430a724df9ec0d34408b8a60ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9eb652305cabbfc6957d82b4bf2b089b67224552..08705f2b2dee83dc026dd19439cf5d79e6714e10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 874d2261315d41e033450cf78e961a4b9923ac78..e389c61a1c3f1dc5f1ea4c691ed02fe2c46b93c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1665a830e41624e4d66f4611260feffd4b6d7015..fc1747495ede09ca1da877e6ca2fbd20accfe2d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a4e860b5ee92cfe77487d39e6b2e7d4520f06ee7..c35d75cb350382cc78147b7e86ba88b99cf4ec3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 211c0f114a10fcdde28753b7dc5ec15127a7772b..80877581095b0baf20a214636e8bb7784f2f006b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 06aef1b5cead2f75452bf7ac79f640e68672f0d0..f6b84375d4c532251fcb2317b744c1cf682ac164 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3c971deef4951466f43e5b19068759873b3f7d4b..4ccdb98b8fc76f44a84be0ce1f4593e00b8cbe7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index df4c6552f5aec3369264ea63c19fc2ea731ec1e2..f2b48fde4fb184b339b4d45c7774d301bb73bb21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8a7a24542b2749cb1ce072d655be2cf41e0cb9de..06c8cc3246202ccf577a73712671ceacad8d18ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31619c093de525346a280ba9230f0811e5036007..eddd4c16a53798960483b1641f9c56bd685690eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6787dc4d53997d6d5d97ee0c02318f70c52753a4..b29fb9eb870bf1d58a6fdf5189db4434eaa8b3e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3febadb3d3a928e6435e256ba7923848a960c3d3..b91c621cc51eebbc693e64ecd617a6780cb2b338 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b12e44757880bfac1e7d76432846c7587c084e62..c65ac1016fbf1ec15d6e86d639340032ffe94501 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dcea436a01aa344bcffd2ca58cbc63bcbe04c326..4eaad5f038e86483b653641607a2da77862a8376 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6e8cee478d4ecce4c13502df1bec6364c34544e..3874e95970f74e7f919a236f7914fb756fd2f27d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5f632f15bfb0aff4500b0e96015e2bc425fa50ce..c438f894fe6082ae19c98aa29c552f68c88814bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7612a76a69589508a4a63dbcbe1fefd747332117..89c8fbb803440d1247794973c160346fc9fe0b46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6b68eb22267f27bb27ccbbe22dc59fee3a41e003..993df4bb905bb0afa3eec9221d72d22ab6c5a6b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6d09de5dc46d422740769e91659051f60928c0d4..281f64eaa74808f441bac9eb060840000be322a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e8e8eb56379ee95165696fa2e336ff7b5b54712c..b4ba2d0a7dec90a1fe80f681898ba456a5656591 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be475198ca6eb04672876e1b2b9995e218bca3e8..04814cf34d33bd57f669256b6a195f1e333fc683 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 67fa1bf26376d7cb8d7d8b6c50e7016a93a63422..55ed6c99a872fa2315d80741dffd466b125d25c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2384127d36d490ac6717e7e77759209b1132f866..5604babd6b52c223ce3ac4d662d839ca89a8e91a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 22540111745d97aa9bfe9b44dc52510376ff356c..a5e8578b275388173f06b883f6898a1ebe1d475d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 479eac024b0f86aecacb976835fbd7f2ccffd57e..38feb1a3bd09429cc5e471a12058ee91a3b13341 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index a6d08e0228e1b8dd76d43394a60937513862537a..8baaeb764e18b5a943012be680f995160c167273 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 66c3ce213731c2208d5169fca3074911151b9952..f3fdf5b8655961a748f7dc360b26ef653ae45d38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90a2d5d244cf9075711a5608e3ab0422c34953ea..3da64422771987d6eb692aaffabab1448fe33339 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f6fb7a36a9e90f081d20fb7d36289ce5e464612d..c0e6b35bb3a37207f949cba6089d07e0278f16a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6c515ab0df940f7e940effd45c2c3bfc1286894c..370265b41cf19cca1fc03a1ea109b0228ff3eec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cb02b0d21ef4b667776ae3d576633ad225d57459..73ceb84d0a41bddb500f84d1cffe669fe1206c38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 62765d849f958967b8275f8cbfbb3f83bfcd00a8..520470760bbf6927542c4736689cb89d9b45c6b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2113fae2679e23fb24c9404396a91b45bf572faf..06a99e66f8c725e7fa32f1d899162cd9adb82f8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 744a64b2e676facf26ce37854fa77a6f17d710c6..8886a1b2fa2de19bbdf618ba4a6bb1725a53a524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b915461518f19544b45ce5030661062f0a298b8f..b1138e99a88071f649e09c82cd4b8ffa5061e8ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ef4e5e925f12dd2a279f833519b9b7a3c48d6dde..8dfb373f562b15fa14213d03348625b57afe9ee1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 24a1a97a6bdbbcae1b4f439b1d3dfffd7c041d10..90ae2ac416a4be475a47bcad3c0b0c7606320acb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9393dc3526f6e3b6f6a1d8d3b05c872aacd23cca..316a53da93fa15ad69926d210fd9190d79b3d1ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3e67723ec4749a797fba9f92bb9d4ef0a3ade650..c29fa22b91de8d4eada2b5c030482891ec23a0b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 969dedb5a37cdc31b1748107d6768d551756a761..b037d01df58e1cf47bc82acb18049ad784b27c9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec49b08b8f1f312c11739b2e0de299fa5ad76b7b..0ea9d5b1922999c4ceb33d2cf7b9695b7760652e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b61657ad2d14801d8dd575dfb7396bc61ed8f3e4..3e0cb8a02634f3a6c9c3f923e8565677a2ad7ca6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d6fb726b13bb7674d6be053139d28796518f0fe..30f30597a2ecb779c865c1aa597fc5b632bbd81d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 53050d24b322806fb3515295c57037270b9299cc..0542c6bbd451c0444e1e89749132c49b393df518 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 75f93068c84ecef5d6b037d75ba0df468a40e6c7..96f9a86391501391d34b65eeca6ed409b1cfe383 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 12d4a9cc5bb26a427ec059f075cb3bbdb96b5927..f384a8e0e67ba07c036e2ab9e38d602de6602263 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 6399c14defb0af31299047b0602c893ecf7aee6b..05a7f2ae053b2abd93d0e233672db59725e72bff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1dacc005f5b727187df3d2cac48fb3f3d6bca257..7bf25dbe18ad481ccd253dc8adafbdfdab124ffe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 90269a8b09cb5c818383ca07a7faf502e7123c8d..6b9ed1fb4c302a98ccb4c28d64b79099b43b2a02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1801eb0e728cf226b096f448df715c1518e54075..fbc5a4b0a6589c77d412e5244f438d688f06f434 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d0e89e8dee4a052affd9995b24fc98432db048a2..33b7612397f025dadc3319b535dab151039228a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 81b4bdf8c4bb05e265e2894e8ca87e8f40b07dcd..725ed309f939cef851c7b0124e1f7d116946caec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 542b2c68760ee8a1ded3ac4fa3f3f7a1d10215b8..a31f0af79e33905a0eadbff7f2d5b2d42c430b40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3a8663f8e2032bb0637c09bdc9c9e190071113df..69bc80356e98575701377352dc20236aeaa12aa2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9316946a16c228d3ebe6fdbd370fca9bf3003fb3..c27386cfa3aba710d49b26b1098038c8bcb7d786 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 46f379a78f4cbc7b117af56c29d3c454198da81a..650a47f3de3bb160468ed4d00b190e17b3ed2d6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aeb5842dcfcdded84c84f6c79a9128b949f4e94b..020a02866863694706c22d424165c61491967f84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aaa1560605bfa3594be51918f4985b7e8a02daad..d9b0cfb88fbad7a1c23b30854eb5409e84648243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fb94c849b3a427cbf90a94bfa8ced33ac44d4359..93bff7d9ce6b9683efa6f69e46b0c590a817da48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d5a41c30ba5333b322b63f98dd7270ac4d1aae17..90c0115b40252bbcce0972daed87cd2b8d809a47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ec5c8f6af394394bf3b43e0c6af0a7c46e48a365..0d7e7855f5d32bbeac2c58a67d546c8d0525face 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 888668a211f6446ca219db63e6126d081b01367c..bbbd9cc8bd2ad35df6a6353a17eac96d9b58ff7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e1050b326fe895872cc2aa50091b3d2d49e19dfc..6d314496a425c61bfe533883cd404758ba7635ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f64dddf141e3ce1e05ff56955f693c299507cf83..45a1d4881e4d5edfcd080c7f8dae21a293a31902 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 817d964da2ae54e5bf7580b593862ba7035ddefe..289fa83edee8f55926bf46bb54505b31ed7c29b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 4bb0c2343d16bbc063bdee41b731dd719a23f918..f1c397e6d6ab7b53a12b5480b93d0aca861aa5cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 26038c88b93ea72f7a5b9e3d2f9aeb55c1a763ff..0e27e46daf0b65b5f2bb7138ee07cf541b281524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ca97e15d243a1811f882ce099acbf2e18835ab3f..a0369874d385c253d165b9b81c3ecd21303675e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 95f5ea238e939239e8b780c3f1f146397fd6a8ea..0c3a45f455926c8c1210c95f5ea781b1bc35b214 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 88b5da780061771af8fbc74afd459506b4f13247..236509e2c9d7f3172f11f9ea85b732f49699cdd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9688ef353f6875030b5b3e253d6f4205d2c895f2..3798d96f2009e03c1587ced73a3f1804377caed2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c59ddf852dc29c5945d1dedf44f490053b7b75e5..f55e11a953f02211ef8d54f6cd3600cc3327febe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3e576f13cd9eeb00744bb64dcd8c281ad72f3902..7bc1c5fd410908ff9063d597f1d08ff01f9d7e1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f35e6680e1fb3927eedfa56806b3bf5cdceea7f5..ea48fc748ab53ae326359ce18dfde1b0cc8a2925 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2912c0552c7b4d085d92ca862fabb3808720f287..aeef80e8afbc2b888ccfbce2d4573ab0c7fa02e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3b7ef571002a4223754e0996fa61297c64e61633..99f77237abf6c2956f70ef9572e94f52be363171 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d43b1daba53e246014b83fd9b33c4b63084da37e..26e8d9c75c8fa66a50e162c5c8efe97cc84dbbd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2fda06f4660c9c153390fcb8bad18cd73c3bcf8c..9cc07bceb33cb213fb3dc9a00cee3deb1fb60977 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 35d5aef4f66add8139a99fae255896d4af168b3c..497726b0381c007f7b5fb8852cb54cc702bee557 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9003dab00b2aa0fdcafb6111f26289935b2f53d8..a3258024ddebe29da6db7416676f86413e567b63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e610e70f427790c751816508e16a076833da89fa..da864cf9a47f05fa17a430ffc06cc1df583f7991 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9bb38a739ee2234ca93353bf38283cba95b14cc8..99adc024638ba0cc6c4a37f6f18e242908137dbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 5cf5b0613585fa5462b706439c6b8f68fb1dbd96..42e3f7173dfaa32adbcef42ee9434f15d2f097fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 605896787ba85bdfa862b742d30d9f4e30481d87..0c8f07db73e0b73838a87004eac71bf12e7852af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0d83f5dc9f9c353597169ebd206a3470e0392fb4..c60eb683ab399b08fc272ecc73a8195f998f6f93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 78f537675202036dfc7b2cb13811f3799ec56b0b..4181dc21c23683e2b09a43b4557f37b31205c9e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 93c136ecb3ac0ac759ba3729176185aa0fb19a3e..23bf601d8ad272a772e9d83c5f44f0cde01ddf5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 28ce9ea28324585ceddaa17b21db1ede29c194da..9a150fe6c367782152aebfe2f80ce32a6adbe4a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f8d24c2ef4e3912dd4a67248dd3bce4a63402fb..a20d38c0deb50bd327dea9a09a3a39b78ccfd148 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8cad12803b6acbb7e8627c80d1d7bef2eec97f66..ea2733405e882962a4b0c8d3938deda5bf46d09a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c8911d78905b3bb7a40a773d6a676e125c79c5f3..0f7c0155960c612e90690dca489c2e90d0fb54b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 3fdfb9784ef806a34a65cc35140f2db532e411c2..81d4fe5d211cd628e586a52624fd91f1900945bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 590d714c697712915580ddf972d59a10f4cbcf12..dcca6be753a86e600335b76c8539b6e4cd94bbb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 60d0a22d421b7de106e16a61cf089c0cdeac27ec..fb8b533e5356f04223ea1b5903542f289a7599cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b3f67b057808a7d00d8474a53561d5824de29340..5280d648d4434543880b3bafadafc1112ac9feb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 82a20999c35d96388583b667b2638a4888b2952d..424b7e017e30ee505c15d18c8eaea105585d5b10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index e14917d502021992c5deec770b3a7fab2f81df46..f5689c89fe4cd95106a9ca246991c7ee860e7b50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71de7126247e862cfa78b7201d3c435193bc7b24..eb08030988859856b486cdfc689b11cf15a5974e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 23b9a98502cccc03aa0ce9c8f15a3ada46230086..2d7f7ec6bcc9adf9b906b3adb2b083e0bc52de2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 88e81c87c87a3d8d1694665216a872ac6eef8026..2e5291a5c5243ea11daca06bfc5ebd9daf836fbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index dadf9f4862ceeae7f9641294512b2212b9798627..6e28ff633390d96b96348bca6ba3435c24572521 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 87c4109b469154c20b531e3d6794d8b4d2dcf3c9..e152d7cb2622fc6e2827c30655b18a73595d80de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index cef72c4a9e717f98d2e1dd398b45ca71b0e5e16e..3c67baf28b15aadcb8284a62e356628e41bfe452 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index caa3ff38e17d2c5fa486b7220e38f0001aa312bf..3b06ad7afd4a2b3810c4e57e225d1b79e55914d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0da21dce42fc35a394e777fd5307e1945991e927..429043c0fd7da3c5c943c2c6756ba951a40e3014 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 10e450d1ad85659f5c1b8c7cac6a1d6254384ab7..95b5e06f700b4e3cf10764d730c1c3fc15074a4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 20175383a251f4ac43e6ba5712bb2a879607d943..4c8a4d90e1e2eda4cf4402a79d38427377dc0c19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 36722eb861bbcca3f7f75a9962a7351a13eb40bb..de55952834e0a54cac76470cbc752ed63f1e1b47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c980b54793744d8d352b1d2b22b3840fcbde0d74..a895abd158f8964bf6babc0a58dd7f3c41e799f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2f78e01f137f3763bd8d0338557a552eee5b864b..02327e888c100bcb05117cab7902990ac527b23b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 25a4c9e0099909ddfbb79bdb0034fad20d1ee606..ff5742cade4f3230954e664eb13f0351a04fb95f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7ff305dcbee2cc50de327bb2fef486fea44f4e09..73209d5768b20157ecd562b492eff9cd2d98b9a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 48e48a250cf116a764f5f03b06695fd1100bf7e1..2d7c60576448150e207af84e2b5ea620bb936361 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aa5089cb5e38067b260d42a9e564646f49611735..24cb883db0c31180538a0324930eb8954feb00d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b9f88ff9c32ada5a713cfa69b1e31d8ae16a06a4..000f7536f262b570dc04ff44bee7d258966a5813 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 96b1ee1b1bf439dd986513416751f73a031a0ed5..7be4c76b139ebf70a8834f4ebfa6c924a162fe60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c1dcab69fd5bd83b8ae0803f08be30759fdd7488..be070bd90269d5e123765b77341e2ff8bfd16612 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9891a1f756ab0df2deac108218478ed45019ee57..dff5a7f1b042eabdf86a5272c20410648b584568 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 081a3c840d117c37258dc4db88e233936f962253..054df6307673444cad2da0a05cc5fa4d35ccf07f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8fb62f769e1b3cb772597e006040e6815480c151..f418d441aebcece3a14134e348e92fa3b7f9b7a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2b5b9c54c0066e32bb5402d9868a1c937cce73ab..fb82b0febe30a47fdb2e28edd54982dd017cb8b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index bd6c9489cc801d82e9924a8ccbb0def46503324a..6854bb657cf51222d4cd2866a1f9f3cad5b6da76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b7b5e50fc4461d47db72dc3b30cd6c1ee3779d11..36a4dd210421d6ed3bc567cb9c0f840c8081d346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 7e2457d555735fbe590a2074400eff0ad3909566..ec950be959a840939345757ab7e8598f88e57eb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d3a7a77c4bb5d1eab5454e73f19528e1bb6f5201..4c95e23bcdbdab763ab790500892e67321b38c2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index be800cce68673d9faeb3c00fe78903baefa23038..53fdc9cd74bdae580dcf1de97ce7ab6c485bfc84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2682645dfbb2acfc0160dc6052b69bdd64454e25..8a8c4c95f91980802bb1a43eb27a794d3c6a3c02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 18d2f9e3e23deb71fd2215ef7e2e816a13eb4e70..153cd45f33bbb1cfb67af8a2957bc5cea745f020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 2c702e38a7918b6f669d857d06a04b2fcfc83138..f7d69070d5a33b50fc381ecab75684629e11f39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 32c97983cabe042eae3cb2d0a43625f585fd831a..3f544e17492ae62975cd7501348ace274c96593e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index fb8c52244a34325e48be19e3f5fb369bf394fb37..3bc3e426ddd2d178c91269afbf7085e7b57e290f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aeddf1fdbaeeb900c8406bafdbdd1648e7d38b95..926fa722176b8d29a79de0d539644ed3be38d4e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 31aae4db8b5d7ec6d45adba0f61348f253064261..85ecdb4c657c79e7ced2a4937fab9d731f318755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index aa7a5377729becf9f6be62065f36e888d528433e..7372bc5c723d3f42f23d6d129211ad6215dd9a24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 9f0b675bea70583678d734305834ea4c05d1456e..b73224bc21840003c8eb207b3d25418874a3710f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 280c3eeb90878b1b8687736664d7c6125258a254..d13d6ace6bf09272b1f8fd28001e069029bbbc48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index edbf323c5f27a9223b3a15c3edd0d8a50fde0864..f476867946fc78de2a6878d9580c642329a47349 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 41e890d9be7adb47abd3f2cf895b4698bbea007e..5bd45ad510bca0cf61943c0cf28093bd8b81f8a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d9f7766d79d3112ba1a34ba5d10c5539552dfd53..1c888e26ca75258728529a96149a176bb7ee25be 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index ba467bbda58101df86c3a17fa026ec91f2a6d6a9..66539aefd579fd20398691f7b4db6670ca963852 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index b6e58e3694f39b196b041697f1ac6bd5e30dd3f5..3afa2708bcd9c32a8c6106d466d94673d1afad41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index d46106ac02c3c22b2694c880f69e45427d729ee4..e6ae3c48ed3afc1e5b9d39cf6a2ff85bf0899a75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 084aa65f0697c3858be280aefbf7227ddbe986f9..b69592e797aa3dadfea82c993af36df9444e0fab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 8c2045fd771a096f28a39f85767f25dd36e1ecd0..34dd30eea8837b787d7bf9914545ae274b24d529 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index f3aee0fb9955ea08a4205a9734583a03299f8a09..8885c66065be8538766530c35020ea36a2a1949b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 58c6da52da85d80be139daee2bab2b86a85a4b63..bcc41078e7a171c60c2a3343ff87a07d320afe2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 733adda803b26e7ec3f1c00284b949626ce5db59..de32af669faf375f7dbe598076948b6dece047c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 062bc4f1494dacd0089b49edf8da34b8d3871b9e..57452be7954f189ed46188050a1809da74d42537 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 71dd2da9dccc87e5db5bfdc25078feabb98fe872..87719ffe9f1ac46973fce318aaa02c2d0a64bf17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 0f2403727b578e592d0ca8cc682ec344eb2312d6..84c5bf8fcab69b674dee410710ea9af0109fe2bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index c607e697bddd62efd5b6dcb96522ac96fb0cc24c..39a672964c54113fa5026e4759af1729901af8ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 10f7f44a9d34a351066b90dbc847bf667d1bc73e..3d32e65a91fff2f7a73cacecc8e71ac1bc74b6fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 66c296a268a853ab814817300624bcc3e355c12e..aa4ee175bda6cc82786baf94e39b85598a4460cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 129a08004ebbedf1b56e223b2037da94330410d0..8cf1ab138a0465d78c681ca32f6a519388d4ff6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 1beb3fda5fb1d31240de4a0cd292fdfbee747daf..90be94740bc49da98b278710da6db288d04c8ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 29e7394e9c1da70b39b9d14fe6830ebbbaa54a5f..4b295a5f8b1160108ad836f3bbc6cabf480c0e08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of
index 550372f5d4b5b09c0a630bc53af6e5b15aee719c..7aa11b43b17cdcaece7b347793812e20dd4b7ddc 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright 2000-2018 Vaadin Ltd.
+ * Copyright 2000-2021 Vaadin Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of