From e6dd915041f83d6b012e061c3617b89bfd031133 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Wed, 30 Aug 2023 17:19:12 +0300 Subject: [PATCH] Updated headers and license information. (#642) Switched to use com.mycila.license-maven-plugin for the updating. Appended DevInstructions.md with usage instructions. --- DevInstructions.md | 31 +- LICENSE.txt | 1410 +++++++++++++---- README.md | 2 +- addon/pom.xml | 15 +- addon/src/license/cval3/header.txt | 8 - addon/src/license/header.txt | 8 + .../cval3 => addon/src/license}/license.txt | 10 +- addon/src/license/licenses.properties | 1 - .../AbstractAxesExtremesChangeEvent.java | 25 +- .../addon/charts/AbstractPointEvent.java | 25 +- .../addon/charts/AbstractSeriesEvent.java | 25 +- .../java/com/vaadin/addon/charts/Chart.java | 25 +- .../vaadin/addon/charts/ChartClickEvent.java | 25 +- .../addon/charts/ChartClickListener.java | 25 +- .../addon/charts/ChartDrillupEvent.java | 25 +- .../addon/charts/ChartDrillupListener.java | 25 +- .../com/vaadin/addon/charts/ChartOptions.java | 25 +- .../addon/charts/ChartSelectionEvent.java | 25 +- .../addon/charts/ChartSelectionListener.java | 25 +- .../addon/charts/CheckboxClickEvent.java | 25 +- .../addon/charts/CheckboxClickListener.java | 25 +- .../addon/charts/DrilldownCallback.java | 25 +- .../vaadin/addon/charts/DrilldownEvent.java | 25 +- .../addon/charts/LegendItemClickEvent.java | 25 +- .../addon/charts/LegendItemClickListener.java | 25 +- .../vaadin/addon/charts/PointClickEvent.java | 25 +- .../addon/charts/PointClickListener.java | 25 +- .../vaadin/addon/charts/PointSelectEvent.java | 25 +- .../addon/charts/PointSelectListener.java | 25 +- .../addon/charts/PointUnselectEvent.java | 25 +- .../addon/charts/PointUnselectListener.java | 25 +- .../vaadin/addon/charts/SeriesHideEvent.java | 25 +- .../addon/charts/SeriesHideListener.java | 25 +- .../vaadin/addon/charts/SeriesShowEvent.java | 25 +- .../addon/charts/SeriesShowListener.java | 25 +- .../com/vaadin/addon/charts/Sparkline.java | 25 +- .../charts/XAxesExtremesChangeEvent.java | 25 +- .../charts/XAxesExtremesChangeListener.java | 25 +- .../charts/YAxesExtremesChangeEvent.java | 25 +- .../charts/YAxesExtremesChangeListener.java | 25 +- .../charts/client/HighchartResources.java | 25 +- .../charts/client/HighchartsScriptLoader.java | 25 +- .../charts/client/ui/AbstractClickEvent.java | 25 +- .../client/ui/AfterSetExtremeHandler.java | 25 +- .../charts/client/ui/ChartClickEvent.java | 25 +- .../charts/client/ui/ChartClickHandler.java | 25 +- .../charts/client/ui/ChartDrilldownEvent.java | 25 +- .../client/ui/ChartDrilldownHandler.java | 25 +- .../client/ui/ChartOptionsConnector.java | 25 +- .../charts/client/ui/ChartSelectionEvent.java | 25 +- .../client/ui/ChartSelectionHandler.java | 25 +- .../charts/client/ui/CheckboxClickEvent.java | 25 +- .../client/ui/CheckboxClickHandler.java | 25 +- .../ui/DrilldownEventDetailsBuilder.java | 25 +- .../addon/charts/client/ui/HighchartAxis.java | 25 +- .../charts/client/ui/HighchartConfig.java | 25 +- .../charts/client/ui/HighchartJsOverlay.java | 25 +- .../charts/client/ui/HighchartPoint.java | 25 +- .../charts/client/ui/HighchartSeries.java | 25 +- .../charts/client/ui/HighchartWidget.java | 25 +- .../client/ui/LegendItemClickHandler.java | 25 +- .../client/ui/MouseEventDetailsBuilder.java | 21 +- .../charts/client/ui/PointClickEvent.java | 25 +- .../charts/client/ui/PointClickHandler.java | 25 +- .../addon/charts/client/ui/PointEvent.java | 25 +- .../charts/client/ui/PointSelectHandler.java | 25 +- .../client/ui/PointUnselectHandler.java | 25 +- .../addon/charts/client/ui/SeriesEvent.java | 25 +- .../charts/client/ui/SeriesHideHandler.java | 25 +- .../charts/client/ui/SeriesShowHandler.java | 25 +- .../charts/client/ui/SetExtremesEvent.java | 25 +- .../addon/charts/client/ui/ValueAxisPair.java | 25 +- .../declarative/ChartComponentMapper.java | 25 +- .../ChartDesignAttributeHandler.java | 25 +- .../charts/declarative/ChartDesignCommon.java | 25 +- .../declarative/ChartDesignFormatter.java | 25 +- .../charts/declarative/ChartDesignReader.java | 25 +- .../charts/declarative/ChartDesignWriter.java | 25 +- .../charts/declarative/ColorFactory.java | 25 +- .../charts/events/AbstractSeriesEvent.java | 25 +- .../events/AbstractSeriesItemEvent.java | 25 +- .../charts/events/AxisRescaledEvent.java | 25 +- .../events/ConfigurationChangeListener.java | 25 +- .../addon/charts/events/DataAddedEvent.java | 25 +- .../addon/charts/events/DataRemovedEvent.java | 25 +- .../addon/charts/events/DataUpdatedEvent.java | 25 +- .../addon/charts/events/ItemSlicedEvent.java | 25 +- .../charts/events/SeriesChangedEvent.java | 25 +- .../addon/charts/events/SeriesStateEvent.java | 25 +- .../model/AbstractConfigurationObject.java | 25 +- .../charts/model/AbstractDataLabels.java | 25 +- .../charts/model/AbstractPlotOptions.java | 25 +- .../addon/charts/model/AbstractSeries.java | 25 +- .../charts/model/AbstractSeriesItem.java | 26 +- .../addon/charts/model/AreaOptions.java | 25 +- .../vaadin/addon/charts/model/Attributes.java | 25 +- .../com/vaadin/addon/charts/model/Axis.java | 25 +- .../vaadin/addon/charts/model/AxisList.java | 25 +- .../vaadin/addon/charts/model/AxisTitle.java | 25 +- .../vaadin/addon/charts/model/AxisType.java | 25 +- .../com/vaadin/addon/charts/model/Back.java | 25 +- .../vaadin/addon/charts/model/Background.java | 25 +- .../com/vaadin/addon/charts/model/Bottom.java | 25 +- .../addon/charts/model/BoxPlotItem.java | 25 +- .../com/vaadin/addon/charts/model/Breaks.java | 25 +- .../addon/charts/model/ButtonOptions.java | 25 +- .../addon/charts/model/ButtonPosition.java | 25 +- .../vaadin/addon/charts/model/Buttons.java | 25 +- .../charts/model/ChartConfiguration.java | 25 +- .../vaadin/addon/charts/model/ChartEnum.java | 25 +- .../vaadin/addon/charts/model/ChartModel.java | 25 +- .../vaadin/addon/charts/model/ChartType.java | 25 +- .../vaadin/addon/charts/model/ColorAxis.java | 25 +- .../addon/charts/model/ColumnOptions.java | 25 +- .../vaadin/addon/charts/model/Compare.java | 25 +- .../addon/charts/model/Configuration.java | 25 +- .../addon/charts/model/ContextButton.java | 25 +- .../vaadin/addon/charts/model/Credits.java | 25 +- .../vaadin/addon/charts/model/Crosshair.java | 25 +- .../addon/charts/model/CrosshairLabel.java | 25 +- .../com/vaadin/addon/charts/model/Cursor.java | 25 +- .../vaadin/addon/charts/model/DashStyle.java | 25 +- .../addon/charts/model/DataGrouping.java | 25 +- .../vaadin/addon/charts/model/DataLabels.java | 25 +- .../addon/charts/model/DataLabelsFunnel.java | 25 +- .../addon/charts/model/DataLabelsRange.java | 25 +- .../charts/model/DataProviderSeries.java | 25 +- .../vaadin/addon/charts/model/DataSeries.java | 25 +- .../addon/charts/model/DataSeriesItem.java | 25 +- .../addon/charts/model/DataSeriesItem3d.java | 25 +- .../charts/model/DateTimeLabelFormats.java | 25 +- .../com/vaadin/addon/charts/model/Dial.java | 25 +- .../addon/charts/model/DrillUpButton.java | 25 +- .../charts/model/DrillUpButtonRelativeTo.java | 25 +- .../charts/model/DrillUpButtonTheme.java | 25 +- .../vaadin/addon/charts/model/Drilldown.java | 25 +- .../vaadin/addon/charts/model/Exporting.java | 25 +- .../vaadin/addon/charts/model/FlagItem.java | 25 +- .../vaadin/addon/charts/model/FlagShape.java | 25 +- .../com/vaadin/addon/charts/model/Frame.java | 25 +- .../addon/charts/model/GaugeOptions.java | 25 +- .../com/vaadin/addon/charts/model/Global.java | 25 +- .../addon/charts/model/HTMLLabelItem.java | 25 +- .../vaadin/addon/charts/model/HTMLLabels.java | 25 +- .../com/vaadin/addon/charts/model/Halo.java | 25 +- .../vaadin/addon/charts/model/Handles.java | 25 +- .../vaadin/addon/charts/model/HeatSeries.java | 25 +- .../addon/charts/model/HorizontalAlign.java | 25 +- .../com/vaadin/addon/charts/model/Hover.java | 25 +- .../addon/charts/model/IntervalUnit.java | 25 +- .../com/vaadin/addon/charts/model/Items.java | 25 +- .../com/vaadin/addon/charts/model/Label.java | 25 +- .../com/vaadin/addon/charts/model/Labels.java | 25 +- .../com/vaadin/addon/charts/model/Lang.java | 25 +- .../addon/charts/model/LayoutDirection.java | 25 +- .../com/vaadin/addon/charts/model/Legend.java | 25 +- .../addon/charts/model/LegendNavigation.java | 25 +- .../addon/charts/model/LegendTitle.java | 25 +- .../com/vaadin/addon/charts/model/Level.java | 25 +- .../vaadin/addon/charts/model/ListSeries.java | 25 +- .../vaadin/addon/charts/model/Loading.java | 25 +- .../com/vaadin/addon/charts/model/Marker.java | 25 +- .../addon/charts/model/MarkerSymbol.java | 25 +- .../addon/charts/model/MarkerSymbolEnum.java | 25 +- .../addon/charts/model/MarkerSymbolUrl.java | 25 +- .../vaadin/addon/charts/model/Navigation.java | 25 +- .../vaadin/addon/charts/model/Navigator.java | 25 +- .../com/vaadin/addon/charts/model/NoData.java | 25 +- .../vaadin/addon/charts/model/OhlcItem.java | 25 +- .../addon/charts/model/OhlcOptions.java | 25 +- .../vaadin/addon/charts/model/Options3d.java | 25 +- .../com/vaadin/addon/charts/model/Pane.java | 25 +- .../vaadin/addon/charts/model/PaneList.java | 25 +- .../vaadin/addon/charts/model/PinchType.java | 25 +- .../com/vaadin/addon/charts/model/Pivot.java | 25 +- .../vaadin/addon/charts/model/PlotBand.java | 25 +- .../vaadin/addon/charts/model/PlotLine.java | 25 +- .../addon/charts/model/PlotOptionsArea.java | 25 +- .../charts/model/PlotOptionsArearange.java | 25 +- .../charts/model/PlotOptionsAreaspline.java | 25 +- .../model/PlotOptionsAreasplinerange.java | 25 +- .../addon/charts/model/PlotOptionsBar.java | 25 +- .../charts/model/PlotOptionsBoxplot.java | 25 +- .../addon/charts/model/PlotOptionsBubble.java | 25 +- .../charts/model/PlotOptionsCandlestick.java | 25 +- .../addon/charts/model/PlotOptionsColumn.java | 25 +- .../charts/model/PlotOptionsColumnrange.java | 25 +- .../charts/model/PlotOptionsErrorbar.java | 25 +- .../addon/charts/model/PlotOptionsFlags.java | 25 +- .../addon/charts/model/PlotOptionsFunnel.java | 25 +- .../addon/charts/model/PlotOptionsGauge.java | 25 +- .../charts/model/PlotOptionsHeatmap.java | 25 +- .../addon/charts/model/PlotOptionsLine.java | 25 +- .../addon/charts/model/PlotOptionsOhlc.java | 25 +- .../addon/charts/model/PlotOptionsPie.java | 25 +- .../charts/model/PlotOptionsPolygon.java | 25 +- .../charts/model/PlotOptionsPyramid.java | 25 +- .../charts/model/PlotOptionsScatter.java | 25 +- .../addon/charts/model/PlotOptionsSeries.java | 25 +- .../charts/model/PlotOptionsSolidgauge.java | 25 +- .../addon/charts/model/PlotOptionsSpline.java | 25 +- .../charts/model/PlotOptionsTreemap.java | 25 +- .../charts/model/PlotOptionsWaterfall.java | 25 +- .../addon/charts/model/PointOptions.java | 25 +- .../addon/charts/model/PointPlacement.java | 25 +- .../vaadin/addon/charts/model/Position.java | 25 +- .../addon/charts/model/PyramidOptions.java | 25 +- .../addon/charts/model/RangeSelector.java | 25 +- .../charts/model/RangeSelectorButton.java | 25 +- .../charts/model/RangeSelectorTimespan.java | 25 +- .../addon/charts/model/RangeSeries.java | 25 +- .../addon/charts/model/ResetZoomButton.java | 25 +- .../model/ResetZoomButtonRelativeTo.java | 25 +- .../vaadin/addon/charts/model/Scrollbar.java | 25 +- .../com/vaadin/addon/charts/model/Select.java | 25 +- .../com/vaadin/addon/charts/model/Series.java | 25 +- .../addon/charts/model/SeriesTooltip.java | 25 +- .../com/vaadin/addon/charts/model/Shape.java | 25 +- .../com/vaadin/addon/charts/model/Side.java | 25 +- .../addon/charts/model/StackLabels.java | 25 +- .../vaadin/addon/charts/model/Stacking.java | 25 +- .../com/vaadin/addon/charts/model/States.java | 25 +- .../vaadin/addon/charts/model/StepType.java | 25 +- .../com/vaadin/addon/charts/model/Stop.java | 25 +- .../vaadin/addon/charts/model/Subtitle.java | 25 +- .../addon/charts/model/TickPosition.java | 25 +- .../addon/charts/model/TickmarkPlacement.java | 25 +- .../vaadin/addon/charts/model/TimeUnit.java | 25 +- .../addon/charts/model/TimeUnitMultiples.java | 26 +- .../com/vaadin/addon/charts/model/Title.java | 25 +- .../vaadin/addon/charts/model/Tooltip.java | 25 +- .../charts/model/TreeMapLayoutAlgorithm.java | 25 +- .../model/TreeMapLayoutStartingDirection.java | 25 +- .../vaadin/addon/charts/model/TreeSeries.java | 25 +- .../addon/charts/model/TreeSeriesItem.java | 25 +- .../addon/charts/model/VerticalAlign.java | 25 +- .../addon/charts/model/WaterFallSum.java | 25 +- .../com/vaadin/addon/charts/model/XAxis.java | 25 +- .../com/vaadin/addon/charts/model/YAxis.java | 25 +- .../com/vaadin/addon/charts/model/ZAxis.java | 25 +- .../com/vaadin/addon/charts/model/Zones.java | 25 +- .../vaadin/addon/charts/model/ZoomType.java | 25 +- .../AbstractSeriesBeanSerializer.java | 26 +- .../model/serializers/AxisListSerializer.java | 25 +- .../serializers/AxisTitleBeanSerializer.java | 25 +- .../BeanSerializationDelegate.java | 26 +- .../serializers/BeanSerializerDelegator.java | 26 +- .../serializers/ButtonThemeWidthFilter.java | 25 +- .../serializers/ChartEnumSerializer.java | 25 +- .../ChartOptionsBeanSerializerModifier.java | 25 +- .../DataProviderSeriesBeanSerializer.java | 25 +- .../DataSeriesItemBeanSerializer.java | 26 +- .../model/serializers/DateSerializer.java | 25 +- .../DefaultBeanSerializerModifier.java | 25 +- .../GradientColorStopsSerializer.java | 26 +- .../model/serializers/InstantSerializer.java | 25 +- .../LegendTitleBeanSerializer.java | 25 +- .../model/serializers/PaneListSerializer.java | 25 +- .../model/serializers/SizeSerializer.java | 25 +- .../serializers/SolidColorSerializer.java | 25 +- .../model/serializers/StopSerializer.java | 25 +- .../model/serializers/StringSerializer.java | 25 +- .../ThemeGradientColorBeanSerializer.java | 26 +- .../TimeUnitMultiplesSerializer.java | 25 +- .../serializers/TitleBeanSerializer.java | 25 +- .../addon/charts/model/style/AxisStyle.java | 25 +- .../addon/charts/model/style/ButtonTheme.java | 25 +- .../addon/charts/model/style/ChartStyle.java | 25 +- .../addon/charts/model/style/Color.java | 25 +- .../addon/charts/model/style/FontWeight.java | 25 +- .../charts/model/style/GradientColor.java | 25 +- .../addon/charts/model/style/LegendStyle.java | 25 +- .../addon/charts/model/style/MarkerStyle.java | 25 +- .../charts/model/style/PlotOptionsStyle.java | 26 +- .../addon/charts/model/style/SolidColor.java | 25 +- .../addon/charts/model/style/Style.java | 25 +- .../charts/model/style/StylePosition.java | 25 +- .../charts/model/style/StyleWrapper.java | 25 +- .../addon/charts/model/style/Theme.java | 25 +- .../charts/model/style/TickIntervalStyle.java | 25 +- .../charts/model/style/TooltipStyle.java | 25 +- .../addon/charts/shared/ChartClientRpc.java | 25 +- .../addon/charts/shared/ChartConnector.java | 25 +- .../charts/shared/ChartOptionsState.java | 25 +- .../addon/charts/shared/ChartServerRpc.java | 21 +- .../addon/charts/shared/ChartState.java | 25 +- .../charts/shared/DrilldownEventDetails.java | 25 +- .../charts/shared/DrilldownPointDetails.java | 25 +- .../charts/shared/MouseEventDetails.java | 25 +- .../vaadin/addon/charts/themes/GrayTheme.java | 25 +- .../vaadin/addon/charts/themes/GridTheme.java | 25 +- .../charts/themes/HighChartsDefaultTheme.java | 25 +- .../addon/charts/themes/SkiesTheme.java | 25 +- .../addon/charts/themes/VaadinTheme.java | 25 +- .../addon/charts/themes/ValoDarkTheme.java | 25 +- .../addon/charts/themes/ValoLightTheme.java | 25 +- .../addon/charts/util/ChartSerialization.java | 25 +- .../addon/charts/util/SVGGenerator.java | 25 +- .../com/vaadin/addon/charts/util/Util.java | 25 +- addon/src/main/java/module-info.java | 22 +- .../com/vaadin/addon/charts/Widgetset.gwt.xml | 22 +- .../charts/declarative/ColorFactoryTests.java | 10 + .../junittests/ChartDesignReaderTest.java | 10 + .../charts/junittests/ChartDesignTest.java | 10 + .../junittests/ChartDesignWriterTest.java | 10 + .../charts/junittests/PlotOptionsTest.java | 11 +- .../charts/junittests/SerializationTest.java | 10 + .../junittests/TestClassesSerializable.java | 10 + .../junittests/AxisJSONSerializationTest.java | 10 + .../ButtonThemeJSONSerializationTest.java | 10 + .../ChartBeforeClienResponseTest.java | 10 + .../ChartDataSeriesJSONSerializationTest.java | 10 + .../ChartOptionsJSONSerializationTest.java | 10 + .../ConfigurationJSONSerializationTest.java | 10 + ...figurationObjectJSONSerializationTest.java | 10 + .../model/junittests/ConfigurationTest.java | 10 + .../DataSeriesItemJSONSerializationTest.java | 10 + .../LabelsJSONSerializationTest.java | 10 + .../charts/model/junittests/PlotBandTest.java | 10 + .../PlotOptionsJSONSerializationTest.java | 10 + .../charts/model/junittests/SeriesTest.java | 10 + .../junittests/StopJSONSerializationTest.java | 10 + ...imeUnitMultiplesJSONSerializationTest.java | 10 + .../TooltipJSONSerializationTest.java | 10 + .../UnsafeHTMLJSONSerializationTest.java | 10 + .../util/junittests/SerializationTest.java | 10 + .../examples/advanced/use/AdvancedUse.java | 10 + .../book/examples/basic/use/BasicUse.java | 10 + .../configuration/ChartConfiguration.java | 10 + .../book/examples/chart/data/ChartData.java | 10 + .../book/examples/chart/types/ChartTypes.java | 10 + .../getting/started/GettingStarted.java | 10 + .../book/examples/migration/Migration.java | 10 + .../java/book/examples/timeline/Timeline.java | 10 + .../demo/chartexport/ChartExportDemo.java | 10 + .../vaadin/demo/chartexport/MyVaadinUI.java | 10 + .../vaadin/demo/chartexport/SwingDemo.java | 10 + .../demo/chartexport/util/PdfExportDemo.java | 10 + .../demo/chartplugin/ChartPluginExamples.java | 10 + .../vaadin/demo/chartplugin/MyVaadinUI.java | 10 + .../client/HighchartPluginResources.java | 10 + .../client/HighchartsPluginScriptLoader.java | 10 + .../chartplugin/model/CustomChartTypes.java | 10 + .../demo/chartplugin/model/MapChartType.java | 10 + .../demo/chartplugin/model/MapSeries.java | 10 + .../demo/chartplugin/model/ValueRange.java | 10 + compatibility-addon/license/cval3/header.txt | 8 - compatibility-addon/license/header.txt | 8 + .../license}/license.txt | 10 +- .../license/licenses.properties | 1 - compatibility-addon/pom.xml | 31 +- .../src/license/cval3/header.txt | 8 - compatibility-addon/src/license/header.txt | 8 + .../cval3 => src/license}/license.txt | 10 +- .../src/license/licenses.properties | 1 - .../charts/model/ContainerDataSeries.java | 21 +- .../CompatibilityBeanSerializerModifier.java | 25 +- .../ContainerDataSeriesBeanSerializer.java | 26 +- .../src/main/java/module-info.java | 10 + .../ContainerSeriesJSONSerializationTest.java | 10 + .../com/vaadin/addon/charts/ChartsDemoUI.java | 10 + .../com/vaadin/addon/charts/DemoServlet.java | 10 + directory/assembly/README.txt | 28 +- directory/assembly/license.html | 4 +- documentation/charts-overview.asciidoc | 12 +- .../java-api/charts-installing.asciidoc | 7 +- .../examples/AbstractVaadinChartExample.java | 10 + .../addon/charts/examples/ChartExample.java | 10 + .../addon/charts/examples/ExampleUtil.java | 10 + .../addon/charts/examples/SkipFromDemo.java | 10 + .../charts/examples/area/AreaSpline.java | 10 + .../examples/area/AreaWithMissingPoints.java | 10 + .../examples/area/AreaWithNegativeValues.java | 10 + .../addon/charts/examples/area/BasicArea.java | 10 + .../examples/area/ColoredContainerSeries.java | 10 + .../charts/examples/area/InvertedAxes.java | 10 + .../charts/examples/area/PercentageArea.java | 10 + .../charts/examples/area/StackedArea.java | 10 + .../columnandbar/BarWithDisabledState.java | 10 + .../BarWithLegendLabelFormatter.java | 10 + .../columnandbar/BarWithNegativeStack.java | 10 + .../examples/columnandbar/BasicBar.java | 10 + .../columnandbar/BasicBarNoTitle.java | 10 + .../examples/columnandbar/BasicColumn.java | 10 + .../BasicColumnWithPointWidthAndRange.java | 10 + .../ChartWithLazyDrilldownInTabSheet.java | 10 + .../ColumnWithIncompleteCategories.java | 10 + .../ColumnWithLazyMultiLevelDrilldown.java | 10 + .../ColumnWithMultiLevelDrilldown.java | 10 + ...MultiLevelDrilldownDuplicatePointName.java | 10 + .../ColumnWithNativeDrilldown.java | 10 + ...lumnWithNativeDrilldownMultipleSeries.java | 10 + .../ColumnWithNativeLazyDrilldown.java | 10 + .../ColumnWithNativeLazyDrilldownByIndex.java | 10 + ...WithNativeLazyDrilldownMultipleSeries.java | 10 + .../ColumnWithNegativeValues.java | 10 + .../columnandbar/ColumnWithRotatedLabels.java | 10 + .../columnandbar/ColumnWithShapedLabels.java | 10 + .../columnandbar/ColumnWithShapedTooltip.java | 10 + .../columnandbar/DualAxesLineAndColumn.java | 10 + .../OverrideStackingForSpecificSeries.java | 10 + .../columnandbar/StackedAndGroupedColumn.java | 10 + .../examples/columnandbar/StackedBar.java | 10 + .../examples/columnandbar/StackedColumn.java | 10 + .../columnandbar/StackedPercentageColumn.java | 10 + .../columnandbar/ToggledSeriesVisibility.java | 10 + .../combinations/ColumnLineAndPie.java | 10 + .../examples/combinations/DualCharts.java | 10 + .../examples/combinations/MultipleAxes.java | 10 + .../MultipleAxesWithResetZoom.java | 10 + .../combinations/ScatterAndPolygon.java | 10 + .../ScatterWithRegressionLine.java | 10 + .../container/ChartWithExternalContainer.java | 10 + .../ContainerSeriesWithHighAndLow.java | 21 +- .../container/ContainerWithLotsOfData.java | 10 + .../dataprovider/BeansFromDataProvider.java | 10 + .../ChartWithExternalDataProvider.java | 21 +- ...hExternalDataProviderWithChangingData.java | 10 + .../DataProviderSeriesWithHighAndLow.java | 10 + .../DataProviderSeriesWithSpline.java | 10 + .../DataProviderWithLotsOfData.java | 21 +- .../SimpleChartWithDataProviderSeries.java | 21 +- .../declarative/DeclarativeBasicLine.java | 10 + .../DeclarativeCompareMultipleSeries.java | 10 + .../DeclarativeTreemapWithLevels.java | 10 + .../examples/dynamic/ClickToAddPoint.java | 10 + .../examples/dynamic/DynamicExtremes.java | 10 + .../addon/charts/examples/dynamic/Events.java | 10 + .../dynamic/LineWithHideDataButton.java | 10 + .../examples/dynamic/MasterDetailChart.java | 10 + .../examples/dynamic/ModifyOnePoint.java | 10 + .../examples/dynamic/ServerSideEvents.java | 10 + .../examples/dynamic/WebXYChartSelection.java | 10 + .../charts/examples/librarydata/Helmet.java | 10 + .../examples/librarydata/LibraryData.java | 10 + .../examples/lineandscatter/BasicLine.java | 10 + .../BasicLineGettingMousePointerPosition.java | 10 + .../BasicLineWithAutoRotation.java | 10 + .../lineandscatter/BasicLineWithCallouts.java | 10 + .../BasicLineWithCustomCrosshairLabels.java | 21 +- .../BasicLineWithCustomCrosshairs.java | 10 + .../BasicLineWithDataLabels.java | 10 + .../BasicLineWithHTMLLegend.java | 10 + .../BasicLineWithNavigator.java | 10 + .../BasicLineWithRedGridLines.java | 10 + .../lineandscatter/BasicLineWithShadow.java | 10 + .../BasicLineWithTickCount.java | 10 + .../BasicLineWithTickPositions.java | 10 + .../lineandscatter/BasicLineZIndex.java | 10 + .../lineandscatter/DateAxisAndClickEvent.java | 10 + .../examples/lineandscatter/LargeDataSet.java | 10 + .../lineandscatter/LineWithDashSelector.java | 10 + .../lineandscatter/LineWithMissingPoint.java | 10 + .../LinesWithComplexHtmlTooltip.java | 10 + .../lineandscatter/LogarithmicAxis.java | 10 + .../lineandscatter/SplineInverted.java | 10 + .../SplineUpdatingEachSecond.java | 10 + ...tingEachSecondWithCustomizedNewPoints.java | 10 + .../SplineUpdatingEachSecondWithTwoLines.java | 10 + .../lineandscatter/SplineWithItemLabels.java | 10 + ...SplineWithPlotBandRemoveFunctionality.java | 10 + .../lineandscatter/SplineWithPlotBands.java | 10 + .../lineandscatter/SplineWithSymbols.java | 10 + .../examples/lineandscatter/StepLines.java | 10 + .../TimeDataWithIrregularIntervals.java | 10 + ...thIrregularIntervalsAndLocalizedTexts.java | 10 + .../TimeSeriesIntervalUnit.java | 10 + .../lineandscatter/TimeSeriesZoomable.java | 10 + .../UtcTimeDataAndTooltipDateFormat.java | 10 + .../examples/marketing/AreaSplineSite.java | 10 + .../charts/examples/marketing/ColumnSite.java | 10 + .../charts/examples/marketing/PieSite.java | 10 + .../charts/examples/other/AngularGauge.java | 10 + .../charts/examples/other/AreaRange.java | 10 + .../Basic3DColumnWithGradientBackground.java | 10 + .../examples/other/BorderColorTest.java | 10 + .../charts/examples/other/BoxPlotExample.java | 10 + .../examples/other/BubbleChartExample.java | 10 + .../other/BubbleChartMaxSizePercentage.java | 10 + .../addon/charts/examples/other/Clock.java | 10 + .../charts/examples/other/ColorThreshold.java | 10 + .../charts/examples/other/ColumnRange.java | 10 + .../other/ColumnRangeResourceUsage.java | 10 + .../charts/examples/other/CustomClock.java | 10 + .../charts/examples/other/CustomThemeUI.java | 10 + .../examples/other/ErrorBarExample.java | 10 + .../examples/other/ExportingExample.java | 10 + .../examples/other/FunnelChartExample.java | 10 + .../examples/other/GaugeWithDualAxes.java | 10 + .../charts/examples/other/HeatMapExample.java | 10 + .../charts/examples/other/JSAndJavaApi.java | 10 + .../examples/other/LegendMarginTestUI.java | 10 + .../charts/examples/other/NoDataExample.java | 10 + .../examples/other/NoDataToDisplay.java | 22 +- .../other/PartialUpdateConflicts.java | 10 + .../charts/examples/other/PolarChart.java | 10 + .../examples/other/PyramidChartExample.java | 10 + .../other/ResizeInsideVaadinComponent.java | 10 + .../examples/other/SVGGeneratorExample.java | 10 + .../other/SimpleSparklineExample.java | 10 + .../charts/examples/other/SolidGauge.java | 10 + .../SparklineExampleWithLargeDataset.java | 10 + .../charts/examples/other/Spiderweb.java | 10 + .../examples/other/TreeMapPointClick.java | 10 + .../examples/other/TreemapWithColorAxis.java | 10 + .../examples/other/TreemapWithLevels.java | 10 + .../addon/charts/examples/other/VUMeter.java | 10 + .../examples/other/WaterfallChartExample.java | 10 + .../addon/charts/examples/other/WindRose.java | 10 + .../addon/charts/examples/pie/DonutChart.java | 10 + .../addon/charts/examples/pie/PieChart.java | 10 + .../charts/examples/pie/PieChartCursors.java | 10 + .../examples/pie/PieChartWithCredits.java | 10 + .../examples/pie/PieWithCustomBorder.java | 10 + .../examples/pie/PieWithGradientFill.java | 10 + .../charts/examples/pie/PieWithLegend.java | 10 + .../pie/PieWithLegendAndMouseDetails.java | 10 + .../examples/pie/PieWithLegendNavigator.java | 10 + .../examples/pie/PieWithNativeDrilldown.java | 10 + .../examples/pie/PieWithStartAndEndAngle.java | 10 + .../AbstractPointClickCoordinatesChart.java | 10 + .../PointClickCoordinatesBarChart.java | 10 + .../PointClickCoordinatesColumnChart.java | 10 + .../PointClickCoordinatesDonutChart.java | 10 + .../PointClickCoordinatesPieChart.java | 10 + .../PointClickCoordinatesScatterChart.java | 10 + .../PointClickCoordinatesTreeMapChart.java | 10 + .../examples/themes/ChangingThemeAndLang.java | 10 + .../examples/themes/ChangingThemes.java | 10 + .../charts/examples/themes/CustomTheme.java | 10 + .../GrayThemedAreaWithNegativeValues.java | 10 + .../examples/themes/GrayThemedBarChart.java | 10 + .../examples/themes/GridThemedBarChart.java | 10 + .../examples/themes/SkiesThemedBarChart.java | 10 + .../examples/themes/SkiesThemedPieChart.java | 10 + .../themes/VaadinThemedAreaSpline.java | 10 + .../themes/VaadinThemedBasicLine.java | 10 + .../themes/VaadinThemedColumnLineAndPie.java | 10 + .../themes/VaadinThemedPercentageArea.java | 10 + .../examples/themes/VaadinThemedPieChart.java | 10 + .../charts/examples/threed/Basic3DColumn.java | 10 + .../charts/examples/threed/Basic3DPie.java | 10 + .../examples/threed/Basic3DScatter.java | 10 + .../threed/ThreeDAxisConfiguration.java | 10 + .../charts/examples/timeline/Candlestick.java | 10 + .../timeline/CompareMultipleSeries.java | 10 + .../examples/timeline/FlagsPlacement.java | 10 + .../addon/charts/examples/timeline/Ohlc.java | 10 + .../timeline/RangeSelectorButtons.java | 21 +- .../RangeSelectorCustomDateParser.java | 21 +- .../examples/timeline/SingleLineSeries.java | 10 + .../timeline/TimeSeriesWithTimeline.java | 10 + .../examples/timeline/util/StockPrices.java | 10 + .../src/main/java/TestServlet.java | 10 + .../AbstractUIProviderImpl.java | 15 +- .../charts/demoandtestapp/SkipFromDemo.java | 10 + .../addon/charts/demoandtestapp/TListUi.java | 15 +- .../addon/charts/demoandtestapp/TestUI.java | 10 + .../charts/junittests/SVGGeneratorTest.java | 10 + .../testbenchtests/AbstractParallelTest.java | 10 + .../AbstractPointClickCoordinatesTest.java | 10 + ...AbstractSimpleScreenShotTestBenchTest.java | 10 + .../testbenchtests/AngularGaugeTBTest.java | 10 + .../testbenchtests/AreaRangeTBTest.java | 10 + .../testbenchtests/AreaSplineTBTest.java | 10 + .../AreaWithMissingPointsTBTest.java | 10 + .../AreaWithNegativeValuesTBTest.java | 10 + .../BarWithDisabledStateTBTest.java | 10 + .../BarWithLegendLabelFormatterTBTest.java | 10 + .../BarWithNegativeStackTBTest.java | 10 + .../Basic3DColumnGraphTBTest.java | 10 + ...c3DColumnWithGradientBackgroundTBTest.java | 10 + .../Basic3DScatterGraphTBTest.java | 10 + .../testbenchtests/BasicAreaTBTest.java | 10 + .../testbenchtests/BasicBarNoTitleTBTest.java | 10 + .../charts/testbenchtests/BasicBarTBTest.java | 10 + .../testbenchtests/BasicColumnTBTest.java | 10 + ...LineGettingMousePointerPositionTBTest.java | 10 + .../testbenchtests/BasicLineTBTest.java | 10 + .../BasicLineWithAutoRotationTBTest.java | 10 + ...icLineWithCustomCrosshairLabelsTBTest.java | 10 + .../BasicLineWithDataLabelsTBTest.java | 10 + .../BasicLineWithNavigatorTBTest.java | 10 + .../BasicLineWithRedGridColorTBTest.java | 10 + .../BasicLineWithShadowTBTest.java | 10 + .../BasicLineWithTickCountTBTest.java | 10 + .../BasicLineWithTickPositionsTBTest.java | 10 + .../testbenchtests/BasicLineZIndexTBTest.java | 10 + .../testbenchtests/BorderColorTBTest.java | 10 + .../testbenchtests/BoxPlotExampleTBTest.java | 10 + .../BubbleChartExampleTBTest.java | 10 + .../BubbleChartMaxSizePercentageTBTest.java | 10 + .../testbenchtests/CandlestickTBTest.java | 10 + .../ChangingDataProviderTBTest.java | 10 + .../testbenchtests/ChangingThemesTBTest.java | 10 + .../ChartWithExternalContainerTBTest.java | 10 + .../ChartWithExternalDataProviderTBTest.java | 10 + .../testbenchtests/ChartsBrowserFactory.java | 10 + .../testbenchtests/ClickToAddPointTBTest.java | 10 + .../charts/testbenchtests/ClockTBTest.java | 10 + .../testbenchtests/ColorThresholdTBTest.java | 10 + .../ColumnLineAndPieTBTest.java | 10 + .../testbenchtests/ColumnRangeTBTest.java | 10 + .../ColumnWithIncompleteCategoriesTBTest.java | 10 + ...lumnWithLazyMultiLevelDrilldownTBTest.java | 10 + ...evelDrilldownDuplicatePointNameTBTest.java | 10 + .../ColumnWithNativeDrilldownTBTest.java | 10 + ...nWithNativeLazyDrilldownByIndexTBTest.java | 10 + .../ColumnWithNativeLazyDrilldownTBTest.java | 10 + .../ColumnWithNegativeValuesTBTest.java | 10 + .../ColumnWithRotatedLabelsTBTest.java | 10 + .../ColumnWithShapedLabelsTBTest.java | 10 + .../ColumnWithShapedTooltipTBTest.java | 10 + .../CompareMultipleSeriesTBTest.java | 10 + .../testbenchtests/CustomThemeTBTest.java | 10 + .../DataProviderSeriesWithSplineTBTest.java | 10 + .../DeclarativeBasicLineTBTest.java | 10 + ...eclarativeCompareMultipleSeriesTBTest.java | 10 + .../DeclarativeTreemapWithLevelsTBTest.java | 10 + .../testbenchtests/DonutChartTBTest.java | 10 + .../DualAxesLineAndColumnTBTest.java | 10 + .../testbenchtests/DualChartsTBTest.java | 10 + .../testbenchtests/ErrorBarExampleTBTest.java | 10 + .../testbenchtests/FlagsPlacementTBTest.java | 10 + .../FunnelChartExampleTBTest.java | 10 + .../GaugeWithDualAxesTBTest.java | 10 + ...rayThemedAreaWithNegativeValuesTBTest.java | 10 + .../GrayThemedBarChartTBTest.java | 10 + .../GridThemedBarChartTBTest.java | 10 + .../charts/testbenchtests/HeatMapTBTest.java | 10 + .../testbenchtests/JSAndJavaApiTBTest.java | 10 + .../testbenchtests/LargeDataSetTBTest.java | 10 + .../testbenchtests/LegendMarginTBTest.java | 10 + .../LineWithDashSelectorTBTest.java | 10 + .../LineWithHideDataButtonTBTest.java | 10 + .../testbenchtests/LogarithmicAxisTBTest.java | 10 + .../testbenchtests/MasterDetailTBTest.java | 10 + .../testbenchtests/MultipleAxesTBTest.java | 10 + .../MultipleAxesWithResetZoomTBTest.java | 10 + .../testbenchtests/NoDataExampleTBTest.java | 10 + .../testbenchtests/NoDataToDisplayTBTest.java | 10 + .../charts/testbenchtests/OhlcTBTest.java | 10 + .../testbenchtests/PartialUpdatesTBTest.java | 10 + .../testbenchtests/PercentageAreaTBTest.java | 10 + .../charts/testbenchtests/PieChartTBTest.java | 10 + .../PieLegendItemClickMouseDetailsTBTest.java | 10 + .../PieLegendItemClickTBTest.java | 10 + .../PieWithGradientFillTBTest.java | 10 + .../PieWithLegendNavigatorTBTest.java | 10 + .../testbenchtests/PieWithLegendTBTest.java | 10 + .../PieWithNativeDrilldownTBTest.java | 10 + .../PieWithStartAndEndAngleTBTest.java | 10 + .../PointClickCoordinatesBarChartTBTest.java | 10 + ...ointClickCoordinatesColumnChartTBTest.java | 10 + ...PointClickCoordinatesDonutChartTBTest.java | 10 + .../PointClickCoordinatesPieChartTBTest.java | 10 + ...intClickCoordinatesScatterChartTBTest.java | 10 + ...intClickCoordinatesTreeMapChartTBTest.java | 10 + .../PointWidthAndRangeTBTest.java | 10 + .../testbenchtests/PolarChartTBTest.java | 10 + .../RangeSelectorButtonsTBTest.java | 10 + .../RangeSelectorCustomDateParserTBTest.java | 21 +- .../ScatterAndPolygonTBTest.java | 10 + .../ScatterWithRegressionLineTBTest.java | 10 + .../ServerSideEventsTBTest.java | 10 + .../testbenchtests/SimpleSparklineTBTest.java | 10 + .../SingleLineSeriesWithTimelineTBTest.java | 10 + .../SkiesThemedBarChartTBTest.java | 10 + .../SkiesThemedPieChartTBTest.java | 10 + .../testbenchtests/SpiderwebTBTest.java | 10 + .../SplineWithInvertedAxesTBTest.java | 10 + .../SplineWithItemLabelsTBTest.java | 10 + ...WithPlotBandRemoveFunctionalityTBTest.java | 10 + .../SplineWithPlotBandsTBTest.java | 10 + .../SplineWithSymbolsTBTest.java | 10 + .../StackedAndGroupedColumnTBTest.java | 10 + .../testbenchtests/StackedAreaTBTest.java | 10 + .../testbenchtests/StackedBarTBTest.java | 10 + .../testbenchtests/StackedColumnTBTest.java | 10 + .../StackedPercentageColumnTBTest.java | 10 + .../ThreeDAxisConfigurationTBTest.java | 10 + .../TimeDataWithIrregularIntervalsTBTest.java | 10 + .../TimeDataWithLocalizationsTBTest.java | 10 + .../TimeSeriesIntervalUnitTBTest.java | 10 + .../TimeSeriesWithTimelineTBTest.java | 10 + .../TimeSeriesZoomableTBTest.java | 10 + .../ToggledSeriesVisibilityTBTest.java | 10 + .../TreeMapPointClickTBTest.java | 10 + .../charts/testbenchtests/TreeMapTBTest.java | 10 + .../TreeMapWithColorAxisTBTest.java | 10 + .../charts/testbenchtests/VUMeterTBTest.java | 10 + .../WaterfallChartExampleTBTest.java | 10 + .../WebXYChartSelectionTBTest.java | 10 + .../charts/testbenchtests/WindroseTBTest.java | 10 + pom.xml | 33 +- 695 files changed, 7659 insertions(+), 5268 deletions(-) delete mode 100644 addon/src/license/cval3/header.txt create mode 100644 addon/src/license/header.txt rename {compatibility-addon/src/license/cval3 => addon/src/license}/license.txt (51%) delete mode 100644 addon/src/license/licenses.properties delete mode 100644 compatibility-addon/license/cval3/header.txt create mode 100644 compatibility-addon/license/header.txt rename {addon/src/license/cval3 => compatibility-addon/license}/license.txt (51%) delete mode 100644 compatibility-addon/license/licenses.properties delete mode 100644 compatibility-addon/src/license/cval3/header.txt create mode 100644 compatibility-addon/src/license/header.txt rename compatibility-addon/{license/cval3 => src/license}/license.txt (51%) delete mode 100644 compatibility-addon/src/license/licenses.properties diff --git a/DevInstructions.md b/DevInstructions.md index da92684b5..25585b47c 100644 --- a/DevInstructions.md +++ b/DevInstructions.md @@ -142,4 +142,33 @@ EGit: 1. right-click project > *Team* > *Remote* > *Configure Push To Upstream...* *-* Push URIs: ssh://yourusername@dev.vaadin.com:29418/charts.git *-* Ref mappings: HEAD:refs/for/master -1. right-click project > *Team* > *Push to Upstream* \ No newline at end of file +1. right-click project > *Team* > *Push to Upstream* + +Maintenance +===== + +Updating copyright year range +----- +1. update currentYear in the parent module's pom.xml as the first thing every year +1. run license:format for the parent module to update the year range in all the Java files of all the modules (based on addon/src/license/header.txt and currentYear) +1. check that only .java files got updated and update the exclusion list for com.mycila.license-maven-plugin in the parent module's pom.xml if needed +1. update the header of addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml manually (the plugin is configured to ignore all .xml files) + +Updating license name or version +----- +Java class license headers: +1. update the files header.txt and license.txt in both addon/src/license/ and compatibility-addon/src/license/ (duplicated because both jars need to contain the files) +1. run license:format for the parent module to update the license information and the year range in all the Java files of all the modules (based on addon/src/license/header.txt and currentYear in the parent module's pom.xml) +1. check that only .java files got updated and update the exclusion list for com.mycila.license-maven-plugin in the parent module's pom.xml if needed +1. update the header of addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml manually (the plugin is configured to ignore all .xml files) + +Other places where the licensing information should be updated: +1. LICENSE.txt +1. AdVaaLicen tag for org.apache.maven.plugins.maven-jar-plugin in both addon/pom.xml and compatibility-addon/pom.xml +1. Vaadin Charts documentation for [Vaadin 8](https://vaadin.com/docs/v8/charts/charts-overview) and [Vaadin 7](https://vaadin.com/docs/v7/charts/charts-overview) +1. general add-on licensing documentation ([V8](https://vaadin.com/docs/v8/framework/addons) and [V7](https://vaadin.com/docs/v7/framework/addons)) + +Removal should be considered, but update while they still exist: +1. license.html and README.txt in directory/assembly/ +1. documentation/charts-overview.asciidoc +1. documentation/java-api/charts-installing.asciidoc \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 3349e63fe..26530f44c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,279 +1,1141 @@ -Commercial Vaadin Add-On License version 3 +Vaadin Commercial License and Service Terms -NOTICE TO USER: PLEASE READ THIS LICENSE AGREEMENT CAREFULLY. BY -USING ALL OR ANY PART OF THE LICENSED SOFTWARE YOU ACCEPT ALL THE -TERMS AND CONDITIONS OF THIS AGREEMENT, INCLUDING, IN PARTICULAR THE -RESTRICTIONS ON: USE AND TRANSFERABILITY CONTAINED IN CLAUSE 2; -WARRANTY IN CLAUSE 6; LIABILITY IN CLAUSE 7. YOU ACCEPT THAT THIS -AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN NEGOTIATED AGREEMENT DULY -SIGNED BY YOU. IF YOU DO NOT AGREE ON ALL THE TERMS AND CONDITIONS OF -THIS AGREEMENT, STOP THE USE OF THE LICENSED SOFTWARE IMMEDIATELY. +Terms and Conditions for Use, Reproduction and Distribution +NOTICE TO USER: PLEASE READ THESE VAADIN COMMERCIAL LICENSE AND SERVICE TERMS +CAREFULLY. + +BY USING ALL OR ANY PART OF THE LICENSED SOFTWARE OR COMMERCIAL SERVICE, YOU +AGREE ON BEHALF OF YOURSELF AND YOUR COMPANY (IF APPLICABLE) TO THE TERMS +BELOW. IF YOU DO NOT AGREE WITH THESE TERMS, OR DO NOT HAVE THE AUTHORITY TO +BIND YOUR COMPANY, DO NOT INSTALL, REGISTER FOR OR USE THE PRODUCT OR SERVICE, +AND DESTROY OR RETURN ALL COPIES OF THE PRODUCT. + +IF YOU ARE AGREEING TO THESE TERMS ON BEHALF OF YOURSELF IN YOUR INDIVIDUAL +CAPACITY, THEN YOU ARE THE CUSTOMER. IF YOU ARE AGREEING TO THESE TERMS ON +BEHALF OF YOUR COMPANY, THEN YOUR COMPANY IS THE CUSTOMER. 1. Definitions -In this Agreement, unless the context requires otherwise, the +1.1. In these Commercial Terms, unless the context requires otherwise, the following words and phrases shall have the following meanings: - * "Developer" shall mean a software developer, tester, designer - or other person - * "Vaadin Framework" shall mean the Vaadin user interface library - and web framework that help Developers in building rich internet - applications and that is available for download at the - vaadin.com website. - * "Licensed Software" shall mean an add-on software component, - theme, tool or other software or resource that adds - functionality to Vaadin Framework or helps Developers in - developing Vaadin Framework based applications. Licensed - Software include, but are not limited to, user interface - components, data integration components, graphical themes - and development tools. - * "Use Licensed Software" shall mean either directly interacting - with, including without limitations using the user interface - of, running on workstation or installing, the Licensed Software - during Project or editing Project source code file that refers - to or depends on Licensed Software either directly or - indirectly. Developer who edits source code that can not be - compiled and/or run without a copy of Licensed Software is - considered to Use Licensed Software. Interacting with a test - server that runs Licensed Software as a part of automated test - suite is not consider as Use of Licensed Software, but the - maintainers of the mentioned test suite are considered to Use - Licensed Software. - * "Agreement" shall mean this Commercial Vaadin Add-On License - version 3 agreement. - * "License" shall mean the right to Use Licensed Software - according to Agreement by one Developer and is identified by a - unique License Number. - * "License Number" shall mean a number that identifies one unique - License and is created by Vaadin Ltd. and sent to Licensee after - the payment of the license fee or Subscription fee. - * "Intellectual Property Rights" shall mean any and all patent, - copyright, trademark, design right, petty patent, service mark, - domain name or any other right or trade secret whether - registered or not. - * "Licensee" shall mean the entity that has purchased Licensed - Software or subscribed to a subscription that includes the right - to Use Licensed Software. - * "Licensor" shall mean Vaadin Ltd. or a third party licensing - Licensed Software under Agreement. - * "Parties/Party" shall mean Licensee and Licensor, or either of - them. - * "Project" shall mean Licensee's software development project - during which the participating Developers Use Licensed Software - and which aims to produce Project Result. - * "Project Result" shall mean the outcome of the Project. - * "Vaadin Directory" shall mean the central on-line repository for - add-on software components and tools at vaadin.com website - operated by Vaadin Ltd. - * "Subscription" shall mean a subscription offered by Vaadin Ltd. - in which Licensor grants rights to Use Licensed Software - according to the terms of the subscription. - * "Major Version", "Minor Version" and "Maintenance Version" shall - mean parts of a version number X.Y.Z, where X is considered to be - Major Version, Y Minor Version and Z Maintenance version. For - example, in version 7.1.3 the Major Version is 7, Minor Version - 1 and Maintenance Version 3. - - -2. Grant of License - -2.1 Licensor grants to Licensee, against full payment of respected -license fee or Subscription fee, a worldwide, royalty-free, -irrevocable, non-exclusive limited License to Use Licensed Software in -Project(s) by a Developer. -2.2 Licensee shall not, unless expressly provided in Agreement or in -the applicable legislation -2.2.1 rent, lease or loan Licensed Software or any copy of it; -2.2.2 remove, obliterate, deface or in any way alter the notice of -Licensor or third parties' proprietary rights related to Licensed -Software; -2.2.3 grant sub-licenses to Licensed Software or assign its rights or -obligations under this Agreement to a third party. -2.3 Licensee may license, for free or against a payment, Project -Result including Licensed Software whether regarded as derivative -works or not. End users using Project Result that does not involve -changing any source code are not required to have a valid License. If -Project Result is further developed or modified by changing its source -code or the Project Results is used as a software component or -framework in a software development project, all persons who Use -Licensed Software need to have a valid License. If Project Result is a -software development tool, component or environment that provides the -functionality of the Licensed Software for use in software development -projects, all persons who Use Licensed Software need to have a valid -License. -2.4 Licensee may transfer License to another person or an entity for -free or for a fee. License is transferred by giving the associated -License Number to the recipient and ceasing Use of Licensed Software -with that particular License Number by the original Licensee. After -this, only the Developers of the original Licensee for whom the -Licensee still has a valid License and License Number may continue to -Use Licensed Software. -2.5 If the License is obtained as a part of Subscription, the right to -Use Licensed Software expires when Subscription ends. -2.6 If the License has been given for a limited period, the right to -Use Licensed Software expires when the this period ends. - - -3. Intellectual Property Rights -3.1 All Intellectual Property Rights in and to Licensed Software are -and shall at all times remain the sole and exclusive property of -Licensor and its third party licensors, if any. -3.2 Licensee will not at any time do or cause to be done any such act -or thing which in any way impairs, or intends to impair, any right, -title, interest or any Intellectual Property Right of Licensor or its -third party licensors. Licensee shall not in any manner represent that -it has any ownership of any kind in any of the above mentioned -Intellectual Property Rights. - - -4. License fee -4.1 In consideration for the license granted herein, Licensor shall -charge Licensee a license fee according to price visible at Vaadin -Directory at the time of purchase or a Subscription fee when the -License is included as a part of Subscription. Licensee must have a -valid License for all Developers who Use Licensed Software in Project. -License may be used in many Projects simultaneously without additional -payments. Project Result may be copied an unlimited number of times -and deployed to an unlimited number of computers without additional -payments. -4.2 Licensee's License will be valid on the payment of respected -license or Subscription fee and delivery of corresponding License -Number by Vaadin Ltd. If License is given by Vaadin Ltd. without a -fee, License if valid immediately after delivery of corresponding -License Number by Vaadin Ltd. - - -5. Term and termination -5.1 This Agreement and the Licenses granted herein become effective as -of the payment of the applicable license fee. -5.2 In the event Licensee fails to comply with the terms set in this -Agreement, the License granted herein shall not be valid and Licensee -must either comply with one of the open source licenses available, if -any, listed for Licensed Software at Vaadin Directory or at once cease -the use of Licensed Software and any of its rights under Clause 2, and -delete all copies of Licensed Software. -5.3 Licensor has the right, in addition and without prejudice to any -other rights or remedies, to terminate this Agreement immediately as -follows: -5.3.1 for any material breach of Agreement, that is not cured within -seven (7) days of receipt by Licensee in default of a written notice -specifying the breach and requiring its cure; -5.3.2 upon receiving a written notice, if (a) all or a substantial -portion of the assets of Licensee are transferred to an assignee for -the benefit of creditors, or to a receiver or a trustee in bankruptcy, -(b) a proceeding is commenced by or against Licensee for relief under -bankruptcy or similar laws and such proceeding is not dismissed within -sixty (60) days, or (c) Licensee is adjudged bankrupt. -5.4 If and when this Agreement is terminated due to any reason or -cause whatsoever, the Licensee shall cease to Use Licensed Software -and any of its rights under Clause 2, and delete all copies of -Licensed Software. -5.5 Provisions of the Agreement which, by their nature, are intended -to survive its termination or expiration, shall survive its -termination or expiration. - - -6. Warranties -THE LICENSED SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND -EXPRESS OR IMPLIED, AND TO THE MAXIMUM EXTENT PERMITTED BY THE -APPLICABLE LAW. EXCEPT AS EXPRESSLY PROVIDED IN THIS CLAUSE, NO -WARRANTY, CONDITION, UNDERTAKING, LIABILITY OR TERM, EXPRESS OR -IMPLIED, STATUTORY OR OTHERWISE, AS TO CONDITION, QUALITY, -PERFORMANCE, FUNCTIONALITY, INFRINGEMENT, MERCHANTABILITY, DURABILITY -OR FITNESS FOR PURPOSE, IS GIVEN OR ASSUMED BY VAADIN LTD., LICENSOR -OR ITS LICENSORS AND ALL SUCH WARRANTIES, CONDITIONS, UNDERTAKINGS AND -TERMS ARE HEREBY EXCLUDED. - - -7. Limitation of Liability -VAADIN LTD. AND/OR LICENSOR WILL NOT BE LIABLE FOR ANY INDIRECT, -INCIDENTAL, PUNITIVE OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF -ANY KIND WHATSOEVER AND HOWSOEVER CAUSED (INCLUDING BUSINESS -INTERRUPTION, OR ANY LOSS OF BUSINESS, ANTICIPATED SAVINGS, REVENUE, -GOODWILL, MANAGEMENT TIME, LOSS OF PROFITS OR OF CONTRACTS, LOSS OF -OPERATION TIME, LOSS OF REPUTATION OR OF DATA) INCLUDING NEGLIGENCE, -WHETHER IN CONTRACT OR TORT, EVEN IF THEY HAVE BEEN ADVISED OF THE -POSSIBILITY. DEVELOPER WILL USE REASONABLE EFFORTS TO MITIGATE THEIR -LOSS SUFFERED. VAADIN LTD'S AND/OR LICENSOR'S AGGREGATE LIABILITY AND -THAT OF ITS AFFILIATES AND SUPPLIERS UNDER OR IN CONNECTION WITH THIS -LICENSE AGREEMENT WILL BE LIMITED TO THE AMOUNT PAID FOR THE LICENSED -SOFTWARE. - - -8. Updates, new versions maintenance and support -Licensor may, in its sole discretion, provide maintenance releases, -updates and upgrades as new versions of Licensed Software. All new -Maintenance Version and Minor Version updates of Licensed Software are -free and do not require a purchase of new Licenses. Major Version -upgrades require a new License. -Licensee is not entitled to receive support for the Licensed Software, -but Licensor may, in its sole discretion, provide support either for -free or for a fee. - - -9. Miscellaneous - -9.1 No Waiver -The failure of Licensor to exercise any of its rights under this -Agreement or to require the performance of any term or provision of -this Agreement, or the waiver by either Party of such breach of this -Agreement, shall not prevent a subsequent exercise or enforcement of -such right or be deemed a waiver of any subsequent breach of the same -or any other term or provision of this Agreement. Any waiver of the -performance of any of the terms or conditions of this Agreement shall -be effective only if in writing and signed by the Party against which -such waiver is to be enforced. - -9.2 Headings -The headings in this Agreement are for the convenience of the Parties -only and are not intended to define or limit the scope or -interpretation of the Agreement or any provision hereof. - -9.3 Severability -If any term of this Agreement is invalid or unenforceable, such terms -or provisions shall not invalidate the rest of the Agreement which -shall remain in full force and effect as if such invalidated or -unenforceable terms or conditions had not been made a part of this -Agreement. In the event this section (Severability) becomes operative, -Parties agree to attempt to negotiate settlement that carries out the -economic intent of the terms or provisions found invalid or -unenforceable. - -9.4 Export Control -The Licensed Software may be subject to import and export controls in -other countries. Licensee agrees to strictly comply with all -applicable import and export regulations and acknowledge that Licensee -has the responsibility to obtain licenses to export, re-export, -transfer or import Licensed Software. - -9.5 Entire Agreement and Assignment -Agreement sets forth the entire agreement between the Parties with -respect to the subject matter hereof and supersedes any prior -proposals and representations, whether written or oral. Neither Party -shall have the right to assign this Agreement to a third party without -the prior written consent of the other party. However, Licensor shall -have the right to assign this Agreement and all of the rights and -obligations contained therein to a company belonging to the same group -of companies as Licensor, and to a third party to which the business -of Licensor is transferred. As an exception, the Licensee shall have -the right to transfer License as described in 2.4. - -9.6 Governing Law -This Agreement and its terms and conditions shall be governed by and -construed in accordance with the substantive laws in force in: (a) the -State of California, if Licensee's domicile is in the United States; -or (b) Finland, if Licensee's domicile is outside the United States. -This Agreement shall be construed and enforced without regard to the -United Nations Convention on the International Sale of Goods. The -official text of the Agreement or any notices given or accounts or -statements required hereby shall be in English. Any dispute or -controversy or claim arising out of or relating to this Agreement -involving the Parties, shall be resolved by final and binding -arbitration in accordance with: (a) the International Chamber of -Commerce Rules of Arbitration if Licensee's domicile is in the United -States; or (b) the Arbitration Rules of the Finnish Central Chamber of -Commerce if Licensee's domicile is outside the United States; by one -(1) arbitrator appointed according to the aforementioned rules. The -arbitration shall be conducted in the English language in: (a) San -Francisco, California, United States if Licensee's domicile is in the -United States; or (b) Turku, Finland if Licensee's domicile is outside -the United States. \ No newline at end of file + +1.2. “Agreement” shall mean an accepted Order, SOW or other agreement document +that refers to and incorporates these Commercial Terms. + +1.3. “Authorized Application” shall mean a software application developed by +Customer using Licensed Software under a valid Runtime License. + +1.4. “Authorized User” shall mean Customer if Customer is a natural person; or +Customer’s employee or third-party consultant if Customer is a company and +Customer authorizes such employee or third-party consultant to Use Licensed +Software or use another item that is subject to a Subscription on behalf of +Customer within Customer’s internal operations. + +1.5. "Commercial Terms" shall mean these Vaadin Commercial License and Service +Terms. + +1.6. “Consulting” shall mean Services, by which Customer purchases Vaadin’s +professional expertise, either outside a Subscription or as part of Services +provided under a Subscription. + +1.7. "Customer" shall mean the customer who has executed the Agreement and +subscribed to or purchased Licensed Software and/or Services. + +1.8. “Customer Work Products” shall mean all Materials created by Vaadin for +Customer through performance of the Consulting, other than Vaadin +Non-Commercial Materials, Vaadin Commercial Materials and Pre-Existing +Materials. + +1.9. "Developer" shall mean a software developer, tester, designer or other +person developing a software application. + +1.10. “Effective Date” means the date when Vaadin has accepted Customer’s Order +for Licensed Products or Services, or when both Parties have signed an +Agreement by physical signature or electronic signature. + +1.11. “Intellectual Property Rights” shall mean all copyrights (including the +right to modify and assign such copyright), patents, utility models, designs, +trademarks, logos, domain names, inventions, improvements, trade secrets, +know-how and all other intellectual property rights (including any applications +or rights to the foregoing). + +1.12. "License" shall mean the right to Use Licensed Software in accordance +with the Agreement and in particular the limitations and other license type +related terms and conditions set out under Section 4 below. + +1.13. "Licensed Software" shall mean such computer software program(s), which +are provided by Vaadin to Customer under the terms and conditions of these +Commercial Terms, as well as any related updates and upgrades, and which are +identified in more detail in an Order or an Agreement. + +1.14. “Materials” shall mean all works of authorship, programs, software, code, +source code, system design, processes, tools, reports, manuals, supporting +materials, drawings, diagrams, flowcharts, business templates, documents, +materials, technology, trademarks, trade secrets, websites, modifications, +updates, enhancements, innovations (whether or not patented) and concepts. + +1.15. “Order” shall mean a written or electronic order document (an order form, +invoice, or similar document) entered into between Customer and Vaadin for +Licensed Software or Services. Unless an Order says something different, each +Order will be governed by the terms of these Commercial Terms and identify the +Licensed Software and/or Service to be delivered as well as any usage +limitations, applicable fees, and any other details related to the Subscription +or other transaction. + +1.16. "Parties/Party" shall mean Customer and Vaadin, or either of them. + +1.17. “Pre-Existing Materials” shall mean all Materials, which existed prior to +the Effective Date of an Agreement on Consulting, or which are thereafter +created independently of such Agreement, other than Vaadin Non-Commercial +Materials and Vaadin Commercial Materials. + +1.18. "Project" shall mean Customer’s software development project during which +the participating Developers Use Licensed Software and which aims to produce +Project Result. + +1.19. "Project Result" shall mean the outcome of the Project. + +1.20. “Service(s)” shall mean any services, information or products (other than +Licensed Software) that are supplied by Vaadin to Customer and that are defined +in the Agreement. Services may be provided as part of a Subscription or as +separately invoiced Consulting. + +1.21. “SOW” shall mean a statement of work documents that the Parties enter +into under the Agreement and that concerns Consulting. + +1.22. "Subscription" shall mean a subscription in which Customer subscribes to +one or more of the following: (a) a right to use a Service, (b) a right to use +Vaadin Commercial Materials, or (c) a right to Use Licensed Software; all for +the agreed Subscription term and in accordance with the Agreement. + +1.23. “Supported Software” consists of the latest minor version of Vaadin +platform version 10, version 14 and all major versions starting from version +23, and second latest minor versions of Vaadin platform versions starting from +version 23, for a period described on vaadin.com website. The contents of each +Vaadin platform version is defined in the respective release notes. Supported +Software does not include pre-release versions, such as beta, alpha or release +candidate versions. + +1.24. “Support Hours” are between 7 am and 8 pm GMT from Monday to Friday, +except for the 1st of Jan, 6th of Jan, Good Friday, Easter Monday, 1st of May, +Ascension Day, Midsummer eve, 6th of Dec and 24–26 of Dec. GMT+1 Summer Time is +used between the last Sunday of March and the last Sunday of October. + +1.25. "Use Licensed Software" shall mean using Licensed Software either in +object code form or source code form or using Licensed Software as a part of an +automation test suite or an automated build process. + +1.26. “Vaadin” shall mean the Vaadin company who has executed the Agreement. If +Customer’s domicile is in the United States, such Vaadin company shall be +Vaadin, Inc., located at 405 El Camino Real, Menlo Park, CA 94025, United +States. If Customer’s domicile is outside the United States, such Vaadin +company shall be Vaadin Ltd (Finnish Business ID 1613563-9), located at +Ruukinkatu 2–4, FI-20540 Turku, Finland. + +1.27. “Vaadin Commercial Materials” shall mean all Licensed Software and other +Materials that are owned by Vaadin Ltd (Finnish Business ID 1613563-9) and that +are made available, based on a payment, through the vaadin.com online service, +Github and/or other services, under a commercial license in connection with a +Subscription or Consulting. + +1.28. “Vaadin Non-Commercial Materials” shall mean all Materials that are owned +by Vaadin Ltd (Finnish Business ID 1613563-9) and that are made available for +free in the vaadin.com online service, Github and/or other services, typically +under an open source or other non-commercial license. + +2. Scope of Application +2.1. These Commercial Terms are applied to the provision of commercial Licensed +Software and commercial Services by Vaadin to its Customers, including +Subscriptions and Consulting that are provided against payment. + +3. Subscriptions, Orders and SOWs +3.1. Vaadin offers non-free Subscriptions that to varying degrees give access +to Services, Licensed Software and other Vaadin Commercial Materials. + +3.2. The detailed content of each Subscription or other transaction is set out +in an Order document delivered by Vaadin to Customer when a new Subscription is +created, an existing Subscription is renewed, or other transaction is executed. + +3.3 The Order sets out (a) the identity of Customer, (b) the ordered Service, +Licensed Software or other Vaadin Commercial Materials, (c) the Subscription +fee, (d) the Subscription term, (e) the relevant License type (where +applicable), i.e., Developer License, Runtime License or Trial License, (f) +possible specific restrictions and limitations, (g) possible specific rights, +such as redistribution rights, (h) possible maintenance and support services +related to Licensed Software, and (i) possible other relevant details of the +Subscription or other transaction. + +3.4. Unless otherwise set out for Licenses under Section 4 below, all +Subscriptions may only be used by such Authorized Users that have been named by +Customer and that have been connected to a Subscription. The number of +Authorized Users included in a Subscription depends on the number of named +users purchased by Customer. Unless otherwise set out for Licenses under +Section 4 below, the list of Authorized Users can be changed at any time by +Customer’s Subscription administrator. + +3.5. Customer is responsible for ensuring that its Authorized Users maintain +the usernames, passwords and other identifiers necessary for the use of +Licensed Software, or use of another item that is subject to a Subscription, +diligently and that they do not disclose them to third parties. Customer must +promptly notify Vaadin about any unauthorized use of such identifiers. Customer +shall ensure that its Authorized Users comply with the Agreement and Customer +shall be responsible for its Authorized Users’ use of Licensed Software or use +of another item that is subject to a Subscription. + +3.6. Vaadin Pro Subscriptions come with a thirty (30) day money-back guarantee. +If Customer for any reason wishes to cancel such Subscriptions within thirty +(30) days from the beginning of the first Subscription term, Customer can +contact Vaadin for a refund of the Subscription fees. + +3.3. In case of Consulting the relevant Services to be delivered by Vaadin to +Customer, as well as the relevant fees and other terms applicable to such +Services, are set out in a SOW that is entered into under the Agreement. + +4. Grant of License to Use Licensed Software, License Types +4.1 This Section 4 sets out the terms under which Vaadin grants Licenses to +Customer and it also includes License type specific terms and conditions. Any +License being granted as well as the relevant License type shall be determined +at the time of the Subscription and set out in the Order or other Agreement +document. + +4.2 Except for the License explicitly set out below in this Section 4, Customer +(and each Authorized User) may not use, copy, modify, rent, loan, lease, sell, +sublicense, create derivative works from, transfer or distribute, the Licensed +Software for any purposes, or make the Licensed Software available to any +person or entity that is not an Authorized User, or assign its rights or +obligations under the Agreement to a third party. Furthermore, Customer shall +not decompile, disassemble, decode, adapt, or otherwise attempt to derive or +gain access to the source code of the Licensed Software, in whole or in part or +reverse engineer the Licensed Software or any elements of the Licensed +Software, or remove any proprietary notices from the Licensed Software, or use +the Licensed Software in any manner or for any purpose that infringes, +misappropriates, or otherwise violates any Intellectual Property Rights or +other right of any person, or that violates any applicable law. Customer shall +not use Licensed Software to develop, test, support or market services or +products that are competing with and/or provide similar functionality to the +Licensed Software (wrapping is forbidden). Vaadin grants no rights other than +those explicitly granted herein, and Customer shall not exceed the scope of its +License as set forth herein and in the applicable Order. + +4.3. Developer License +4.3.1 General Provisions +4.3.1.1 This Section 4.3 contains the terms and conditions of Vaadin’s +developer License (“Developer License”), under which Vaadin licenses +development components for use by a Developer. + +4.3.1.2 Vaadin grants to Customer, based on full payment of the Subscription +fee, a worldwide, royalty-free, non-exclusive, limited License to Use Licensed +Software in Project(s). + +4.3.1.3 Customer must procure the right to Use Licensed Software for each +individual Developer separately. For clarity, if the Project Result that +includes the Licensed Software is further developed or modified or is used as a +component or framework in a software development project or otherwise provides +the functionality of the Licensed Software for use in a software development +project, all Developers who Use Licensed Software in such context need to have +a valid Developer License. + +4.3.1.4 The list of Developers can be changed by Customer, but after an +individual Developer has been designated by Customer, Customer may not +reallocate the Developer License from the designated Developer to another +Developer before sixty (60) days have passed from such designation. + +4.3.1.5 Customer is entitled to Use Licensed Software for the purpose of +testing and building software applications as part of Customer’s Project. As +long as Customer has at least one valid Developer License, Customer’s right to +Use Licensed Software also includes interacting with a server that runs +Licensed Software as a part of an automated test suite, automated build system +or corresponding system (without this requiring a separate License). + +4.3.2 Redistribution Right +4.3.2.1. Under the Developer License, Customer may be entitled to redistribute +the Licensed Software as part of Customer’s Project Result, as set out in this +Section 4.3.2. Such possible redistribution right is set out for each Licensed +Software component separately and indicated in the Order. + +4.3.2.2. The redistribution permitted under Section 4.3.2.1 above allows +Customer to redistribute the Licensed Software in object code form only, and +only as embedded in Customer’s Project Result for use by end users of the +Project Result. + +4.3.2.3. Customer may not distribute Licensed Software as a standalone product, +or as a part of any product other than Customer’s Project Result, or in any +form that allows any Licensed Software (or portion thereof) to be reused by any +application other than Customer’s Project Result. Accordingly, Customer shall +not use the Licensed Software to develop, test, support or market services or +products that are competing with and/or provide similar functionality to the +Licensed Software (wrapping is forbidden). + +4.3.2.4. For the avoidance of doubt, Customer’s end users of the Project Result +are not allowed to use the Licensed Software, or any portions thereof, for +software development or application development purposes unless they first +purchase a separate Developer License from Vaadin for each relevant end user. +Customer or the Developer must not grant end users of the Project Result any +right to further sublicense the Licensed Software or any portions thereof. + +4.3.2.5. If the Order expressly grants Customer the right to redistribute or +offer access to all or a portion of the Licensed Software, then, in conjunction +with any such grant, Customer must comply with any limitations or requirements +specified in the Order or in these Commercial Terms, as applicable, and Vaadin +must distribute or offer access to the Project Result including the Licensed +Software subject to a license agreement or terms of use between Vaadin and each +customer of Customer accessing such Project Result that: (a) protects Vaadin’s +interests consistent with the terms contained in these Commercial Terms, (b) +prohibits Vaadin’s customer or other end user from any further distribution of +the Licensed Software, (c) includes a limitation of damages clause that, to the +maximum extent permitted by applicable law, disclaims on behalf of Vaadin or +its respective Vaadins, suppliers or resellers, liability for any and all +damages, whether direct, special, incidental or consequential damages, (d) +contains terms substantially similar to those in these Commercial Terms. +Furthermore, Customer must include a valid copyright message in the Project +Result in a location viewable by its end users that will serve to protect +Vaadin’s copyright and other Intellectual Property Rights in the Licensed +Software. + +4.4. Runtime License +4.4.1. This Section 4.4 contains the terms and conditions of Vaadin’s runtime +License (“Runtime License”), under which Vaadin provides access rights to +Licensed Software embedded in an application. + +4.4.2. In consideration of Customer’s payment of the fees for the Licensed +Software Subscription as set out in the applicable Order, Vaadin grants to +Customer a worldwide, non-exclusive, non-transferable, non-assignable, limited +right, during the applicable Subscription term, to use, via its Authorized +Users, the Licensed Software according to the Commercial Terms solely: (i) for +Authorized Application(s) set forth in the relevant Order; (ii) in Customer's +internal operations as set out below; and (iii) within the specific scope and +limitations, and for the specific configuration(s), in each case, as specified +in the applicable Order. + +4.4.3. Customer may grant licenses, for free or based on a payment, to the +Authorized Application(s) including Licensed Software, whether regarded as +derivative works or not, as long as Customer has obtained from Vaadin a valid +Runtime License for and on behalf of Customer’s own customers (that Use +Licensed Software), or Customer clearly communicates that anyone Using Licensed +Software needs to obtain a valid Runtime License from Vaadin prior to +installation and use of the Authorized Application(s) including Licensed +Software. + +4.4.4. Customer is entitled to offer its Authorized Application(s) including +Licensed Software to its end users as a cloud service, without such end users +of the cloud service obtaining separate Runtime Licenses to the Licensed +Software, required that this is done in accordance with these Commercial Terms +and the scope and limitations set out in the applicable Order. + +4.4.5. In case Customer wishes to use the Licensed Software in connection to a +new Authorized Application or wishes to order Licenses to additional Licensed +Software, the Parties shall agree thereupon in an Order. + +4.5. Trial License +4.5.1. This Section 4.5 contains the terms and conditions of Vaadin’s trial +License (“Trial License”), under which Vaadin may make certain software +components available for free evaluation use by Customer. Further terms and +conditions applicable to a particular Trial License may be set out in the Order +or appear in connection with a trial registration form. + +4.5.2. Vaadin grants to Customer a limited, non-exclusive License to Use +Licensed Software solely in Customer’s internal operations for evaluation +purposes. The Trial License may be subject to one or more usage limits. + +4.5.3. Customer may not (a) circumvent any technical limitations included in +the Licensed Software offered to Customer under a Trial License; (b) integrate +the Licensed Software into Project Results or use it for any commercial, +production or training purpose; or (c) transfer the Trial License to any third +party, or redistribute the Licensed Software being subject to a Trial License. + +4.5.4. Vaadin makes the Licensed Software available to Customer on a trial +basis until the earlier of (a) the end of the trial period for which Customer +registered; (b) the start date of any paid Subscription to such Licensed +Software; or (c) termination of the trial by Vaadin in its discretion. The +trial period is not automatically renewed, and Customer may not register for a +new free trial with respect to a particular Licensed Software, before twelve +(12) months have passed from the beginning of the previous trial period. +Customer may request an extension to the trial period from Vaadin, and Vaadin +may in its discretion decide to extend such trial period for Customer. + +4.5.5. Any data that Customer enters into a Licensed Software, and any +configurations or customizations made to a Licensed Software by or for +Customer, during Customer’s free trial will be permanently lost unless Customer +purchases a paid Subscription to the same Licensed Software as covered by the +trial, or export such data, before the end of the trial period. + +5. Updates, Upgrades, Maintenance and Support for Licensed Software +5.1. Vaadin may, at its sole discretion, during the Subscription term offer +maintenance releases, updates and upgrades (new versions) to Licensed Software. +Installed updates replace and/or supplement (and may disable) the version of +the Licensed Software previously provided under the License. The updated +Licensed Software remains subject to the terms of the License and to any +special terms and conditions possibly accompanying such update. + +5.2. Customer is not entitled to receive support for the Licensed Software, +except as set out in the Order or other Agreement document. Vaadin may also +otherwise at its sole discretion provide support for the Licensed Software +during the Subscription term, either for free or for a fee. + +6. Subscription-based Services, Tools, and Features +6.1. This Section 6 sets out the terms under which Customer may purchase +certain Subscription-based tools, features and other Services from Vaadin. Any +tool, feature or other Service to be delivered by Vaadin to Customer shall be +set out and agreed upon in an Order or other Agreement. Sections 6.2–6.10 below +apply with respect to Customer only to such extent that Customer has explicitly +agreed upon the delivery of such tools, features or other Services by Vaadin to +Customer. + +6.2 Training Courses +6.2.1. Customer is offered access to Vaadin’s recorded and/or live, instructor +led online training courses during the term of the Subscription. + +6.2.2. Customer Users can enroll to live training courses subject to +availability of seats. Once Vaadin has processed the Customer User’s +enrollment, Vaadin will send such Customer User a confirmation email. + +6.2.3. Vaadin exclusively owns and retains all title, Intellectual Property +Rights, and any other rights in and to Vaadin Materials used in connection with +training courses. Customer agrees not to copy or distribute Vaadin’s +copyrighted material without Vaadin’s prior written consent and not to use +recording equipment in Vaadin’s classes without Vaadin’s prior written consent. + +6.3. Vaadin Commercial Tools +6.3.1. Customer is given access to existing and upcoming versions of Vaadin’s +commercial components and tools as defined in an Order or other Agreement +document. Vaadin grants Customer a license to use the commercial Vaadin tools +and components for the duration of the Subscription in accordance with the +applicable license terms set for each tool and component. Unless otherwise set +out in the applicable license terms set for each tool or component, Customer’s +right of use shall expire without a separate notice when the Subscription is +terminated or expires. + +6.4. Expert Chat +6.4.1. Customer is offered access to a chat service, where Vaadin’s expert team +helps Customer by answering technical questions. This Service allows Customer +to get advice regarding any issues related to Supported Software through a chat +service during the Support Hours. Only advice is provided as part of this +Service. For example, implementation of software, UX design, hands-on sessions +through screen sharing or corresponding, or training services are not provided +as part of this Service. + +6.5. Expert on Demand +6.5.1. Customer is provided with an on-demand software development and advisory +Service, where Vaadin’s expert team helps Customer with Vaadin’s applications. +This Service is provided as ticket-based Consulting in accordance with this +Section 6.5 and Section 7.1 below. + +6.5.2. This Service may include a number of hours that are added into the time +balance in the beginning of the Subscription term or on a monthly basis or that +are purchased separately. Customer may submit service requests to the Service. +The time used for resolving the service requests is deducted from Customer’s +time balance. The Subscription has a credit limit that allows resolution of +service requests in case the time balance is zero (0) or negative, up to the +credit limit. The negative time balance will be invoiced monthly. At the end of +the Subscription term any unused positive balance is lost. When the +Subscription is terminated, any remaining time balance is lost. + +6.5.3. During the Support Hours, the resolution of a support request will be +started within two (2) business days. If Vaadin fails to start the resolution +as agreed, Customer will be compensated with one (1) free Expert on Demand hour +that is added to the time balance. + +6.5.4. If the estimated work effort for resolving a service request totals to +more than four (4) hours, a confirmation is requested from Customer before +starting the work. If the estimated work effort is inadequate for completing +the work, Vaadin is not obligated to continue working and will stop working on +the service request when the estimated number of hours is reached, if Customer +does not authorize the continuation of the service request at their expense. + +6.6. Warranty +6.6.1. This Service allows Customer to request a specific bug in Supported +Software to be fixed. There can be only one open warranty request at a time per +Subscription. Vaadin reserves the right to choose, at its sole discretion, +which warranty requests will be fixed. + +6.6.2. During the Support Hours, the resolution of a support request will be +started within two (2) business days. If Vaadin fails to start the resolution +as agreed, Customer will be compensated with one (1) free Expert on Demand hour +that is added to the time balance. + +6.7. Vaadin Mentor +6.7.1. This Service is provided as Consulting in accordance with Section 7.1 +below. + +6.8. Indemnification +6.8.1. Vaadin shall indemnify, defend and hold harmless Customer from and +against any and all third-party claims and/or liabilities, including attorneys’ +fees and costs, arising directly out of the use of Vaadin products by Customer +in compliance with the Agreement. The aforesaid claims include claims of +misappropriation, infringement, and invalid licensing of copyrighted work. If +any action or proceeding is brought against Customer by reason of any of the +foregoing matters, Vaadin shall upon written notice in English defend the same +at Vaadin’s expense and Customer shall cooperate with Vaadin in such defense. +If in the reasonable opinion of Vaadin a Vaadin product infringes third-party +Intellectual Property Rights or if such infringement has been confirmed in a +trial, Vaadin shall and may at its own expense and discretion either (a) obtain +the right to continue use of the Vaadin product for Customer; (b) replace the +Vaadin product with a product or service that complies with the Agreement and +corresponds to the Vaadin product; or (c) modify the Vaadin product in order to +eliminate the infringement in such a manner that the modified Vaadin product +with the Agreement. If none of the above-mentioned alternatives is available to +Vaadin on reasonable terms, Customer shall, at the request of the supplier, +stop using the Vaadin product and return it, and Vaadin shall refund the price +paid by Customer for the deliverable less the proportion of the price +corresponding to the actual time of use. Vaadin shall not, however, be liable +if the claim (a) is due to willful misconduct or gross negligence by Customer, +(b) is asserted by a group company of Customer, (c) results from alteration of +the Vaadin product by Customer or from compliance with Customer’s written +instructions; (d) results from use of the Vaadin product in combination with +any product or service not supplied by Vaadin; or (e) could have been avoided +by the use of a released product or service that complies with the Agreement +and corresponds with the deliverables and which product or service is offered +for use to Customer by Vaadin without separate charge. The aforesaid indemnity +obligation of Vaadin shall, however, always be limited to an amount equal to +three times the yearly Subscription fee, and Vaadin’s liability for indemnified +claims shall be limited to this Section 6.8. + + +6.9. Extended Maintenance for Vaadin +6.9.1. The extended maintenance for Vaadin Service extends the coverage of the +Expert Chat Service (Section 6.4) and the Warranty Service (Section 6.6) thus +that the latest minor versions of Vaadin Framework versions 7 and 8 and related +Vaadin components, Vaadin Tools, Vaadin Pro Add-ons and stable status add-ons +released by Vaadin are covered for the duration of the Subscription term. + +6.9.2. The extended maintenance for Vaadin Service extends the coverage of the +Expert Chat Service (Section 6.4) and the Warranty Service (Section 6.6) thus +that the latest minor versions of Vaadin platform versions 10, 14, and 23+ are +covered for the duration of the Subscription term. + +6.9.3. Any and all changes to the software covered by Extended Maintenance may +be published under a commercial or non-commercial License and will be made +available exclusively to Customers that have subscribed to the extended +maintenance for Vaadin Service. + +6.9.4. The scope of the extended maintenance for Vaadin Service is described in +more detail in the Order or other Agreement document. + +6.10. Custom Builds +6.10.1 This Service allows Customer to request specific bugs fixes or features +to be backported to a non-supported version of Vaadin Framework or Vaadin +Platform and released as a Customer specific build under a commercial Runtime +License (Section 4.4) (“Custom Build”). Features will be backported under the +Expert on Demand Service (Section 6.5) and charged separately. Vaadin maintains +the Custom Build for the duration of the Subscription. The license to use the +Custom Build is valid for the duration of the Subscription and ends when the +Subscription terminates. + +6.10.2. During the Support Hours, the resolution of a support request will be +started within two (2) business days. If Vaadin fails to start the resolution +as agreed, Customer will be compensated with one (1) free Expert on Demand hour +that is added to the time balance. + +6.10.3. Vaadin will build a new version of the Custom Build on demand basis, +however, at most once a month. + +6.11. Technical Success Manager +6.11.1 Technical Success Manager (“TSM”) is a technical expert allocated to +help Customer to use Vaadin’s products and services in a productive manner. +TSM's areas of expertise include, but are not limited to, answering technical +questions, disseminating best practices, and coordinating work between Customer +and Vaadin. + +6.11.2. Customer may request regular meetings with the TSM with a maximum +monthly total of four (4) hours of active meeting time. Preparation and +coordination time related to the meetings is not included in the above +mentioned monthly total. + +6.11.3. Software programming and project management are not included in the +scope of this TSM service referred to in this Section 6.11. Programming and +project management services are provided under Expert on Demand and Consulting +services. + +7. Consulting +7.1. Delivery of Consulting +7.1.1 The Parties may agree upon the delivery of Consulting in an Order, SOW, +or other Agreement document. Unless otherwise agreed by the Parties, Consulting +is delivered by Vaadin to Customer on a time-and-material basis. The standard +working methods and practices of Vaadin shall be followed. + +7.1.2. Vaadin warrants that the Consulting will be performed in the agreed +manner, with due care and with the professional skills required for the task. +This warranty shall be valid for thirty (30) days from performance of +Consulting. If during such time period, Customer reasonably determines that the +Consulting has not been performed in accordance with the aforesaid, Customer +shall promptly notify Vaadin. If Vaadin determines that the Consulting was +defective, then Vaadin will take prompt remedial action to re-perform any +Consulting that fails to meet the limited warranty at its own cost and expense +or refund to Customer the fees paid for the non-conforming Consulting. THE +FOREGOING STATES CUSTOMER’S SOLE AND EXCLUSIVE REMEDY AND VAADIN’S ENTIRE +LIABILITY FOR ANY BREACH OF THE FOREGOING WARRANTY REGARDING CONSULTING. + +7.1.3. If either Party finds that a delay will occur or is likely, the Party +shall without delay inform the other Party in writing of the delay and of the +effects of the delay on the delivery time schedule. + +7.1.4. Unless otherwise agreed, any indicated delivery times of Vaadin are +approximate. Vaadin’s sole responsibility for delays is to use reasonable +commercial efforts to meet the specified time of delivery. + +7.1.5. If a not-to-exceed hourly limit is specified in the Agreement, Vaadin is +not obligated to continue working and will stop working on the Consulting when +such limit is reached if Customer does not authorize the continuation of the +Consulting at their expense. + +7.2. Qualification and Replacement of Personnel +7.2.1. Customer shall have a right to review and approve the qualifications of +any Vaadin personnel assigned to perform the Consulting described in an Order +or a SOW, and Customer may require Vaadin to remove and/or replace any of such +personnel at any point of time. If Customer has selected named personnel to +perform the Consulting, such personnel shall be named in an Order or a SOW. + +7.3. Non-solicitation +7.3.1. During the Term of an Agreement concerning Consulting and for a period +of one (1) year after termination of the Agreement concerning Consulting, both +Parties hereby agree that they shall not, directly or indirectly, solicit, +discuss employment or consultancy with, or hire any employee or consultant of +the other Party, including all affiliates, related and group companies and +subcontractors. If either Party breaches this Section, the breaching Party +shall, on demand, pay to the other Party 200 000 euros according to the payment +terms set forth in this Agreement. This amount represents an agreement between +the Parties approximating the significant damage likely to result from breach +of this Section and is not to be interpreted as a penalty or punishment +therefor. + +7.4. Sponsored Development +7.4.1 The Parties may agree upon the delivery of Sponsored Development in an +Agreement. This Service is provided as Consulting in accordance with this +Section 7. Intellectual Property Rights to Sponsored Development results are +regulated by Section 11 below. + +7.5. Change Control +7.5.1. All changes to any SOW incorporated into the Agreement, including +changes to the specifications and contents of the delivery and the possible +effects of the changes to the time schedule, as well as any changes to the +price and other terms and conditions of the SOW and of the Agreement shall be +agreed in writing to be valid. + +8. Modifying Subscription or Service +8.1. Vaadin may change its Subscriptions and/or Services by adding, modifying +or removing any features or functionalities. Vaadin may also stop providing +parts of, or the whole of, the Subscription or a Service. Vaadin may also +create new operating guidelines or limitations to the Subscription or a +Service. Vaadin will notify Customer of significant changes in advance. If the +change significantly diminishes or impairs the Subscription or Service, +Customer may terminate the Subscription or Service and any pre-paid fees will +be refunded in proportion to non-rendered Services or for the remaining +Subscription term. Vaadin, however, endeavors not to apply such changes that +significantly diminishes or impairs the Service for Customer during the ongoing +Subscription term or the ongoing term of a SOW. + +9. General Responsibilities of Customer +9.1. Customer shall pay the applicable Subscription and Service fees in a +timely manner. + +9.2. Customer shall provide Vaadin free of charge with all permissions, +instructions, information, documentation, access rights, resources and +assistance that are reasonably necessary for Vaadin to deliver the +Subscriptions and Services. Customer will adhere to the agreed processes and +ways of working (e.g., online tools and communication systems) as applicable. +Customer maintains for its part and at its own cost the data communication +connections, equipment, ICT environment and software necessary for the use of +Subscriptions and Services, as reasonably informed by Vaadin from time to time. + +9.3. Customer is responsible for the correctness, completeness, suitability and +non-infringement of any material and information provided and instructions +issued to Vaadin as well as for the compliance thereof with the laws, +regulations and orders of the authorities. Customer shall ensure that the +information and material and agreed use of the Services, Licensed Software, +Vaadin Commercial Materials or Vaadin Non-Commercial Materials do not violate +any export control restrictions or international trade sanctions. Customer +shall ensure that such Services and Materials are used in accordance with +applicable law and under relevant consents. + +10. Fees, Invoicing and Payment Terms +10.1. Subscriptions +10.1.1. The applicable Subscription fee is detailed in the Order or other +Agreement document. + +10.1.2. The agreed Subscription fee shall apply for the agreed Subscription +term. Vaadin shall be entitled to adjust the Subscription fee at any time. The +adjusted new Subscription fee shall apply with respect to Customer from the +beginning of the next Subscription term, provided that the Subscription is +renewed. + +10.1.3. As regards Developer Licenses, the Subscription fee is tied to the +number of Developers and possible other metrics set out in the Order or other +Agreement document. As regards Runtime Licenses, the Subscription fee is tied +to the Authorized Application and possible other metrics set out in the Order +or other Agreement document. As regards Trial Licenses, no Subscription fee is +charged. + +10.2. Consulting +10.2.1. All cost and effort estimates given by Vaadin to Customer are +indicative by nature and do not affect the calculation of the fees. If not +otherwise specified in the Agreement, the Services are provided on +time-and-material basis. The fee is determined by multiplying the hourly rates +set forth in the Agreement by the hours that Vaadin has worked on the Services. + +10.2.2. The applicable prices and hourly rates are detailed in the Agreement +and/or its appendices. If a price for a Service has not been agreed, the price +in Vaadin’s price list effective on the order date shall apply. + +10.2.3. Vaadin shall be entitled to adjust its prices with thirty (30) days’ +notice to Customer. + +10.2.4. Vaadin shall, if pre-approved by Customer, be entitled to charge for +customary and reasonable travel and accommodation costs as well as other travel +costs relating to Services. Traveling time shall be charged as 50% of the +agreed hourly rates. + +10.2.5. In case Customer requests that Vaadin personnel performs Consulting +more than eight (8) hours per day, and Vaadin agrees to such request, Vaadin +shall be entitled to charge a 50% surplus for each hour exceeding such eight +(8) hour limit. If no hourly rate is agreed in the Agreement, Vaadin’s price +list effective on the order date shall apply. + +10.3. Invoicing and payment terms +10.3.1. Vaadin invoices Subscriptions in advance upon order or thirty (30) days +before renewal. Time-and-material based Services are invoiced for monthly in +arrears. + +10.3.2. Value added tax, sales tax and any other similar taxes, charges and +withholdings are added to the fees in accordance with the then current +regulations. + +10.3.3. Payment terms are ten (10) days net of the date of an invoice. Vaadin +reserves the right to charge interest on any unpaid balances, at the rate of +two percent (2%) per month. + +11. Intellectual Property Rights +11.1. Vaadin Materials +11.1.1. All Intellectual Property Rights, title and any other rights in and to +Vaadin Materials are and shall at all times remain the sole and exclusive +property of Vaadin and its third-party licensors, if any. Such Vaadin Materials +include, e.g., Licensed Software, Vaadin Commercial Materials, Vaadin +Non-Commercial Materials, and Vaadin’s Pre-Existing Materials. + +11.1.2. Customer’s right to use Licensed Software, other Vaadin Commercial +Materials, and/or Vaadin Non-Commercial Materials is subject to Customer +separately obtaining a license to such Materials and Customer complying with +such license terms and conditions. Customer may use Vaadin’s Materials only for +the purpose set out in the Agreement. + +11.1.3. Customer will not at any time do or cause to be done any such act or +thing which in any way impairs, or intends to impair, any right, title, +interest or any Intellectual Property Right of Vaadin or its third-party +licensors. Customer shall not in any manner represent that it has any ownership +of any kind in any of the above-mentioned Intellectual Property Rights. + +11.1.4. Customer’s License to Use Licensed Software is set out under Section 4 +above. Section 6 contains license terms relating to certain tools, features and +other Services from Vaadin. + +11.2. Customer Work Products +11.2.1. Unless otherwise agreed between the parties with respect to Vaadin’s +Pre-Existing Materials, Vaadin grants to Customer a perpetual, worldwide, +non-exclusive, royalty-free, irrevocable, transferable license to use, make, +reproduce, prepare derivative works of, publicly display and perform, transmit, +sell, offer to sell, and distribute Vaadin’s Pre-Existing Materials or any +derivative works of Vaadin’s Pre-Existing Materials that are used in the +creation of agreed Customer Work Products as part of Consulting and are an +inseparable part of the Customer Work Products. This license is limited to +Vaadin’s Pre-Existing Materials only, as described above, and does not grant +any rights to any Licensed Software, other Vaadin Commercial Materials, or +Vaadin Non-Commercial Materials. + +11.3. Customer Materials +11.3.1. Customer exclusively owns and retains all title, Intellectual Property +Rights, and any other rights in and to Customer’s Pre-Existing Materials. +Vaadin has the right to use Customer’s Pre-Existing Materials only for the +purposes of the Agreement. + +11.3.2. Customer exclusively owns and retains all rights to the Customer Work +Products. Vaadin has the right to use the Customer Work Products only for the +purposes of the Agreement. For the avoidance of doubt, the Customer Work +Products never includes Licensed Software, other Vaadin Commercial Materials, +or Vaadin Non-Commercial Materials. + +11.4. Sponsored Development Results +11.4.1. Vaadin exclusively owns and retains all title, Intellectual Property +Rights and any other rights in and to any results from Sponsored Development +(“Sponsored Development Results”). Vaadin grants to Customer a perpetual, +worldwide, non-exclusive, royalty-free, irrevocable, transferable license to +use, make, reproduce, prepare derivative works of, publicly display and +perform, transmit, sell, offer to sell, and distribute Sponsored Development +Results or any derivative works of Sponsored Development Results. + +11.5. Contributions to Vaadin Materials +11.5.1. Customer irrevocably and perpetually assigns to Vaadin all of +Customer’s right, title and interest in and to any contribution related to +Licensed Software, other Vaadin Commercial Materials, Vaadin Non-Commercial +Materials, or Vaadin’s Pre-Existing Rights, including without limitation +software artefacts, modifications, bug fixes, bug reports, performance reports, +documentation changes and other enhancements created during the performance of +the Agreement, including without limitation all proprietary rights and +Intellectual Property Rights recognized anywhere in the world, now or in the +future, associated with Customer’s contribution related to said Vaadin +Materials. Customer represents and warrants that it has the legal right to +grant these rights to Vaadin. + +11.5.2. The Parties may on a case-by-case basis and in advance agree separately +on more significant Customer contributions to Vaadin Materials. + +11.6. Content in Expert on Demand and Expert Chat +11.6.1. As regards content submitted to the expert on demand or expert chat +Services, Customer grants Vaadin a worldwide, fully paid-up limited license to +use and utilize such content for the purposes of improving and operating +Vaadin’s Services. This license continues even if the Subscription ends and +Customer stops using Vaadin’s Services. Customer represents and warrants that +it has the legal right to grant these rights to Vaadin. + +11.6.2. Vaadin grants Customer a worldwide, royalty-free, irrevocable, +non-exclusive license to duplicate, modify, distribute, sell, re-license and +reuse the answers and advice to the requests that Customer has sent to the +expert on demand or expert chat Services. This license does not give Customer +any rights to any Intellectual Property Rights that are not created as part of +the service request resolution process, including without limitation Licensed +Software, other Vaadin Commercial Materials, Vaadin Non-Commercial Materials, +Vaadin’s Pre-Existing Materials, or other software, products or documentation. + +11.7. Third-Party Components +11.7.1. All Intellectual Property Rights to third-party components are owned by +third parties and exclusively governed by the terms issued by the respective +third-party vendors. To the extent the use of third-party components has not +been agreed upon in the Agreement, Vaadin will ask for Customer’s written +permission for using any third-party components in connection with providing +the Services. Customer agrees to procure all such licenses for third-party +components necessary for the provision of the Services. + +11.8. Vaadin Trademarks +11.8.1. “Vaadin”, “}>”, “Fight for Simplicity” and “Thinking of U and I” are +registered trademarks of Vaadin Ltd and may not be used without permission from +Vaadin. + +11.9. Suspected Violations of Intellectual Property Rights +11.9.1. Customer is encouraged to notify Vaadin if it suspects that somebody is +violating Vaadin’s Intellectual Property Rights, by email to privacy@vaadin.com +or by filling Vaadin’s online contact form. + +12. Customer Data +12.1. Customer acknowledges that it is solely responsible for protecting and +preserving any and all information and data present on its computer systems or +which may be otherwise affected by the performance of the Licensed Software +and/or Services. Vaadin shall not be responsible for the loss of or damage to +any such information, including where such loss or damage results from failure +of Customer to properly back-up its data prior to the performance of the +Licensed Software and/or Services. Customer shall be responsible for taking +back-up copies of its data and data files and for verifying the functionality +of such back-up copies. + +13. Processing of Personal Data +13.1. The Privacy Policy describes in detail how Vaadin as a controller +processes personal data on its customers and community members. + +13.2. If Vaadin processes personal data on behalf of Customer, the Parties +shall enter into a separate data processing agreement. + +14. Confidentiality +14.1. Both Vaadin and Customer agree that the Agreement and all information and +Materials related to the Agreement constitutes “Confidential Information”. +Confidential Information further includes information either marked as +confidential or information reasonably known or understood by the receiving +Party as being treated by the disclosing party as confidential. Confidential +Information shall not include information: (i) that is now or becomes generally +available to the public through no fault or breach of the receiving Party; (ii) +that the receiving Party can document was already known to it prior to +disclosure by the disclosing Party; (iii) that is independently developed by +the receiving Party without the use of any of the other Party’s Confidential +Information; and (iv) that the receiving Party rightfully obtains from a third +party who has the right to transfer or disclose it. + +14.2. Each Party agrees to keep the other Party’s Confidential Information +confidential, not to use such information except as authorized by the +disclosing Party, and to accord to such information the same safeguards and +protections which it accords to its own confidential business or technical +information. If the receiving Party is subpoenaed or ordered by any court or +governmental agency to disclose the other Party's Confidential Information, it +will provide prompt written notice to the other Party so as to allow such Party +to seek a protective order or confidential treatment for such information. + +14.3. Both Parties may disclose Confidential Information to their personnel +that have a need to know such Confidential Information for performing the +duties required by the Agreement with the provision that such personnel is +bound by confidentiality obligations corresponding to those included in this +Section 14. + +15. Use of Name +15.1. Vaadin may use Customer’s name and logo in its marketing collateral, +websites, and promotional materials to identify Customer as a customer of +Vaadin. + +16. Subcontractors +16.1. Vaadin may subcontract the delivery of its Subscriptions and Services +wholly or partially, however, such subcontractors must agree to be bound by +confidentiality provisions corresponding to those set out in the Agreement. +Vaadin may use resources from any parent, affiliated or related companies to +perform its Subscriptions and Services. + +17. Employees +17.1. Vaadin is responsible for all Vaadin personnel and for the payment of +their compensation, including, if applicable, withholding of income taxes and +the payment and withholding of social security and other payroll taxes, +unemployment insurance, workers’ compensation insurance payments and disability +benefits. + +18. Competition +18.1. Customer acknowledges and agrees that Vaadin may, without limitation, +grant licenses and provide Subscriptions and Services to other persons, firms, +corporations, or other entities, including entities that compete with Customer, +on any terms Vaadin deems appropriate. + +19. Auditing rights +19.1. Vaadin shall have a right to inspect and audit Customer’s compliance with +the Agreement. Before using its audit right, Vaadin may first ask Customer to +address its compliance with the Agreement by correspondence, reports, and other +documents. If Vaadin finds such documentation insufficient, Vaadin shall be +entitled to carry out an audit during regular business hours of Customer. Such +audit may be carried out no more than once per year unless a follow-up audit is +required due to revealed violations of the Agreement. If an audit reveals +violations of the Agreement or an underpayment by Customer, Customer shall +without delay pay the amount underpaid and/or correct the error/shortage and in +addition compensate Vaadin for all reasonable costs associated with such an +audit. + +20. Term and Termination +20.1. Subscriptions +20.1.1. A Subscription is purchased for a Subscription term chosen at the time +of purchase. + +20.1.2. Customer's right of use starts at the beginning of the Subscription +term and remains in force until the end of the Subscription term. The start +date of the Subscription term may be set out in the Order or other Agreement +document. If no Subscription start date is specified, the start date shall be +the date when Vaadin provides Customer with access to subscribed product or +service. + +20.1.3. At the end of the Subscription term, the Subscription is automatically +renewed for the period length corresponding to the length of the original +Subscription term. Customer will be charged with the same payment method as +with the most recent Subscription. Customer can terminate any Subscription +within the vaadin.com service or by contacting Customer’s contact person at +Vaadin at any time. If a right of use is given without a fee, such right of use +is valid for the time defined by Vaadin. + +20.1.4. Details regarding Subscriptions for Licensed Software +20.1.5 Upon expiration or termination of a License (in connection with the +expiration of a Subscription term or a premature termination of the Agreement), +Customer’s and its Authorized Users’ right to Use Licensed Software shall end. +Except as set out in Section 20.1.6 below, Customer shall promptly cease use of +the Licensed Software and destroy all copies of the Licensed Software in its +possession. + +20.1.6. With respect to Developer Licenses, Customer may also after the +Subscription term continue permitted redistribution of the Licensed Software as +part of Customer’s Project Result, providing that the Licensed Software is not +further developed or modified or used as a component or framework in a software +development project or used in another way that would require a valid Developer +License. In case the Agreement is terminated due to Customer’s breach of the +Agreement, Vaadin shall, however, be entitled to terminate Customer’s possible +right of redistribution. Any licenses Customer has granted to the Project +Result in accordance with the terms and conditions of these Commercial Terms +will, however, survive termination of the Agreement. + +20.1.7. With respect to Runtime Licenses, Customer’s and its sub-licensees’ +(i.e., possible permitted customers of Customer’s Authorized Application(s)) +right to Use Licensed Software ends on the day that the Subscription expires or +is terminated. + +20.2. Consulting +20.2.1. An Agreement on Consulting shall commence as of the Effective Date and +remain in effect until further notice or for any fixed term agreed by the +Parties (“Consulting Term”). During the Consulting Term, each SOW shall remain +in effect until the Services have been delivered to Customer or as otherwise +agreed by the Parties in the SOW. The termination of a SOW shall not cause the +termination of any other SOW. + +20.2.2. Either Party may terminate any SOW during the Consulting Term for any +reason or no reason by giving thirty (30) days’ written notice to the other +Party. + +20.3. General provisions +20.3.1. Vaadin may stop providing its Subscriptions or Services, or terminate +the Agreement upon written notice of termination to Customer, if Customer has +not paid a due and correct payment despite a written reminder, or Customer +otherwise breaches any obligation under the Agreement, becomes insolvent or +ceases doing business in the ordinary course. Vaadin may also stop providing +Subscriptions or Services to Customer if Vaadin is investigating suspected +misuse. If Customer’s breach is capable of being remedied, the Agreement may be +terminated only if Customer has not rectified its breach within seven (7) days +from the written notice of Vaadin. + +20.3.2. If Customer terminates the Agreement, no pre-paid Subscription or +Service fees will be returned. If Vaadin terminates the Agreement prematurely, +excluding termination due to Customer’s breach of any obligations under the +Agreement, pre-paid Service fees will be refunded in proportion to non-rendered +Services. All accrued Service fees shall be invoiced and paid upon termination +of the Agreement within 45 days. + +21. Survival +21.1. Any sections of the Agreement containing provisions on Intellectual +Property Rights, licensing restrictions, confidentiality, use of name, +non-solicitation, warranties and warranty disclaimers, limitations of +liability, audits rights, governing law and jurisdiction, and any term of the +Agreement which, by its nature, is intended to survive termination or +expiration, will remain in effect following any termination or expiration if +the Agreement, as will Customer’s obligation to pay any fees accrued and owing +to Vaadin as of termination or expiration. + +22. Warranties +22.1. LICENSED SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND +EXPRESS OR IMPLIED, AND TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT AS EXPRESSLY PROVIDED IN THESE COMMERCIAL TERMS, NEITHER PARTY MAKES ANY +WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED +WARRANTY OF MERCHANTABILITY, NON-INFRINGEMENT OR FITNESS FOR A PARTICULAR +PURPOSE, ANY IMPLIED WARRANTY THAT ANY SOFTWARE, PRODUCT OR SERVICE WILL MEET +ALL NEEDS AND EXPECTATIONS, BE ERROR-FREE, OR BE OF CERTAIN CONDITION, QUALITY +OR DURABILITY, OR FUNCTION OR PERFORM IN A CERTAIN WAY. ALL SUCH WARRANTIES, +CONDITIONS, UNDERTAKINGS AND TERMS ARE HEREBY EXCLUDED. + +23. Limitation of Liability +23.1. VAADIN AND ITS AFFILIATES AND SUPPLIERS SHALL NOT BE LIABLE FOR ANY +INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, INCLUDING BUT +NOT LIMITED TO BUSINESS INTERRUPTION, LOSS OF DATA, LOSS OF PROFITS, LOSS OF +REVENUES, LOSS OF BUSINESS OPPORTUNITIES AND LOSS OF GOODWILL, OR FOR DAMAGES +CAUSED TO THIRD PARTIES OR BY THE PURCHASE OF REPLACEMENT PRODUCTS OR SERVICES, +HOWSOEVER CAUSED, EVEN IF THEY HAVE BEEN ADVISED OF OR SHOULD HAVE FORESEEN +SUCH DAMAGES. + +23.2. TO THE FULLEST EXTENT PERMITTED BY LAW, THE TOTAL AGGREGATE LIABILITY OF +A PARTY TOWARDS THE OTHER PARTY IN RELATION TO THE AGREEMENT IS LIMITED TO A +MAXIMUM OF 50 % OF THE PRICE PAYABLE FOR THE AGREED SUBSCRIPTION, PRODUCT OR +SERVICE DIRECTLY RELATED TO THE CAUSE OF ACTION ASSERTED UNDER THE RELEVANT +AGREEMENT. IN CASE OF SUBSCRIPTIONS, THE AFOREMENTIONED 50 % LIMIT IS +CALCULATED BASED ON THE SUBSCRIPTION FEE FOR THE MOST RECENT SUBSCRIPTION TERM. +IN CASE OF CONSULTING CARRIED OUT OUTSIDE A SUBSCRIPTION, THE AFOREMENTIONED 50 +% LIMIT IS CALCULATED BASED ON THE TOTAL VALUE OF THE CONSULTING UNDER THE +RELEVANT SOW. + +23.3. THIS LIMITATION OF LIABILITY SHALL APPLY REGARDLESS OF THE CAUSE OF +ACTION OR LEGAL THEORY PLED OR ASSERTED, INCLUDING NEGLIGENCE, TORT, BREACH OF +CONTRACT AND WARRANTY. + +24. Statute of Limitation +24.1. The Parties agree that any action in relation to an alleged breach of the +Agreement shall be commenced within one (1) year of the date of the breach, +without regard to the date the breach is discovered. Any action not brought +within that one (1) year time period shall be barred, without regard to any +other limitations period set forth by law or statute. + +25. Complaints +25.1. If at any time a Customer User would like to discuss with Vaadin how the +Subscriptions or Services can be improved or if a Customer User has a complaint +about the Subscriptions or Services, such Customer User is invited to contact +the Vaadin contact person identified in the Agreement. Vaadin will investigate +any complaints promptly and do what it can to resolve the difficulties. + +26. Governing Law and Jurisdiction +26.1. For customers domiciled in the United States +26.1.1. If Customer’s domicile is in the United States, the Agreement shall be +governed by and construed in accordance with the substantive laws of the State +of California. The Agreement shall be construed and enforced without regard to +the United Nations Convention on the International Sale of Goods (CISG). Any +dispute or controversy or claim arising out of or relating to the Agreement, or +the breach, termination or validity thereof, shall be resolved by final and +binding arbitration in accordance with the International Chamber of Commerce +Rules of Arbitration, by one (1) arbitrator appointed according to the +aforementioned rules. The arbitration shall be conducted in the English +language in San Francisco, California, United States. + +26.2. For customers domiciled outside the United States +26.2.1. If Customer’s domicile is outside the United States, the Agreement +shall be governed by and construed in accordance with the substantive laws of +Finland, excluding its choice of law provisions and the United Nations +Convention on Contracts for the International Sale of Goods (CISG). Any +dispute, controversy or claim arising out of or relating to the Agreement, or +the breach, termination or validity thereof, shall be finally settled by +arbitration in accordance with the Arbitration Rules of the Finland Chamber of +Commerce. The number of arbitrators shall be one. The seat of arbitration shall +be Turku, Finland. The language of the arbitration shall be English. + +26.3. Waiver of Jury Trial +26.3.1. UNLESS OTHERWISE EXPRESSLY STATED IN THE AGREEMENT OR ANY SOW +INCORPORATED IN THE AGREEMENT, THE PARTIES WAIVE ANY RIGHT TO A JURY TRIAL IN +ANY PROCEEDING ARISING OUT OF OR RELATED TO THE AGREEMENT OR THE SUBSCRIPTIONS, +PRODUCTS AND SERVICES PROVIDED HEREUNDER. + +27. Miscellaneous +27.1. Force Majeure +27.1.1. Except for the obligation to pay sums due hereunder, neither Party +shall be responsible for defaults, delays or failures in performance of the +Agreement (including, without limitation, war or insurrection, earthquake, +flood or other similar natural catastrophe, pandemics, interruptions in general +traffic, data communication or supply of electricity, technical malfunctions, +denial-of-service attacks, computer errors, corruption or loss of information, +import or export embargo, strike, lockout, boycott or other similar industrial +action) resulting from acts, events, circumstances or causes beyond its +control, including also a force majeure encountered by a subcontractor of a +Party. + +27.2. Entire Agreement and Order of Precedence +27.2.1. The Agreement, including within limitation the Order or SOW, these +Commercial Terms and any other appendices, comprise the entire agreement +between Customer and Vaadin and supersedes all prior or contemporaneous +negotiations, discussions or agreements, whether written or oral, between the +parties regarding the subject matter of the Agreement. + +27.2.2. In case of discrepancies between the documents constituting part of the +Agreement, the following order of precedence shall apply: (i) the Order, SOW or +other mutually signed Agreement document, (ii) these Commercial Terms, (iii) +other appendices of the Agreement (the appendices are applied as mutually +supplementary). + +27.3. Notices +27.3.1. Notices and communications shall be in writing and deemed served when +received by hand delivery, certified mail (return receipt requested), by +recognized overnight courier or by e-mail that is replied to by a contact +person of the other Party. + +27.4. No Waiver +27.4.1. The failure of a Party to exercise any right or privilege arising out +of the Agreement shall not preclude it from requiring that the other Party +fully performs its obligations and shall not preclude the Party from exercising +such a right or privilege at any time. + +27.5. Headings +27.5.1. The headings in these Commercial Terms are for the convenience of the +Parties only and are not intended to define or limit the scope or +interpretation of the Commercial Terms or any provision hereof. + +27.6. Severability +27.6.1. If any provision of the Agreement shall be held invalid, illegal or +unenforceable, the remaining provisions shall not be affected or impaired. + +27.7. Export Control +27.7.1. The Licensed Software may be subject to import and export controls in +other countries. Customer agrees to strictly comply with all applicable import +and export regulations and acknowledge that Customer has the responsibility to +obtain licenses to export, re-export, transfer or import Licensed Software. + +27.8. Assignment +27.8.1. Neither Party shall have the right to assign the Agreement to a third +party without the prior written consent of the other Party. However, Vaadin +shall have the right to assign the Agreement and the rights and obligations +contained therein to a company belonging to the same group of companies as +Vaadin, and to a third party to which the business of Vaadin is transferred. +Furthermore, Vaadin may assign its rights to amounts payable to it under the +Agreement. + +27.9. Language +27.9.1. The official text of the Agreement, any notices given, or accounts or +statements required hereby shall be in English. + +27.10. Changes to these Commercial Terms +27.10.1 Vaadin may change these Commercial Terms at any time, upon thirty (30) +days prior written notice. The changed Commercial Terms shall apply to any new +Orders and Agreements entered into after the effective date of the change. As +regards Subscriptions, the changed Commercial Terms shall apply from the +beginning of a renewed Subscription term, provided that Vaadin has notified +Customer of the changed Commercial Terms no less than thirty (30) days prior to +the renewal of the Subscription. If Customer does not agree to the amendment, +it may terminate the affected Agreement by providing written notice to Vaadin +prior to the effective date of the change (unless Vaadin decides to cancel the +respective amendment before such effective date, in which case no termination +right exists). Otherwise, the Agreement may be modified only by an express +written agreement executed by authorized representatives of each Party. diff --git a/README.md b/README.md index 71d787998..5e98e760c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Vaadin Charts is a UI component add-on for Vaadin Framework 7+ which provides me ## License & Author -This Add-on is distributed under [Commercial Vaadin Add-on License version 3](http://vaadin.com/license/cval-3) (CVALv3). For license terms, see LICENSE.txt. +This Add-on is distributed under [Vaadin Commercial License and Service Terms version 2](https://vaadin.com/commercial-license-and-service-terms) (VCL-2). For license terms, see LICENSE.txt. Vaadin Charts is written by Vaadin Ltd. diff --git a/addon/pom.xml b/addon/pom.xml index c18d742e8..550f8815d 100644 --- a/addon/pom.xml +++ b/addon/pom.xml @@ -30,19 +30,6 @@ - - org.codehaus.mojo - license-maven-plugin - 1.19 - - cval3 - file://${basedir}/src/license - - **/main/**/*.java - - - - org.apache.maven.plugins maven-jar-plugin @@ -62,7 +49,7 @@ 1 - cval + VCL-2 vaadin-charts com.vaadin.addon.charts.client diff --git a/addon/src/license/cval3/header.txt b/addon/src/license/cval3/header.txt deleted file mode 100644 index 7ef7d677e..000000000 --- a/addon/src/license/cval3/header.txt +++ /dev/null @@ -1,8 +0,0 @@ -This program is available under Commercial Vaadin Add-On License 3.0 -(CVALv3). - -See the file licensing.txt distributed with this software for more -information about licensing. - -You should have received a copy of the CVALv3 along with this program. -If not, see . diff --git a/addon/src/license/header.txt b/addon/src/license/header.txt new file mode 100644 index 000000000..33b88fe47 --- /dev/null +++ b/addon/src/license/header.txt @@ -0,0 +1,8 @@ +Vaadin Charts Addon + +Copyright (C) 2012-${year} Vaadin Ltd + +This program is available under Vaadin Commercial License and Service Terms. + +See for the full +license. \ No newline at end of file diff --git a/compatibility-addon/src/license/cval3/license.txt b/addon/src/license/license.txt similarity index 51% rename from compatibility-addon/src/license/cval3/license.txt rename to addon/src/license/license.txt index 65662669d..9f15163fe 100644 --- a/compatibility-addon/src/license/cval3/license.txt +++ b/addon/src/license/license.txt @@ -1,11 +1,9 @@ This Add-on component ("Software") to Vaadin Framework is distributed -under the terms of Commercial Vaadin Add-On License version 3.0 -("CVALv3") included as LICENSE in this software package. +under the Vaadin Commercial License and Service Terms +("VCL-2") included as LICENSE in this software package. You must either accept the terms of the above mentioned license agreement -or delete the Software immediately. +or delete the Software immediately. This software may also be available for download under alternative -licenses at http://vaadin.com/directory. - - +licenses at http://vaadin.com/directory. \ No newline at end of file diff --git a/addon/src/license/licenses.properties b/addon/src/license/licenses.properties deleted file mode 100644 index 357ef088e..000000000 --- a/addon/src/license/licenses.properties +++ /dev/null @@ -1 +0,0 @@ -cval3=Commercial Vaadin Add-on Licence v3 diff --git a/addon/src/main/java/com/vaadin/addon/charts/AbstractAxesExtremesChangeEvent.java b/addon/src/main/java/com/vaadin/addon/charts/AbstractAxesExtremesChangeEvent.java index f14d1d69e..889bba219 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/AbstractAxesExtremesChangeEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/AbstractAxesExtremesChangeEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Axis; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/AbstractPointEvent.java b/addon/src/main/java/com/vaadin/addon/charts/AbstractPointEvent.java index 261bdb762..dc354ef07 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/AbstractPointEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/AbstractPointEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/AbstractSeriesEvent.java b/addon/src/main/java/com/vaadin/addon/charts/AbstractSeriesEvent.java index 468c5b301..8f4e4cddb 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/AbstractSeriesEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/AbstractSeriesEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/Chart.java b/addon/src/main/java/com/vaadin/addon/charts/Chart.java index d418f116b..28b3d2385 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/Chart.java +++ b/addon/src/main/java/com/vaadin/addon/charts/Chart.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/ChartClickEvent.java index d05e7a3ad..295167841 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.shared.MouseEventDetails; import com.vaadin.addon.charts.shared.MouseEventDetails.MouseButton; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartClickListener.java b/addon/src/main/java/com/vaadin/addon/charts/ChartClickListener.java index 06a3c72c7..9442306b3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartClickListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartClickListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupEvent.java b/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupEvent.java index 66a0381e0..bfb46c19a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupListener.java b/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupListener.java index 66c46f6ac..5ca9ab4ff 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartDrillupListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartOptions.java b/addon/src/main/java/com/vaadin/addon/charts/ChartOptions.java index f7d5f7b6f..3719732eb 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionEvent.java b/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionEvent.java index fb6491571..d0ac4f431 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.ZoomType; diff --git a/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionListener.java b/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionListener.java index 742bdec8b..28ce11f48 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/ChartSelectionListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickEvent.java index 56d0647f5..c77adc2a5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickListener.java b/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickListener.java index f61c0a21a..8238a44f4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/CheckboxClickListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/DrilldownCallback.java b/addon/src/main/java/com/vaadin/addon/charts/DrilldownCallback.java index 1074343aa..2fc7cddf4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/DrilldownCallback.java +++ b/addon/src/main/java/com/vaadin/addon/charts/DrilldownCallback.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/DrilldownEvent.java b/addon/src/main/java/com/vaadin/addon/charts/DrilldownEvent.java index 47d4a3fe5..dd6a543a1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/DrilldownEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/DrilldownEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickEvent.java index 6c8a1df09..bb9678505 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.addon.charts.shared.MouseEventDetails; diff --git a/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickListener.java b/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickListener.java index c4b2821a5..af6b7fdbe 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/LegendItemClickListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/PointClickEvent.java index b6b8e48b4..eec6508f8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.ChartType; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointClickListener.java b/addon/src/main/java/com/vaadin/addon/charts/PointClickListener.java index 2bdbff733..ea86f8c5b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointClickListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointClickListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointSelectEvent.java b/addon/src/main/java/com/vaadin/addon/charts/PointSelectEvent.java index ca80951f0..25040629d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointSelectEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointSelectEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointSelectListener.java b/addon/src/main/java/com/vaadin/addon/charts/PointSelectListener.java index 11197ae6e..03810cad8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointSelectListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointSelectListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointUnselectEvent.java b/addon/src/main/java/com/vaadin/addon/charts/PointUnselectEvent.java index b9656b107..af2b667c4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointUnselectEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointUnselectEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/PointUnselectListener.java b/addon/src/main/java/com/vaadin/addon/charts/PointUnselectListener.java index 2951b8d54..8d72ae73d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/PointUnselectListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/PointUnselectListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/SeriesHideEvent.java b/addon/src/main/java/com/vaadin/addon/charts/SeriesHideEvent.java index 5927439ca..b1e2452ba 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/SeriesHideEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/SeriesHideEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/SeriesHideListener.java b/addon/src/main/java/com/vaadin/addon/charts/SeriesHideListener.java index bb0dcecc6..be239eb22 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/SeriesHideListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/SeriesHideListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/SeriesShowEvent.java b/addon/src/main/java/com/vaadin/addon/charts/SeriesShowEvent.java index 6a7f85203..a4abf470f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/SeriesShowEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/SeriesShowEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Series; import com.vaadin.ui.Component; diff --git a/addon/src/main/java/com/vaadin/addon/charts/SeriesShowListener.java b/addon/src/main/java/com/vaadin/addon/charts/SeriesShowListener.java index dbf58a7c8..695dc24b3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/SeriesShowListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/SeriesShowListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/Sparkline.java b/addon/src/main/java/com/vaadin/addon/charts/Sparkline.java index 9320b9853..93c1c7653 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/Sparkline.java +++ b/addon/src/main/java/com/vaadin/addon/charts/Sparkline.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.ChartType; import com.vaadin.addon.charts.model.Labels; diff --git a/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeEvent.java b/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeEvent.java index 6d42141dd..9519bac52 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Axis; import com.vaadin.addon.charts.model.XAxis; diff --git a/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeListener.java b/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeListener.java index 35d79b202..172e9f5e9 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/XAxesExtremesChangeListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeEvent.java b/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeEvent.java index 439e96df9..6a3622c89 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.addon.charts.model.Axis; import com.vaadin.addon.charts.model.YAxis; diff --git a/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeListener.java b/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeListener.java index 628a52d1d..7496e3578 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/YAxesExtremesChangeListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/HighchartResources.java b/addon/src/main/java/com/vaadin/addon/charts/client/HighchartResources.java index 577ce8119..7d88b13f6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/HighchartResources.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/HighchartResources.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client; import com.google.gwt.core.client.GWT; import com.google.gwt.resources.client.ClientBundle; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/HighchartsScriptLoader.java b/addon/src/main/java/com/vaadin/addon/charts/client/HighchartsScriptLoader.java index c33f81ac1..4ff4c98a1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/HighchartsScriptLoader.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/HighchartsScriptLoader.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client; import com.google.gwt.core.client.GWT; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/AbstractClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/AbstractClickEvent.java index 11acfd606..bbfccd2ee 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/AbstractClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/AbstractClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/AfterSetExtremeHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/AfterSetExtremeHandler.java index da3c82b8d..9a1542116 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/AfterSetExtremeHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/AfterSetExtremeHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side AfterSetExtremeHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickEvent.java index f5cc80f3f..45ece6916 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JsArray; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickHandler.java index d61137293..2f48e8a8c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartClickHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side ChartClickHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownEvent.java index 857aca33f..ddfe01540 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownHandler.java index 476c68209..1026700b6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartDrilldownHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side ChartDrilldownHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartOptionsConnector.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartOptionsConnector.java index cfed84038..83757b523 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartOptionsConnector.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartOptionsConnector.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.json.client.JSONParser; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionEvent.java index ccbf7687d..3bb21bc9e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionHandler.java index 26044a98c..9dd808a40 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ChartSelectionHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side ChartSelectionHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickEvent.java index bd7e5809b..b0d951821 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; public class CheckboxClickEvent extends SeriesEvent { diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickHandler.java index b310715c3..c352100fe 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/CheckboxClickHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side CheckboxClickHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/DrilldownEventDetailsBuilder.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/DrilldownEventDetailsBuilder.java index 8bf95cb50..8238f1841 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/DrilldownEventDetailsBuilder.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/DrilldownEventDetailsBuilder.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.vaadin.addon.charts.shared.DrilldownEventDetails; import com.vaadin.addon.charts.shared.DrilldownPointDetails; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartAxis.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartAxis.java index 99ef10aff..2c37f27c8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartAxis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartAxis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartConfig.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartConfig.java index bb5bb07b9..76fda902f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartConfig.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartConfig.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.json.client.JSONParser; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartJsOverlay.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartJsOverlay.java index 8e4f265d4..a4cab44c8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartJsOverlay.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartJsOverlay.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.core.client.JsArray; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartPoint.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartPoint.java index c52d1cedd..1a54659ce 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartPoint.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartPoint.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartSeries.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartSeries.java index b97207f2a..b676bca63 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.core.client.JsArray; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartWidget.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartWidget.java index 7fcaf2dc8..eb055f71a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartWidget.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/HighchartWidget.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JsArray; import com.google.gwt.core.client.Scheduler; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/LegendItemClickHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/LegendItemClickHandler.java index 42a23a628..a2a2dd9ae 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/LegendItemClickHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/LegendItemClickHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side LegendItemClickHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/MouseEventDetailsBuilder.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/MouseEventDetailsBuilder.java index 0c3ed5a9b..5b3e062ae 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/MouseEventDetailsBuilder.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/MouseEventDetailsBuilder.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.dom.client.NativeEvent; import com.google.gwt.user.client.ui.UIObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickEvent.java index 8fcd4df4a..40df4e1ce 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; public class PointClickEvent extends AbstractClickEvent { protected PointClickEvent() { diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickHandler.java index cdd785986..34b337856 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointClickHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; public interface PointClickHandler { void onClick(PointClickEvent event); diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointEvent.java index 5d9d0fe2b..0628164cd 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointSelectHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointSelectHandler.java index fe2e63b94..9fb729e53 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointSelectHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointSelectHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side PointSelectHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointUnselectHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointUnselectHandler.java index b81dc49a8..b2a1d78f0 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointUnselectHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/PointUnselectHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side PointUnselectHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesEvent.java index 9752df391..2557002d0 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.dom.client.NativeEvent; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesHideHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesHideHandler.java index c553a5c2c..956141888 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesHideHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesHideHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side CheckboxClickHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesShowHandler.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesShowHandler.java index edd9df87b..26111bfcf 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesShowHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SeriesShowHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; /** * Client side SeriesShowHandler diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SetExtremesEvent.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SetExtremesEvent.java index 1b7c31360..4144b3c28 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/SetExtremesEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/SetExtremesEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ValueAxisPair.java b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ValueAxisPair.java index 9b6dcaafe..e888dee0c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/client/ui/ValueAxisPair.java +++ b/addon/src/main/java/com/vaadin/addon/charts/client/ui/ValueAxisPair.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.client.ui; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.client.ui; import com.google.gwt.core.client.JavaScriptObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartComponentMapper.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartComponentMapper.java index e042dccac..5cbf59315 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartComponentMapper.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartComponentMapper.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import java.lang.reflect.Field; import java.util.regex.Pattern; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignAttributeHandler.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignAttributeHandler.java index 8c67a9be1..c07342313 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignAttributeHandler.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignAttributeHandler.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import com.googlecode.gentyref.GenericTypeReflector; import com.vaadin.data.Converter; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignCommon.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignCommon.java index 6728aadbe..1109c79f3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignCommon.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignCommon.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import java.io.Serializable; import java.util.Arrays; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignFormatter.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignFormatter.java index c2ee1d76f..f8dacf7c2 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignFormatter.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignFormatter.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import com.vaadin.addon.charts.model.style.Color; import com.vaadin.addon.charts.model.style.SolidColor; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignReader.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignReader.java index c245594ca..088a63f8e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignReader.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignReader.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import java.beans.BeanInfo; import java.beans.IndexedPropertyDescriptor; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignWriter.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignWriter.java index f411cbbb8..6d84aecef 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignWriter.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ChartDesignWriter.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import java.io.Serializable; import java.lang.reflect.Field; diff --git a/addon/src/main/java/com/vaadin/addon/charts/declarative/ColorFactory.java b/addon/src/main/java/com/vaadin/addon/charts/declarative/ColorFactory.java index 535b672f2..f9a4d3564 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/declarative/ColorFactory.java +++ b/addon/src/main/java/com/vaadin/addon/charts/declarative/ColorFactory.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.declarative; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.declarative; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesEvent.java index fa99575a8..75d83cacc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesItemEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesItemEvent.java index 77405f768..255e52bfe 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesItemEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/AbstractSeriesItemEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.DataSeriesItem; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/AxisRescaledEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/AxisRescaledEvent.java index fe57507f3..da6f86265 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/AxisRescaledEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/AxisRescaledEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/ConfigurationChangeListener.java b/addon/src/main/java/com/vaadin/addon/charts/events/ConfigurationChangeListener.java index 2f1af4fb6..d0a1a4935 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/ConfigurationChangeListener.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/ConfigurationChangeListener.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.Series; import com.vaadin.event.SerializableEventListener; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/DataAddedEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/DataAddedEvent.java index ca5eab012..28a43c588 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/DataAddedEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/DataAddedEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.DataSeriesItem; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/DataRemovedEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/DataRemovedEvent.java index 005388a5a..c342ff18e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/DataRemovedEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/DataRemovedEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/DataUpdatedEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/DataUpdatedEvent.java index c3d1986b4..8c42dfc35 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/DataUpdatedEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/DataUpdatedEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.DataSeriesItem; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/ItemSlicedEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/ItemSlicedEvent.java index 7986a3148..25678d670 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/ItemSlicedEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/ItemSlicedEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/SeriesChangedEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/SeriesChangedEvent.java index 6e8858703..3f5109cc5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/SeriesChangedEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/SeriesChangedEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/events/SeriesStateEvent.java b/addon/src/main/java/com/vaadin/addon/charts/events/SeriesStateEvent.java index cac4d8e04..64ce3175c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/events/SeriesStateEvent.java +++ b/addon/src/main/java/com/vaadin/addon/charts/events/SeriesStateEvent.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.events; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.events; import com.vaadin.addon.charts.model.Series; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractConfigurationObject.java b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractConfigurationObject.java index e912d6af6..07c6b6e74 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractConfigurationObject.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractConfigurationObject.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractDataLabels.java b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractDataLabels.java index c47f0c3e2..c9202fee8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractDataLabels.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractDataLabels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Color; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractPlotOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractPlotOptions.java index 8357ae19a..379ec0fad 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractPlotOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractPlotOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; public abstract class AbstractPlotOptions extends AbstractConfigurationObject { diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeries.java index 43c2e6f1e..c1e64e99d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonUnwrapped; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeriesItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeriesItem.java index 5e625a1fa..2377e95ab 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeriesItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AbstractSeriesItem.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; + import java.time.Instant; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AreaOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/AreaOptions.java index e1f3d7953..ba34bd540 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AreaOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AreaOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Attributes.java b/addon/src/main/java/com/vaadin/addon/charts/model/Attributes.java index 1b024172a..b4e9c65dc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Attributes.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Attributes.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.fasterxml.jackson.annotation.JsonProperty; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Axis.java b/addon/src/main/java/com/vaadin/addon/charts/model/Axis.java index 3d37b8957..f63f76aa4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Axis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Axis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AxisList.java b/addon/src/main/java/com/vaadin/addon/charts/model/AxisList.java index 0cc3c5d4b..e8143a080 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AxisList.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AxisList.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.List; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AxisTitle.java b/addon/src/main/java/com/vaadin/addon/charts/model/AxisTitle.java index 6217c7e73..3b4eab5ed 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AxisTitle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AxisTitle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/AxisType.java b/addon/src/main/java/com/vaadin/addon/charts/model/AxisType.java index 3c4d161aa..7cb6e53c5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/AxisType.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/AxisType.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Back.java b/addon/src/main/java/com/vaadin/addon/charts/model/Back.java index 0a98cdd60..82316f453 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Back.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Back.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Background.java b/addon/src/main/java/com/vaadin/addon/charts/model/Background.java index 4095ece5e..73b2985e3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Background.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Background.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Bottom.java b/addon/src/main/java/com/vaadin/addon/charts/model/Bottom.java index 852980885..d627d5609 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Bottom.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Bottom.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/BoxPlotItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/BoxPlotItem.java index 0a4ae4a84..8bf9a1e65 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/BoxPlotItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/BoxPlotItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * A DataSeriesItem implementation suitable for . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ButtonOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/ButtonOptions.java index a828a9584..2a8b7b72e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ButtonOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ButtonOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ButtonPosition.java b/addon/src/main/java/com/vaadin/addon/charts/model/ButtonPosition.java index 4cdca8e63..aaa4ab296 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ButtonPosition.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ButtonPosition.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Positioning options for {@link DrillUpButton} diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Buttons.java b/addon/src/main/java/com/vaadin/addon/charts/model/Buttons.java index c65b3eb26..cd31441d8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Buttons.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Buttons.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ChartConfiguration.java b/addon/src/main/java/com/vaadin/addon/charts/model/ChartConfiguration.java index 5703ee957..3f6b09ee2 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ChartConfiguration.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ChartConfiguration.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ChartEnum.java b/addon/src/main/java/com/vaadin/addon/charts/model/ChartEnum.java index dba00d667..7be3fad90 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ChartEnum.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ChartEnum.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ChartModel.java b/addon/src/main/java/com/vaadin/addon/charts/model/ChartModel.java index 77fe3b39e..edcad74c1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ChartModel.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ChartModel.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ChartType.java b/addon/src/main/java/com/vaadin/addon/charts/model/ChartType.java index 2c691e3d7..6cd1f842f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ChartType.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ChartType.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The default series type for the chart. Can be one of LINE, SPLINE, AREA, diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ColorAxis.java b/addon/src/main/java/com/vaadin/addon/charts/model/ColorAxis.java index 7e01d8b41..93fba6551 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ColorAxis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ColorAxis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; public class ColorAxis extends YAxis { diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ColumnOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/ColumnOptions.java index 439afc6a5..a961c8917 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ColumnOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ColumnOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Compare.java b/addon/src/main/java/com/vaadin/addon/charts/model/Compare.java index c17da756b..197225306 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Compare.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Compare.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The {@link YAxis} will show percentage or absolute change depending on diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Configuration.java b/addon/src/main/java/com/vaadin/addon/charts/model/Configuration.java index 04dd1b663..82696d72a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Configuration.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Configuration.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.Arrays; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ContextButton.java b/addon/src/main/java/com/vaadin/addon/charts/model/ContextButton.java index e8ca982ea..e91484b0c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ContextButton.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ContextButton.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Credits.java b/addon/src/main/java/com/vaadin/addon/charts/model/Credits.java index 42738332b..1b7aa6eca 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Credits.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Credits.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Crosshair.java b/addon/src/main/java/com/vaadin/addon/charts/model/Crosshair.java index 9fae92259..42ce67258 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Crosshair.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Crosshair.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/CrosshairLabel.java b/addon/src/main/java/com/vaadin/addon/charts/model/CrosshairLabel.java index ee80b36ce..1a0fd9408 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/CrosshairLabel.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/CrosshairLabel.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Cursor.java b/addon/src/main/java/com/vaadin/addon/charts/model/Cursor.java index 97deab39f..30cae9201 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Cursor.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Cursor.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * You can set the cursor to POINTER("pointer") if you have click events diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DashStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/DashStyle.java index 487b47800..ad70e1a76 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DashStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DashStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Dash styles used to render lines. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataGrouping.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataGrouping.java index 17d9ca422..2e375a92c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataGrouping.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataGrouping.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import java.util.ArrayList; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabels.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabels.java index f4c18bc87..213511c94 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabels.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsFunnel.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsFunnel.java index 8fba62b55..b638d1c8f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsFunnel.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsFunnel.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsRange.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsRange.java index f16b06406..c4c18a794 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsRange.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataLabelsRange.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataProviderSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataProviderSeries.java index 8837dc2e5..a2ed084b4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataProviderSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataProviderSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import static java.util.Map.Entry; import static java.util.stream.Collectors.toList; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeries.java index 9c53b3bb9..88a71fe45 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.Arrays; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem.java index 3e86b78d0..7553737ed 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.time.Instant; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem3d.java b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem3d.java index 6d0cc4f01..e0b976c98 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem3d.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DataSeriesItem3d.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * DataSeriesItem that can hold also Z value. Used in e.g. bubble charts. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DateTimeLabelFormats.java b/addon/src/main/java/com/vaadin/addon/charts/model/DateTimeLabelFormats.java index dcd2c65a3..a82a30d21 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DateTimeLabelFormats.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DateTimeLabelFormats.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * For a DATETIME axis, the scale will automatically adjust to the appropriate diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Dial.java b/addon/src/main/java/com/vaadin/addon/charts/model/Dial.java index 7a697daee..cfec504cf 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Dial.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Dial.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButton.java b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButton.java index 171f89cbe..42b00a7ce 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButton.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButton.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Options for the drill up button that appears when drilling down on a series. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonRelativeTo.java b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonRelativeTo.java index 1626f440f..acb0bdd69 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonRelativeTo.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonRelativeTo.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * What box to align the button to. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonTheme.java b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonTheme.java index b4f58c088..a6e50ee63 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/DrillUpButtonTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.fasterxml.jackson.annotation.JsonProperty; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Drilldown.java b/addon/src/main/java/com/vaadin/addon/charts/model/Drilldown.java index f6b78cb51..8d183ad86 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Drilldown.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Drilldown.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.fasterxml.jackson.annotation.JsonIgnore; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Exporting.java b/addon/src/main/java/com/vaadin/addon/charts/model/Exporting.java index 4cbf44d14..4278740a8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Exporting.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Exporting.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/FlagItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/FlagItem.java index 8e3dc18df..fd65c34a1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/FlagItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/FlagItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.time.Instant; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/FlagShape.java b/addon/src/main/java/com/vaadin/addon/charts/model/FlagShape.java index a61a49b32..c05c284da 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/FlagShape.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/FlagShape.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The name of a symbol to use for the border in {@link ChartType#FLAGS} series. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Frame.java b/addon/src/main/java/com/vaadin/addon/charts/model/Frame.java index 164ce8f44..a4224d868 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Frame.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Frame.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/GaugeOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/GaugeOptions.java index d713d2682..f0f47f4e6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/GaugeOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/GaugeOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; public abstract class GaugeOptions extends AbstractPlotOptions { diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Global.java b/addon/src/main/java/com/vaadin/addon/charts/model/Global.java index 05ec18f56..98f6e5da0 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Global.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Global.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabelItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabelItem.java index 16c435896..a80d181da 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabelItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabelItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabels.java b/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabels.java index 1724fd35f..873869c9b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabels.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/HTMLLabels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Halo.java b/addon/src/main/java/com/vaadin/addon/charts/model/Halo.java index b6e344ead..c3f13c8fd 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Halo.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Halo.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Handles.java b/addon/src/main/java/com/vaadin/addon/charts/model/Handles.java index fe9e63d2d..539622030 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Handles.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Handles.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/HeatSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/HeatSeries.java index 23ffbda30..631201b34 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/HeatSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/HeatSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * A specialized series for use with HeatMaps diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/HorizontalAlign.java b/addon/src/main/java/com/vaadin/addon/charts/model/HorizontalAlign.java index a14139938..085ea7cb5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/HorizontalAlign.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/HorizontalAlign.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Alignment of the title relative to the axis values and more generically diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Hover.java b/addon/src/main/java/com/vaadin/addon/charts/model/Hover.java index a997bd243..b6b72d75c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Hover.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Hover.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/IntervalUnit.java b/addon/src/main/java/com/vaadin/addon/charts/model/IntervalUnit.java index 458569c86..5db9bf987 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/IntervalUnit.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/IntervalUnit.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Irregular time unit used to define point interval unit. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Items.java b/addon/src/main/java/com/vaadin/addon/charts/model/Items.java index 8c9101ecc..a58522754 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Items.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Items.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Style; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Label.java b/addon/src/main/java/com/vaadin/addon/charts/model/Label.java index f7dd670da..f7ceb4dcb 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Label.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Label.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Labels.java b/addon/src/main/java/com/vaadin/addon/charts/model/Labels.java index 1ca21b4b3..d3054b22c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Labels.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Labels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Lang.java b/addon/src/main/java/com/vaadin/addon/charts/model/Lang.java index 1cc448148..dc4342772 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Lang.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Lang.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/LayoutDirection.java b/addon/src/main/java/com/vaadin/addon/charts/model/LayoutDirection.java index 7e08a9b52..733bc83d9 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/LayoutDirection.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/LayoutDirection.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The layout of the legend items. Can be one of HORIZONTAL("horizontal") or diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Legend.java b/addon/src/main/java/com/vaadin/addon/charts/model/Legend.java index b55ae336b..9a4c241b9 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Legend.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Legend.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/LegendNavigation.java b/addon/src/main/java/com/vaadin/addon/charts/model/LegendNavigation.java index 1c8a3ee8b..2707e5715 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/LegendNavigation.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/LegendNavigation.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/LegendTitle.java b/addon/src/main/java/com/vaadin/addon/charts/model/LegendTitle.java index f0c8ea5de..985176f47 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/LegendTitle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/LegendTitle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Level.java b/addon/src/main/java/com/vaadin/addon/charts/model/Level.java index 5d02f92ea..d87c4d40b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Level.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Level.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ListSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/ListSeries.java index e5328de61..c205dce24 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ListSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ListSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.Collection; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Loading.java b/addon/src/main/java/com/vaadin/addon/charts/model/Loading.java index 73cf070f6..c609b6fe0 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Loading.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Loading.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Marker.java b/addon/src/main/java/com/vaadin/addon/charts/model/Marker.java index ebc37814a..0b834c86a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Marker.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Marker.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbol.java b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbol.java index 297c59752..f98b1ca74 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbol.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbol.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Interface for all marker symbols diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolEnum.java b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolEnum.java index 0a2b34c6f..a2cae3d33 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolEnum.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolEnum.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * A predefined shape or symbol for the marker. When null, the symbol is pulled diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolUrl.java b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolUrl.java index e0e3b308d..1a5e105f1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolUrl.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/MarkerSymbolUrl.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Symbol that is fetched from the url, implementing ChartEnum to provide diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Navigation.java b/addon/src/main/java/com/vaadin/addon/charts/model/Navigation.java index 2c32a54e2..61dd7a2b6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Navigation.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Navigation.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Navigator.java b/addon/src/main/java/com/vaadin/addon/charts/model/Navigator.java index bdc91107b..d6e965a04 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Navigator.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Navigator.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/NoData.java b/addon/src/main/java/com/vaadin/addon/charts/model/NoData.java index 657f61908..1e8795efe 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/NoData.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/NoData.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/OhlcItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/OhlcItem.java index d20d01537..f51dea40c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/OhlcItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/OhlcItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.time.Instant; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/OhlcOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/OhlcOptions.java index 1b6d8b363..d7c918489 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/OhlcOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/OhlcOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Options3d.java b/addon/src/main/java/com/vaadin/addon/charts/model/Options3d.java index 44ccd7fbc..731231329 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Options3d.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Options3d.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Pane.java b/addon/src/main/java/com/vaadin/addon/charts/model/Pane.java index 2374b2c8f..7a551f160 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Pane.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Pane.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import java.util.ArrayList; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PaneList.java b/addon/src/main/java/com/vaadin/addon/charts/model/PaneList.java index 6bfebce84..8e3327425 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PaneList.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PaneList.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.List; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PinchType.java b/addon/src/main/java/com/vaadin/addon/charts/model/PinchType.java index 08c27c7e8..c95db57ed 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PinchType.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PinchType.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Parameters for in what dimensions the user can do multitouch gestures. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Pivot.java b/addon/src/main/java/com/vaadin/addon/charts/model/Pivot.java index 6d7bf7523..1d2f01efb 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Pivot.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Pivot.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotBand.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotBand.java index 4c6fd90b3..f6c72b86e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotBand.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotBand.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotLine.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotLine.java index 4af818f6c..be0c43163 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotLine.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotLine.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArea.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArea.java index 30ffefccf..bac1338c4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArea.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArea.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArearange.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArearange.java index fab15f95f..2fa699292 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArearange.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsArearange.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreaspline.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreaspline.java index d6f5aa23e..dd53f1a59 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreaspline.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreaspline.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreasplinerange.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreasplinerange.java index f6f9faf44..f61200eb8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreasplinerange.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsAreasplinerange.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBar.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBar.java index 3f157cb6c..9863e8e13 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBar.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBar.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBoxplot.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBoxplot.java index 4003be134..22291139f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBoxplot.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBoxplot.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBubble.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBubble.java index a4e08ef32..a8dd27f50 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBubble.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsBubble.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsCandlestick.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsCandlestick.java index 77aff0c5b..163ae3b18 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsCandlestick.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsCandlestick.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumn.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumn.java index 5eb3a7480..15d38bfa5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumn.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumn.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumnrange.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumnrange.java index 06a737bf4..6555a2f1e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumnrange.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsColumnrange.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsErrorbar.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsErrorbar.java index 7dceefb24..866206a31 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsErrorbar.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsErrorbar.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFlags.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFlags.java index 14f23d656..c6b665dbc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFlags.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFlags.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFunnel.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFunnel.java index 11bea55c5..3595fcf99 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFunnel.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsFunnel.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsGauge.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsGauge.java index 555784799..a2e01b17d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsGauge.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsGauge.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsHeatmap.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsHeatmap.java index 924eef1a5..419e335f4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsHeatmap.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsHeatmap.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsLine.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsLine.java index 5010ea7f0..056d9c4ed 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsLine.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsLine.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsOhlc.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsOhlc.java index c1fcb0501..76f68c3b5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsOhlc.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsOhlc.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPie.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPie.java index 75d1e6713..287fb1481 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPie.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPie.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPolygon.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPolygon.java index bbe5defd3..c35381530 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPolygon.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPolygon.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPyramid.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPyramid.java index 34115ae32..7147d2ee3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPyramid.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsPyramid.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsScatter.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsScatter.java index b8ad18e3d..d9787d317 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsScatter.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsScatter.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSeries.java index 855d217db..dfa2fc67f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSolidgauge.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSolidgauge.java index 905fb5575..9c9c51924 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSolidgauge.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSolidgauge.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import java.util.ArrayList; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSpline.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSpline.java index 7882724c2..d7741ef06 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSpline.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsSpline.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsTreemap.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsTreemap.java index e2620460d..350b9effe 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsTreemap.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsTreemap.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsWaterfall.java b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsWaterfall.java index 1bc1ca99c..93690505e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsWaterfall.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PlotOptionsWaterfall.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PointOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/PointOptions.java index 6692cdce6..1c9be9618 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PointOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PointOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Date; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PointPlacement.java b/addon/src/main/java/com/vaadin/addon/charts/model/PointPlacement.java index f092de03c..3a1e9552d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PointPlacement.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PointPlacement.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Possible values: null, ON, BETWEEN. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Position.java b/addon/src/main/java/com/vaadin/addon/charts/model/Position.java index 5f5b2ad9e..917f272c1 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Position.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Position.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Position configuration for the credits label. Supported properties are align, diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/PyramidOptions.java b/addon/src/main/java/com/vaadin/addon/charts/model/PyramidOptions.java index 8ceae0b57..59eb30d8f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/PyramidOptions.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/PyramidOptions.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Color; import com.vaadin.server.Sizeable.Unit; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelector.java b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelector.java index 4cc2cac62..f23e94b2f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelector.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelector.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.ButtonTheme; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorButton.java b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorButton.java index b97df203a..188d024bc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorButton.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorButton.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Options for range selector buttons. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorTimespan.java b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorTimespan.java index f02e6dac5..bb07a84d3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorTimespan.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSelectorTimespan.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Possible timespan values for range selector buttons diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSeries.java index 23137a1f9..9b8b24a16 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/RangeSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/RangeSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Series for range type data diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButton.java b/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButton.java index 277ea2f65..0f702cea5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButton.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButton.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.ButtonTheme; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButtonRelativeTo.java b/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButtonRelativeTo.java index e4e3aab62..e15db88af 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButtonRelativeTo.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ResetZoomButtonRelativeTo.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * What frame the button should be placed related to. Can be either "plot" or diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Scrollbar.java b/addon/src/main/java/com/vaadin/addon/charts/model/Scrollbar.java index ac1476e4f..e9d5cc13a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Scrollbar.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Scrollbar.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Select.java b/addon/src/main/java/com/vaadin/addon/charts/model/Select.java index 140740c94..7bdccc67d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Select.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Select.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Series.java b/addon/src/main/java/com/vaadin/addon/charts/model/Series.java index 49745c0ca..15a14d895 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Series.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Series.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Series interface for all kinds of Series diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/SeriesTooltip.java b/addon/src/main/java/com/vaadin/addon/charts/model/SeriesTooltip.java index 52bfd0ff5..f2ed5b1da 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/SeriesTooltip.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/SeriesTooltip.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; /** diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Shape.java b/addon/src/main/java/com/vaadin/addon/charts/model/Shape.java index 7a05ebf73..14b0c3bc2 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Shape.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Shape.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The name of a symbol to use for the border around the {@link Datalabels} or diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Side.java b/addon/src/main/java/com/vaadin/addon/charts/model/Side.java index 5bc67161f..534fd15cd 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Side.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Side.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/StackLabels.java b/addon/src/main/java/com/vaadin/addon/charts/model/StackLabels.java index 15a5b1e47..7975074c9 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/StackLabels.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/StackLabels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Stacking.java b/addon/src/main/java/com/vaadin/addon/charts/model/Stacking.java index d2c8328ab..1a4cd1ab0 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Stacking.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Stacking.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Whether to stack the values of each series on top of each other. Possible diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/States.java b/addon/src/main/java/com/vaadin/addon/charts/model/States.java index 84a518186..678c5ab2c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/States.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/States.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; @Generated(value = "This class is generated and shouldn't be modified", comments = "Incorrect and missing API should be reported to https://github.com/vaadin/charts/issues/new") diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/StepType.java b/addon/src/main/java/com/vaadin/addon/charts/model/StepType.java index 166f1afe8..d1e415191 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/StepType.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/StepType.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Defines different step line types. Configurable in {@link PlotOptionsLine}. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Stop.java b/addon/src/main/java/com/vaadin/addon/charts/model/Stop.java index 6b199cc86..cd9644a34 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Stop.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Stop.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Subtitle.java b/addon/src/main/java/com/vaadin/addon/charts/model/Subtitle.java index 1cf83075c..360fa52bc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Subtitle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Subtitle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TickPosition.java b/addon/src/main/java/com/vaadin/addon/charts/model/TickPosition.java index 10480ed03..207dfdd22 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TickPosition.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TickPosition.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The position of the tick marks relative to the axis line. Can be one of diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TickmarkPlacement.java b/addon/src/main/java/com/vaadin/addon/charts/model/TickmarkPlacement.java index 7ac6d06c8..840337fda 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TickmarkPlacement.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TickmarkPlacement.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * For categorized axes only. If ON the tick mark is placed in the center of the diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnit.java b/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnit.java index 5106bc0ea..d835f2bb4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnit.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnit.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; public enum TimeUnit implements ChartEnum { MILLISECOND("millisecond"), SECOND("second"), MINUTE("minute"), HOUR("hour"), DAY( diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnitMultiples.java b/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnitMultiples.java index 78bedbaef..dc7b0392e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnitMultiples.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TimeUnitMultiples.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; + /** * Class used to define allowed multiples a time unit is allowed to be grouped * to. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Title.java b/addon/src/main/java/com/vaadin/addon/charts/model/Title.java index b456edd90..3fb2c141c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Title.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Title.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Style; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Tooltip.java b/addon/src/main/java/com/vaadin/addon/charts/model/Tooltip.java index 32b3d053c..ce0443cde 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Tooltip.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Tooltip.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutAlgorithm.java b/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutAlgorithm.java index 59f6187a7..36efbad6f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutAlgorithm.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutAlgorithm.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The layout algorithm used by {@link ChartType#TREEMAP} charts. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutStartingDirection.java b/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutStartingDirection.java index 9c942973c..0b16a362b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutStartingDirection.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TreeMapLayoutStartingDirection.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * The direction where the layout algorithm will start drawing. Applies to diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeries.java b/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeries.java index f938a06c1..525cae7d3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeries.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.Arrays; import java.util.Collection; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeriesItem.java b/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeriesItem.java index 49baca1b2..e50094c6f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeriesItem.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/TreeSeriesItem.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * This class represents one node in a {@link TreeSeries}. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/VerticalAlign.java b/addon/src/main/java/com/vaadin/addon/charts/model/VerticalAlign.java index 648e8ec72..97d00d5ad 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/VerticalAlign.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/VerticalAlign.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Alignment of the title relative to the axis values and more generically diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/WaterFallSum.java b/addon/src/main/java/com/vaadin/addon/charts/model/WaterFallSum.java index c8870617d..3317aa82f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/WaterFallSum.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/WaterFallSum.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * DataSeriesItem that can be used as sum or intermediate sum in waterfall diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/XAxis.java b/addon/src/main/java/com/vaadin/addon/charts/model/XAxis.java index 933f32fd7..ac59312fc 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/XAxis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/XAxis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/YAxis.java b/addon/src/main/java/com/vaadin/addon/charts/model/YAxis.java index 1c268cabc..6c2c72c13 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/YAxis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/YAxis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ZAxis.java b/addon/src/main/java/com/vaadin/addon/charts/model/ZAxis.java index 10d400e18..d791084f7 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ZAxis.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ZAxis.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import java.util.ArrayList; import java.util.Arrays; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/Zones.java b/addon/src/main/java/com/vaadin/addon/charts/model/Zones.java index 05297565a..c903fbe09 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/Zones.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/Zones.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; import javax.annotation.Generated; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/ZoomType.java b/addon/src/main/java/com/vaadin/addon/charts/model/ZoomType.java index 060d40160..de2a952ca 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/ZoomType.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/ZoomType.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model; /** * Parameters for in what dimensions the user can zoom by dragging the mouse. diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AbstractSeriesBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AbstractSeriesBeanSerializer.java index 347723f7b..14479efa6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AbstractSeriesBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AbstractSeriesBeanSerializer.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisListSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisListSerializer.java index c450751f6..25609bebd 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisListSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisListSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisTitleBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisTitleBeanSerializer.java index 90c278001..ea23c0f0f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisTitleBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/AxisTitleBeanSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.SerializerProvider; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializationDelegate.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializationDelegate.java index de26ff55c..378813e13 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializationDelegate.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializationDelegate.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializerDelegator.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializerDelegator.java index 3120c4b2d..9653c0b55 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializerDelegator.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/BeanSerializerDelegator.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import java.util.Set; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ButtonThemeWidthFilter.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ButtonThemeWidthFilter.java index 29eb9076f..6da3d9b43 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ButtonThemeWidthFilter.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ButtonThemeWidthFilter.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import static com.vaadin.addon.charts.model.style.ButtonTheme.DEFAULT_WIDTH; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartEnumSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartEnumSerializer.java index 1bcd2014a..ccc51089f 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartEnumSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartEnumSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartOptionsBeanSerializerModifier.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartOptionsBeanSerializerModifier.java index 1b62fa014..0346b6c82 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartOptionsBeanSerializerModifier.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ChartOptionsBeanSerializerModifier.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.util.ArrayList; import java.util.List; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataProviderSeriesBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataProviderSeriesBeanSerializer.java index 4d032d37d..173a43c1a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataProviderSeriesBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataProviderSeriesBeanSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import static com.vaadin.addon.charts.model.DataProviderSeries.CLOSE_PROPERTY; import static com.vaadin.addon.charts.model.DataProviderSeries.HIGH_PROPERTY; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataSeriesItemBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataSeriesItemBeanSerializer.java index e8b50dcd7..4261ec356 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataSeriesItemBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DataSeriesItemBeanSerializer.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DateSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DateSerializer.java index 258942c2b..e8df49595 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DateSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DateSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; import java.time.Instant; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DefaultBeanSerializerModifier.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DefaultBeanSerializerModifier.java index 2c8e3d0b8..2d6922f35 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DefaultBeanSerializerModifier.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/DefaultBeanSerializerModifier.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import com.fasterxml.jackson.databind.BeanDescription; import com.fasterxml.jackson.databind.JsonSerializer; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/GradientColorStopsSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/GradientColorStopsSerializer.java index 06d24cd6b..ff8b45f64 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/GradientColorStopsSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/GradientColorStopsSerializer.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/InstantSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/InstantSerializer.java index 94433df36..b487f3b12 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/InstantSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/InstantSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; import java.time.Instant; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/LegendTitleBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/LegendTitleBeanSerializer.java index 98673b161..c702dc969 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/LegendTitleBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/LegendTitleBeanSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.SerializerProvider; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/PaneListSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/PaneListSerializer.java index 426dad61e..fc8a69f8b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/PaneListSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/PaneListSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SizeSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SizeSerializer.java index a1a6c0c68..9ca5556f5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SizeSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SizeSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SolidColorSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SolidColorSerializer.java index 5ab0d1c69..c8a3d2b31 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SolidColorSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/SolidColorSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StopSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StopSerializer.java index 204eac75e..73e509be5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StopSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StopSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StringSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StringSerializer.java index 4d3c183dd..6b3f7a7c8 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StringSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/StringSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; import java.util.regex.Pattern; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ThemeGradientColorBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ThemeGradientColorBeanSerializer.java index ebee32097..7aa04862d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ThemeGradientColorBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/ThemeGradientColorBeanSerializer.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; + import java.io.IOException; import java.util.Set; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TimeUnitMultiplesSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TimeUnitMultiplesSerializer.java index a498a8df6..3a2a6bb5e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TimeUnitMultiplesSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TimeUnitMultiplesSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TitleBeanSerializer.java b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TitleBeanSerializer.java index 8453c1097..deb25790b 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TitleBeanSerializer.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/serializers/TitleBeanSerializer.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.serializers; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.serializers; import java.io.IOException; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/AxisStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/AxisStyle.java index 34231a593..7b320a9ca 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/AxisStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/AxisStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/ButtonTheme.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/ButtonTheme.java index 922f07294..0271e9a93 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/ButtonTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/ButtonTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/ChartStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/ChartStyle.java index e3687599c..fd9bdc604 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/ChartStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/ChartStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/Color.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/Color.java index d426d5712..0d02868c3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/Color.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/Color.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/FontWeight.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/FontWeight.java index 8159341c4..4fd1d8a3e 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/FontWeight.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/FontWeight.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.ChartEnum; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/GradientColor.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/GradientColor.java index 5d5f9c56e..495425706 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/GradientColor.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/GradientColor.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import java.io.Serializable; import java.util.ArrayList; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/LegendStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/LegendStyle.java index 950abc03e..4b03c7764 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/LegendStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/LegendStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.Legend; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/MarkerStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/MarkerStyle.java index 4c87d2abf..eda80d0fb 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/MarkerStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/MarkerStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/PlotOptionsStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/PlotOptionsStyle.java index 2c3f8d448..bb0f1aa86 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/PlotOptionsStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/PlotOptionsStyle.java @@ -1,21 +1,15 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; + import com.vaadin.addon.charts.model.AbstractConfigurationObject; import com.vaadin.addon.charts.model.ChartType; import com.vaadin.addon.charts.model.PlotOptionsArea; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/SolidColor.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/SolidColor.java index 76d61f84b..bf2ef08d5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/SolidColor.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/SolidColor.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import java.util.Locale; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/Style.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/Style.java index e7fd06a7a..ea8f4da84 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/Style.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/Style.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/StylePosition.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/StylePosition.java index 7a484e6ae..f3571ab71 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/StylePosition.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/StylePosition.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.ChartEnum; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/StyleWrapper.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/StyleWrapper.java index 47c51ce58..01678988d 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/StyleWrapper.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/StyleWrapper.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/Theme.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/Theme.java index f9bae28fe..a9124e90c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/Theme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/Theme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; import com.vaadin.addon.charts.model.Credits; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/TickIntervalStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/TickIntervalStyle.java index 86ddb7ede..1f8c152d7 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/TickIntervalStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/TickIntervalStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.ChartEnum; diff --git a/addon/src/main/java/com/vaadin/addon/charts/model/style/TooltipStyle.java b/addon/src/main/java/com/vaadin/addon/charts/model/style/TooltipStyle.java index 6daa51606..2477216f4 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/model/style/TooltipStyle.java +++ b/addon/src/main/java/com/vaadin/addon/charts/model/style/TooltipStyle.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.model.style; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.model.style; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartClientRpc.java b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartClientRpc.java index d0c7f0f77..cddbccd02 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartClientRpc.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartClientRpc.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import com.vaadin.shared.communication.ClientRpc; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartConnector.java b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartConnector.java index b69143882..a56c679d7 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartConnector.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartConnector.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import com.google.gwt.core.client.Scheduler; import com.google.gwt.core.client.Scheduler.ScheduledCommand; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartOptionsState.java b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartOptionsState.java index 6a96e6ede..b2794a970 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartOptionsState.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartOptionsState.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import com.vaadin.shared.communication.SharedState; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartServerRpc.java b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartServerRpc.java index 042d305a9..575e98e19 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartServerRpc.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartServerRpc.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import com.vaadin.shared.communication.ServerRpc; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartState.java b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartState.java index 9dc322604..356b69a68 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/ChartState.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/ChartState.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import com.vaadin.shared.AbstractComponentState; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownEventDetails.java b/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownEventDetails.java index 697a0c5b8..d435339f3 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownEventDetails.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownEventDetails.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownPointDetails.java b/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownPointDetails.java index 3786d4c8d..9c933f01a 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownPointDetails.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/DrilldownPointDetails.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/shared/MouseEventDetails.java b/addon/src/main/java/com/vaadin/addon/charts/shared/MouseEventDetails.java index fc7320ae6..bbc0ca2cf 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/shared/MouseEventDetails.java +++ b/addon/src/main/java/com/vaadin/addon/charts/shared/MouseEventDetails.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.shared; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.shared; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/GrayTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/GrayTheme.java index 31a1aad24..aea3da0ca 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/GrayTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/GrayTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.style.FontWeight; import com.vaadin.addon.charts.model.style.GradientColor; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/GridTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/GridTheme.java index de24f55a5..0f7336706 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/GridTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/GridTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.style.FontWeight; import com.vaadin.addon.charts.model.style.SolidColor; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/HighChartsDefaultTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/HighChartsDefaultTheme.java index 3b1d6f2e9..829a70182 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/HighChartsDefaultTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/HighChartsDefaultTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.style.AxisStyle; import com.vaadin.addon.charts.model.style.FontWeight; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/SkiesTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/SkiesTheme.java index 8a9f7b837..ee17b455c 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/SkiesTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/SkiesTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.style.FontWeight; import com.vaadin.addon.charts.model.style.GradientColor; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/VaadinTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/VaadinTheme.java index 52a2da330..595f4afc5 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/VaadinTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/VaadinTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.style.AxisStyle; import com.vaadin.addon.charts.model.style.Color; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/ValoDarkTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/ValoDarkTheme.java index 55ae20faf..2cedfa0df 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/ValoDarkTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/ValoDarkTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.AbstractDataLabels; import com.vaadin.addon.charts.model.Hover; diff --git a/addon/src/main/java/com/vaadin/addon/charts/themes/ValoLightTheme.java b/addon/src/main/java/com/vaadin/addon/charts/themes/ValoLightTheme.java index 25d5a3e65..59f138481 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/themes/ValoLightTheme.java +++ b/addon/src/main/java/com/vaadin/addon/charts/themes/ValoLightTheme.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.themes; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.themes; import com.vaadin.addon.charts.model.AbstractDataLabels; import com.vaadin.addon.charts.model.Hover; diff --git a/addon/src/main/java/com/vaadin/addon/charts/util/ChartSerialization.java b/addon/src/main/java/com/vaadin/addon/charts/util/ChartSerialization.java index 0daaf58dc..b7cd11796 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/util/ChartSerialization.java +++ b/addon/src/main/java/com/vaadin/addon/charts/util/ChartSerialization.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.util; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.util; import java.io.Serializable; diff --git a/addon/src/main/java/com/vaadin/addon/charts/util/SVGGenerator.java b/addon/src/main/java/com/vaadin/addon/charts/util/SVGGenerator.java index 6c2531879..0525d6ddd 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/util/SVGGenerator.java +++ b/addon/src/main/java/com/vaadin/addon/charts/util/SVGGenerator.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.util; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.util; import java.io.BufferedReader; import java.io.File; diff --git a/addon/src/main/java/com/vaadin/addon/charts/util/Util.java b/addon/src/main/java/com/vaadin/addon/charts/util/Util.java index bdc14d040..148dd00c6 100644 --- a/addon/src/main/java/com/vaadin/addon/charts/util/Util.java +++ b/addon/src/main/java/com/vaadin/addon/charts/util/Util.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.util; - -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.util; import java.time.Instant; import java.util.Calendar; diff --git a/addon/src/main/java/module-info.java b/addon/src/main/java/module-info.java index 3b200d9b7..0defd9fb4 100644 --- a/addon/src/main/java/module-info.java +++ b/addon/src/main/java/module-info.java @@ -1,18 +1,12 @@ -/*- - * #%L +/* * Vaadin Charts Addon - * %% - * Copyright (C) 2012 - 2019 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ module com.vaadin.addon.charts { requires java.annotation; diff --git a/addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml b/addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml index 71b73c02c..6993c36c5 100644 --- a/addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml +++ b/addon/src/main/resources/com/vaadin/addon/charts/Widgetset.gwt.xml @@ -1,19 +1,13 @@ for the full + * license. + */ package com.vaadin.addon.charts.declarative; import static org.junit.Assert.*; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignReaderTest.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignReaderTest.java index 5b1cfabfb..294291a19 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignReaderTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignReaderTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import static org.hamcrest.Matchers.instanceOf; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignTest.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignTest.java index 2e80bedea..7b7a60006 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import static org.junit.Assert.assertEquals; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignWriterTest.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignWriterTest.java index f67a593d3..8e8b685c7 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignWriterTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/ChartDesignWriterTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import static org.junit.Assert.assertEquals; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/PlotOptionsTest.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/PlotOptionsTest.java index 552a0b0bb..3a8a77ff3 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/PlotOptionsTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/PlotOptionsTest.java @@ -1,6 +1,15 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; - import com.vaadin.addon.charts.model.PlotOptionsBubble; import com.vaadin.server.Sizeable; import org.junit.Test; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/SerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/SerializationTest.java index 98e6be849..0bd762032 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/SerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/SerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import static org.hamcrest.Matchers.empty; diff --git a/addon/src/test/java/com/vaadin/addon/charts/junittests/TestClassesSerializable.java b/addon/src/test/java/com/vaadin/addon/charts/junittests/TestClassesSerializable.java index b0d064a95..f853e8b17 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/junittests/TestClassesSerializable.java +++ b/addon/src/test/java/com/vaadin/addon/charts/junittests/TestClassesSerializable.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import java.io.File; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/AxisJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/AxisJSONSerializationTest.java index 1d05680ea..2d889a3a1 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/AxisJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/AxisJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ButtonThemeJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ButtonThemeJSONSerializationTest.java index 2af904357..5f14ffafa 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ButtonThemeJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ButtonThemeJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartBeforeClienResponseTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartBeforeClienResponseTest.java index 301cd968b..070542370 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartBeforeClienResponseTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartBeforeClienResponseTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartDataSeriesJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartDataSeriesJSONSerializationTest.java index 91ec224e0..bb052515c 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartDataSeriesJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartDataSeriesJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartOptionsJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartOptionsJSONSerializationTest.java index 63e006254..3f2b50300 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartOptionsJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ChartOptionsJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationJSONSerializationTest.java index 4aa299ee2..6f9782329 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationObjectJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationObjectJSONSerializationTest.java index 46c781ea6..69244d8cb 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationObjectJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationObjectJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationTest.java index 43175a0f7..bbc11475e 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/ConfigurationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/DataSeriesItemJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/DataSeriesItemJSONSerializationTest.java index d92f2d9d3..bee238ea9 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/DataSeriesItemJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/DataSeriesItemJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/LabelsJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/LabelsJSONSerializationTest.java index 7e56cb838..43732e46e 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/LabelsJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/LabelsJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotBandTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotBandTest.java index e4c013e8f..fbe85b209 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotBandTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotBandTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import com.vaadin.addon.charts.Chart; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotOptionsJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotOptionsJSONSerializationTest.java index 3954ced29..6f124b9e3 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotOptionsJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/PlotOptionsJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/SeriesTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/SeriesTest.java index 81e739de9..bfedf6e63 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/SeriesTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/SeriesTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import org.junit.Assert; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/StopJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/StopJSONSerializationTest.java index aad127760..6354f4fd5 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/StopJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/StopJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TimeUnitMultiplesJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TimeUnitMultiplesJSONSerializationTest.java index 3623cc8ad..f97f32724 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TimeUnitMultiplesJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TimeUnitMultiplesJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TooltipJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TooltipJSONSerializationTest.java index d1b9b7a60..8d7a4cf7f 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TooltipJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/TooltipJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/UnsafeHTMLJSONSerializationTest.java b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/UnsafeHTMLJSONSerializationTest.java index f1bfbe8c0..d15d6d43c 100644 --- a/addon/src/test/java/com/vaadin/addon/charts/model/junittests/UnsafeHTMLJSONSerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/charts/model/junittests/UnsafeHTMLJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/addon/src/test/java/com/vaadin/addon/util/junittests/SerializationTest.java b/addon/src/test/java/com/vaadin/addon/util/junittests/SerializationTest.java index a0feb3357..c3391b2ef 100644 --- a/addon/src/test/java/com/vaadin/addon/util/junittests/SerializationTest.java +++ b/addon/src/test/java/com/vaadin/addon/util/junittests/SerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.util.junittests; import static org.junit.Assert.assertEquals; diff --git a/book-examples/src/main/java/book/examples/advanced/use/AdvancedUse.java b/book-examples/src/main/java/book/examples/advanced/use/AdvancedUse.java index df33f5c72..89ee6c791 100644 --- a/book-examples/src/main/java/book/examples/advanced/use/AdvancedUse.java +++ b/book-examples/src/main/java/book/examples/advanced/use/AdvancedUse.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.advanced.use; diff --git a/book-examples/src/main/java/book/examples/basic/use/BasicUse.java b/book-examples/src/main/java/book/examples/basic/use/BasicUse.java index 299f5275e..a47249f91 100644 --- a/book-examples/src/main/java/book/examples/basic/use/BasicUse.java +++ b/book-examples/src/main/java/book/examples/basic/use/BasicUse.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.basic.use; import com.vaadin.addon.charts.Chart; diff --git a/book-examples/src/main/java/book/examples/chart/configuration/ChartConfiguration.java b/book-examples/src/main/java/book/examples/chart/configuration/ChartConfiguration.java index 31e13222c..3fe194988 100644 --- a/book-examples/src/main/java/book/examples/chart/configuration/ChartConfiguration.java +++ b/book-examples/src/main/java/book/examples/chart/configuration/ChartConfiguration.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.chart.configuration; import com.vaadin.addon.charts.Chart; diff --git a/book-examples/src/main/java/book/examples/chart/data/ChartData.java b/book-examples/src/main/java/book/examples/chart/data/ChartData.java index 70337de0c..afc40a4f9 100644 --- a/book-examples/src/main/java/book/examples/chart/data/ChartData.java +++ b/book-examples/src/main/java/book/examples/chart/data/ChartData.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.chart.data; import java.util.ArrayList; diff --git a/book-examples/src/main/java/book/examples/chart/types/ChartTypes.java b/book-examples/src/main/java/book/examples/chart/types/ChartTypes.java index c089b599e..8905c8a60 100644 --- a/book-examples/src/main/java/book/examples/chart/types/ChartTypes.java +++ b/book-examples/src/main/java/book/examples/chart/types/ChartTypes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.chart.types; import java.util.Collection; diff --git a/book-examples/src/main/java/book/examples/getting/started/GettingStarted.java b/book-examples/src/main/java/book/examples/getting/started/GettingStarted.java index 80ded6aee..489cd6fff 100644 --- a/book-examples/src/main/java/book/examples/getting/started/GettingStarted.java +++ b/book-examples/src/main/java/book/examples/getting/started/GettingStarted.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.getting.started; import java.time.DayOfWeek; diff --git a/book-examples/src/main/java/book/examples/migration/Migration.java b/book-examples/src/main/java/book/examples/migration/Migration.java index 53f93e287..f03e0b255 100644 --- a/book-examples/src/main/java/book/examples/migration/Migration.java +++ b/book-examples/src/main/java/book/examples/migration/Migration.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.migration; import com.vaadin.addon.charts.Chart; diff --git a/book-examples/src/main/java/book/examples/timeline/Timeline.java b/book-examples/src/main/java/book/examples/timeline/Timeline.java index 364d86619..c3a017f2b 100644 --- a/book-examples/src/main/java/book/examples/timeline/Timeline.java +++ b/book-examples/src/main/java/book/examples/timeline/Timeline.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package book.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/ChartExportDemo.java b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/ChartExportDemo.java index 4a5a52422..f2b58451e 100644 --- a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/ChartExportDemo.java +++ b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/ChartExportDemo.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartexport; import java.io.ByteArrayInputStream; diff --git a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/MyVaadinUI.java b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/MyVaadinUI.java index 30e6a2684..83a8fa13d 100644 --- a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/MyVaadinUI.java +++ b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/MyVaadinUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartexport; import com.vaadin.annotations.Theme; diff --git a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/SwingDemo.java b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/SwingDemo.java index d0946816f..569ee3575 100644 --- a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/SwingDemo.java +++ b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/SwingDemo.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartexport; import java.io.IOException; diff --git a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/util/PdfExportDemo.java b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/util/PdfExportDemo.java index f46f6201c..284ccba49 100644 --- a/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/util/PdfExportDemo.java +++ b/chart-export-demo/src/main/java/com/vaadin/demo/chartexport/util/PdfExportDemo.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartexport.util; import java.awt.Color; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/ChartPluginExamples.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/ChartPluginExamples.java index 7d9e1a5f3..d752e2388 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/ChartPluginExamples.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/ChartPluginExamples.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin; import java.util.Locale; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/MyVaadinUI.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/MyVaadinUI.java index b1d7bca6e..daec53100 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/MyVaadinUI.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/MyVaadinUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin; import com.vaadin.annotations.Theme; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartPluginResources.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartPluginResources.java index 6220c69e9..b748255ae 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartPluginResources.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartPluginResources.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.client; import com.google.gwt.core.client.GWT; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartsPluginScriptLoader.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartsPluginScriptLoader.java index 4150ad3e0..bcd93691d 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartsPluginScriptLoader.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/client/HighchartsPluginScriptLoader.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.client; import com.vaadin.addon.charts.client.HighchartResources; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/CustomChartTypes.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/CustomChartTypes.java index ca59e9fb4..5a5959a02 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/CustomChartTypes.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/CustomChartTypes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.model; import com.vaadin.addon.charts.model.ChartType; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapChartType.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapChartType.java index 7d89786b0..22bbaa2c7 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapChartType.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapChartType.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.model; import com.vaadin.addon.charts.model.ChartType; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapSeries.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapSeries.java index 982491ad9..6991f4a31 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapSeries.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/MapSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.model; import java.util.ArrayList; diff --git a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/ValueRange.java b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/ValueRange.java index dc147f076..70ad73926 100644 --- a/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/ValueRange.java +++ b/chart-plugin-demo/src/main/java/com/vaadin/demo/chartplugin/model/ValueRange.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.demo.chartplugin.model; import com.vaadin.addon.charts.model.AbstractConfigurationObject; diff --git a/compatibility-addon/license/cval3/header.txt b/compatibility-addon/license/cval3/header.txt deleted file mode 100644 index 7ef7d677e..000000000 --- a/compatibility-addon/license/cval3/header.txt +++ /dev/null @@ -1,8 +0,0 @@ -This program is available under Commercial Vaadin Add-On License 3.0 -(CVALv3). - -See the file licensing.txt distributed with this software for more -information about licensing. - -You should have received a copy of the CVALv3 along with this program. -If not, see . diff --git a/compatibility-addon/license/header.txt b/compatibility-addon/license/header.txt new file mode 100644 index 000000000..33b88fe47 --- /dev/null +++ b/compatibility-addon/license/header.txt @@ -0,0 +1,8 @@ +Vaadin Charts Addon + +Copyright (C) 2012-${year} Vaadin Ltd + +This program is available under Vaadin Commercial License and Service Terms. + +See for the full +license. \ No newline at end of file diff --git a/addon/src/license/cval3/license.txt b/compatibility-addon/license/license.txt similarity index 51% rename from addon/src/license/cval3/license.txt rename to compatibility-addon/license/license.txt index 65662669d..9f15163fe 100644 --- a/addon/src/license/cval3/license.txt +++ b/compatibility-addon/license/license.txt @@ -1,11 +1,9 @@ This Add-on component ("Software") to Vaadin Framework is distributed -under the terms of Commercial Vaadin Add-On License version 3.0 -("CVALv3") included as LICENSE in this software package. +under the Vaadin Commercial License and Service Terms +("VCL-2") included as LICENSE in this software package. You must either accept the terms of the above mentioned license agreement -or delete the Software immediately. +or delete the Software immediately. This software may also be available for download under alternative -licenses at http://vaadin.com/directory. - - +licenses at http://vaadin.com/directory. \ No newline at end of file diff --git a/compatibility-addon/license/licenses.properties b/compatibility-addon/license/licenses.properties deleted file mode 100644 index 357ef088e..000000000 --- a/compatibility-addon/license/licenses.properties +++ /dev/null @@ -1 +0,0 @@ -cval3=Commercial Vaadin Add-on Licence v3 diff --git a/compatibility-addon/pom.xml b/compatibility-addon/pom.xml index abdcfc8bf..44ce72ff0 100644 --- a/compatibility-addon/pom.xml +++ b/compatibility-addon/pom.xml @@ -1,20 +1,4 @@ - @@ -46,19 +30,6 @@ - - org.codehaus.mojo - license-maven-plugin - 1.8 - - cval3 - file://${basedir}/src/license - - **/main/**/*.java - - - - org.apache.maven.plugins maven-jar-plugin @@ -78,7 +49,7 @@ 1 - cval + VCL-2 vaadin-charts com.vaadin.addon.charts.client diff --git a/compatibility-addon/src/license/cval3/header.txt b/compatibility-addon/src/license/cval3/header.txt deleted file mode 100644 index 7ef7d677e..000000000 --- a/compatibility-addon/src/license/cval3/header.txt +++ /dev/null @@ -1,8 +0,0 @@ -This program is available under Commercial Vaadin Add-On License 3.0 -(CVALv3). - -See the file licensing.txt distributed with this software for more -information about licensing. - -You should have received a copy of the CVALv3 along with this program. -If not, see . diff --git a/compatibility-addon/src/license/header.txt b/compatibility-addon/src/license/header.txt new file mode 100644 index 000000000..33b88fe47 --- /dev/null +++ b/compatibility-addon/src/license/header.txt @@ -0,0 +1,8 @@ +Vaadin Charts Addon + +Copyright (C) 2012-${year} Vaadin Ltd + +This program is available under Vaadin Commercial License and Service Terms. + +See for the full +license. \ No newline at end of file diff --git a/compatibility-addon/license/cval3/license.txt b/compatibility-addon/src/license/license.txt similarity index 51% rename from compatibility-addon/license/cval3/license.txt rename to compatibility-addon/src/license/license.txt index 65662669d..9f15163fe 100644 --- a/compatibility-addon/license/cval3/license.txt +++ b/compatibility-addon/src/license/license.txt @@ -1,11 +1,9 @@ This Add-on component ("Software") to Vaadin Framework is distributed -under the terms of Commercial Vaadin Add-On License version 3.0 -("CVALv3") included as LICENSE in this software package. +under the Vaadin Commercial License and Service Terms +("VCL-2") included as LICENSE in this software package. You must either accept the terms of the above mentioned license agreement -or delete the Software immediately. +or delete the Software immediately. This software may also be available for download under alternative -licenses at http://vaadin.com/directory. - - +licenses at http://vaadin.com/directory. \ No newline at end of file diff --git a/compatibility-addon/src/license/licenses.properties b/compatibility-addon/src/license/licenses.properties deleted file mode 100644 index 357ef088e..000000000 --- a/compatibility-addon/src/license/licenses.properties +++ /dev/null @@ -1 +0,0 @@ -cval3=Commercial Vaadin Add-on Licence v3 diff --git a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/ContainerDataSeries.java b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/ContainerDataSeries.java index 618b7f799..2252aa8cc 100644 --- a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/ContainerDataSeries.java +++ b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/ContainerDataSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.v7.addon.charts.model; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.v7.addon.charts.model; import java.util.HashMap; import java.util.Map; diff --git a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/CompatibilityBeanSerializerModifier.java b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/CompatibilityBeanSerializerModifier.java index 76f4deeab..c1caef512 100644 --- a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/CompatibilityBeanSerializerModifier.java +++ b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/CompatibilityBeanSerializerModifier.java @@ -1,21 +1,14 @@ -package com.vaadin.v7.addon.charts.model.serializers; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2014 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.v7.addon.charts.model.serializers; import com.fasterxml.jackson.databind.BeanDescription; import com.fasterxml.jackson.databind.JsonSerializer; diff --git a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/ContainerDataSeriesBeanSerializer.java b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/ContainerDataSeriesBeanSerializer.java index 1e02edc22..1c9a478b3 100644 --- a/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/ContainerDataSeriesBeanSerializer.java +++ b/compatibility-addon/src/main/java/com/vaadin/v7/addon/charts/model/serializers/ContainerDataSeriesBeanSerializer.java @@ -1,21 +1,15 @@ -package com.vaadin.v7.addon.charts.model.serializers; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2014 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). - * - * See the file licensing.txt distributed with this software for more - * information about licensing. - * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.v7.addon.charts.model.serializers; + import static com.vaadin.v7.addon.charts.model.ContainerDataSeries.HIGH_PROPERTY; import static com.vaadin.v7.addon.charts.model.ContainerDataSeries.LOW_PROPERTY; diff --git a/compatibility-addon/src/main/java/module-info.java b/compatibility-addon/src/main/java/module-info.java index 333e6d831..70aeab918 100644 --- a/compatibility-addon/src/main/java/module-info.java +++ b/compatibility-addon/src/main/java/module-info.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ module com.vaadin.v7.addon.charts { requires com.vaadin.addon.charts; requires jackson.core; diff --git a/compatibility-addon/src/test/java/com/vaadin/addon/charts/model/junittests/ContainerSeriesJSONSerializationTest.java b/compatibility-addon/src/test/java/com/vaadin/addon/charts/model/junittests/ContainerSeriesJSONSerializationTest.java index 6d82d5e3b..6219a5c99 100644 --- a/compatibility-addon/src/test/java/com/vaadin/addon/charts/model/junittests/ContainerSeriesJSONSerializationTest.java +++ b/compatibility-addon/src/test/java/com/vaadin/addon/charts/model/junittests/ContainerSeriesJSONSerializationTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.model.junittests; import static com.vaadin.addon.charts.util.ChartSerialization.toJSON; diff --git a/demo/src/main/java/com/vaadin/addon/charts/ChartsDemoUI.java b/demo/src/main/java/com/vaadin/addon/charts/ChartsDemoUI.java index e0c9e0ce8..e83d22234 100644 --- a/demo/src/main/java/com/vaadin/addon/charts/ChartsDemoUI.java +++ b/demo/src/main/java/com/vaadin/addon/charts/ChartsDemoUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts; import java.io.IOException; diff --git a/demo/src/main/java/com/vaadin/addon/charts/DemoServlet.java b/demo/src/main/java/com/vaadin/addon/charts/DemoServlet.java index 916862725..f081b5232 100644 --- a/demo/src/main/java/com/vaadin/addon/charts/DemoServlet.java +++ b/demo/src/main/java/com/vaadin/addon/charts/DemoServlet.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts; import com.vaadin.annotations.VaadinServletConfiguration; diff --git a/directory/assembly/README.txt b/directory/assembly/README.txt index 840d774c9..e63ee9677 100644 --- a/directory/assembly/README.txt +++ b/directory/assembly/README.txt @@ -10,10 +10,9 @@ installation! !!!!! NOTE !!!!! Widget set compilation will fail unless you have a license for Vaadin -Charts. A free trial key can be obtained by clicking the big orange "Free -trial key" button on the right hand side of http://vaadin.com/addon/vaadin-charts +Charts. See https://vaadin.com/pricing for details. Please find instructions for how to install the license at -https://vaadin.com/directory/help/installing-cval-license +https://vaadin.com/docs/v8/framework/addons Maven ----- @@ -53,18 +52,16 @@ included in this zip package in the "lib" directory. Licensing ========= -Vaadin Charts is a commercial product. After 30 days of evaluation use, -you must either acquire a license or stop using it. More information about -Commercial Vaadin Add-on License is available in LICENSE file or at -https://vaadin.com/license/cval-3. +Vaadin Charts is a commercial product. You must either acquire a license or +stop using it. More information about Vaadin Commercial License and Service +Terms is available in LICENSE file or at +https://vaadin.com/commercial-license-and-service-terms. -You may obtain a valid license by subscribing to Vaadin Pro Account at -https://vaadin.com/pro or by purchasing a perpetual license at -https://vaadin.com/directory. +You may obtain a valid license by subscribing to Vaadin Pro. +See https://vaadin.com/pricing for details. -A valid license key is your perpetual license key purchased from Vaadin -Directory or alternatively the email address you use to login to an active -Vaadin Pro Account. +Once you have the subscription, the license key can be found in +https://vaadin.com/myaccount/licenses#classic Register your copy of Vaadin Charts by creating a file named .vaadin.charts.developer.license containing the license key in your home @@ -83,8 +80,9 @@ standalone-framework.js, no-data-to-display.js, drilldown.js, exporting.js, funnel.js, heatmap.js, solid-gauge.js and treemap.js) Please note that: -- A valid Highstock JS license does not entitle you to use Vaadin Charts Add-on under the terms of CVALv3. -- The Vaadin Charts Add-on (CVALv3) license does not entitle you to use the +- A valid Highstock JS license does not entitle you to use Vaadin Charts Add-on +under the terms of VCL-2. +- The Vaadin Charts Add-on (VCL-2) license does not entitle you to use the Highstock JS product in other ways than through the Vaadin Charts Add-on API. Vaadin Charts also requires Jackson library licensed under liberal Apache 2 license. diff --git a/directory/assembly/license.html b/directory/assembly/license.html index 6caeb035a..b2361184d 100644 --- a/directory/assembly/license.html +++ b/directory/assembly/license.html @@ -105,8 +105,8 @@

Licensing

Vaadin Charts is a charting tool for Vaadin Framework.

- Vaadin Charts is distributed under the terms of - Commercial Vaadin Add-On License version 3.0 ("CVALv3"). A copy of the license + Vaadin Charts is distributed under the + Vaadin Commercial License and Service Terms version 2 ("VCL-2"). A copy of the license is included in this software package.

diff --git a/documentation/charts-overview.asciidoc b/documentation/charts-overview.asciidoc index b4adced68..6f48f4a50 100644 --- a/documentation/charts-overview.asciidoc +++ b/documentation/charts-overview.asciidoc @@ -123,10 +123,10 @@ image::img/charts-basicexample.png[] [[charts.overview.licensing]] == Licensing -Vaadin Charts is a commercial product licensed under the CVAL License -(Commercial Vaadin Add-On License). A license needs to be purchased for all use, -including web deployments as well as intranet use. +Vaadin Charts is a commercial product licensed under the VCL-2 License (Vaadin +Commercial License and Service Terms). +You need a license for all Charts use, including web deployments as well as +intranet use. See link:https://vaadin.com/pricing[pricing] for details. -The commercial licenses can be purchased from the -link:https://vaadin.com/directory[Vaadin Directory], where you can also find the -license details and download the Vaadin Charts. +The installation instructions can be found in +link:https://vaadin.com/directory/component/vaadin-charts[Vaadin Directory]. diff --git a/documentation/java-api/charts-installing.asciidoc b/documentation/java-api/charts-installing.asciidoc index 1c026c2e7..c4e62b79a 100644 --- a/documentation/java-api/charts-installing.asciidoc +++ b/documentation/java-api/charts-installing.asciidoc @@ -10,8 +10,7 @@ layout: page As with most Vaadin add-ons, you can install Vaadin Charts as a Maven or Ivy dependency in your project, or from an installation package. For general instructions on installing add-ons, please see -<>. +https://vaadin.com/docs/v8/framework/addons/addons-overview#addons.overview[Installing Add-ons]. Vaadin Charts 4 requires Vaadin 8. @@ -19,7 +18,7 @@ Using Vaadin Charts requires a license key, which you must install before compiling the widget set. The widget set must be compiled after setting up the dependency or library JARs. -For instructions on installing a license key, see <>. +For instructions on installing a license key, see https://vaadin.com/docs/latest/configuration/licenses[License Validation and Troubleshooting]. [[charts.installing.maven]] == Maven Dependency @@ -53,7 +52,7 @@ The Ivy dependency, to be defined in [filename]#ivy.xml#, would be as follows: [subs="normal"] ---- <dependency org="com.vaadin" name="vaadin-charts" - rev="**4.0.5**" /> + rev="**4.4.0**" /> ---- It is generally recommended to use a fixed version number, but you can also use [literal]#++latest.release++# to get the latest release. diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/AbstractVaadinChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/AbstractVaadinChartExample.java index 1113b4b6f..9f1751b96 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/AbstractVaadinChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/AbstractVaadinChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples; import java.util.concurrent.ExecutionException; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/ChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/ChartExample.java index 7a677f969..c79790bee 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/ChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/ChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples; import com.vaadin.ui.Component; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/ExampleUtil.java b/examples/src/main/java/com/vaadin/addon/charts/examples/ExampleUtil.java index 03f74dee8..674baac52 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/ExampleUtil.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/ExampleUtil.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples; import com.vaadin.v7.data.Container; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/SkipFromDemo.java b/examples/src/main/java/com/vaadin/addon/charts/examples/SkipFromDemo.java index 8bbdcd357..5f7760191 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/SkipFromDemo.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/SkipFromDemo.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples; import java.lang.annotation.Retention; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaSpline.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaSpline.java index 263b27982..2486f8dac 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaSpline.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaSpline.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithMissingPoints.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithMissingPoints.java index 5f312cb32..937af74a8 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithMissingPoints.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithMissingPoints.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithNegativeValues.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithNegativeValues.java index 8952c10c5..342f2903d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithNegativeValues.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/AreaWithNegativeValues.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/BasicArea.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/BasicArea.java index 777b14fcf..b07e9dcce 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/BasicArea.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/BasicArea.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/ColoredContainerSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/ColoredContainerSeries.java index 8c6e2a381..6fdd41d9a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/ColoredContainerSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/ColoredContainerSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/InvertedAxes.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/InvertedAxes.java index 7812eb227..4f342c01e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/InvertedAxes.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/InvertedAxes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/PercentageArea.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/PercentageArea.java index d2526eb7d..b665feb08 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/PercentageArea.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/PercentageArea.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/area/StackedArea.java b/examples/src/main/java/com/vaadin/addon/charts/examples/area/StackedArea.java index 6390441c4..0cf07b742 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/area/StackedArea.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/area/StackedArea.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.area; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithDisabledState.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithDisabledState.java index 9e94027ba..cc475d3fe 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithDisabledState.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithDisabledState.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.examples.SkipFromDemo; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithLegendLabelFormatter.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithLegendLabelFormatter.java index bc89a08d8..75385feb1 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithLegendLabelFormatter.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithLegendLabelFormatter.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithNegativeStack.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithNegativeStack.java index 5778725fa..c2814d536 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithNegativeStack.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BarWithNegativeStack.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBar.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBar.java index 9279eddf7..03c4f7bc8 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBar.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBar.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBarNoTitle.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBarNoTitle.java index ecdc19ed6..010b2babd 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBarNoTitle.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicBarNoTitle.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumn.java index 2519b0663..50f71d9be 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumnWithPointWidthAndRange.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumnWithPointWidthAndRange.java index 1006543ee..77cbdd251 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumnWithPointWidthAndRange.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/BasicColumnWithPointWidthAndRange.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ChartWithLazyDrilldownInTabSheet.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ChartWithLazyDrilldownInTabSheet.java index 8e9f1f520..ce858b5e1 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ChartWithLazyDrilldownInTabSheet.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ChartWithLazyDrilldownInTabSheet.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithIncompleteCategories.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithIncompleteCategories.java index 354b62bf7..622524d89 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithIncompleteCategories.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithIncompleteCategories.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithLazyMultiLevelDrilldown.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithLazyMultiLevelDrilldown.java index b8fefec50..112d97b28 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithLazyMultiLevelDrilldown.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithLazyMultiLevelDrilldown.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.HashMap; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldown.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldown.java index 2f22cee61..d25db5444 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldown.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldown.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldownDuplicatePointName.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldownDuplicatePointName.java index ba610e25e..cb63a2d87 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldownDuplicatePointName.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithMultiLevelDrilldownDuplicatePointName.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldown.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldown.java index 1a67f1ebd..acaa9f53d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldown.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldown.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldownMultipleSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldownMultipleSeries.java index f87cc7b74..2b5e6566a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldownMultipleSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeDrilldownMultipleSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldown.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldown.java index eb594c584..05af83a8d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldown.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldown.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.HashMap; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownByIndex.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownByIndex.java index 7ba57329a..34116f004 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownByIndex.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownByIndex.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownMultipleSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownMultipleSeries.java index 69fdc282c..bfdaaa788 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownMultipleSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNativeLazyDrilldownMultipleSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.HashMap; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNegativeValues.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNegativeValues.java index f500721ab..a3ae58dfe 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNegativeValues.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithNegativeValues.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithRotatedLabels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithRotatedLabels.java index 1a80643a9..149a73454 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithRotatedLabels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithRotatedLabels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedLabels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedLabels.java index eaf00baf8..04bbbd937 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedLabels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedLabels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedTooltip.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedTooltip.java index c1de73378..f361df9fb 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedTooltip.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ColumnWithShapedTooltip.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/DualAxesLineAndColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/DualAxesLineAndColumn.java index db5710ee8..200af3668 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/DualAxesLineAndColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/DualAxesLineAndColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/OverrideStackingForSpecificSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/OverrideStackingForSpecificSeries.java index 983387b87..d22010a9e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/OverrideStackingForSpecificSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/OverrideStackingForSpecificSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedAndGroupedColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedAndGroupedColumn.java index 7fbaef9f4..a52e12cf4 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedAndGroupedColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedAndGroupedColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedBar.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedBar.java index d6c6d728f..a4e086ae3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedBar.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedBar.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedColumn.java index 305bee26d..97ba0ddfa 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedPercentageColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedPercentageColumn.java index 41d540108..41e4cb636 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedPercentageColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/StackedPercentageColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ToggledSeriesVisibility.java b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ToggledSeriesVisibility.java index 7d5735aed..c3afba10c 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ToggledSeriesVisibility.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/columnandbar/ToggledSeriesVisibility.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.columnandbar; import java.util.List; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ColumnLineAndPie.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ColumnLineAndPie.java index 31d76a8c3..c8721b9f2 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ColumnLineAndPie.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ColumnLineAndPie.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/DualCharts.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/DualCharts.java index 5620a1891..0620ed061 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/DualCharts.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/DualCharts.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxes.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxes.java index 717032b43..7984e2e35 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxes.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxesWithResetZoom.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxesWithResetZoom.java index beeb2524a..2af7ba73d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxesWithResetZoom.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/MultipleAxesWithResetZoom.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterAndPolygon.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterAndPolygon.java index 0ec6a7aee..9f0dca9b5 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterAndPolygon.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterAndPolygon.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterWithRegressionLine.java b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterWithRegressionLine.java index 53f9e327b..16133ce91 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterWithRegressionLine.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/combinations/ScatterWithRegressionLine.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.combinations; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ChartWithExternalContainer.java b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ChartWithExternalContainer.java index 6c5236917..60418603b 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ChartWithExternalContainer.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ChartWithExternalContainer.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.container; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerSeriesWithHighAndLow.java b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerSeriesWithHighAndLow.java index 1ffb9c971..6d027e46a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerSeriesWithHighAndLow.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerSeriesWithHighAndLow.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.container; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.container; import com.vaadin.addon.charts.Chart; import com.vaadin.addon.charts.examples.AbstractVaadinChartExample; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerWithLotsOfData.java b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerWithLotsOfData.java index 890fe973c..e291ec8c3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerWithLotsOfData.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/container/ContainerWithLotsOfData.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.container; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/BeansFromDataProvider.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/BeansFromDataProvider.java index 4cfd66641..c793c2fe0 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/BeansFromDataProvider.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/BeansFromDataProvider.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dataprovider; import java.io.Serializable; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProvider.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProvider.java index 9dcb65280..b45a1c6bc 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProvider.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProvider.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.dataprovider; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.dataprovider; import java.util.ArrayList; import java.util.Collection; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProviderWithChangingData.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProviderWithChangingData.java index 043715886..266ffb445 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProviderWithChangingData.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/ChartWithExternalDataProviderWithChangingData.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dataprovider; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithHighAndLow.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithHighAndLow.java index 0e2380302..757b32b7f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithHighAndLow.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithHighAndLow.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dataprovider; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithSpline.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithSpline.java index e80906895..46592dc76 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithSpline.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderSeriesWithSpline.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dataprovider; import java.time.Instant; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderWithLotsOfData.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderWithLotsOfData.java index 3821b66a8..7f4678743 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderWithLotsOfData.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/DataProviderWithLotsOfData.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.dataprovider; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.dataprovider; import java.util.ArrayList; import java.util.Collection; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/SimpleChartWithDataProviderSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/SimpleChartWithDataProviderSeries.java index 58dcf5d2e..a55f92db1 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/SimpleChartWithDataProviderSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dataprovider/SimpleChartWithDataProviderSeries.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.dataprovider; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.dataprovider; import java.util.ArrayList; import java.util.Collection; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeBasicLine.java b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeBasicLine.java index 143509849..52e1365df 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeBasicLine.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeBasicLine.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.declarative; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeCompareMultipleSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeCompareMultipleSeries.java index 5b97661c4..80f061044 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeCompareMultipleSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeCompareMultipleSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.declarative; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeTreemapWithLevels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeTreemapWithLevels.java index dce0d04a3..b2cb5ceed 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeTreemapWithLevels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/declarative/DeclarativeTreemapWithLevels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.declarative; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ClickToAddPoint.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ClickToAddPoint.java index ccba0c509..04215a585 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ClickToAddPoint.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ClickToAddPoint.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import com.fasterxml.jackson.annotation.JsonAutoDetect; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/DynamicExtremes.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/DynamicExtremes.java index 7aea2b3d2..b5ee716c5 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/DynamicExtremes.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/DynamicExtremes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/Events.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/Events.java index 7bcde77df..abbd89f38 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/Events.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/Events.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/LineWithHideDataButton.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/LineWithHideDataButton.java index f18359e02..bb8ebd9a6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/LineWithHideDataButton.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/LineWithHideDataButton.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/MasterDetailChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/MasterDetailChart.java index e531cf5f7..768facafb 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/MasterDetailChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/MasterDetailChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import java.time.LocalDate; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ModifyOnePoint.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ModifyOnePoint.java index e43104947..d313551e5 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ModifyOnePoint.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ModifyOnePoint.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ServerSideEvents.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ServerSideEvents.java index 3d50c5682..db756c0b4 100755 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ServerSideEvents.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/ServerSideEvents.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import com.fasterxml.jackson.annotation.JsonAutoDetect; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/WebXYChartSelection.java b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/WebXYChartSelection.java index c4a60864b..2bd3d54ad 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/WebXYChartSelection.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/dynamic/WebXYChartSelection.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.dynamic; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/Helmet.java b/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/Helmet.java index 24409922b..f74ba57d6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/Helmet.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/Helmet.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.librarydata; import java.io.BufferedReader; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/LibraryData.java b/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/LibraryData.java index 293ecb3bc..728561ada 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/LibraryData.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/librarydata/LibraryData.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.librarydata; import java.io.IOException; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLine.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLine.java index 3684814b9..c73e9c25d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLine.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLine.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineGettingMousePointerPosition.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineGettingMousePointerPosition.java index 5f20c5df8..573964f67 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineGettingMousePointerPosition.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineGettingMousePointerPosition.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithAutoRotation.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithAutoRotation.java index 2f388ed97..ca0a014c9 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithAutoRotation.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithAutoRotation.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCallouts.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCallouts.java index 474d1ed84..45c6cf0e0 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCallouts.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCallouts.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairLabels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairLabels.java index f5750e38f..83a69d917 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairLabels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairLabels.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.lineandscatter; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; import com.vaadin.addon.charts.examples.AbstractVaadinChartExample; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairs.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairs.java index 992c96efc..2dd2f7019 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairs.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithCustomCrosshairs.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithDataLabels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithDataLabels.java index 6330f6254..055bb233e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithDataLabels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithDataLabels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithHTMLLegend.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithHTMLLegend.java index 1e6d70171..5795c89ca 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithHTMLLegend.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithHTMLLegend.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithNavigator.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithNavigator.java index 983597d63..02a43d46a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithNavigator.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithNavigator.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Arrays; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithRedGridLines.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithRedGridLines.java index abc32e0a0..9e011b508 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithRedGridLines.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithRedGridLines.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithShadow.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithShadow.java index b5201d139..2a4d5d71b 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithShadow.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithShadow.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickCount.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickCount.java index 98c46df7a..f447ebdae 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickCount.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickCount.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickPositions.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickPositions.java index 9b12e4253..b84c96d0c 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickPositions.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineWithTickPositions.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineZIndex.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineZIndex.java index 35a8ea3e1..4bf2f1c81 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineZIndex.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/BasicLineZIndex.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.List; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/DateAxisAndClickEvent.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/DateAxisAndClickEvent.java index e3a65547b..f91d8a890 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/DateAxisAndClickEvent.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/DateAxisAndClickEvent.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Calendar; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LargeDataSet.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LargeDataSet.java index 2303799e0..4bc9f0b40 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LargeDataSet.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LargeDataSet.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithDashSelector.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithDashSelector.java index 3abce350b..373ba0f50 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithDashSelector.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithDashSelector.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithMissingPoint.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithMissingPoint.java index 19c2266de..bddcd3602 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithMissingPoint.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LineWithMissingPoint.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LinesWithComplexHtmlTooltip.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LinesWithComplexHtmlTooltip.java index 342be8022..c3c364cad 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LinesWithComplexHtmlTooltip.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LinesWithComplexHtmlTooltip.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LogarithmicAxis.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LogarithmicAxis.java index f1ddab012..ceaa0e352 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LogarithmicAxis.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/LogarithmicAxis.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineInverted.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineInverted.java index 944b9bb01..977a8d06e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineInverted.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineInverted.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecond.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecond.java index cc43f0999..4d61fc275 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecond.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecond.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithCustomizedNewPoints.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithCustomizedNewPoints.java index 38d30293b..ba3a3d2cf 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithCustomizedNewPoints.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithCustomizedNewPoints.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithTwoLines.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithTwoLines.java index 2c33d76bd..4d90fe398 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithTwoLines.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineUpdatingEachSecondWithTwoLines.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithItemLabels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithItemLabels.java index ba8e0fa4c..c17bd0b55 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithItemLabels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithItemLabels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import static com.vaadin.addon.charts.model.Shape.CIRCLE; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBandRemoveFunctionality.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBandRemoveFunctionality.java index 85fdec0b8..bc8521b49 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBandRemoveFunctionality.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBandRemoveFunctionality.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBands.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBands.java index 0ebab2128..99324496f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBands.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithPlotBands.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithSymbols.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithSymbols.java index 64813c8c7..c18b58378 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithSymbols.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/SplineWithSymbols.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/StepLines.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/StepLines.java index 32b03e989..f84ba5d3e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/StepLines.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/StepLines.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervals.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervals.java index 195ab8396..b1ddc3634 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervals.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervals.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.time.Instant; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervalsAndLocalizedTexts.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervalsAndLocalizedTexts.java index cac01ec43..2407e4c7d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervalsAndLocalizedTexts.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeDataWithIrregularIntervalsAndLocalizedTexts.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.text.DateFormat; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesIntervalUnit.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesIntervalUnit.java index f9dfea3d7..0a5cf2d4c 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesIntervalUnit.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesIntervalUnit.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.text.DateFormat; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesZoomable.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesZoomable.java index 91b8561d1..663d5de42 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesZoomable.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/TimeSeriesZoomable.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.text.ParseException; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/UtcTimeDataAndTooltipDateFormat.java b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/UtcTimeDataAndTooltipDateFormat.java index bfc74fa46..82d854732 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/UtcTimeDataAndTooltipDateFormat.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/lineandscatter/UtcTimeDataAndTooltipDateFormat.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.lineandscatter; import java.util.Calendar; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/AreaSplineSite.java b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/AreaSplineSite.java index 0cd1c72d4..b76084ae3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/AreaSplineSite.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/AreaSplineSite.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.marketing; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/ColumnSite.java b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/ColumnSite.java index c307a0348..4121a7dab 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/ColumnSite.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/ColumnSite.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.marketing; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/PieSite.java b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/PieSite.java index 86b61e8b8..d4ce05276 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/PieSite.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/marketing/PieSite.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.marketing; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/AngularGauge.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/AngularGauge.java index fee93f79f..dfb49e4a9 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/AngularGauge.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/AngularGauge.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/AreaRange.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/AreaRange.java index 1c91c491a..55af13b08 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/AreaRange.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/AreaRange.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Basic3DColumnWithGradientBackground.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Basic3DColumnWithGradientBackground.java index d738e9ade..6bd478efb 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Basic3DColumnWithGradientBackground.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Basic3DColumnWithGradientBackground.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BorderColorTest.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BorderColorTest.java index 19d39be71..4f687dfe8 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BorderColorTest.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BorderColorTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BoxPlotExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BoxPlotExample.java index ec21d7312..bbf020d9b 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BoxPlotExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BoxPlotExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartExample.java index 38682f6d6..257dd5b08 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartMaxSizePercentage.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartMaxSizePercentage.java index 805551b3d..2f938ddc6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartMaxSizePercentage.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/BubbleChartMaxSizePercentage.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Clock.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Clock.java index 7a481489f..1e56652e3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Clock.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Clock.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Calendar; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColorThreshold.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColorThreshold.java index d4c0fd83c..26ad119c9 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColorThreshold.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColorThreshold.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRange.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRange.java index a9166257c..26cdde7de 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRange.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRange.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRangeResourceUsage.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRangeResourceUsage.java index 5c2e7926f..1278f6481 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRangeResourceUsage.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ColumnRangeResourceUsage.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Calendar; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomClock.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomClock.java index 2212abd36..9efd1a483 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomClock.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomClock.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Calendar; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomThemeUI.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomThemeUI.java index 7c0ce5755..701fd2278 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomThemeUI.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/CustomThemeUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ErrorBarExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ErrorBarExample.java index fd526b663..b811cab59 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ErrorBarExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ErrorBarExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ExportingExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ExportingExample.java index b088fa0b9..7e25dbcb3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ExportingExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ExportingExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/FunnelChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/FunnelChartExample.java index 2e0324b18..83f521e40 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/FunnelChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/FunnelChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/GaugeWithDualAxes.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/GaugeWithDualAxes.java index 9b571453d..d10dda421 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/GaugeWithDualAxes.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/GaugeWithDualAxes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/HeatMapExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/HeatMapExample.java index c76ae0ae6..61dca2313 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/HeatMapExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/HeatMapExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/JSAndJavaApi.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/JSAndJavaApi.java index 318978e14..2d22c9009 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/JSAndJavaApi.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/JSAndJavaApi.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/LegendMarginTestUI.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/LegendMarginTestUI.java index c46a1f828..89c47de30 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/LegendMarginTestUI.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/LegendMarginTestUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataExample.java index 6edc28abf..a531476b0 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import static com.vaadin.addon.charts.model.ChartType.PIE; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataToDisplay.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataToDisplay.java index 9ff984c08..d19d6ca97 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataToDisplay.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/NoDataToDisplay.java @@ -1,22 +1,14 @@ -package com.vaadin.addon.charts.examples.other; - - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; import com.vaadin.addon.charts.examples.AbstractVaadinChartExample; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PartialUpdateConflicts.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PartialUpdateConflicts.java index 4f6dff366..6e8d6f034 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PartialUpdateConflicts.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PartialUpdateConflicts.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PolarChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PolarChart.java index f977227f1..175086f17 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PolarChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PolarChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PyramidChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PyramidChartExample.java index ebb727b79..59273dab4 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/PyramidChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/PyramidChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ResizeInsideVaadinComponent.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ResizeInsideVaadinComponent.java index 94198af56..b98dc4282 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/ResizeInsideVaadinComponent.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/ResizeInsideVaadinComponent.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SVGGeneratorExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SVGGeneratorExample.java index 69b7e4078..550b58c0d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SVGGeneratorExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SVGGeneratorExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SimpleSparklineExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SimpleSparklineExample.java index 785db9b8f..be8b2892a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SimpleSparklineExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SimpleSparklineExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Arrays; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SolidGauge.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SolidGauge.java index e6c344612..e6b3e5d53 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SolidGauge.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SolidGauge.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SparklineExampleWithLargeDataset.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SparklineExampleWithLargeDataset.java index 66adf3390..8110ce9da 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/SparklineExampleWithLargeDataset.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/SparklineExampleWithLargeDataset.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Arrays; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Spiderweb.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Spiderweb.java index 265028697..2859aee6a 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/Spiderweb.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/Spiderweb.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreeMapPointClick.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreeMapPointClick.java index 5e44198f8..cadd7d14f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreeMapPointClick.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreeMapPointClick.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithColorAxis.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithColorAxis.java index 35da6be99..29068fafa 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithColorAxis.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithColorAxis.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.ArrayList; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithLevels.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithLevels.java index 27b26b254..550887d50 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithLevels.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/TreemapWithLevels.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/VUMeter.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/VUMeter.java index 4752640eb..b14f357e4 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/VUMeter.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/VUMeter.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/WaterfallChartExample.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/WaterfallChartExample.java index 2e1c0d42b..d587f3408 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/WaterfallChartExample.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/WaterfallChartExample.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/other/WindRose.java b/examples/src/main/java/com/vaadin/addon/charts/examples/other/WindRose.java index 8ff685192..96ce190b6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/other/WindRose.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/other/WindRose.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.other; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/DonutChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/DonutChart.java index f293b97c8..458a4a74b 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/DonutChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/DonutChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChart.java index d2e6ad753..432638b96 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartCursors.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartCursors.java index 1da65ff52..f4020464f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartCursors.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartCursors.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import static com.vaadin.addon.charts.model.ChartType.PIE; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartWithCredits.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartWithCredits.java index 93641a04b..36a35394f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartWithCredits.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieChartWithCredits.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithCustomBorder.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithCustomBorder.java index 634aa7847..53f6e96ff 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithCustomBorder.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithCustomBorder.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithGradientFill.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithGradientFill.java index f5de9fd4f..a775e2ddd 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithGradientFill.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithGradientFill.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegend.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegend.java index f740105fc..26262f117 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegend.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegend.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendAndMouseDetails.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendAndMouseDetails.java index d3b9703dd..6a1754979 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendAndMouseDetails.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendAndMouseDetails.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendNavigator.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendNavigator.java index ad27d05dc..5782e9ada 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendNavigator.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithLegendNavigator.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import static com.vaadin.addon.charts.model.HorizontalAlign.RIGHT; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithNativeDrilldown.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithNativeDrilldown.java index e3ac519fb..831afb4db 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithNativeDrilldown.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithNativeDrilldown.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import static com.vaadin.addon.charts.model.DrillUpButtonRelativeTo.SPACINGBOX; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithStartAndEndAngle.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithStartAndEndAngle.java index 579833d3d..c16031deb 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithStartAndEndAngle.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pie/PieWithStartAndEndAngle.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pie; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/AbstractPointClickCoordinatesChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/AbstractPointClickCoordinatesChart.java index 016428423..f15ae3141 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/AbstractPointClickCoordinatesChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/AbstractPointClickCoordinatesChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesBarChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesBarChart.java index d43f57d40..ed0f16319 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesBarChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesBarChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesColumnChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesColumnChart.java index 7298503d2..8ce084980 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesColumnChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesColumnChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesDonutChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesDonutChart.java index 62254281f..d7bae8088 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesDonutChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesDonutChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import java.util.Arrays; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesPieChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesPieChart.java index ed3f8c85d..98bdf577f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesPieChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesPieChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesScatterChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesScatterChart.java index 30d7c84f1..2ca21bc1b 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesScatterChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesScatterChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesTreeMapChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesTreeMapChart.java index 9b8e2ce99..441916337 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesTreeMapChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/pointclickevent/PointClickCoordinatesTreeMapChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.pointclickevent; import com.vaadin.addon.charts.examples.SkipFromDemo; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemeAndLang.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemeAndLang.java index 8d22a696b..0c35e012e 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemeAndLang.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemeAndLang.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemes.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemes.java index 446d6ffe5..52d7a339d 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemes.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/ChangingThemes.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/CustomTheme.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/CustomTheme.java index 8bb66988e..cade1715c 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/CustomTheme.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/CustomTheme.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedAreaWithNegativeValues.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedAreaWithNegativeValues.java index 105ae3743..981b0e195 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedAreaWithNegativeValues.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedAreaWithNegativeValues.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.ChartOptions; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedBarChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedBarChart.java index 5237ab84e..adbcfc809 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedBarChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GrayThemedBarChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.ChartOptions; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GridThemedBarChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GridThemedBarChart.java index 7144cd32a..560545634 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GridThemedBarChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/GridThemedBarChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedBarChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedBarChart.java index b610d8767..02c41671f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedBarChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedBarChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.ChartOptions; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedPieChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedPieChart.java index 952386482..d836db9f3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedPieChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/SkiesThemedPieChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.ChartOptions; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedAreaSpline.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedAreaSpline.java index df49dcc5f..99df86916 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedAreaSpline.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedAreaSpline.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.examples.area.AreaSpline; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedBasicLine.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedBasicLine.java index 3e770f20d..0475611a1 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedBasicLine.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedBasicLine.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedColumnLineAndPie.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedColumnLineAndPie.java index 48ffc572b..609decba6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedColumnLineAndPie.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedColumnLineAndPie.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.examples.combinations.ColumnLineAndPie; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPercentageArea.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPercentageArea.java index 47ab904b9..ac78a46b3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPercentageArea.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPercentageArea.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.examples.area.PercentageArea; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPieChart.java b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPieChart.java index 953e0b526..16df9a7aa 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPieChart.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/themes/VaadinThemedPieChart.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.themes; import com.vaadin.addon.charts.examples.pie.PieChart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DColumn.java b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DColumn.java index 07d45889e..b8e3c3df3 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DColumn.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DColumn.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.threed; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DPie.java b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DPie.java index d5ffeb68c..1371b170f 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DPie.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DPie.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.threed; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DScatter.java b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DScatter.java index 0ce521c35..631d42c43 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DScatter.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/Basic3DScatter.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.threed; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/ThreeDAxisConfiguration.java b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/ThreeDAxisConfiguration.java index 315bfca8f..720d232e9 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/threed/ThreeDAxisConfiguration.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/threed/ThreeDAxisConfiguration.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.threed; import java.util.Random; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Candlestick.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Candlestick.java index f64e88ef4..e5b58a290 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Candlestick.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Candlestick.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/CompareMultipleSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/CompareMultipleSeries.java index 58d04fa64..b552d4cb7 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/CompareMultipleSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/CompareMultipleSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import static com.vaadin.addon.charts.model.Compare.PERCENT; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/FlagsPlacement.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/FlagsPlacement.java index 52dd46082..596538cad 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/FlagsPlacement.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/FlagsPlacement.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Ohlc.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Ohlc.java index 6d03b487e..85194c8ab 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Ohlc.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/Ohlc.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorButtons.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorButtons.java index 014030dd4..3c58fa783 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorButtons.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorButtons.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.timeline; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.timeline; import static com.vaadin.addon.charts.model.RangeSelectorTimespan.ALL; import static com.vaadin.addon.charts.model.RangeSelectorTimespan.MONTH; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorCustomDateParser.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorCustomDateParser.java index a822fa503..9bc5eb105 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorCustomDateParser.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/RangeSelectorCustomDateParser.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.examples.timeline; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; import com.vaadin.addon.charts.examples.AbstractVaadinChartExample; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/SingleLineSeries.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/SingleLineSeries.java index 829276361..2556b3fa4 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/SingleLineSeries.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/SingleLineSeries.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/TimeSeriesWithTimeline.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/TimeSeriesWithTimeline.java index ae6ae59bb..8a4abc0a1 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/TimeSeriesWithTimeline.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/TimeSeriesWithTimeline.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline; import com.vaadin.addon.charts.Chart; diff --git a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/util/StockPrices.java b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/util/StockPrices.java index d4763d0d1..2eb6f05b6 100644 --- a/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/util/StockPrices.java +++ b/examples/src/main/java/com/vaadin/addon/charts/examples/timeline/util/StockPrices.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.examples.timeline.util; import java.io.IOException; diff --git a/integration-tests/src/main/java/TestServlet.java b/integration-tests/src/main/java/TestServlet.java index f617d9528..bf6e2cba3 100644 --- a/integration-tests/src/main/java/TestServlet.java +++ b/integration-tests/src/main/java/TestServlet.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ import com.vaadin.server.VaadinServlet; import javax.servlet.annotation.WebInitParam; diff --git a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/AbstractUIProviderImpl.java b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/AbstractUIProviderImpl.java index 1069b8f77..020f50420 100644 --- a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/AbstractUIProviderImpl.java +++ b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/AbstractUIProviderImpl.java @@ -1,17 +1,12 @@ /* - * Copyright 2012 Vaadin Community. + * Vaadin Charts Addon * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2012-2023 Vaadin Ltd * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is available under Vaadin Commercial License and Service Terms. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * See for the full + * license. */ package com.vaadin.addon.charts.demoandtestapp; diff --git a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/SkipFromDemo.java b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/SkipFromDemo.java index db831220f..827ba0ea0 100644 --- a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/SkipFromDemo.java +++ b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/SkipFromDemo.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.demoandtestapp; import java.lang.annotation.Retention; diff --git a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TListUi.java b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TListUi.java index 200b8d358..58ebdf149 100644 --- a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TListUi.java +++ b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TListUi.java @@ -1,17 +1,12 @@ /* - * Copyright 2012 Vaadin Community. + * Vaadin Charts Addon * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Copyright (C) 2012-2023 Vaadin Ltd * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program is available under Vaadin Commercial License and Service Terms. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * See for the full + * license. */ package com.vaadin.addon.charts.demoandtestapp; diff --git a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TestUI.java b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TestUI.java index afe42765e..f5a7fb4e2 100644 --- a/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TestUI.java +++ b/integration-tests/src/main/java/com/vaadin/addon/charts/demoandtestapp/TestUI.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.demoandtestapp; import com.vaadin.server.VaadinRequest; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/junittests/SVGGeneratorTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/junittests/SVGGeneratorTest.java index a63cff6ad..ed0b547a4 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/junittests/SVGGeneratorTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/junittests/SVGGeneratorTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.junittests; import java.net.URISyntaxException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractParallelTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractParallelTest.java index dd275271f..4d69b4da4 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractParallelTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractParallelTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import static org.junit.Assert.assertTrue; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractPointClickCoordinatesTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractPointClickCoordinatesTest.java index 54da53842..01b085270 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractPointClickCoordinatesTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractPointClickCoordinatesTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Assert; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractSimpleScreenShotTestBenchTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractSimpleScreenShotTestBenchTest.java index dff57b9b0..32dc2f9b7 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractSimpleScreenShotTestBenchTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AbstractSimpleScreenShotTestBenchTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AngularGaugeTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AngularGaugeTBTest.java index 88f74af7c..ed15ae600 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AngularGaugeTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AngularGaugeTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.AngularGauge; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaRangeTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaRangeTBTest.java index 3f5d604bb..ffd859ca6 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaRangeTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaRangeTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.AreaRange; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaSplineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaSplineTBTest.java index 59a7574c2..f2ad17ee7 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaSplineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaSplineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.AreaSpline; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithMissingPointsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithMissingPointsTBTest.java index 1a754845d..a4007697e 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithMissingPointsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithMissingPointsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.AreaWithMissingPoints; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithNegativeValuesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithNegativeValuesTBTest.java index 266584fbe..2b43562ca 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithNegativeValuesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/AreaWithNegativeValuesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.AreaWithNegativeValues; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithDisabledStateTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithDisabledStateTBTest.java index 0fbb45963..74fa5a7f6 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithDisabledStateTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithDisabledStateTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithLegendLabelFormatterTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithLegendLabelFormatterTBTest.java index 2fc82273a..66cb4c04a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithLegendLabelFormatterTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithLegendLabelFormatterTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.BarWithLegendLabelFormatter; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithNegativeStackTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithNegativeStackTBTest.java index 2ac119eab..c348219b2 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithNegativeStackTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BarWithNegativeStackTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.BarWithNegativeStack; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnGraphTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnGraphTBTest.java index f0ed7a562..878e565b4 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnGraphTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnGraphTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.threed.Basic3DColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnWithGradientBackgroundTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnWithGradientBackgroundTBTest.java index c2b92b2ff..56570bce5 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnWithGradientBackgroundTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DColumnWithGradientBackgroundTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.Basic3DColumnWithGradientBackground; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DScatterGraphTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DScatterGraphTBTest.java index 0503089e6..dc920e8d4 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DScatterGraphTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/Basic3DScatterGraphTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.threed.Basic3DScatter; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicAreaTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicAreaTBTest.java index 22f951ed3..f1c163394 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicAreaTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicAreaTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.BasicArea; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarNoTitleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarNoTitleTBTest.java index e790de272..17ca13b33 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarNoTitleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarNoTitleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.BasicBarNoTitle; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarTBTest.java index 2deb41d50..35467c3c6 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicBarTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.BasicBar; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicColumnTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicColumnTBTest.java index 1a48bddf4..4239539f3 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicColumnTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicColumnTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.BasicColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineGettingMousePointerPositionTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineGettingMousePointerPositionTBTest.java index 821ec2eb2..8c55bd00a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineGettingMousePointerPositionTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineGettingMousePointerPositionTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.openqa.selenium.WebElement; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineTBTest.java index fbf9ffad1..afe1dd331 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLine; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithAutoRotationTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithAutoRotationTBTest.java index cbcd1e33d..ac674203e 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithAutoRotationTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithAutoRotationTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithCustomCrosshairLabelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithCustomCrosshairLabelsTBTest.java index b5d2e5675..14b22a201 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithCustomCrosshairLabelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithCustomCrosshairLabelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithCustomCrosshairLabels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithDataLabelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithDataLabelsTBTest.java index 38213e31c..dcc961b12 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithDataLabelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithDataLabelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithDataLabels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithNavigatorTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithNavigatorTBTest.java index 424f668c1..b02ea93b8 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithNavigatorTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithNavigatorTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithNavigator; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithRedGridColorTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithRedGridColorTBTest.java index e1778db2d..bd4478076 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithRedGridColorTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithRedGridColorTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithRedGridLines; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithShadowTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithShadowTBTest.java index 9195bc047..ab8c6b020 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithShadowTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithShadowTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithShadow; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickCountTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickCountTBTest.java index 829972d41..92174307a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickCountTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickCountTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickPositionsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickPositionsTBTest.java index 1ce56e950..2856d3215 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickPositionsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineWithTickPositionsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineWithTickPositions; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineZIndexTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineZIndexTBTest.java index 455a37b34..5f6870de7 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineZIndexTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BasicLineZIndexTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.BasicLineZIndex; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BorderColorTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BorderColorTBTest.java index 35ee84141..58f82fe83 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BorderColorTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BorderColorTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BoxPlotExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BoxPlotExampleTBTest.java index f31d13c4b..952326400 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BoxPlotExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BoxPlotExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartExampleTBTest.java index 6ce3b6e14..3b08da787 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.BubbleChartExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartMaxSizePercentageTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartMaxSizePercentageTBTest.java index 8282396cc..2eb7fe87b 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartMaxSizePercentageTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/BubbleChartMaxSizePercentageTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.BubbleChartMaxSizePercentage; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CandlestickTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CandlestickTBTest.java index 5bdde8969..7ba131820 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CandlestickTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CandlestickTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.Candlestick; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingDataProviderTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingDataProviderTBTest.java index 25bc39c2f..ec730ccf3 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingDataProviderTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingDataProviderTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingThemesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingThemesTBTest.java index c10a10428..322aa7b17 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingThemesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChangingThemesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalContainerTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalContainerTBTest.java index 0dd413907..06af5005e 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalContainerTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalContainerTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.container.ChartWithExternalContainer; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalDataProviderTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalDataProviderTBTest.java index 725bd1907..5e2cf6ee9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalDataProviderTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartWithExternalDataProviderTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.dataprovider.ChartWithExternalDataProvider; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartsBrowserFactory.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartsBrowserFactory.java index 9f43358fc..91ecbfce0 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartsBrowserFactory.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ChartsBrowserFactory.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.openqa.selenium.Platform; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClickToAddPointTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClickToAddPointTBTest.java index c96390bfa..c343d0688 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClickToAddPointTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClickToAddPointTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import static org.junit.Assert.assertTrue; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClockTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClockTBTest.java index 1146cc76f..3a38da093 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClockTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ClockTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.Clock; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColorThresholdTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColorThresholdTBTest.java index 09b37e2be..636e0b57e 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColorThresholdTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColorThresholdTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.ColorThreshold; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnLineAndPieTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnLineAndPieTBTest.java index a531fdac3..d1a98b7b9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnLineAndPieTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnLineAndPieTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.combinations.ColumnLineAndPie; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnRangeTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnRangeTBTest.java index 60ab11e95..c62ee50f2 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnRangeTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnRangeTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.ColumnRange; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithIncompleteCategoriesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithIncompleteCategoriesTBTest.java index 5604dd2c9..b33f60bf7 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithIncompleteCategoriesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithIncompleteCategoriesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.ColumnWithIncompleteCategories; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithLazyMultiLevelDrilldownTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithLazyMultiLevelDrilldownTBTest.java index 13c08dbe0..1a70b9ba2 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithLazyMultiLevelDrilldownTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithLazyMultiLevelDrilldownTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import static org.junit.Assert.assertTrue; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithMultiLevelDrilldownDuplicatePointNameTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithMultiLevelDrilldownDuplicatePointNameTBTest.java index 45a4132bc..b1339ee09 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithMultiLevelDrilldownDuplicatePointNameTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithMultiLevelDrilldownDuplicatePointNameTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import static org.openqa.selenium.By.cssSelector; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeDrilldownTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeDrilldownTBTest.java index 19ae495e0..0fba6a104 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeDrilldownTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeDrilldownTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownByIndexTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownByIndexTBTest.java index 85affffe2..f5259a9ce 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownByIndexTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownByIndexTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownTBTest.java index 18f62ade7..26bd864bf 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNativeLazyDrilldownTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNegativeValuesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNegativeValuesTBTest.java index 41a932862..f922786db 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNegativeValuesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithNegativeValuesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.ColumnWithNegativeValues; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithRotatedLabelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithRotatedLabelsTBTest.java index c4004a825..6435a5b3d 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithRotatedLabelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithRotatedLabelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.ColumnWithRotatedLabels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedLabelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedLabelsTBTest.java index 17787879a..bfb96f05b 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedLabelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedLabelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.ColumnWithShapedLabels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedTooltipTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedTooltipTBTest.java index c9daeae13..51276779c 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedTooltipTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ColumnWithShapedTooltipTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.util.List; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CompareMultipleSeriesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CompareMultipleSeriesTBTest.java index 1dd32b90d..ca66b28a3 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CompareMultipleSeriesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CompareMultipleSeriesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.CompareMultipleSeries; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CustomThemeTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CustomThemeTBTest.java index 49496f0b5..7f49ee2f5 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CustomThemeTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/CustomThemeTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.CustomThemeUI; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DataProviderSeriesWithSplineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DataProviderSeriesWithSplineTBTest.java index 8201fbbc7..d8f3700bf 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DataProviderSeriesWithSplineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DataProviderSeriesWithSplineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.dataprovider.DataProviderSeriesWithSpline; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeBasicLineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeBasicLineTBTest.java index c6e791486..2100197b8 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeBasicLineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeBasicLineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.declarative.DeclarativeBasicLine; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeCompareMultipleSeriesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeCompareMultipleSeriesTBTest.java index 9a33ff2b6..faf874bd9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeCompareMultipleSeriesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeCompareMultipleSeriesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.declarative.DeclarativeCompareMultipleSeries; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeTreemapWithLevelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeTreemapWithLevelsTBTest.java index 865f88d99..26e2e8438 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeTreemapWithLevelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DeclarativeTreemapWithLevelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.declarative.DeclarativeTreemapWithLevels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DonutChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DonutChartTBTest.java index 89e2eb6ba..e72d21da1 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DonutChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DonutChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.DonutChart; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualAxesLineAndColumnTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualAxesLineAndColumnTBTest.java index 1b9f549fc..0272164d8 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualAxesLineAndColumnTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualAxesLineAndColumnTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.DualAxesLineAndColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualChartsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualChartsTBTest.java index 1b1844ad3..4c9d9b483 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualChartsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/DualChartsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.combinations.DualCharts; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ErrorBarExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ErrorBarExampleTBTest.java index 2ad38fb67..fb4e1e455 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ErrorBarExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ErrorBarExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.ErrorBarExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FlagsPlacementTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FlagsPlacementTBTest.java index b28b1ad06..e5f8b512c 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FlagsPlacementTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FlagsPlacementTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.FlagsPlacement; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FunnelChartExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FunnelChartExampleTBTest.java index e4742f342..70915603c 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FunnelChartExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/FunnelChartExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.FunnelChartExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GaugeWithDualAxesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GaugeWithDualAxesTBTest.java index 5bdd2df1a..9b1aa9a40 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GaugeWithDualAxesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GaugeWithDualAxesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.GaugeWithDualAxes; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedAreaWithNegativeValuesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedAreaWithNegativeValuesTBTest.java index e5e5fd8da..e8fc5eaa3 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedAreaWithNegativeValuesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedAreaWithNegativeValuesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.themes.GrayThemedAreaWithNegativeValues; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedBarChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedBarChartTBTest.java index 6b1a39f7d..d29eaac07 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedBarChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GrayThemedBarChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.themes.GrayThemedBarChart; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GridThemedBarChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GridThemedBarChartTBTest.java index 0fac05f1e..74aef2ab6 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GridThemedBarChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/GridThemedBarChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.themes.GridThemedBarChart; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/HeatMapTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/HeatMapTBTest.java index 6e194e882..07ce0ed58 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/HeatMapTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/HeatMapTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.HeatMapExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/JSAndJavaApiTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/JSAndJavaApiTBTest.java index eed7b4cfa..a656a55ed 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/JSAndJavaApiTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/JSAndJavaApiTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.JSAndJavaApi; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LargeDataSetTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LargeDataSetTBTest.java index 3a01030fa..b20ea54b3 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LargeDataSetTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LargeDataSetTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.LargeDataSet; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LegendMarginTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LegendMarginTBTest.java index 6586b6fa8..79f2b3535 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LegendMarginTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LegendMarginTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.LegendMarginTestUI; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithDashSelectorTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithDashSelectorTBTest.java index a2daa1a68..e7eecf4c0 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithDashSelectorTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithDashSelectorTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.LineWithDashSelector; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithHideDataButtonTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithHideDataButtonTBTest.java index d1ef4c4f9..6cb00d1f1 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithHideDataButtonTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LineWithHideDataButtonTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Assert; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LogarithmicAxisTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LogarithmicAxisTBTest.java index ca8a4830c..a3768d76b 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LogarithmicAxisTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/LogarithmicAxisTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.LogarithmicAxis; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MasterDetailTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MasterDetailTBTest.java index e6fe86d34..f18a06777 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MasterDetailTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MasterDetailTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesTBTest.java index 5a8ed25d2..bebb5c103 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.combinations.MultipleAxes; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesWithResetZoomTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesWithResetZoomTBTest.java index 429c7ea7c..032b9fa20 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesWithResetZoomTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/MultipleAxesWithResetZoomTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataExampleTBTest.java index 521f088d6..608ccefbc 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.NoDataExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataToDisplayTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataToDisplayTBTest.java index fbf1dbc4f..41ac2a3a0 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataToDisplayTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/NoDataToDisplayTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Assert; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/OhlcTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/OhlcTBTest.java index e6a791719..bf11ffb17 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/OhlcTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/OhlcTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.Ohlc; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PartialUpdatesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PartialUpdatesTBTest.java index 758021844..a5d687799 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PartialUpdatesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PartialUpdatesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.PartialUpdateConflicts; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PercentageAreaTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PercentageAreaTBTest.java index 3e3def12c..730330e10 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PercentageAreaTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PercentageAreaTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.PercentageArea; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieChartTBTest.java index ae8672961..9b5cbf732 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.testbench.parallel.Browser; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickMouseDetailsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickMouseDetailsTBTest.java index 766311691..94aa223e7 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickMouseDetailsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickMouseDetailsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Assert; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickTBTest.java index bad3e56b1..535d07915 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieLegendItemClickTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.util.List; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithGradientFillTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithGradientFillTBTest.java index 37b1c15d3..cd6e002e5 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithGradientFillTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithGradientFillTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.PieWithGradientFill; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendNavigatorTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendNavigatorTBTest.java index 2165cb62c..42dd1f866 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendNavigatorTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendNavigatorTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.PieWithLegendNavigator; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendTBTest.java index e66a49166..80148a4f1 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithLegendTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.PieWithLegend; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithNativeDrilldownTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithNativeDrilldownTBTest.java index b54b2a21f..7a8b44e09 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithNativeDrilldownTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithNativeDrilldownTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.PieWithNativeDrilldown; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithStartAndEndAngleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithStartAndEndAngleTBTest.java index b5ee16ee5..334148b9a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithStartAndEndAngleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PieWithStartAndEndAngleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.pie.PieWithStartAndEndAngle; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesBarChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesBarChartTBTest.java index 78edf1118..175fde8d9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesBarChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesBarChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesColumnChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesColumnChartTBTest.java index 53083254b..17935d24d 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesColumnChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesColumnChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesDonutChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesDonutChartTBTest.java index 7623d356c..f70dc15f0 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesDonutChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesDonutChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesPieChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesPieChartTBTest.java index 62851d8fa..faebb141d 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesPieChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesPieChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesScatterChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesScatterChartTBTest.java index afa7e379c..34ebf1437 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesScatterChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesScatterChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesTreeMapChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesTreeMapChartTBTest.java index 26d4a6c67..db27235c9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesTreeMapChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointClickCoordinatesTreeMapChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointWidthAndRangeTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointWidthAndRangeTBTest.java index ce6738804..373615c66 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointWidthAndRangeTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PointWidthAndRangeTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PolarChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PolarChartTBTest.java index 00adef73c..dab4180ab 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PolarChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/PolarChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.PolarChart; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorButtonsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorButtonsTBTest.java index 0ea8b3ad3..8308a7b1a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorButtonsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorButtonsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.RangeSelectorButtons; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorCustomDateParserTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorCustomDateParserTBTest.java index dc0ebe694..5bf04ffbe 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorCustomDateParserTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/RangeSelectorCustomDateParserTBTest.java @@ -1,21 +1,14 @@ -package com.vaadin.addon.charts.testbenchtests; - /* - * #%L - * Vaadin Charts - * %% - * Copyright (C) 2012 - 2015 Vaadin Ltd - * %% - * This program is available under Commercial Vaadin Add-On License 3.0 - * (CVALv3). + * Vaadin Charts Addon * - * See the file licensing.txt distributed with this software for more - * information about licensing. + * Copyright (C) 2012-2023 Vaadin Ltd * - * You should have received a copy of the CVALv3 along with this program. - * If not, see . - * #L% + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. */ +package com.vaadin.addon.charts.testbenchtests; import java.util.List; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterAndPolygonTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterAndPolygonTBTest.java index 5e07768b1..a38956af2 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterAndPolygonTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterAndPolygonTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.combinations.ScatterAndPolygon; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterWithRegressionLineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterWithRegressionLineTBTest.java index 043b7ecff..a9f6294e8 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterWithRegressionLineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ScatterWithRegressionLineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.combinations.ScatterWithRegressionLine; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ServerSideEventsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ServerSideEventsTBTest.java index 50c34010b..e6f6eda9a 100755 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ServerSideEventsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ServerSideEventsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.lang.reflect.Type; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SimpleSparklineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SimpleSparklineTBTest.java index 9d2353df7..d58873b66 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SimpleSparklineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SimpleSparklineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.SimpleSparklineExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SingleLineSeriesWithTimelineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SingleLineSeriesWithTimelineTBTest.java index 29b5d9918..8311b79bc 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SingleLineSeriesWithTimelineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SingleLineSeriesWithTimelineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.SingleLineSeries; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedBarChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedBarChartTBTest.java index 50632a9fc..8c912909f 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedBarChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedBarChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Ignore; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedPieChartTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedPieChartTBTest.java index e719a9196..a057915e9 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedPieChartTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SkiesThemedPieChartTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.themes.SkiesThemedPieChart; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SpiderwebTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SpiderwebTBTest.java index 87139453d..6c8510260 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SpiderwebTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SpiderwebTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.Spiderweb; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithInvertedAxesTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithInvertedAxesTBTest.java index 107bf7f07..0c09545cd 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithInvertedAxesTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithInvertedAxesTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.SplineInverted; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithItemLabelsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithItemLabelsTBTest.java index 60023b0aa..76049c0b5 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithItemLabelsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithItemLabelsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.util.List; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandRemoveFunctionalityTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandRemoveFunctionalityTBTest.java index 49382239e..884e3e733 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandRemoveFunctionalityTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandRemoveFunctionalityTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandsTBTest.java index fa56c37ed..3f2195d95 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithPlotBandsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.SplineWithPlotBands; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithSymbolsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithSymbolsTBTest.java index 3504a00d1..e761d3f95 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithSymbolsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/SplineWithSymbolsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.SplineWithSymbols; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAndGroupedColumnTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAndGroupedColumnTBTest.java index 9291720d6..4d9ae8f33 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAndGroupedColumnTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAndGroupedColumnTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.StackedAndGroupedColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAreaTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAreaTBTest.java index 9969cd5c0..629c4c51d 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAreaTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedAreaTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.area.StackedArea; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedBarTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedBarTBTest.java index 5b00283d9..4c4368e15 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedBarTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedBarTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.StackedBar; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedColumnTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedColumnTBTest.java index 48c94ddbf..2b162a366 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedColumnTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedColumnTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.StackedColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedPercentageColumnTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedPercentageColumnTBTest.java index 8821c5763..13c10b80b 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedPercentageColumnTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/StackedPercentageColumnTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.columnandbar.StackedPercentageColumn; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ThreeDAxisConfigurationTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ThreeDAxisConfigurationTBTest.java index 12a41306e..1267be38a 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ThreeDAxisConfigurationTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ThreeDAxisConfigurationTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.threed.ThreeDAxisConfiguration; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithIrregularIntervalsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithIrregularIntervalsTBTest.java index fba2652f1..0dc9c6502 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithIrregularIntervalsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithIrregularIntervalsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.TimeDataWithIrregularIntervals; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithLocalizationsTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithLocalizationsTBTest.java index 8af6e26a0..f607fab0e 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithLocalizationsTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeDataWithLocalizationsTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesIntervalUnitTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesIntervalUnitTBTest.java index f61f9c57b..63e17c58f 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesIntervalUnitTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesIntervalUnitTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesWithTimelineTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesWithTimelineTBTest.java index 610851fcb..c69ea9a85 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesWithTimelineTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesWithTimelineTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.timeline.TimeSeriesWithTimeline; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesZoomableTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesZoomableTBTest.java index d54800b9a..f9c153089 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesZoomableTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TimeSeriesZoomableTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.lineandscatter.TimeSeriesZoomable; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ToggledSeriesVisibilityTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ToggledSeriesVisibilityTBTest.java index 338c8f727..6cda2f57c 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ToggledSeriesVisibilityTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/ToggledSeriesVisibilityTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import java.io.IOException; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapPointClickTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapPointClickTBTest.java index 27d4efec5..5835166b1 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapPointClickTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapPointClickTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.junit.Assert; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapTBTest.java index 845e8023c..ac3333ffe 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.TreemapWithLevels; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapWithColorAxisTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapWithColorAxisTBTest.java index 0c5581ba5..83ccfda28 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapWithColorAxisTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/TreeMapWithColorAxisTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.TreemapWithColorAxis; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/VUMeterTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/VUMeterTBTest.java index 994a1a74b..7c5ee6e01 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/VUMeterTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/VUMeterTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.VUMeter; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WaterfallChartExampleTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WaterfallChartExampleTBTest.java index f6a231b46..eca072c67 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WaterfallChartExampleTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WaterfallChartExampleTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.WaterfallChartExample; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WebXYChartSelectionTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WebXYChartSelectionTBTest.java index 58ab54a07..13b160474 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WebXYChartSelectionTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WebXYChartSelectionTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import org.openqa.selenium.WebElement; diff --git a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WindroseTBTest.java b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WindroseTBTest.java index 3eab03ad2..2e8c60643 100644 --- a/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WindroseTBTest.java +++ b/integration-tests/src/test/java/com/vaadin/addon/charts/testbenchtests/WindroseTBTest.java @@ -1,3 +1,13 @@ +/* + * Vaadin Charts Addon + * + * Copyright (C) 2012-2023 Vaadin Ltd + * + * This program is available under Vaadin Commercial License and Service Terms. + * + * See for the full + * license. + */ package com.vaadin.addon.charts.testbenchtests; import com.vaadin.addon.charts.examples.other.WindRose; diff --git a/pom.xml b/pom.xml index 79cf30458..c5a965a33 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 8.14.1 9.4.8.v20171121 3.5.0 + 2023 http://vaadin.com/charts @@ -46,8 +47,8 @@ - cval3 - https://vaadin.com/license/cval-3 + Vaadin Commercial License and Service Terms + https://vaadin.com/commercial-license-and-service-terms @@ -231,6 +232,34 @@ + + + com.mycila + license-maven-plugin + 4.2 + +

addon/src/license/header.txt
+ false + true + false + true + true + UTF-8 + + ${currentYear} + + + **/*.xml + **/*.properties + **/*.txt + **/*.html + **/*.js + **/*.css + **/*.scss + + +
+