From cc94fa53035b26b5f30061ef7aa5741c4056f934 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 16 Jan 2024 11:52:43 -0500 Subject: [PATCH] Standardize project to KDAB copyright policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For individual files: use year of file creation For entire project: remove year from the statement use the © where feasible reference: https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code --- .reuse/dep5 | 8 ++++---- CMakeLists.txt | 3 +-- LICENSE.txt | 4 ++-- README.md | 4 ++-- conan/conanfile.py | 3 +-- docs/CMakeLists.txt | 3 +-- docs/api/CMakeLists.txt | 3 +-- docs/api/footer.html | 2 +- examples/Axis/Chart/CMakeLists.txt | 3 +-- examples/Axis/Chart/main.cpp | 2 +- examples/Axis/Chart/mainwindow.cpp | 2 +- examples/Axis/Chart/mainwindow.h | 2 +- examples/Axis/Labels/AdjustedCartesianAxis.cpp | 2 +- examples/Axis/Labels/AdjustedCartesianAxis.h | 2 +- examples/Axis/Labels/CMakeLists.txt | 3 +-- examples/Axis/Labels/main.cpp | 2 +- examples/Axis/Labels/mainwindow.cpp | 2 +- examples/Axis/Labels/mainwindow.h | 2 +- examples/Axis/Parameters/CMakeLists.txt | 3 +-- examples/Axis/Parameters/main.cpp | 2 +- examples/Axis/Parameters/mainwindow.cpp | 2 +- examples/Axis/Parameters/mainwindow.h | 2 +- examples/Axis/Widget/CMakeLists.txt | 3 +-- examples/Axis/Widget/main.cpp | 2 +- examples/Background/CMakeLists.txt | 3 +-- examples/Background/main.cpp | 2 +- examples/Bars/Advanced/CMakeLists.txt | 3 +-- examples/Bars/Advanced/main.cpp | 2 +- examples/Bars/Advanced/mainwindow.cpp | 2 +- examples/Bars/Advanced/mainwindow.h | 2 +- examples/Bars/Parameters/CMakeLists.txt | 3 +-- examples/Bars/Parameters/main.cpp | 2 +- examples/Bars/Simple/CMakeLists.txt | 3 +-- examples/Bars/Simple/main.cpp | 2 +- examples/CMakeLists.txt | 3 +-- examples/DataValueTexts/CMakeLists.txt | 3 +-- examples/DataValueTexts/main.cpp | 2 +- examples/DataValueTexts/mainwindow.cpp | 2 +- examples/DataValueTexts/mainwindow.h | 2 +- examples/DrawIntoPainter/CMakeLists.txt | 3 +-- examples/DrawIntoPainter/framewidget.cpp | 2 +- examples/DrawIntoPainter/framewidget.h | 2 +- examples/DrawIntoPainter/main.cpp | 2 +- examples/DrawIntoPainter/mainwindow.cpp | 2 +- examples/DrawIntoPainter/mainwindow.h | 2 +- examples/EmptyValues/CMakeLists.txt | 3 +-- examples/EmptyValues/main.cpp | 2 +- examples/EmptyValues/mainwindow.cpp | 2 +- examples/EmptyValues/mainwindow.h | 2 +- examples/Gantt/legend_example/CMakeLists.txt | 3 +-- examples/Gantt/legend_example/entrydelegate.cpp | 2 +- examples/Gantt/legend_example/entrydelegate.h | 2 +- examples/Gantt/legend_example/entrydialog.cpp | 2 +- examples/Gantt/legend_example/entrydialog.h | 2 +- examples/Gantt/legend_example/main.cpp | 2 +- examples/Gantt/legend_example/mainwindow.cpp | 2 +- examples/Gantt/legend_example/mainwindow.h | 2 +- examples/Gantt/project/CMakeLists.txt | 3 +-- examples/Gantt/project/main.cpp | 2 +- examples/Gantt/project/mainwindow.cpp | 2 +- examples/Gantt/project/mainwindow.h | 2 +- examples/Gantt/project/projectmodel.cpp | 2 +- examples/Gantt/project/projectmodel.h | 2 +- examples/Grids/CartesianGrid/CMakeLists.txt | 3 +-- examples/Grids/CartesianGrid/main.cpp | 2 +- examples/Grids/PolarGrid/CMakeLists.txt | 3 +-- examples/Grids/PolarGrid/main.cpp | 2 +- examples/Grids/PolarGrid/mainwindow.cpp | 2 +- examples/Grids/PolarGrid/mainwindow.h | 2 +- examples/HeadersFooters/Advanced/CMakeLists.txt | 3 +-- examples/HeadersFooters/Advanced/main.cpp | 2 +- examples/HeadersFooters/Advanced/mainwindow.cpp | 2 +- examples/HeadersFooters/Advanced/mainwindow.h | 2 +- .../HeadersFootersParameters/CMakeLists.txt | 3 +-- examples/HeadersFooters/HeadersFootersParameters/main.cpp | 2 +- .../HeadersFooters/HeadersFootersSimple/CMakeLists.txt | 3 +-- examples/HeadersFooters/HeadersFootersSimple/main.cpp | 2 +- examples/Legends/LegendAdvanced/CMakeLists.txt | 3 +-- .../Legends/LegendAdvanced/derivedaddlegenddialog.cpp | 2 +- examples/Legends/LegendAdvanced/derivedaddlegenddialog.h | 2 +- examples/Legends/LegendAdvanced/main.cpp | 2 +- examples/Legends/LegendAdvanced/mainwindow.cpp | 2 +- examples/Legends/LegendAdvanced/mainwindow.h | 2 +- examples/Legends/LegendOverDiagram/CMakeLists.txt | 3 +-- examples/Legends/LegendOverDiagram/main.cpp | 2 +- examples/Legends/LegendParameters/CMakeLists.txt | 3 +-- examples/Legends/LegendParameters/main.cpp | 2 +- examples/Legends/LegendSimple/CMakeLists.txt | 3 +-- examples/Legends/LegendSimple/main.cpp | 2 +- examples/LeveyJennings/Simple/CMakeLists.txt | 3 +-- examples/LeveyJennings/Simple/main.cpp | 2 +- examples/Lines/Advanced/CMakeLists.txt | 3 +-- examples/Lines/Advanced/main.cpp | 2 +- examples/Lines/Advanced/mainwindow.cpp | 2 +- examples/Lines/Advanced/mainwindow.h | 2 +- examples/Lines/AreaPerCell/CMakeLists.txt | 3 +-- examples/Lines/AreaPerCell/main.cpp | 2 +- examples/Lines/Parameters/CMakeLists.txt | 3 +-- examples/Lines/Parameters/main.cpp | 2 +- examples/Lines/PointChart/CMakeLists.txt | 3 +-- examples/Lines/PointChart/main.cpp | 2 +- examples/Lines/PointChart/mainwindow.cpp | 2 +- examples/Lines/PointChart/mainwindow.h | 2 +- examples/Lines/PointWidget/CMakeLists.txt | 3 +-- examples/Lines/PointWidget/main.cpp | 2 +- examples/Lines/SimpleLineWidget/CMakeLists.txt | 3 +-- examples/Lines/SimpleLineWidget/main.cpp | 2 +- examples/ModelView/HidingData/CMakeLists.txt | 3 +-- examples/ModelView/HidingData/main.cpp | 2 +- examples/ModelView/HidingData/mainwindow.cpp | 2 +- examples/ModelView/HidingData/mainwindow.h | 2 +- examples/ModelView/TableView/CMakeLists.txt | 3 +-- examples/ModelView/TableView/main.cpp | 2 +- examples/ModelView/TableView/mainwindow.cpp | 2 +- examples/ModelView/TableView/mainwindow.h | 2 +- examples/NoValues/CMakeLists.txt | 3 +-- examples/NoValues/main.cpp | 2 +- examples/NoValues/mainwindow.cpp | 2 +- examples/NoValues/mainwindow.h | 2 +- examples/Pie/Advanced/CMakeLists.txt | 3 +-- examples/Pie/Advanced/main.cpp | 2 +- examples/Pie/Advanced/mainwindow.cpp | 2 +- examples/Pie/Advanced/mainwindow.h | 2 +- examples/Pie/Parameters/CMakeLists.txt | 3 +-- examples/Pie/Parameters/main.cpp | 2 +- examples/Pie/Simple/CMakeLists.txt | 3 +-- examples/Pie/Simple/main.cpp | 2 +- examples/Plane/AdjustedBoundaries/CMakeLists.txt | 3 +-- examples/Plane/AdjustedBoundaries/main.cpp | 2 +- examples/Plane/OverlayedPlanes/CMakeLists.txt | 3 +-- examples/Plane/OverlayedPlanes/main.cpp | 2 +- examples/Plane/OverlayedPlanes/mainwindow.cpp | 2 +- examples/Plane/OverlayedPlanes/mainwindow.h | 2 +- examples/Plotter/Advanced/CMakeLists.txt | 3 +-- examples/Plotter/Advanced/main.cpp | 2 +- examples/Plotter/BigDataset/CMakeLists.txt | 3 +-- examples/Plotter/BigDataset/MainWidget.cpp | 2 +- examples/Plotter/BigDataset/MainWidget.h | 2 +- examples/Plotter/BigDataset/Model.cpp | 2 +- examples/Plotter/BigDataset/Model.h | 2 +- examples/Plotter/BigDataset/main.cpp | 2 +- examples/Plotter/BubbleChart/CMakeLists.txt | 3 +-- examples/Plotter/BubbleChart/main.cpp | 2 +- examples/Plotter/BubbleChart/mainwindow.cpp | 2 +- examples/Plotter/BubbleChart/mainwindow.h | 2 +- examples/Plotter/Isometric/CMakeLists.txt | 3 +-- examples/Plotter/Isometric/main.cpp | 2 +- examples/Plotter/Logarithmic/CMakeLists.txt | 3 +-- examples/Plotter/Logarithmic/main.cpp | 2 +- examples/Plotter/Simple/CMakeLists.txt | 3 +-- examples/Plotter/Simple/main.cpp | 2 +- examples/Plotter/Timeline/CMakeLists.txt | 3 +-- examples/Plotter/Timeline/main.cpp | 2 +- examples/Plotter/Timeline/timeaxis.cpp | 2 +- examples/Plotter/Timeline/timeaxis.h | 2 +- examples/Plotter/Timeline/timechartmodel.cpp | 2 +- examples/Plotter/Timeline/timechartmodel.h | 2 +- examples/Polar/Advanced/CMakeLists.txt | 3 +-- examples/Polar/Advanced/main.cpp | 2 +- examples/Polar/Advanced/mainwindow.cpp | 2 +- examples/Polar/Advanced/mainwindow.h | 2 +- examples/Polar/Parameters/CMakeLists.txt | 3 +-- examples/Polar/Parameters/main.cpp | 2 +- examples/Polar/Simple/CMakeLists.txt | 3 +-- examples/Polar/Simple/main.cpp | 2 +- examples/RealTime/CMakeLists.txt | 3 +-- examples/RealTime/main.cpp | 2 +- examples/SharedAbscissa/SeparateDiagrams/CMakeLists.txt | 3 +-- examples/SharedAbscissa/SeparateDiagrams/main.cpp | 2 +- examples/SharedAbscissa/SeparateDiagrams/mainwindow.cpp | 2 +- examples/SharedAbscissa/SeparateDiagrams/mainwindow.h | 2 +- examples/Sql/CMakeLists.txt | 3 +-- examples/Sql/main.cpp | 2 +- examples/Stock/Advanced/CMakeLists.txt | 3 +-- examples/Stock/Advanced/main.cpp | 2 +- examples/Stock/Advanced/mainwindow.cpp | 2 +- examples/Stock/Advanced/mainwindow.h | 2 +- examples/TernaryCharts/Advanced/CMakeLists.txt | 3 +-- examples/TernaryCharts/Advanced/main.cpp | 2 +- examples/TernaryCharts/Advanced/mainwindow.cpp | 2 +- examples/TernaryCharts/Advanced/mainwindow.h | 2 +- examples/Widget/Advanced/CMakeLists.txt | 3 +-- examples/Widget/Advanced/main.cpp | 2 +- examples/Widget/Advanced/mainwindow.cpp | 2 +- examples/Widget/Advanced/mainwindow.h | 2 +- examples/Widget/Parameters/CMakeLists.txt | 3 +-- examples/Widget/Parameters/main.cpp | 2 +- examples/Widget/Simple/CMakeLists.txt | 3 +-- examples/Widget/Simple/main.cpp | 2 +- examples/Zoom/Keyboard/CMakeLists.txt | 3 +-- examples/Zoom/Keyboard/main.cpp | 2 +- examples/Zoom/Keyboard/mainwindow.cpp | 2 +- examples/Zoom/Keyboard/mainwindow.h | 2 +- examples/Zoom/Keyboard/zoomwidget.cpp | 2 +- examples/Zoom/Keyboard/zoomwidget.h | 2 +- examples/Zoom/ScrollBars/CMakeLists.txt | 3 +-- examples/Zoom/ScrollBars/main.cpp | 2 +- examples/Zoom/ScrollBars/mainwindow.cpp | 2 +- examples/Zoom/ScrollBars/mainwindow.h | 2 +- examples/demo/CMakeLists.txt | 3 +-- examples/demo/axissettings.cpp | 2 +- examples/demo/axissettings.h | 2 +- examples/demo/colorslider.cpp | 2 +- examples/demo/colorslider.h | 2 +- examples/demo/datasetsettings.cpp | 2 +- examples/demo/datasetsettings.h | 2 +- examples/demo/datavaluesettings.cpp | 2 +- examples/demo/datavaluesettings.h | 2 +- examples/demo/diagramsettings.cpp | 2 +- examples/demo/diagramsettings.h | 2 +- examples/demo/diagramtypedialog.cpp | 2 +- examples/demo/diagramtypedialog.h | 2 +- examples/demo/gradientdialog.cpp | 2 +- examples/demo/gradientdialog.h | 2 +- examples/demo/main.cpp | 2 +- examples/demo/mainwindow.cpp | 2 +- examples/demo/mainwindow.h | 2 +- examples/tools/TableModel.cpp | 2 +- examples/tools/TableModel.h | 2 +- examples/tools/tools_export.h | 2 +- features/CMakeLists.txt | 3 +-- features/kdchart.prf | 3 +-- kdablibfakes/include/KDABLibFakes | 2 +- kdablibfakes/src/KDABLibFakes.h | 2 +- kdchart.pri | 3 +-- python/CMakeLists.txt | 3 +-- python/PyKDChart/CMakeLists.txt | 3 +-- python/PyKDChart/KDGantt/CMakeLists.txt | 3 +-- python/PyKDChart/KDGantt/kdgantt_global.h | 2 +- python/PyKDChart/__init__.py.cmake | 3 +-- python/examples-qt6/apireview/entrydelegate.py | 2 +- python/examples-qt6/apireview/entrydialog.py | 4 ++-- python/examples-qt6/apireview/main.py | 2 +- python/examples-qt6/apireview/mainwindow.py | 2 +- python/examples-qt6/apireview/ui_entrydialog.py | 2 +- python/examples-qt6/apireview/ui_mainwindow.py | 4 ++-- python/examples-qt6/customconstraints/main.py | 4 ++-- python/examples-qt6/gfxview/main.py | 2 +- python/examples-qt6/headers/main.py | 4 ++-- python/examples-qt6/listview/main.py | 4 ++-- python/examples-qt6/reorder/main.py | 2 +- python/examples-qt6/view/main.py | 4 ++-- python/examples/apireview/entrydelegate.py | 2 +- python/examples/apireview/entrydialog.py | 4 ++-- python/examples/apireview/main.py | 2 +- python/examples/apireview/mainwindow.py | 2 +- python/examples/apireview/ui_entrydialog.py | 2 +- python/examples/apireview/ui_mainwindow.py | 4 ++-- python/examples/customconstraints/main.py | 4 ++-- python/examples/gfxview/main.py | 2 +- python/examples/headers/main.py | 4 ++-- python/examples/listview/main.py | 4 ++-- python/examples/reorder/main.py | 2 +- python/examples/view/main.py | 4 ++-- python/tests/CMakeLists.txt | 3 +-- python/tests/config.py.cmake | 3 +-- python/tests/tst_importModule.py | 3 +-- qtests/AttributesModel/CMakeLists.txt | 3 +-- qtests/AttributesModel/main.cpp | 2 +- qtests/AxisOwnership/CMakeLists.txt | 3 +-- qtests/AxisOwnership/main.cpp | 2 +- qtests/BarDiagrams/CMakeLists.txt | 3 +-- qtests/BarDiagrams/main.cpp | 2 +- qtests/CMakeLists.txt | 3 +-- qtests/CartesianDiagramDataCompressor/CMakeLists.txt | 3 +-- .../CartesianDiagramDataCompressorTests.cpp | 2 +- qtests/CartesianPlanes/CMakeLists.txt | 3 +-- qtests/CartesianPlanes/main.cpp | 2 +- qtests/ChartElementOwnership/CMakeLists.txt | 3 +-- qtests/ChartElementOwnership/main.cpp | 2 +- qtests/Cloning/CMakeLists.txt | 3 +-- qtests/Cloning/main.cpp | 2 +- qtests/DrawIntoPainter/CMakeLists.txt | 3 +-- qtests/DrawIntoPainter/framewidget.cpp | 2 +- qtests/DrawIntoPainter/framewidget.h | 2 +- qtests/DrawIntoPainter/main.cpp | 2 +- qtests/DrawIntoPainter/mainwindow.cpp | 2 +- qtests/DrawIntoPainter/mainwindow.h | 2 +- qtests/Legends/CMakeLists.txt | 3 +-- qtests/Legends/main.cpp | 2 +- qtests/LineDiagrams/CMakeLists.txt | 3 +-- qtests/LineDiagrams/main.cpp | 2 +- qtests/Measure/CMakeLists.txt | 3 +-- qtests/Measure/main.cpp | 2 +- qtests/Palette/CMakeLists.txt | 3 +-- qtests/Palette/main.cpp | 2 +- qtests/ParamVsParam/CMakeLists.txt | 3 +-- qtests/ParamVsParam/ModelParamVsParam.cpp | 2 +- qtests/ParamVsParam/ModelParamVsParam.h | 2 +- qtests/ParamVsParam/ModelParamVsParamPlot.cpp | 2 +- qtests/ParamVsParam/ModelParamVsParamPlot.h | 2 +- qtests/ParamVsParam/main.cpp | 2 +- qtests/ParamVsParam/mainwindow.cpp | 2 +- qtests/ParamVsParam/mainwindow.h | 2 +- qtests/PieDiagrams/CMakeLists.txt | 3 +-- qtests/PieDiagrams/main.cpp | 2 +- qtests/PolarDiagrams/CMakeLists.txt | 3 +-- qtests/PolarDiagrams/main.cpp | 2 +- qtests/PolarPlanes/CMakeLists.txt | 3 +-- qtests/PolarPlanes/main.cpp | 2 +- qtests/QLayout/CMakeLists.txt | 3 +-- qtests/QLayout/main.cpp | 2 +- qtests/RelativePosition/CMakeLists.txt | 3 +-- qtests/RelativePosition/main.cpp | 2 +- qtests/WidgetElementOwnership/CMakeLists.txt | 3 +-- qtests/WidgetElementOwnership/main.cpp | 2 +- scripts/genignore.py | 2 +- src/CMakeLists.txt | 3 +-- src/KDChart/Cartesian/CartesianCoordinateTransformation.h | 2 +- .../DiagramFlavors/KDChartNormalBarDiagram_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.h | 2 +- .../DiagramFlavors/KDChartNormalLineDiagram_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.h | 2 +- .../DiagramFlavors/KDChartNormalLyingBarDiagram_p.cpp | 2 +- .../DiagramFlavors/KDChartNormalLyingBarDiagram_p.h | 2 +- .../Cartesian/DiagramFlavors/KDChartNormalPlotter_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartNormalPlotter_p.h | 2 +- .../DiagramFlavors/KDChartPercentBarDiagram_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.h | 2 +- .../DiagramFlavors/KDChartPercentLineDiagram_p.cpp | 2 +- .../DiagramFlavors/KDChartPercentLineDiagram_p.h | 2 +- .../DiagramFlavors/KDChartPercentLyingBarDiagram_p.cpp | 2 +- .../DiagramFlavors/KDChartPercentLyingBarDiagram_p.h | 2 +- .../Cartesian/DiagramFlavors/KDChartPercentPlotter_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartPercentPlotter_p.h | 2 +- .../DiagramFlavors/KDChartStackedBarDiagram_p.cpp | 2 +- .../Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.h | 2 +- .../DiagramFlavors/KDChartStackedLineDiagram_p.cpp | 2 +- .../DiagramFlavors/KDChartStackedLineDiagram_p.h | 2 +- .../DiagramFlavors/KDChartStackedLyingBarDiagram_p.cpp | 2 +- .../DiagramFlavors/KDChartStackedLyingBarDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp | 2 +- src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.h | 2 +- src/KDChart/Cartesian/KDChartAbstractCartesianDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartBarAttributes.cpp | 2 +- src/KDChart/Cartesian/KDChartBarAttributes.h | 2 +- src/KDChart/Cartesian/KDChartBarDiagram.cpp | 2 +- src/KDChart/Cartesian/KDChartBarDiagram.h | 2 +- src/KDChart/Cartesian/KDChartBarDiagram_p.cpp | 2 +- src/KDChart/Cartesian/KDChartBarDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartCartesianAxis.cpp | 2 +- src/KDChart/Cartesian/KDChartCartesianAxis.h | 2 +- src/KDChart/Cartesian/KDChartCartesianAxis_p.h | 2 +- src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.cpp | 2 +- src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.h | 2 +- src/KDChart/Cartesian/KDChartCartesianCoordinatePlane_p.h | 2 +- .../Cartesian/KDChartCartesianDiagramDataCompressor_p.cpp | 2 +- .../Cartesian/KDChartCartesianDiagramDataCompressor_p.h | 2 +- src/KDChart/Cartesian/KDChartCartesianGrid.cpp | 2 +- src/KDChart/Cartesian/KDChartCartesianGrid.h | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsAxis.cpp | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsAxis.h | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsAxis_p.h | 2 +- .../Cartesian/KDChartLeveyJenningsCoordinatePlane.cpp | 2 +- .../Cartesian/KDChartLeveyJenningsCoordinatePlane.h | 2 +- .../Cartesian/KDChartLeveyJenningsCoordinatePlane_p.h | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.cpp | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.h | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.cpp | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsGrid.cpp | 2 +- src/KDChart/Cartesian/KDChartLeveyJenningsGrid.h | 2 +- .../Cartesian/KDChartLeveyJenningsGridAttributes.cpp | 2 +- .../Cartesian/KDChartLeveyJenningsGridAttributes.h | 2 +- src/KDChart/Cartesian/KDChartLineDiagram.cpp | 2 +- src/KDChart/Cartesian/KDChartLineDiagram.h | 2 +- src/KDChart/Cartesian/KDChartLineDiagram_p.cpp | 2 +- src/KDChart/Cartesian/KDChartLineDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartPlotter.cpp | 2 +- src/KDChart/Cartesian/KDChartPlotter.h | 2 +- src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.cpp | 2 +- src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.h | 2 +- src/KDChart/Cartesian/KDChartPlotterDiagramCompressor_p.h | 2 +- src/KDChart/Cartesian/KDChartPlotter_p.cpp | 2 +- src/KDChart/Cartesian/KDChartPlotter_p.h | 2 +- src/KDChart/Cartesian/KDChartStockBarAttributes.cpp | 2 +- src/KDChart/Cartesian/KDChartStockBarAttributes.h | 2 +- src/KDChart/Cartesian/KDChartStockDiagram.cpp | 2 +- src/KDChart/Cartesian/KDChartStockDiagram.h | 2 +- src/KDChart/Cartesian/KDChartStockDiagram_p.cpp | 2 +- src/KDChart/Cartesian/KDChartStockDiagram_p.h | 2 +- src/KDChart/Cartesian/KDChartThreeDBarAttributes.cpp | 2 +- src/KDChart/Cartesian/KDChartThreeDBarAttributes.h | 2 +- src/KDChart/Cartesian/KDChartThreeDBarAttributes_p.h | 2 +- src/KDChart/Cartesian/PaintingHelpers_p.cpp | 2 +- src/KDChart/Cartesian/PaintingHelpers_p.h | 2 +- src/KDChart/ChartGraphicsItem.cpp | 2 +- src/KDChart/ChartGraphicsItem.h | 2 +- src/KDChart/KDChartAbstractArea.cpp | 2 +- src/KDChart/KDChartAbstractArea.h | 2 +- src/KDChart/KDChartAbstractAreaBase.cpp | 2 +- src/KDChart/KDChartAbstractAreaBase.h | 2 +- src/KDChart/KDChartAbstractAreaBase_p.h | 2 +- src/KDChart/KDChartAbstractAreaWidget.cpp | 2 +- src/KDChart/KDChartAbstractAreaWidget.h | 2 +- src/KDChart/KDChartAbstractAreaWidget_p.h | 2 +- src/KDChart/KDChartAbstractArea_p.h | 2 +- src/KDChart/KDChartAbstractAxis.cpp | 2 +- src/KDChart/KDChartAbstractAxis.h | 2 +- src/KDChart/KDChartAbstractAxis_p.h | 2 +- src/KDChart/KDChartAbstractCoordinatePlane.cpp | 2 +- src/KDChart/KDChartAbstractCoordinatePlane.h | 2 +- src/KDChart/KDChartAbstractCoordinatePlane_p.h | 2 +- src/KDChart/KDChartAbstractDiagram.cpp | 2 +- src/KDChart/KDChartAbstractDiagram.h | 2 +- src/KDChart/KDChartAbstractDiagram_p.cpp | 2 +- src/KDChart/KDChartAbstractDiagram_p.h | 2 +- src/KDChart/KDChartAbstractGrid.cpp | 2 +- src/KDChart/KDChartAbstractGrid.h | 2 +- src/KDChart/KDChartAbstractProxyModel.cpp | 2 +- src/KDChart/KDChartAbstractProxyModel.h | 2 +- src/KDChart/KDChartAbstractThreeDAttributes.cpp | 2 +- src/KDChart/KDChartAbstractThreeDAttributes.h | 2 +- src/KDChart/KDChartAbstractThreeDAttributes_p.h | 2 +- src/KDChart/KDChartAttributesModel.cpp | 2 +- src/KDChart/KDChartAttributesModel.h | 2 +- src/KDChart/KDChartBackgroundAttributes.cpp | 2 +- src/KDChart/KDChartBackgroundAttributes.h | 2 +- src/KDChart/KDChartChart.cpp | 2 +- src/KDChart/KDChartChart.h | 2 +- src/KDChart/KDChartChart_p.h | 2 +- src/KDChart/KDChartDataValueAttributes.cpp | 2 +- src/KDChart/KDChartDataValueAttributes.h | 2 +- src/KDChart/KDChartDatasetProxyModel.cpp | 2 +- src/KDChart/KDChartDatasetProxyModel.h | 2 +- src/KDChart/KDChartDatasetSelector.cpp | 2 +- src/KDChart/KDChartDatasetSelector.h | 2 +- src/KDChart/KDChartDiagramObserver.cpp | 2 +- src/KDChart/KDChartDiagramObserver.h | 2 +- src/KDChart/KDChartEnums.h | 2 +- src/KDChart/KDChartFrameAttributes.cpp | 2 +- src/KDChart/KDChartFrameAttributes.h | 2 +- src/KDChart/KDChartGlobal.h | 2 +- src/KDChart/KDChartGridAttributes.cpp | 2 +- src/KDChart/KDChartGridAttributes.h | 2 +- src/KDChart/KDChartHeaderFooter.cpp | 2 +- src/KDChart/KDChartHeaderFooter.h | 2 +- src/KDChart/KDChartHeaderFooter_p.h | 2 +- src/KDChart/KDChartLayoutItems.cpp | 2 +- src/KDChart/KDChartLayoutItems.h | 2 +- src/KDChart/KDChartLegend.cpp | 2 +- src/KDChart/KDChartLegend.h | 2 +- src/KDChart/KDChartLegend_p.h | 2 +- src/KDChart/KDChartLineAttributes.cpp | 2 +- src/KDChart/KDChartLineAttributes.h | 2 +- src/KDChart/KDChartMarkerAttributes.cpp | 2 +- src/KDChart/KDChartMarkerAttributes.h | 2 +- src/KDChart/KDChartMeasure.cpp | 2 +- src/KDChart/KDChartMeasure.h | 2 +- src/KDChart/KDChartModelDataCache_p.cpp | 2 +- src/KDChart/KDChartModelDataCache_p.h | 2 +- src/KDChart/KDChartNullPaintDevice.h | 2 +- src/KDChart/KDChartPaintContext.cpp | 2 +- src/KDChart/KDChartPaintContext.h | 2 +- src/KDChart/KDChartPainterSaver_p.h | 2 +- src/KDChart/KDChartPalette.cpp | 2 +- src/KDChart/KDChartPalette.h | 2 +- src/KDChart/KDChartPosition.cpp | 2 +- src/KDChart/KDChartPosition.h | 2 +- src/KDChart/KDChartPrintingParameters.cpp | 2 +- src/KDChart/KDChartPrintingParameters.h | 2 +- src/KDChart/KDChartRelativePosition.cpp | 2 +- src/KDChart/KDChartRelativePosition.h | 2 +- src/KDChart/KDChartRulerAttributes.cpp | 2 +- src/KDChart/KDChartRulerAttributes.h | 2 +- src/KDChart/KDChartTextArea.cpp | 2 +- src/KDChart/KDChartTextArea.h | 2 +- src/KDChart/KDChartTextArea_p.h | 2 +- src/KDChart/KDChartTextAttributes.cpp | 2 +- src/KDChart/KDChartTextAttributes.h | 2 +- src/KDChart/KDChartTextLabelCache.cpp | 2 +- src/KDChart/KDChartTextLabelCache.h | 2 +- src/KDChart/KDChartThreeDLineAttributes.cpp | 2 +- src/KDChart/KDChartThreeDLineAttributes.h | 2 +- src/KDChart/KDChartThreeDLineAttributes_p.h | 2 +- src/KDChart/KDChartValueTrackerAttributes.cpp | 2 +- src/KDChart/KDChartValueTrackerAttributes.h | 2 +- src/KDChart/KDChartWidget.cpp | 2 +- src/KDChart/KDChartWidget.h | 2 +- src/KDChart/KDChartWidget_p.h | 2 +- src/KDChart/KDChartZoomParameters.h | 2 +- src/KDChart/KDTextDocument.cpp | 2 +- src/KDChart/KDTextDocument.h | 2 +- src/KDChart/Polar/KDChartAbstractPieDiagram.cpp | 2 +- src/KDChart/Polar/KDChartAbstractPieDiagram.h | 2 +- src/KDChart/Polar/KDChartAbstractPieDiagram_p.h | 2 +- src/KDChart/Polar/KDChartAbstractPolarDiagram.cpp | 2 +- src/KDChart/Polar/KDChartAbstractPolarDiagram.h | 2 +- src/KDChart/Polar/KDChartAbstractPolarDiagram_p.h | 2 +- src/KDChart/Polar/KDChartPieAttributes.cpp | 2 +- src/KDChart/Polar/KDChartPieAttributes.h | 2 +- src/KDChart/Polar/KDChartPieAttributes_p.h | 2 +- src/KDChart/Polar/KDChartPieDiagram.cpp | 2 +- src/KDChart/Polar/KDChartPieDiagram.h | 2 +- src/KDChart/Polar/KDChartPieDiagram_p.h | 2 +- src/KDChart/Polar/KDChartPolarCoordinatePlane.cpp | 2 +- src/KDChart/Polar/KDChartPolarCoordinatePlane.h | 2 +- src/KDChart/Polar/KDChartPolarCoordinatePlane_p.h | 2 +- src/KDChart/Polar/KDChartPolarDiagram.cpp | 2 +- src/KDChart/Polar/KDChartPolarDiagram.h | 2 +- src/KDChart/Polar/KDChartPolarDiagram_p.h | 2 +- src/KDChart/Polar/KDChartPolarGrid.cpp | 2 +- src/KDChart/Polar/KDChartPolarGrid.h | 2 +- src/KDChart/Polar/KDChartRadarCoordinatePlane.cpp | 2 +- src/KDChart/Polar/KDChartRadarCoordinatePlane.h | 2 +- src/KDChart/Polar/KDChartRadarCoordinatePlane_p.h | 2 +- src/KDChart/Polar/KDChartRadarDiagram.cpp | 2 +- src/KDChart/Polar/KDChartRadarDiagram.h | 2 +- src/KDChart/Polar/KDChartRadarDiagram_p.h | 2 +- src/KDChart/Polar/KDChartRadarGrid.cpp | 2 +- src/KDChart/Polar/KDChartRadarGrid.h | 2 +- src/KDChart/Polar/KDChartRingDiagram.cpp | 2 +- src/KDChart/Polar/KDChartRingDiagram.h | 2 +- src/KDChart/Polar/KDChartRingDiagram_p.h | 2 +- src/KDChart/Polar/KDChartThreeDPieAttributes.cpp | 2 +- src/KDChart/Polar/KDChartThreeDPieAttributes.h | 2 +- src/KDChart/Polar/KDChartThreeDPieAttributes_p.h | 2 +- src/KDChart/ReverseMapper.cpp | 2 +- src/KDChart/ReverseMapper.h | 2 +- src/KDChart/Ternary/KDChartAbstractTernaryDiagram.cpp | 2 +- src/KDChart/Ternary/KDChartAbstractTernaryDiagram.h | 2 +- src/KDChart/Ternary/KDChartAbstractTernaryDiagram_p.h | 2 +- src/KDChart/Ternary/KDChartTernaryAxis.cpp | 2 +- src/KDChart/Ternary/KDChartTernaryAxis.h | 2 +- src/KDChart/Ternary/KDChartTernaryCoordinatePlane.cpp | 2 +- src/KDChart/Ternary/KDChartTernaryCoordinatePlane.h | 2 +- src/KDChart/Ternary/KDChartTernaryCoordinatePlane_p.h | 2 +- src/KDChart/Ternary/KDChartTernaryGrid.cpp | 2 +- src/KDChart/Ternary/KDChartTernaryGrid.h | 2 +- src/KDChart/Ternary/KDChartTernaryLineDiagram.cpp | 2 +- src/KDChart/Ternary/KDChartTernaryLineDiagram.h | 2 +- src/KDChart/Ternary/KDChartTernaryLineDiagram_p.h | 2 +- src/KDChart/Ternary/KDChartTernaryPointDiagram.cpp | 2 +- src/KDChart/Ternary/KDChartTernaryPointDiagram.h | 2 +- src/KDChart/Ternary/KDChartTernaryPointDiagram_p.h | 2 +- src/KDChart/Ternary/TernaryConstants.cpp | 2 +- src/KDChart/Ternary/TernaryConstants.h | 2 +- src/KDChart/Ternary/TernaryPoint.cpp | 2 +- src/KDChart/Ternary/TernaryPoint.h | 2 +- src/KDChart/kdchart_export.h | 2 +- src/KDChartConfig.cmake.in | 3 +-- src/KDGantt/kdganttabstractgrid.cpp | 2 +- src/KDGantt/kdganttabstractgrid.h | 2 +- src/KDGantt/kdganttabstractgrid_p.h | 2 +- src/KDGantt/kdganttabstractrowcontroller.cpp | 2 +- src/KDGantt/kdganttabstractrowcontroller.h | 2 +- src/KDGantt/kdganttconstraint.cpp | 2 +- src/KDGantt/kdganttconstraint.h | 2 +- src/KDGantt/kdganttconstraint_p.h | 2 +- src/KDGantt/kdganttconstraintgraphicsitem.cpp | 2 +- src/KDGantt/kdganttconstraintgraphicsitem.h | 2 +- src/KDGantt/kdganttconstraintmodel.cpp | 2 +- src/KDGantt/kdganttconstraintmodel.h | 2 +- src/KDGantt/kdganttconstraintmodel_p.h | 2 +- src/KDGantt/kdganttconstraintproxy.cpp | 2 +- src/KDGantt/kdganttconstraintproxy.h | 2 +- src/KDGantt/kdganttdatetimegrid.cpp | 2 +- src/KDGantt/kdganttdatetimegrid.h | 2 +- src/KDGantt/kdganttdatetimegrid_p.h | 2 +- src/KDGantt/kdganttforwardingproxymodel.cpp | 2 +- src/KDGantt/kdganttforwardingproxymodel.h | 2 +- src/KDGantt/kdganttglobal.cpp | 2 +- src/KDGantt/kdganttglobal.h | 2 +- src/KDGantt/kdganttgraphicsitem.cpp | 2 +- src/KDGantt/kdganttgraphicsitem.h | 2 +- src/KDGantt/kdganttgraphicsscene.cpp | 2 +- src/KDGantt/kdganttgraphicsscene.h | 2 +- src/KDGantt/kdganttgraphicsscene_p.h | 2 +- src/KDGantt/kdganttgraphicsview.cpp | 2 +- src/KDGantt/kdganttgraphicsview.h | 2 +- src/KDGantt/kdganttgraphicsview_p.h | 2 +- src/KDGantt/kdganttitemdelegate.cpp | 2 +- src/KDGantt/kdganttitemdelegate.h | 2 +- src/KDGantt/kdganttitemdelegate_p.h | 2 +- src/KDGantt/kdganttlegend.cpp | 2 +- src/KDGantt/kdganttlegend.h | 2 +- src/KDGantt/kdganttlegend_p.h | 2 +- src/KDGantt/kdganttlistviewrowcontroller.cpp | 2 +- src/KDGantt/kdganttlistviewrowcontroller.h | 2 +- src/KDGantt/kdganttlistviewrowcontroller_p.h | 2 +- src/KDGantt/kdganttproxymodel.cpp | 2 +- src/KDGantt/kdganttproxymodel.h | 2 +- src/KDGantt/kdganttproxymodel_p.h | 2 +- src/KDGantt/kdganttstyleoptionganttitem.cpp | 2 +- src/KDGantt/kdganttstyleoptionganttitem.h | 2 +- src/KDGantt/kdganttsummaryhandlingproxymodel.cpp | 2 +- src/KDGantt/kdganttsummaryhandlingproxymodel.h | 2 +- src/KDGantt/kdganttsummaryhandlingproxymodel_p.h | 2 +- src/KDGantt/kdgantttreeviewrowcontroller.cpp | 2 +- src/KDGantt/kdgantttreeviewrowcontroller.h | 2 +- src/KDGantt/kdgantttreeviewrowcontroller_p.h | 2 +- src/KDGantt/kdganttview.cpp | 2 +- src/KDGantt/kdganttview.h | 2 +- src/KDGantt/kdganttview_p.h | 2 +- src/KDGantt/unittest/libutil.h | 2 +- src/KDGantt/unittest/test.cpp | 2 +- src/KDGantt/unittest/test.h | 2 +- src/KDGantt/unittest/testregistry.cpp | 2 +- src/KDGantt/unittest/testregistry.h | 2 +- tests/CMakeLists.txt | 3 +-- tests/DelayedData/CMakeLists.txt | 3 +-- tests/DelayedData/main.cpp | 2 +- tests/Gantt/apireview/CMakeLists.txt | 3 +-- tests/Gantt/apireview/entrydelegate.cpp | 2 +- tests/Gantt/apireview/entrydelegate.h | 2 +- tests/Gantt/apireview/entrydialog.cpp | 2 +- tests/Gantt/apireview/entrydialog.h | 2 +- tests/Gantt/apireview/main.cpp | 2 +- tests/Gantt/apireview/mainwindow.cpp | 2 +- tests/Gantt/apireview/mainwindow.h | 2 +- tests/Gantt/customconstraints/CMakeLists.txt | 3 +-- tests/Gantt/customconstraints/main.cpp | 2 +- tests/Gantt/gfxview/CMakeLists.txt | 3 +-- tests/Gantt/gfxview/main.cpp | 2 +- tests/Gantt/headers/CMakeLists.txt | 3 +-- tests/Gantt/headers/main.cpp | 2 +- tests/Gantt/listview/CMakeLists.txt | 3 +-- tests/Gantt/listview/main.cpp | 2 +- tests/Gantt/reorder/CMakeLists.txt | 3 +-- tests/Gantt/reorder/main.cpp | 2 +- tests/Gantt/unittest/CMakeLists.txt | 3 +-- tests/Gantt/unittest/main.cpp | 2 +- tests/Gantt/view/CMakeLists.txt | 3 +-- tests/Gantt/view/main.cpp | 2 +- tests/RootIndex/CMakeLists.txt | 3 +-- tests/RootIndex/main.cpp | 2 +- tests/RootIndex/mainwindow.cpp | 2 +- tests/RootIndex/mainwindow.h | 2 +- 628 files changed, 645 insertions(+), 751 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index f31cde97..8f624d39 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -5,22 +5,22 @@ Source: https://www.github.com/KDAB/KDChart #misc source code Files: *.qrc *.ui *.xml *.kdx *.kxs *.conf *.csv *.cht *.map *.bat -Copyright: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #artwork Files: images/*.png docs/api/*.png examples/*/*.png images/*.svg src/KDChart/resources/*.svg -Copyright: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #misc documentation Files: *md *.txt CHANGES src/TODO *.html docs/manual/*.pdf -Copyright: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #misc config files Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc appveyor.yml docs/api/Doxyfile.cmake distro/* -Copyright: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: BSD-3-Clause #3rdparty diff --git a/CMakeLists.txt b/CMakeLists.txt index a46746d4..acbdd9da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/LICENSE.txt b/LICENSE.txt index a5181107..f129972a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ License ======= -The KD Chart Software is Copyright 2001-2023 Klarälvdalens Datakonsult AB (KDAB), -and is available under the terms of the MIT license. +The KD Chart Software is © Klarälvdalens Datakonsult AB (KDAB), and is +available under the terms of the MIT license. See the full license text in the LICENSES folder. diff --git a/README.md b/README.md index adbe1635..8465286f 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Please submit your contributions or issue reports to our GitHub space at ## License -The KD Chart Software is Copyright 2001-2023 Klarälvdalens Datakonsult AB (KDAB), -and is available under the terms of the [MIT](LICENSES/MIT.txt) license. +The KD Chart Software is © Klarälvdalens Datakonsult AB (KDAB), and is +available under the terms of the [MIT](LICENSES/MIT.txt) license. Contact KDAB at for any licensing queries. diff --git a/conan/conanfile.py b/conan/conanfile.py index c412e22b..ac6851a1 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index a6447dd2..9f4f509a 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/api/CMakeLists.txt b/docs/api/CMakeLists.txt index 476a34c3..1337bef6 100644 --- a/docs/api/CMakeLists.txt +++ b/docs/api/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/api/footer.html b/docs/api/footer.html index a5579f1d..57822a54 100644 --- a/docs/api/footer.html +++ b/docs/api/footer.html @@ -1,7 +1,7 @@
- © 2001-2023 Klarälvdalens Datakonsult AB (KDAB) + © 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/ diff --git a/examples/Axis/Chart/CMakeLists.txt b/examples/Axis/Chart/CMakeLists.txt index a36d3f0b..f9e3f16d 100644 --- a/examples/Axis/Chart/CMakeLists.txt +++ b/examples/Axis/Chart/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Axis/Chart/main.cpp b/examples/Axis/Chart/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Axis/Chart/main.cpp +++ b/examples/Axis/Chart/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Chart/mainwindow.cpp b/examples/Axis/Chart/mainwindow.cpp index 2333ae38..7ad59404 100644 --- a/examples/Axis/Chart/mainwindow.cpp +++ b/examples/Axis/Chart/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Chart/mainwindow.h b/examples/Axis/Chart/mainwindow.h index 7ada3809..db60802a 100644 --- a/examples/Axis/Chart/mainwindow.h +++ b/examples/Axis/Chart/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Labels/AdjustedCartesianAxis.cpp b/examples/Axis/Labels/AdjustedCartesianAxis.cpp index 1cb19ead..5e04488c 100644 --- a/examples/Axis/Labels/AdjustedCartesianAxis.cpp +++ b/examples/Axis/Labels/AdjustedCartesianAxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Labels/AdjustedCartesianAxis.h b/examples/Axis/Labels/AdjustedCartesianAxis.h index 051b6aba..3a904789 100644 --- a/examples/Axis/Labels/AdjustedCartesianAxis.h +++ b/examples/Axis/Labels/AdjustedCartesianAxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Labels/CMakeLists.txt b/examples/Axis/Labels/CMakeLists.txt index 6408159e..71821061 100644 --- a/examples/Axis/Labels/CMakeLists.txt +++ b/examples/Axis/Labels/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Axis/Labels/main.cpp b/examples/Axis/Labels/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Axis/Labels/main.cpp +++ b/examples/Axis/Labels/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Labels/mainwindow.cpp b/examples/Axis/Labels/mainwindow.cpp index 935e58ee..435ae6fb 100644 --- a/examples/Axis/Labels/mainwindow.cpp +++ b/examples/Axis/Labels/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Labels/mainwindow.h b/examples/Axis/Labels/mainwindow.h index 35cbf6e2..6ef79cae 100644 --- a/examples/Axis/Labels/mainwindow.h +++ b/examples/Axis/Labels/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Parameters/CMakeLists.txt b/examples/Axis/Parameters/CMakeLists.txt index a3c959c0..67b5c556 100644 --- a/examples/Axis/Parameters/CMakeLists.txt +++ b/examples/Axis/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Axis/Parameters/main.cpp b/examples/Axis/Parameters/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Axis/Parameters/main.cpp +++ b/examples/Axis/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Parameters/mainwindow.cpp b/examples/Axis/Parameters/mainwindow.cpp index 787671e1..2afc5369 100644 --- a/examples/Axis/Parameters/mainwindow.cpp +++ b/examples/Axis/Parameters/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Parameters/mainwindow.h b/examples/Axis/Parameters/mainwindow.h index 9434dc6a..aeb88624 100644 --- a/examples/Axis/Parameters/mainwindow.h +++ b/examples/Axis/Parameters/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Axis/Widget/CMakeLists.txt b/examples/Axis/Widget/CMakeLists.txt index 340e8d3b..6f009290 100644 --- a/examples/Axis/Widget/CMakeLists.txt +++ b/examples/Axis/Widget/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Axis/Widget/main.cpp b/examples/Axis/Widget/main.cpp index 7529da68..6a41a79c 100644 --- a/examples/Axis/Widget/main.cpp +++ b/examples/Axis/Widget/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Background/CMakeLists.txt b/examples/Background/CMakeLists.txt index 5e0e7fa3..88432655 100644 --- a/examples/Background/CMakeLists.txt +++ b/examples/Background/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Background/main.cpp b/examples/Background/main.cpp index 1d374c89..7d442e4f 100644 --- a/examples/Background/main.cpp +++ b/examples/Background/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Bars/Advanced/CMakeLists.txt b/examples/Bars/Advanced/CMakeLists.txt index 9d52b595..ab710f10 100644 --- a/examples/Bars/Advanced/CMakeLists.txt +++ b/examples/Bars/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Bars/Advanced/main.cpp b/examples/Bars/Advanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Bars/Advanced/main.cpp +++ b/examples/Bars/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Bars/Advanced/mainwindow.cpp b/examples/Bars/Advanced/mainwindow.cpp index 784b1442..701029c5 100644 --- a/examples/Bars/Advanced/mainwindow.cpp +++ b/examples/Bars/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Bars/Advanced/mainwindow.h b/examples/Bars/Advanced/mainwindow.h index d18f8fe8..2ad28c08 100644 --- a/examples/Bars/Advanced/mainwindow.h +++ b/examples/Bars/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Bars/Parameters/CMakeLists.txt b/examples/Bars/Parameters/CMakeLists.txt index b0805451..e190a50d 100644 --- a/examples/Bars/Parameters/CMakeLists.txt +++ b/examples/Bars/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Bars/Parameters/main.cpp b/examples/Bars/Parameters/main.cpp index d75a4f2a..fcc98cee 100644 --- a/examples/Bars/Parameters/main.cpp +++ b/examples/Bars/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Bars/Simple/CMakeLists.txt b/examples/Bars/Simple/CMakeLists.txt index 622a9b47..5c974b11 100644 --- a/examples/Bars/Simple/CMakeLists.txt +++ b/examples/Bars/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Bars/Simple/main.cpp b/examples/Bars/Simple/main.cpp index fbd22fe9..ff8ae3fc 100644 --- a/examples/Bars/Simple/main.cpp +++ b/examples/Bars/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2696ed40..72201d87 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/DataValueTexts/CMakeLists.txt b/examples/DataValueTexts/CMakeLists.txt index 6dcdc792..554910d3 100644 --- a/examples/DataValueTexts/CMakeLists.txt +++ b/examples/DataValueTexts/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/DataValueTexts/main.cpp b/examples/DataValueTexts/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/DataValueTexts/main.cpp +++ b/examples/DataValueTexts/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DataValueTexts/mainwindow.cpp b/examples/DataValueTexts/mainwindow.cpp index e5125cfa..aa733ec2 100644 --- a/examples/DataValueTexts/mainwindow.cpp +++ b/examples/DataValueTexts/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DataValueTexts/mainwindow.h b/examples/DataValueTexts/mainwindow.h index 760ed722..1bd91f9d 100644 --- a/examples/DataValueTexts/mainwindow.h +++ b/examples/DataValueTexts/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DrawIntoPainter/CMakeLists.txt b/examples/DrawIntoPainter/CMakeLists.txt index d67f2f99..6c9b7d15 100644 --- a/examples/DrawIntoPainter/CMakeLists.txt +++ b/examples/DrawIntoPainter/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/DrawIntoPainter/framewidget.cpp b/examples/DrawIntoPainter/framewidget.cpp index aa5a202e..31089bd6 100644 --- a/examples/DrawIntoPainter/framewidget.cpp +++ b/examples/DrawIntoPainter/framewidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DrawIntoPainter/framewidget.h b/examples/DrawIntoPainter/framewidget.h index 6f6fc811..526ab481 100644 --- a/examples/DrawIntoPainter/framewidget.h +++ b/examples/DrawIntoPainter/framewidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DrawIntoPainter/main.cpp b/examples/DrawIntoPainter/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/DrawIntoPainter/main.cpp +++ b/examples/DrawIntoPainter/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DrawIntoPainter/mainwindow.cpp b/examples/DrawIntoPainter/mainwindow.cpp index 70be4ecb..aee6c9b3 100644 --- a/examples/DrawIntoPainter/mainwindow.cpp +++ b/examples/DrawIntoPainter/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DrawIntoPainter/mainwindow.h b/examples/DrawIntoPainter/mainwindow.h index 7449f3d0..a2e470d7 100644 --- a/examples/DrawIntoPainter/mainwindow.h +++ b/examples/DrawIntoPainter/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/EmptyValues/CMakeLists.txt b/examples/EmptyValues/CMakeLists.txt index f75d7f07..5a9b325c 100644 --- a/examples/EmptyValues/CMakeLists.txt +++ b/examples/EmptyValues/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/EmptyValues/main.cpp b/examples/EmptyValues/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/EmptyValues/main.cpp +++ b/examples/EmptyValues/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/EmptyValues/mainwindow.cpp b/examples/EmptyValues/mainwindow.cpp index 222ff417..9c04dac2 100644 --- a/examples/EmptyValues/mainwindow.cpp +++ b/examples/EmptyValues/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/EmptyValues/mainwindow.h b/examples/EmptyValues/mainwindow.h index ed949779..237268d1 100644 --- a/examples/EmptyValues/mainwindow.h +++ b/examples/EmptyValues/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/CMakeLists.txt b/examples/Gantt/legend_example/CMakeLists.txt index 97e37645..f7db7cb7 100644 --- a/examples/Gantt/legend_example/CMakeLists.txt +++ b/examples/Gantt/legend_example/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Gantt/legend_example/entrydelegate.cpp b/examples/Gantt/legend_example/entrydelegate.cpp index bd8ff10d..35499ef8 100644 --- a/examples/Gantt/legend_example/entrydelegate.cpp +++ b/examples/Gantt/legend_example/entrydelegate.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/entrydelegate.h b/examples/Gantt/legend_example/entrydelegate.h index bfd428bb..a35d4281 100644 --- a/examples/Gantt/legend_example/entrydelegate.h +++ b/examples/Gantt/legend_example/entrydelegate.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/entrydialog.cpp b/examples/Gantt/legend_example/entrydialog.cpp index 064cfac4..acb72138 100644 --- a/examples/Gantt/legend_example/entrydialog.cpp +++ b/examples/Gantt/legend_example/entrydialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/entrydialog.h b/examples/Gantt/legend_example/entrydialog.h index ec477379..f2f9d7ce 100644 --- a/examples/Gantt/legend_example/entrydialog.h +++ b/examples/Gantt/legend_example/entrydialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/main.cpp b/examples/Gantt/legend_example/main.cpp index 909617b9..963fe908 100644 --- a/examples/Gantt/legend_example/main.cpp +++ b/examples/Gantt/legend_example/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/mainwindow.cpp b/examples/Gantt/legend_example/mainwindow.cpp index fa82cc4e..2031a4ee 100644 --- a/examples/Gantt/legend_example/mainwindow.cpp +++ b/examples/Gantt/legend_example/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/legend_example/mainwindow.h b/examples/Gantt/legend_example/mainwindow.h index f6f0a1b4..8afb2985 100644 --- a/examples/Gantt/legend_example/mainwindow.h +++ b/examples/Gantt/legend_example/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/project/CMakeLists.txt b/examples/Gantt/project/CMakeLists.txt index 3bc4b777..feeaa682 100644 --- a/examples/Gantt/project/CMakeLists.txt +++ b/examples/Gantt/project/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Gantt/project/main.cpp b/examples/Gantt/project/main.cpp index b721e83c..37bf0c0d 100644 --- a/examples/Gantt/project/main.cpp +++ b/examples/Gantt/project/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/project/mainwindow.cpp b/examples/Gantt/project/mainwindow.cpp index df1f7154..a768d7f6 100644 --- a/examples/Gantt/project/mainwindow.cpp +++ b/examples/Gantt/project/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/project/mainwindow.h b/examples/Gantt/project/mainwindow.h index fd90b74a..93c43b5c 100644 --- a/examples/Gantt/project/mainwindow.h +++ b/examples/Gantt/project/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/project/projectmodel.cpp b/examples/Gantt/project/projectmodel.cpp index 06a525a3..2365c76f 100644 --- a/examples/Gantt/project/projectmodel.cpp +++ b/examples/Gantt/project/projectmodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Gantt/project/projectmodel.h b/examples/Gantt/project/projectmodel.h index feeb1c7c..e88dd096 100644 --- a/examples/Gantt/project/projectmodel.h +++ b/examples/Gantt/project/projectmodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Grids/CartesianGrid/CMakeLists.txt b/examples/Grids/CartesianGrid/CMakeLists.txt index 5ae52321..deddf8c0 100644 --- a/examples/Grids/CartesianGrid/CMakeLists.txt +++ b/examples/Grids/CartesianGrid/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Grids/CartesianGrid/main.cpp b/examples/Grids/CartesianGrid/main.cpp index db594bca..615c362f 100644 --- a/examples/Grids/CartesianGrid/main.cpp +++ b/examples/Grids/CartesianGrid/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Grids/PolarGrid/CMakeLists.txt b/examples/Grids/PolarGrid/CMakeLists.txt index 86acb8fd..9a6d6683 100644 --- a/examples/Grids/PolarGrid/CMakeLists.txt +++ b/examples/Grids/PolarGrid/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Grids/PolarGrid/main.cpp b/examples/Grids/PolarGrid/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Grids/PolarGrid/main.cpp +++ b/examples/Grids/PolarGrid/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Grids/PolarGrid/mainwindow.cpp b/examples/Grids/PolarGrid/mainwindow.cpp index c09c5a37..730dc335 100644 --- a/examples/Grids/PolarGrid/mainwindow.cpp +++ b/examples/Grids/PolarGrid/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Grids/PolarGrid/mainwindow.h b/examples/Grids/PolarGrid/mainwindow.h index 33ded601..6052bc61 100644 --- a/examples/Grids/PolarGrid/mainwindow.h +++ b/examples/Grids/PolarGrid/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HeadersFooters/Advanced/CMakeLists.txt b/examples/HeadersFooters/Advanced/CMakeLists.txt index db8776e4..44b02674 100644 --- a/examples/HeadersFooters/Advanced/CMakeLists.txt +++ b/examples/HeadersFooters/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/HeadersFooters/Advanced/main.cpp b/examples/HeadersFooters/Advanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/HeadersFooters/Advanced/main.cpp +++ b/examples/HeadersFooters/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HeadersFooters/Advanced/mainwindow.cpp b/examples/HeadersFooters/Advanced/mainwindow.cpp index d37f9f2c..d5766435 100644 --- a/examples/HeadersFooters/Advanced/mainwindow.cpp +++ b/examples/HeadersFooters/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HeadersFooters/Advanced/mainwindow.h b/examples/HeadersFooters/Advanced/mainwindow.h index ede69ccc..68f8e307 100644 --- a/examples/HeadersFooters/Advanced/mainwindow.h +++ b/examples/HeadersFooters/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HeadersFooters/HeadersFootersParameters/CMakeLists.txt b/examples/HeadersFooters/HeadersFootersParameters/CMakeLists.txt index b35bad0d..00c1706d 100644 --- a/examples/HeadersFooters/HeadersFootersParameters/CMakeLists.txt +++ b/examples/HeadersFooters/HeadersFootersParameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/HeadersFooters/HeadersFootersParameters/main.cpp b/examples/HeadersFooters/HeadersFootersParameters/main.cpp index 315b9b7b..bb7c8f0d 100644 --- a/examples/HeadersFooters/HeadersFootersParameters/main.cpp +++ b/examples/HeadersFooters/HeadersFootersParameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HeadersFooters/HeadersFootersSimple/CMakeLists.txt b/examples/HeadersFooters/HeadersFootersSimple/CMakeLists.txt index bf9f07d1..41e1e91f 100644 --- a/examples/HeadersFooters/HeadersFootersSimple/CMakeLists.txt +++ b/examples/HeadersFooters/HeadersFootersSimple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/HeadersFooters/HeadersFootersSimple/main.cpp b/examples/HeadersFooters/HeadersFootersSimple/main.cpp index f6ce0aee..5cebe594 100644 --- a/examples/HeadersFooters/HeadersFootersSimple/main.cpp +++ b/examples/HeadersFooters/HeadersFootersSimple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendAdvanced/CMakeLists.txt b/examples/Legends/LegendAdvanced/CMakeLists.txt index 8ec6f771..f52f7cac 100644 --- a/examples/Legends/LegendAdvanced/CMakeLists.txt +++ b/examples/Legends/LegendAdvanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Legends/LegendAdvanced/derivedaddlegenddialog.cpp b/examples/Legends/LegendAdvanced/derivedaddlegenddialog.cpp index 0df32b31..265b17af 100644 --- a/examples/Legends/LegendAdvanced/derivedaddlegenddialog.cpp +++ b/examples/Legends/LegendAdvanced/derivedaddlegenddialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendAdvanced/derivedaddlegenddialog.h b/examples/Legends/LegendAdvanced/derivedaddlegenddialog.h index 50f9ce3f..ce65f36c 100644 --- a/examples/Legends/LegendAdvanced/derivedaddlegenddialog.h +++ b/examples/Legends/LegendAdvanced/derivedaddlegenddialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendAdvanced/main.cpp b/examples/Legends/LegendAdvanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Legends/LegendAdvanced/main.cpp +++ b/examples/Legends/LegendAdvanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendAdvanced/mainwindow.cpp b/examples/Legends/LegendAdvanced/mainwindow.cpp index 23210f3f..366a5e17 100644 --- a/examples/Legends/LegendAdvanced/mainwindow.cpp +++ b/examples/Legends/LegendAdvanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendAdvanced/mainwindow.h b/examples/Legends/LegendAdvanced/mainwindow.h index 4f7df643..e17a1d95 100644 --- a/examples/Legends/LegendAdvanced/mainwindow.h +++ b/examples/Legends/LegendAdvanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendOverDiagram/CMakeLists.txt b/examples/Legends/LegendOverDiagram/CMakeLists.txt index ce4906d9..cb4c554f 100644 --- a/examples/Legends/LegendOverDiagram/CMakeLists.txt +++ b/examples/Legends/LegendOverDiagram/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Legends/LegendOverDiagram/main.cpp b/examples/Legends/LegendOverDiagram/main.cpp index cd900ea9..eb0e280d 100644 --- a/examples/Legends/LegendOverDiagram/main.cpp +++ b/examples/Legends/LegendOverDiagram/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendParameters/CMakeLists.txt b/examples/Legends/LegendParameters/CMakeLists.txt index b63257e9..f54f386e 100644 --- a/examples/Legends/LegendParameters/CMakeLists.txt +++ b/examples/Legends/LegendParameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Legends/LegendParameters/main.cpp b/examples/Legends/LegendParameters/main.cpp index ebc91d46..073b906d 100644 --- a/examples/Legends/LegendParameters/main.cpp +++ b/examples/Legends/LegendParameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Legends/LegendSimple/CMakeLists.txt b/examples/Legends/LegendSimple/CMakeLists.txt index 80f498e8..1b4ec6ce 100644 --- a/examples/Legends/LegendSimple/CMakeLists.txt +++ b/examples/Legends/LegendSimple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Legends/LegendSimple/main.cpp b/examples/Legends/LegendSimple/main.cpp index b502cd26..295276e4 100644 --- a/examples/Legends/LegendSimple/main.cpp +++ b/examples/Legends/LegendSimple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/LeveyJennings/Simple/CMakeLists.txt b/examples/LeveyJennings/Simple/CMakeLists.txt index 988ec761..71a1eeb1 100644 --- a/examples/LeveyJennings/Simple/CMakeLists.txt +++ b/examples/LeveyJennings/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/LeveyJennings/Simple/main.cpp b/examples/LeveyJennings/Simple/main.cpp index 082f9d46..ba8733f1 100644 --- a/examples/LeveyJennings/Simple/main.cpp +++ b/examples/LeveyJennings/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/Advanced/CMakeLists.txt b/examples/Lines/Advanced/CMakeLists.txt index 9f5b2d6f..78325a85 100644 --- a/examples/Lines/Advanced/CMakeLists.txt +++ b/examples/Lines/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/Advanced/main.cpp b/examples/Lines/Advanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Lines/Advanced/main.cpp +++ b/examples/Lines/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/Advanced/mainwindow.cpp b/examples/Lines/Advanced/mainwindow.cpp index d18fafd5..90561c0b 100644 --- a/examples/Lines/Advanced/mainwindow.cpp +++ b/examples/Lines/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/Advanced/mainwindow.h b/examples/Lines/Advanced/mainwindow.h index cd8d3b10..f6bfa4f7 100644 --- a/examples/Lines/Advanced/mainwindow.h +++ b/examples/Lines/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/AreaPerCell/CMakeLists.txt b/examples/Lines/AreaPerCell/CMakeLists.txt index 11c0b10b..8517e5c2 100644 --- a/examples/Lines/AreaPerCell/CMakeLists.txt +++ b/examples/Lines/AreaPerCell/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/AreaPerCell/main.cpp b/examples/Lines/AreaPerCell/main.cpp index 39ad2c33..6e4d16da 100644 --- a/examples/Lines/AreaPerCell/main.cpp +++ b/examples/Lines/AreaPerCell/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/Parameters/CMakeLists.txt b/examples/Lines/Parameters/CMakeLists.txt index b41ba2b8..c475015a 100644 --- a/examples/Lines/Parameters/CMakeLists.txt +++ b/examples/Lines/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/Parameters/main.cpp b/examples/Lines/Parameters/main.cpp index 1be390b0..8ec0cd4d 100644 --- a/examples/Lines/Parameters/main.cpp +++ b/examples/Lines/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/PointChart/CMakeLists.txt b/examples/Lines/PointChart/CMakeLists.txt index cf5170b2..fe4fc7a8 100644 --- a/examples/Lines/PointChart/CMakeLists.txt +++ b/examples/Lines/PointChart/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/PointChart/main.cpp b/examples/Lines/PointChart/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Lines/PointChart/main.cpp +++ b/examples/Lines/PointChart/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/PointChart/mainwindow.cpp b/examples/Lines/PointChart/mainwindow.cpp index 711281c4..d98f8ecd 100644 --- a/examples/Lines/PointChart/mainwindow.cpp +++ b/examples/Lines/PointChart/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/PointChart/mainwindow.h b/examples/Lines/PointChart/mainwindow.h index b77fd45d..1b1f8110 100644 --- a/examples/Lines/PointChart/mainwindow.h +++ b/examples/Lines/PointChart/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/PointWidget/CMakeLists.txt b/examples/Lines/PointWidget/CMakeLists.txt index c29abcf5..39578320 100644 --- a/examples/Lines/PointWidget/CMakeLists.txt +++ b/examples/Lines/PointWidget/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/PointWidget/main.cpp b/examples/Lines/PointWidget/main.cpp index c3b94256..031bd2df 100644 --- a/examples/Lines/PointWidget/main.cpp +++ b/examples/Lines/PointWidget/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Lines/SimpleLineWidget/CMakeLists.txt b/examples/Lines/SimpleLineWidget/CMakeLists.txt index a0aab9fa..6cf27081 100644 --- a/examples/Lines/SimpleLineWidget/CMakeLists.txt +++ b/examples/Lines/SimpleLineWidget/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Lines/SimpleLineWidget/main.cpp b/examples/Lines/SimpleLineWidget/main.cpp index c3f9f0ad..63994a89 100644 --- a/examples/Lines/SimpleLineWidget/main.cpp +++ b/examples/Lines/SimpleLineWidget/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/HidingData/CMakeLists.txt b/examples/ModelView/HidingData/CMakeLists.txt index 46861e4b..637c490f 100644 --- a/examples/ModelView/HidingData/CMakeLists.txt +++ b/examples/ModelView/HidingData/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/ModelView/HidingData/main.cpp b/examples/ModelView/HidingData/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/ModelView/HidingData/main.cpp +++ b/examples/ModelView/HidingData/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/HidingData/mainwindow.cpp b/examples/ModelView/HidingData/mainwindow.cpp index 4f573143..a8200ae7 100644 --- a/examples/ModelView/HidingData/mainwindow.cpp +++ b/examples/ModelView/HidingData/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/HidingData/mainwindow.h b/examples/ModelView/HidingData/mainwindow.h index 9068b598..89fab041 100644 --- a/examples/ModelView/HidingData/mainwindow.h +++ b/examples/ModelView/HidingData/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/TableView/CMakeLists.txt b/examples/ModelView/TableView/CMakeLists.txt index 0448a403..31d4e3de 100644 --- a/examples/ModelView/TableView/CMakeLists.txt +++ b/examples/ModelView/TableView/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/ModelView/TableView/main.cpp b/examples/ModelView/TableView/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/ModelView/TableView/main.cpp +++ b/examples/ModelView/TableView/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/TableView/mainwindow.cpp b/examples/ModelView/TableView/mainwindow.cpp index bbbb8ec1..40168a40 100644 --- a/examples/ModelView/TableView/mainwindow.cpp +++ b/examples/ModelView/TableView/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ModelView/TableView/mainwindow.h b/examples/ModelView/TableView/mainwindow.h index 7abe0363..7aeacd89 100644 --- a/examples/ModelView/TableView/mainwindow.h +++ b/examples/ModelView/TableView/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/NoValues/CMakeLists.txt b/examples/NoValues/CMakeLists.txt index 43997b8e..8538df14 100644 --- a/examples/NoValues/CMakeLists.txt +++ b/examples/NoValues/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/NoValues/main.cpp b/examples/NoValues/main.cpp index 07e89743..e0034155 100644 --- a/examples/NoValues/main.cpp +++ b/examples/NoValues/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/NoValues/mainwindow.cpp b/examples/NoValues/mainwindow.cpp index cdc6980c..4670b63a 100644 --- a/examples/NoValues/mainwindow.cpp +++ b/examples/NoValues/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/NoValues/mainwindow.h b/examples/NoValues/mainwindow.h index adc51dc4..68b6d9ac 100644 --- a/examples/NoValues/mainwindow.h +++ b/examples/NoValues/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Pie/Advanced/CMakeLists.txt b/examples/Pie/Advanced/CMakeLists.txt index fc713f77..efbbc47d 100644 --- a/examples/Pie/Advanced/CMakeLists.txt +++ b/examples/Pie/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Pie/Advanced/main.cpp b/examples/Pie/Advanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Pie/Advanced/main.cpp +++ b/examples/Pie/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Pie/Advanced/mainwindow.cpp b/examples/Pie/Advanced/mainwindow.cpp index cd575ed7..945e922f 100644 --- a/examples/Pie/Advanced/mainwindow.cpp +++ b/examples/Pie/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Pie/Advanced/mainwindow.h b/examples/Pie/Advanced/mainwindow.h index c6f18d9f..4912e98e 100644 --- a/examples/Pie/Advanced/mainwindow.h +++ b/examples/Pie/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Pie/Parameters/CMakeLists.txt b/examples/Pie/Parameters/CMakeLists.txt index dab6eb67..34110372 100644 --- a/examples/Pie/Parameters/CMakeLists.txt +++ b/examples/Pie/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Pie/Parameters/main.cpp b/examples/Pie/Parameters/main.cpp index 46d2d5e5..9b4444c3 100644 --- a/examples/Pie/Parameters/main.cpp +++ b/examples/Pie/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Pie/Simple/CMakeLists.txt b/examples/Pie/Simple/CMakeLists.txt index 08d0b190..5a0f2e7d 100644 --- a/examples/Pie/Simple/CMakeLists.txt +++ b/examples/Pie/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Pie/Simple/main.cpp b/examples/Pie/Simple/main.cpp index c3ede39e..3fa55205 100644 --- a/examples/Pie/Simple/main.cpp +++ b/examples/Pie/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plane/AdjustedBoundaries/CMakeLists.txt b/examples/Plane/AdjustedBoundaries/CMakeLists.txt index e5fd2a24..2c06133f 100644 --- a/examples/Plane/AdjustedBoundaries/CMakeLists.txt +++ b/examples/Plane/AdjustedBoundaries/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plane/AdjustedBoundaries/main.cpp b/examples/Plane/AdjustedBoundaries/main.cpp index cd23b23e..80c7a84e 100644 --- a/examples/Plane/AdjustedBoundaries/main.cpp +++ b/examples/Plane/AdjustedBoundaries/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plane/OverlayedPlanes/CMakeLists.txt b/examples/Plane/OverlayedPlanes/CMakeLists.txt index e1df32d6..f429a43f 100644 --- a/examples/Plane/OverlayedPlanes/CMakeLists.txt +++ b/examples/Plane/OverlayedPlanes/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plane/OverlayedPlanes/main.cpp b/examples/Plane/OverlayedPlanes/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Plane/OverlayedPlanes/main.cpp +++ b/examples/Plane/OverlayedPlanes/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plane/OverlayedPlanes/mainwindow.cpp b/examples/Plane/OverlayedPlanes/mainwindow.cpp index 989ac943..32b161f3 100644 --- a/examples/Plane/OverlayedPlanes/mainwindow.cpp +++ b/examples/Plane/OverlayedPlanes/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plane/OverlayedPlanes/mainwindow.h b/examples/Plane/OverlayedPlanes/mainwindow.h index 55f5c5b9..b8a34a02 100644 --- a/examples/Plane/OverlayedPlanes/mainwindow.h +++ b/examples/Plane/OverlayedPlanes/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Advanced/CMakeLists.txt b/examples/Plotter/Advanced/CMakeLists.txt index 4bbef2d0..2f335291 100644 --- a/examples/Plotter/Advanced/CMakeLists.txt +++ b/examples/Plotter/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/Advanced/main.cpp b/examples/Plotter/Advanced/main.cpp index ef1d6969..ee646e9e 100644 --- a/examples/Plotter/Advanced/main.cpp +++ b/examples/Plotter/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BigDataset/CMakeLists.txt b/examples/Plotter/BigDataset/CMakeLists.txt index 98804da5..1266d6e8 100644 --- a/examples/Plotter/BigDataset/CMakeLists.txt +++ b/examples/Plotter/BigDataset/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/BigDataset/MainWidget.cpp b/examples/Plotter/BigDataset/MainWidget.cpp index b78ec709..2526270c 100644 --- a/examples/Plotter/BigDataset/MainWidget.cpp +++ b/examples/Plotter/BigDataset/MainWidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BigDataset/MainWidget.h b/examples/Plotter/BigDataset/MainWidget.h index 3965ac7b..a4116586 100644 --- a/examples/Plotter/BigDataset/MainWidget.h +++ b/examples/Plotter/BigDataset/MainWidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BigDataset/Model.cpp b/examples/Plotter/BigDataset/Model.cpp index fdbe6c6a..30086417 100644 --- a/examples/Plotter/BigDataset/Model.cpp +++ b/examples/Plotter/BigDataset/Model.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BigDataset/Model.h b/examples/Plotter/BigDataset/Model.h index 4519db7a..476e3ddf 100644 --- a/examples/Plotter/BigDataset/Model.h +++ b/examples/Plotter/BigDataset/Model.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BigDataset/main.cpp b/examples/Plotter/BigDataset/main.cpp index 5bfd955a..60957e2d 100644 --- a/examples/Plotter/BigDataset/main.cpp +++ b/examples/Plotter/BigDataset/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BubbleChart/CMakeLists.txt b/examples/Plotter/BubbleChart/CMakeLists.txt index 210cb3d4..8f6de878 100644 --- a/examples/Plotter/BubbleChart/CMakeLists.txt +++ b/examples/Plotter/BubbleChart/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/BubbleChart/main.cpp b/examples/Plotter/BubbleChart/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Plotter/BubbleChart/main.cpp +++ b/examples/Plotter/BubbleChart/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BubbleChart/mainwindow.cpp b/examples/Plotter/BubbleChart/mainwindow.cpp index b5b4f82d..ca0b8159 100644 --- a/examples/Plotter/BubbleChart/mainwindow.cpp +++ b/examples/Plotter/BubbleChart/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/BubbleChart/mainwindow.h b/examples/Plotter/BubbleChart/mainwindow.h index da7a1b8e..9b90e34d 100644 --- a/examples/Plotter/BubbleChart/mainwindow.h +++ b/examples/Plotter/BubbleChart/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Isometric/CMakeLists.txt b/examples/Plotter/Isometric/CMakeLists.txt index 46ce09bd..f4e9f80d 100644 --- a/examples/Plotter/Isometric/CMakeLists.txt +++ b/examples/Plotter/Isometric/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/Isometric/main.cpp b/examples/Plotter/Isometric/main.cpp index a23d2167..c87c727e 100644 --- a/examples/Plotter/Isometric/main.cpp +++ b/examples/Plotter/Isometric/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Logarithmic/CMakeLists.txt b/examples/Plotter/Logarithmic/CMakeLists.txt index ee281439..b60901a0 100644 --- a/examples/Plotter/Logarithmic/CMakeLists.txt +++ b/examples/Plotter/Logarithmic/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/Logarithmic/main.cpp b/examples/Plotter/Logarithmic/main.cpp index a7a0364a..6e1b0ac0 100644 --- a/examples/Plotter/Logarithmic/main.cpp +++ b/examples/Plotter/Logarithmic/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Simple/CMakeLists.txt b/examples/Plotter/Simple/CMakeLists.txt index 0730ea31..4692955d 100644 --- a/examples/Plotter/Simple/CMakeLists.txt +++ b/examples/Plotter/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/Simple/main.cpp b/examples/Plotter/Simple/main.cpp index 17bed22e..3b2f334f 100644 --- a/examples/Plotter/Simple/main.cpp +++ b/examples/Plotter/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Timeline/CMakeLists.txt b/examples/Plotter/Timeline/CMakeLists.txt index 64a3db93..c4da0713 100644 --- a/examples/Plotter/Timeline/CMakeLists.txt +++ b/examples/Plotter/Timeline/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Plotter/Timeline/main.cpp b/examples/Plotter/Timeline/main.cpp index 1803bfff..dd90e3f4 100644 --- a/examples/Plotter/Timeline/main.cpp +++ b/examples/Plotter/Timeline/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Timeline/timeaxis.cpp b/examples/Plotter/Timeline/timeaxis.cpp index 9c5b4c03..6424ae41 100644 --- a/examples/Plotter/Timeline/timeaxis.cpp +++ b/examples/Plotter/Timeline/timeaxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Timeline/timeaxis.h b/examples/Plotter/Timeline/timeaxis.h index 1d06112d..7140ea13 100644 --- a/examples/Plotter/Timeline/timeaxis.h +++ b/examples/Plotter/Timeline/timeaxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Timeline/timechartmodel.cpp b/examples/Plotter/Timeline/timechartmodel.cpp index ca854dba..8925a63b 100644 --- a/examples/Plotter/Timeline/timechartmodel.cpp +++ b/examples/Plotter/Timeline/timechartmodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Plotter/Timeline/timechartmodel.h b/examples/Plotter/Timeline/timechartmodel.h index 6287983b..36ab5374 100644 --- a/examples/Plotter/Timeline/timechartmodel.h +++ b/examples/Plotter/Timeline/timechartmodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Polar/Advanced/CMakeLists.txt b/examples/Polar/Advanced/CMakeLists.txt index b6522d7f..872cd465 100644 --- a/examples/Polar/Advanced/CMakeLists.txt +++ b/examples/Polar/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Polar/Advanced/main.cpp b/examples/Polar/Advanced/main.cpp index d151d49a..58dbb2b5 100644 --- a/examples/Polar/Advanced/main.cpp +++ b/examples/Polar/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Polar/Advanced/mainwindow.cpp b/examples/Polar/Advanced/mainwindow.cpp index a06f0281..c0bb3070 100644 --- a/examples/Polar/Advanced/mainwindow.cpp +++ b/examples/Polar/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Polar/Advanced/mainwindow.h b/examples/Polar/Advanced/mainwindow.h index e45b898a..568e9e84 100644 --- a/examples/Polar/Advanced/mainwindow.h +++ b/examples/Polar/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Polar/Parameters/CMakeLists.txt b/examples/Polar/Parameters/CMakeLists.txt index a31df3c3..68e2901e 100644 --- a/examples/Polar/Parameters/CMakeLists.txt +++ b/examples/Polar/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Polar/Parameters/main.cpp b/examples/Polar/Parameters/main.cpp index a0041dad..3077b4bd 100644 --- a/examples/Polar/Parameters/main.cpp +++ b/examples/Polar/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Polar/Simple/CMakeLists.txt b/examples/Polar/Simple/CMakeLists.txt index b1249998..23df887f 100644 --- a/examples/Polar/Simple/CMakeLists.txt +++ b/examples/Polar/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Polar/Simple/main.cpp b/examples/Polar/Simple/main.cpp index a21569f8..58f08a2a 100644 --- a/examples/Polar/Simple/main.cpp +++ b/examples/Polar/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/RealTime/CMakeLists.txt b/examples/RealTime/CMakeLists.txt index a417564a..c3734bc9 100644 --- a/examples/RealTime/CMakeLists.txt +++ b/examples/RealTime/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/RealTime/main.cpp b/examples/RealTime/main.cpp index 460e4ad6..019f4b5b 100644 --- a/examples/RealTime/main.cpp +++ b/examples/RealTime/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/SharedAbscissa/SeparateDiagrams/CMakeLists.txt b/examples/SharedAbscissa/SeparateDiagrams/CMakeLists.txt index 00b331bf..823ade85 100644 --- a/examples/SharedAbscissa/SeparateDiagrams/CMakeLists.txt +++ b/examples/SharedAbscissa/SeparateDiagrams/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/SharedAbscissa/SeparateDiagrams/main.cpp b/examples/SharedAbscissa/SeparateDiagrams/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/SharedAbscissa/SeparateDiagrams/main.cpp +++ b/examples/SharedAbscissa/SeparateDiagrams/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/SharedAbscissa/SeparateDiagrams/mainwindow.cpp b/examples/SharedAbscissa/SeparateDiagrams/mainwindow.cpp index e4abc872..141fc7cf 100644 --- a/examples/SharedAbscissa/SeparateDiagrams/mainwindow.cpp +++ b/examples/SharedAbscissa/SeparateDiagrams/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/SharedAbscissa/SeparateDiagrams/mainwindow.h b/examples/SharedAbscissa/SeparateDiagrams/mainwindow.h index 6c4e5e25..bf1cf071 100644 --- a/examples/SharedAbscissa/SeparateDiagrams/mainwindow.h +++ b/examples/SharedAbscissa/SeparateDiagrams/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Sql/CMakeLists.txt b/examples/Sql/CMakeLists.txt index 14be8964..6929220e 100644 --- a/examples/Sql/CMakeLists.txt +++ b/examples/Sql/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Sql/main.cpp b/examples/Sql/main.cpp index 42463554..c32460bc 100644 --- a/examples/Sql/main.cpp +++ b/examples/Sql/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Stock/Advanced/CMakeLists.txt b/examples/Stock/Advanced/CMakeLists.txt index 97338d22..6896b1f1 100644 --- a/examples/Stock/Advanced/CMakeLists.txt +++ b/examples/Stock/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Stock/Advanced/main.cpp b/examples/Stock/Advanced/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Stock/Advanced/main.cpp +++ b/examples/Stock/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Stock/Advanced/mainwindow.cpp b/examples/Stock/Advanced/mainwindow.cpp index 594d776d..ba75c6d2 100644 --- a/examples/Stock/Advanced/mainwindow.cpp +++ b/examples/Stock/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Stock/Advanced/mainwindow.h b/examples/Stock/Advanced/mainwindow.h index cb9f0f95..efbd1018 100644 --- a/examples/Stock/Advanced/mainwindow.h +++ b/examples/Stock/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/TernaryCharts/Advanced/CMakeLists.txt b/examples/TernaryCharts/Advanced/CMakeLists.txt index 7145aa73..74f93d94 100644 --- a/examples/TernaryCharts/Advanced/CMakeLists.txt +++ b/examples/TernaryCharts/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/TernaryCharts/Advanced/main.cpp b/examples/TernaryCharts/Advanced/main.cpp index d151d49a..58dbb2b5 100644 --- a/examples/TernaryCharts/Advanced/main.cpp +++ b/examples/TernaryCharts/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/TernaryCharts/Advanced/mainwindow.cpp b/examples/TernaryCharts/Advanced/mainwindow.cpp index fffff40f..94e99c2e 100644 --- a/examples/TernaryCharts/Advanced/mainwindow.cpp +++ b/examples/TernaryCharts/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/TernaryCharts/Advanced/mainwindow.h b/examples/TernaryCharts/Advanced/mainwindow.h index 2f0a2bf9..a96d746a 100644 --- a/examples/TernaryCharts/Advanced/mainwindow.h +++ b/examples/TernaryCharts/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Widget/Advanced/CMakeLists.txt b/examples/Widget/Advanced/CMakeLists.txt index a22fe689..05af5493 100644 --- a/examples/Widget/Advanced/CMakeLists.txt +++ b/examples/Widget/Advanced/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Widget/Advanced/main.cpp b/examples/Widget/Advanced/main.cpp index 95c2d6a3..b7b7a375 100644 --- a/examples/Widget/Advanced/main.cpp +++ b/examples/Widget/Advanced/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Widget/Advanced/mainwindow.cpp b/examples/Widget/Advanced/mainwindow.cpp index c9c8db8c..7c56de37 100644 --- a/examples/Widget/Advanced/mainwindow.cpp +++ b/examples/Widget/Advanced/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Widget/Advanced/mainwindow.h b/examples/Widget/Advanced/mainwindow.h index 7d7f40a4..085dbbbd 100644 --- a/examples/Widget/Advanced/mainwindow.h +++ b/examples/Widget/Advanced/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Widget/Parameters/CMakeLists.txt b/examples/Widget/Parameters/CMakeLists.txt index a2861ece..09b0c285 100644 --- a/examples/Widget/Parameters/CMakeLists.txt +++ b/examples/Widget/Parameters/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Widget/Parameters/main.cpp b/examples/Widget/Parameters/main.cpp index c0592087..1acaa1a5 100644 --- a/examples/Widget/Parameters/main.cpp +++ b/examples/Widget/Parameters/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Widget/Simple/CMakeLists.txt b/examples/Widget/Simple/CMakeLists.txt index 29368d0c..87862dbd 100644 --- a/examples/Widget/Simple/CMakeLists.txt +++ b/examples/Widget/Simple/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Widget/Simple/main.cpp b/examples/Widget/Simple/main.cpp index 37419cad..2976f262 100644 --- a/examples/Widget/Simple/main.cpp +++ b/examples/Widget/Simple/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/Keyboard/CMakeLists.txt b/examples/Zoom/Keyboard/CMakeLists.txt index 61ff31f0..54191d7e 100644 --- a/examples/Zoom/Keyboard/CMakeLists.txt +++ b/examples/Zoom/Keyboard/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Zoom/Keyboard/main.cpp b/examples/Zoom/Keyboard/main.cpp index ae60f974..a37c9fe1 100644 --- a/examples/Zoom/Keyboard/main.cpp +++ b/examples/Zoom/Keyboard/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/Keyboard/mainwindow.cpp b/examples/Zoom/Keyboard/mainwindow.cpp index 72b4a71f..10abc932 100644 --- a/examples/Zoom/Keyboard/mainwindow.cpp +++ b/examples/Zoom/Keyboard/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/Keyboard/mainwindow.h b/examples/Zoom/Keyboard/mainwindow.h index f5a4727b..1f46680e 100644 --- a/examples/Zoom/Keyboard/mainwindow.h +++ b/examples/Zoom/Keyboard/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/Keyboard/zoomwidget.cpp b/examples/Zoom/Keyboard/zoomwidget.cpp index c9b52183..f34c1e5c 100644 --- a/examples/Zoom/Keyboard/zoomwidget.cpp +++ b/examples/Zoom/Keyboard/zoomwidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/Keyboard/zoomwidget.h b/examples/Zoom/Keyboard/zoomwidget.h index e5f531e6..b46808f7 100644 --- a/examples/Zoom/Keyboard/zoomwidget.h +++ b/examples/Zoom/Keyboard/zoomwidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/ScrollBars/CMakeLists.txt b/examples/Zoom/ScrollBars/CMakeLists.txt index 1f30123c..77828290 100644 --- a/examples/Zoom/ScrollBars/CMakeLists.txt +++ b/examples/Zoom/ScrollBars/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/Zoom/ScrollBars/main.cpp b/examples/Zoom/ScrollBars/main.cpp index 00ac1eb2..192312fa 100644 --- a/examples/Zoom/ScrollBars/main.cpp +++ b/examples/Zoom/ScrollBars/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/ScrollBars/mainwindow.cpp b/examples/Zoom/ScrollBars/mainwindow.cpp index 50974620..ef9083ab 100644 --- a/examples/Zoom/ScrollBars/mainwindow.cpp +++ b/examples/Zoom/ScrollBars/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Zoom/ScrollBars/mainwindow.h b/examples/Zoom/ScrollBars/mainwindow.h index 77214375..f4056f6c 100644 --- a/examples/Zoom/ScrollBars/mainwindow.h +++ b/examples/Zoom/ScrollBars/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/CMakeLists.txt b/examples/demo/CMakeLists.txt index aee93610..9de6c677 100644 --- a/examples/demo/CMakeLists.txt +++ b/examples/demo/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/demo/axissettings.cpp b/examples/demo/axissettings.cpp index d95298c5..d5c6b874 100644 --- a/examples/demo/axissettings.cpp +++ b/examples/demo/axissettings.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/axissettings.h b/examples/demo/axissettings.h index 6f1af753..c95735b4 100644 --- a/examples/demo/axissettings.h +++ b/examples/demo/axissettings.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/colorslider.cpp b/examples/demo/colorslider.cpp index 68968004..326caf7a 100644 --- a/examples/demo/colorslider.cpp +++ b/examples/demo/colorslider.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/colorslider.h b/examples/demo/colorslider.h index fa83d4a0..cbe3cc7e 100644 --- a/examples/demo/colorslider.h +++ b/examples/demo/colorslider.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/datasetsettings.cpp b/examples/demo/datasetsettings.cpp index b41a2a13..882bff6b 100644 --- a/examples/demo/datasetsettings.cpp +++ b/examples/demo/datasetsettings.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/datasetsettings.h b/examples/demo/datasetsettings.h index 64dc15f6..29c12e4f 100644 --- a/examples/demo/datasetsettings.h +++ b/examples/demo/datasetsettings.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/datavaluesettings.cpp b/examples/demo/datavaluesettings.cpp index eba6b0ba..18a9b0fc 100644 --- a/examples/demo/datavaluesettings.cpp +++ b/examples/demo/datavaluesettings.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/datavaluesettings.h b/examples/demo/datavaluesettings.h index 56b3f987..3d714fa2 100644 --- a/examples/demo/datavaluesettings.h +++ b/examples/demo/datavaluesettings.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/diagramsettings.cpp b/examples/demo/diagramsettings.cpp index 45a1ec65..65d770ff 100644 --- a/examples/demo/diagramsettings.cpp +++ b/examples/demo/diagramsettings.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/diagramsettings.h b/examples/demo/diagramsettings.h index fcb9510c..f47aaa3d 100644 --- a/examples/demo/diagramsettings.h +++ b/examples/demo/diagramsettings.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/diagramtypedialog.cpp b/examples/demo/diagramtypedialog.cpp index 38aef8fb..d8023302 100644 --- a/examples/demo/diagramtypedialog.cpp +++ b/examples/demo/diagramtypedialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/diagramtypedialog.h b/examples/demo/diagramtypedialog.h index 49173ecb..e0078a70 100644 --- a/examples/demo/diagramtypedialog.h +++ b/examples/demo/diagramtypedialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/gradientdialog.cpp b/examples/demo/gradientdialog.cpp index 90fc01fb..4d858c1d 100644 --- a/examples/demo/gradientdialog.cpp +++ b/examples/demo/gradientdialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/gradientdialog.h b/examples/demo/gradientdialog.h index 65971543..b2336a3d 100644 --- a/examples/demo/gradientdialog.h +++ b/examples/demo/gradientdialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index 99dbd028..16755858 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/mainwindow.cpp b/examples/demo/mainwindow.cpp index f68fb098..f95d3568 100644 --- a/examples/demo/mainwindow.cpp +++ b/examples/demo/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/demo/mainwindow.h b/examples/demo/mainwindow.h index c3ce4d9d..8a1eb5db 100644 --- a/examples/demo/mainwindow.h +++ b/examples/demo/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/TableModel.cpp b/examples/tools/TableModel.cpp index 3f9e71e8..5ba60100 100644 --- a/examples/tools/TableModel.cpp +++ b/examples/tools/TableModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/TableModel.h b/examples/tools/TableModel.h index e2319669..859832cb 100644 --- a/examples/tools/TableModel.h +++ b/examples/tools/TableModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/tools_export.h b/examples/tools/tools_export.h index 362dd4ce..56f40201 100644 --- a/examples/tools/tools_export.h +++ b/examples/tools/tools_export.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/features/CMakeLists.txt b/features/CMakeLists.txt index 936ae969..6fbd1c54 100644 --- a/features/CMakeLists.txt +++ b/features/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/features/kdchart.prf b/features/kdchart.prf index f2baaaef..0ceb592f 100644 --- a/features/kdchart.prf +++ b/features/kdchart.prf @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/kdablibfakes/include/KDABLibFakes b/kdablibfakes/include/KDABLibFakes index 77f3a65c..f1646360 100644 --- a/kdablibfakes/include/KDABLibFakes +++ b/kdablibfakes/include/KDABLibFakes @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/kdablibfakes/src/KDABLibFakes.h b/kdablibfakes/src/KDABLibFakes.h index 910984aa..47c4d1df 100644 --- a/kdablibfakes/src/KDABLibFakes.h +++ b/kdablibfakes/src/KDABLibFakes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/kdchart.pri b/kdchart.pri index 74f3236f..a6a52a58 100644 --- a/kdchart.pri +++ b/kdchart.pri @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 92da11ff..ebfbdb1d 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/PyKDChart/CMakeLists.txt b/python/PyKDChart/CMakeLists.txt index cc13f145..fff5e167 100644 --- a/python/PyKDChart/CMakeLists.txt +++ b/python/PyKDChart/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/PyKDChart/KDGantt/CMakeLists.txt b/python/PyKDChart/KDGantt/CMakeLists.txt index 6eee2009..88d2a7b6 100644 --- a/python/PyKDChart/KDGantt/CMakeLists.txt +++ b/python/PyKDChart/KDGantt/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/PyKDChart/KDGantt/kdgantt_global.h b/python/PyKDChart/KDGantt/kdgantt_global.h index a9c5a2a2..0b28677e 100644 --- a/python/PyKDChart/KDGantt/kdgantt_global.h +++ b/python/PyKDChart/KDGantt/kdgantt_global.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/python/PyKDChart/__init__.py.cmake b/python/PyKDChart/__init__.py.cmake index 430bc9ba..0cefbcf5 100644 --- a/python/PyKDChart/__init__.py.cmake +++ b/python/PyKDChart/__init__.py.cmake @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/entrydelegate.py b/python/examples-qt6/apireview/entrydelegate.py index ff431ce5..88bae61d 100644 --- a/python/examples-qt6/apireview/entrydelegate.py +++ b/python/examples-qt6/apireview/entrydelegate.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/entrydialog.py b/python/examples-qt6/apireview/entrydialog.py index 95859718..8820010f 100644 --- a/python/examples-qt6/apireview/entrydialog.py +++ b/python/examples-qt6/apireview/entrydialog.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/main.py b/python/examples-qt6/apireview/main.py index da097a9e..556149b0 100644 --- a/python/examples-qt6/apireview/main.py +++ b/python/examples-qt6/apireview/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/mainwindow.py b/python/examples-qt6/apireview/mainwindow.py index 6c457acd..6400376a 100644 --- a/python/examples-qt6/apireview/mainwindow.py +++ b/python/examples-qt6/apireview/mainwindow.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/ui_entrydialog.py b/python/examples-qt6/apireview/ui_entrydialog.py index 1f9295ae..23f04b5f 100644 --- a/python/examples-qt6/apireview/ui_entrydialog.py +++ b/python/examples-qt6/apireview/ui_entrydialog.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/apireview/ui_mainwindow.py b/python/examples-qt6/apireview/ui_mainwindow.py index 12d4f11f..db9a7cd2 100644 --- a/python/examples-qt6/apireview/ui_mainwindow.py +++ b/python/examples-qt6/apireview/ui_mainwindow.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/customconstraints/main.py b/python/examples-qt6/customconstraints/main.py index ecdb26b6..1aafc89c 100644 --- a/python/examples-qt6/customconstraints/main.py +++ b/python/examples-qt6/customconstraints/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/gfxview/main.py b/python/examples-qt6/gfxview/main.py index 7a120dab..84100688 100644 --- a/python/examples-qt6/gfxview/main.py +++ b/python/examples-qt6/gfxview/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/headers/main.py b/python/examples-qt6/headers/main.py index 6097b4cd..e49207b5 100644 --- a/python/examples-qt6/headers/main.py +++ b/python/examples-qt6/headers/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/listview/main.py b/python/examples-qt6/listview/main.py index 91e24d4b..4cbd964a 100644 --- a/python/examples-qt6/listview/main.py +++ b/python/examples-qt6/listview/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/reorder/main.py b/python/examples-qt6/reorder/main.py index c3c74614..236b7f97 100644 --- a/python/examples-qt6/reorder/main.py +++ b/python/examples-qt6/reorder/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples-qt6/view/main.py b/python/examples-qt6/view/main.py index 6a257262..12952527 100644 --- a/python/examples-qt6/view/main.py +++ b/python/examples-qt6/view/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/entrydelegate.py b/python/examples/apireview/entrydelegate.py index ed630137..d559a6c8 100644 --- a/python/examples/apireview/entrydelegate.py +++ b/python/examples/apireview/entrydelegate.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/entrydialog.py b/python/examples/apireview/entrydialog.py index c86067e2..e197c6c7 100644 --- a/python/examples/apireview/entrydialog.py +++ b/python/examples/apireview/entrydialog.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/main.py b/python/examples/apireview/main.py index ec2a8f86..16f2504b 100644 --- a/python/examples/apireview/main.py +++ b/python/examples/apireview/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/mainwindow.py b/python/examples/apireview/mainwindow.py index 7a616b39..9ef20a1b 100644 --- a/python/examples/apireview/mainwindow.py +++ b/python/examples/apireview/mainwindow.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/ui_entrydialog.py b/python/examples/apireview/ui_entrydialog.py index 4767d830..0ed6caea 100644 --- a/python/examples/apireview/ui_entrydialog.py +++ b/python/examples/apireview/ui_entrydialog.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/apireview/ui_mainwindow.py b/python/examples/apireview/ui_mainwindow.py index a7317b3b..ed2bd55f 100644 --- a/python/examples/apireview/ui_mainwindow.py +++ b/python/examples/apireview/ui_mainwindow.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/customconstraints/main.py b/python/examples/customconstraints/main.py index 1bd076c9..04fd2887 100644 --- a/python/examples/customconstraints/main.py +++ b/python/examples/customconstraints/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/gfxview/main.py b/python/examples/gfxview/main.py index 45c9d618..b71e0c98 100644 --- a/python/examples/gfxview/main.py +++ b/python/examples/gfxview/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/headers/main.py b/python/examples/headers/main.py index cfc6dae5..d3802e55 100644 --- a/python/examples/headers/main.py +++ b/python/examples/headers/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/listview/main.py b/python/examples/listview/main.py index 4f8f3bdf..79619141 100644 --- a/python/examples/listview/main.py +++ b/python/examples/listview/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/reorder/main.py b/python/examples/reorder/main.py index 36552c58..966a35bc 100644 --- a/python/examples/reorder/main.py +++ b/python/examples/reorder/main.py @@ -3,7 +3,7 @@ # # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/examples/view/main.py b/python/examples/view/main.py index 7c7df497..69add684 100644 --- a/python/examples/view/main.py +++ b/python/examples/view/main.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# Contact info@kdab.com if any conditions of this licensing are not clear to you. +# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/tests/CMakeLists.txt b/python/tests/CMakeLists.txt index b8baff37..d69693d2 100644 --- a/python/tests/CMakeLists.txt +++ b/python/tests/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/tests/config.py.cmake b/python/tests/config.py.cmake index d7313105..8f21a07f 100644 --- a/python/tests/config.py.cmake +++ b/python/tests/config.py.cmake @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/tests/tst_importModule.py b/python/tests/tst_importModule.py index 45b8ca8e..a9c3c8a4 100644 --- a/python/tests/tst_importModule.py +++ b/python/tests/tst_importModule.py @@ -1,7 +1,6 @@ -# # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/AttributesModel/CMakeLists.txt b/qtests/AttributesModel/CMakeLists.txt index a9faa34f..69e2f0ef 100644 --- a/qtests/AttributesModel/CMakeLists.txt +++ b/qtests/AttributesModel/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/AttributesModel/main.cpp b/qtests/AttributesModel/main.cpp index 47ce61f5..ce9486ac 100644 --- a/qtests/AttributesModel/main.cpp +++ b/qtests/AttributesModel/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/AxisOwnership/CMakeLists.txt b/qtests/AxisOwnership/CMakeLists.txt index 7c18bcdb..7e25748c 100644 --- a/qtests/AxisOwnership/CMakeLists.txt +++ b/qtests/AxisOwnership/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/AxisOwnership/main.cpp b/qtests/AxisOwnership/main.cpp index b9574366..d9495073 100644 --- a/qtests/AxisOwnership/main.cpp +++ b/qtests/AxisOwnership/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/BarDiagrams/CMakeLists.txt b/qtests/BarDiagrams/CMakeLists.txt index 3e5c6e5e..7794471f 100644 --- a/qtests/BarDiagrams/CMakeLists.txt +++ b/qtests/BarDiagrams/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/BarDiagrams/main.cpp b/qtests/BarDiagrams/main.cpp index 1aa393e9..63502605 100644 --- a/qtests/BarDiagrams/main.cpp +++ b/qtests/BarDiagrams/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/CMakeLists.txt b/qtests/CMakeLists.txt index 35fdef12..86eaa7f3 100644 --- a/qtests/CMakeLists.txt +++ b/qtests/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/CartesianDiagramDataCompressor/CMakeLists.txt b/qtests/CartesianDiagramDataCompressor/CMakeLists.txt index 21eb98d6..a77fc01a 100644 --- a/qtests/CartesianDiagramDataCompressor/CMakeLists.txt +++ b/qtests/CartesianDiagramDataCompressor/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/CartesianDiagramDataCompressor/CartesianDiagramDataCompressorTests.cpp b/qtests/CartesianDiagramDataCompressor/CartesianDiagramDataCompressorTests.cpp index 74de6953..c0c1c9d6 100644 --- a/qtests/CartesianDiagramDataCompressor/CartesianDiagramDataCompressorTests.cpp +++ b/qtests/CartesianDiagramDataCompressor/CartesianDiagramDataCompressorTests.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/CartesianPlanes/CMakeLists.txt b/qtests/CartesianPlanes/CMakeLists.txt index 7e64a77e..939d1beb 100644 --- a/qtests/CartesianPlanes/CMakeLists.txt +++ b/qtests/CartesianPlanes/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/CartesianPlanes/main.cpp b/qtests/CartesianPlanes/main.cpp index bf60b853..403e45a5 100644 --- a/qtests/CartesianPlanes/main.cpp +++ b/qtests/CartesianPlanes/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ChartElementOwnership/CMakeLists.txt b/qtests/ChartElementOwnership/CMakeLists.txt index b41c2841..806f8217 100644 --- a/qtests/ChartElementOwnership/CMakeLists.txt +++ b/qtests/ChartElementOwnership/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/ChartElementOwnership/main.cpp b/qtests/ChartElementOwnership/main.cpp index 7e2dfdc0..8568c6be 100644 --- a/qtests/ChartElementOwnership/main.cpp +++ b/qtests/ChartElementOwnership/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/Cloning/CMakeLists.txt b/qtests/Cloning/CMakeLists.txt index daee8f16..30cbef32 100644 --- a/qtests/Cloning/CMakeLists.txt +++ b/qtests/Cloning/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/Cloning/main.cpp b/qtests/Cloning/main.cpp index 525ea464..8cf55b77 100644 --- a/qtests/Cloning/main.cpp +++ b/qtests/Cloning/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/DrawIntoPainter/CMakeLists.txt b/qtests/DrawIntoPainter/CMakeLists.txt index c721bf67..b73bb04f 100644 --- a/qtests/DrawIntoPainter/CMakeLists.txt +++ b/qtests/DrawIntoPainter/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/DrawIntoPainter/framewidget.cpp b/qtests/DrawIntoPainter/framewidget.cpp index 8a400b68..7cd10f45 100644 --- a/qtests/DrawIntoPainter/framewidget.cpp +++ b/qtests/DrawIntoPainter/framewidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/DrawIntoPainter/framewidget.h b/qtests/DrawIntoPainter/framewidget.h index 1bfc22e0..04024842 100644 --- a/qtests/DrawIntoPainter/framewidget.h +++ b/qtests/DrawIntoPainter/framewidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/DrawIntoPainter/main.cpp b/qtests/DrawIntoPainter/main.cpp index 1825fd2b..9ccd70b2 100644 --- a/qtests/DrawIntoPainter/main.cpp +++ b/qtests/DrawIntoPainter/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/DrawIntoPainter/mainwindow.cpp b/qtests/DrawIntoPainter/mainwindow.cpp index 06f91285..c8e71d32 100644 --- a/qtests/DrawIntoPainter/mainwindow.cpp +++ b/qtests/DrawIntoPainter/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/DrawIntoPainter/mainwindow.h b/qtests/DrawIntoPainter/mainwindow.h index 6a08a5bb..98b72147 100644 --- a/qtests/DrawIntoPainter/mainwindow.h +++ b/qtests/DrawIntoPainter/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/Legends/CMakeLists.txt b/qtests/Legends/CMakeLists.txt index 59532538..47b5f3bf 100644 --- a/qtests/Legends/CMakeLists.txt +++ b/qtests/Legends/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/Legends/main.cpp b/qtests/Legends/main.cpp index baf57025..080523e5 100644 --- a/qtests/Legends/main.cpp +++ b/qtests/Legends/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/LineDiagrams/CMakeLists.txt b/qtests/LineDiagrams/CMakeLists.txt index e97384a6..03584220 100644 --- a/qtests/LineDiagrams/CMakeLists.txt +++ b/qtests/LineDiagrams/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/LineDiagrams/main.cpp b/qtests/LineDiagrams/main.cpp index 755c7ecf..070500ea 100644 --- a/qtests/LineDiagrams/main.cpp +++ b/qtests/LineDiagrams/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/Measure/CMakeLists.txt b/qtests/Measure/CMakeLists.txt index f0aa50be..a2dc8fa5 100644 --- a/qtests/Measure/CMakeLists.txt +++ b/qtests/Measure/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/Measure/main.cpp b/qtests/Measure/main.cpp index c9c6ff6b..e9ee6f45 100644 --- a/qtests/Measure/main.cpp +++ b/qtests/Measure/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/Palette/CMakeLists.txt b/qtests/Palette/CMakeLists.txt index bf0764bd..3af27d91 100644 --- a/qtests/Palette/CMakeLists.txt +++ b/qtests/Palette/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/Palette/main.cpp b/qtests/Palette/main.cpp index 802185dd..6efc553a 100644 --- a/qtests/Palette/main.cpp +++ b/qtests/Palette/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/CMakeLists.txt b/qtests/ParamVsParam/CMakeLists.txt index 7dd7e6ba..f8f5b9c3 100644 --- a/qtests/ParamVsParam/CMakeLists.txt +++ b/qtests/ParamVsParam/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/ParamVsParam/ModelParamVsParam.cpp b/qtests/ParamVsParam/ModelParamVsParam.cpp index 11c78829..ec8cdd97 100644 --- a/qtests/ParamVsParam/ModelParamVsParam.cpp +++ b/qtests/ParamVsParam/ModelParamVsParam.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/ModelParamVsParam.h b/qtests/ParamVsParam/ModelParamVsParam.h index 1324b9de..04d17b5e 100644 --- a/qtests/ParamVsParam/ModelParamVsParam.h +++ b/qtests/ParamVsParam/ModelParamVsParam.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/ModelParamVsParamPlot.cpp b/qtests/ParamVsParam/ModelParamVsParamPlot.cpp index 61a72de0..3b51d631 100644 --- a/qtests/ParamVsParam/ModelParamVsParamPlot.cpp +++ b/qtests/ParamVsParam/ModelParamVsParamPlot.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/ModelParamVsParamPlot.h b/qtests/ParamVsParam/ModelParamVsParamPlot.h index 2de44239..40b4fba1 100644 --- a/qtests/ParamVsParam/ModelParamVsParamPlot.h +++ b/qtests/ParamVsParam/ModelParamVsParamPlot.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/main.cpp b/qtests/ParamVsParam/main.cpp index f6bae406..5bad1fa8 100644 --- a/qtests/ParamVsParam/main.cpp +++ b/qtests/ParamVsParam/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/mainwindow.cpp b/qtests/ParamVsParam/mainwindow.cpp index 453e267f..41284861 100644 --- a/qtests/ParamVsParam/mainwindow.cpp +++ b/qtests/ParamVsParam/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/ParamVsParam/mainwindow.h b/qtests/ParamVsParam/mainwindow.h index cf9cc980..b68df173 100644 --- a/qtests/ParamVsParam/mainwindow.h +++ b/qtests/ParamVsParam/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/PieDiagrams/CMakeLists.txt b/qtests/PieDiagrams/CMakeLists.txt index 97129284..a059d9a4 100644 --- a/qtests/PieDiagrams/CMakeLists.txt +++ b/qtests/PieDiagrams/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/PieDiagrams/main.cpp b/qtests/PieDiagrams/main.cpp index b6a28379..0f834893 100644 --- a/qtests/PieDiagrams/main.cpp +++ b/qtests/PieDiagrams/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/PolarDiagrams/CMakeLists.txt b/qtests/PolarDiagrams/CMakeLists.txt index 89ce1aa7..243938ca 100644 --- a/qtests/PolarDiagrams/CMakeLists.txt +++ b/qtests/PolarDiagrams/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/PolarDiagrams/main.cpp b/qtests/PolarDiagrams/main.cpp index d6e89af3..5a992874 100644 --- a/qtests/PolarDiagrams/main.cpp +++ b/qtests/PolarDiagrams/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/PolarPlanes/CMakeLists.txt b/qtests/PolarPlanes/CMakeLists.txt index 035b5242..9ee2a19d 100644 --- a/qtests/PolarPlanes/CMakeLists.txt +++ b/qtests/PolarPlanes/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/PolarPlanes/main.cpp b/qtests/PolarPlanes/main.cpp index 603fe673..7031bac0 100644 --- a/qtests/PolarPlanes/main.cpp +++ b/qtests/PolarPlanes/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/QLayout/CMakeLists.txt b/qtests/QLayout/CMakeLists.txt index 398e2ace..fef80314 100644 --- a/qtests/QLayout/CMakeLists.txt +++ b/qtests/QLayout/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/QLayout/main.cpp b/qtests/QLayout/main.cpp index abdad0a1..94c3398f 100644 --- a/qtests/QLayout/main.cpp +++ b/qtests/QLayout/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/RelativePosition/CMakeLists.txt b/qtests/RelativePosition/CMakeLists.txt index 17f788bb..23226310 100644 --- a/qtests/RelativePosition/CMakeLists.txt +++ b/qtests/RelativePosition/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/RelativePosition/main.cpp b/qtests/RelativePosition/main.cpp index 31a53e88..ac17e178 100644 --- a/qtests/RelativePosition/main.cpp +++ b/qtests/RelativePosition/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/qtests/WidgetElementOwnership/CMakeLists.txt b/qtests/WidgetElementOwnership/CMakeLists.txt index 28207a2c..0eda08eb 100644 --- a/qtests/WidgetElementOwnership/CMakeLists.txt +++ b/qtests/WidgetElementOwnership/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/qtests/WidgetElementOwnership/main.cpp b/qtests/WidgetElementOwnership/main.cpp index 0c242c6b..8de2c5e1 100644 --- a/qtests/WidgetElementOwnership/main.cpp +++ b/qtests/WidgetElementOwnership/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/scripts/genignore.py b/scripts/genignore.py index ed12f9d8..805c8183 100644 --- a/scripts/genignore.py +++ b/scripts/genignore.py @@ -2,7 +2,7 @@ # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 860ba9bf..8618cd9e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDChart/Cartesian/CartesianCoordinateTransformation.h b/src/KDChart/Cartesian/CartesianCoordinateTransformation.h index 2cfa7240..e08e68ae 100644 --- a/src/KDChart/Cartesian/CartesianCoordinateTransformation.h +++ b/src/KDChart/Cartesian/CartesianCoordinateTransformation.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.cpp index 9b9a35be..85843050 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.h index 8f82d226..ab74c75b 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.cpp index 78d08b99..72b5cfcf 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.h index 70cbb92c..3fcc56e3 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLineDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.cpp index d19a9a26..9f138495 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.h index b2dbd7fd..b631bb2f 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalLyingBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.cpp index 5afd0d20..ef6d925b 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.h index 0136d55c..57ba408d 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartNormalPlotter_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.cpp index cf48fc68..74126b50 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.h index e9940a22..f7e464e2 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.cpp index 5ffc8471..cdfcbdc8 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.h index 994a9a7a..c41d21ce 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLineDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.cpp index 2748d9bb..05fae38c 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.h index 66645628..3012e1de 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentLyingBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.cpp index 392a4eaf..ebf9170c 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.h index 17c5f675..4074a481 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartPercentPlotter_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.cpp index ec151065..51c9217e 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.h index 37417552..4986578b 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.cpp index 4dc829bb..f29fd2e5 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.h index dca9545a..b80fb716 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLineDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.cpp b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.cpp index 611929ca..c6735c1d 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.h b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.h index 1db64e31..2c6dae05 100644 --- a/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.h +++ b/src/KDChart/Cartesian/DiagramFlavors/KDChartStackedLyingBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp index 86fd1635..16c97dbe 100644 --- a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp +++ b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.h b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.h index 2978481f..ddda5dd5 100644 --- a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.h +++ b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram_p.h b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram_p.h index e3c23b88..b43cbd55 100644 --- a/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram_p.h +++ b/src/KDChart/Cartesian/KDChartAbstractCartesianDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarAttributes.cpp b/src/KDChart/Cartesian/KDChartBarAttributes.cpp index 335f0bd9..023a2ca6 100644 --- a/src/KDChart/Cartesian/KDChartBarAttributes.cpp +++ b/src/KDChart/Cartesian/KDChartBarAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarAttributes.h b/src/KDChart/Cartesian/KDChartBarAttributes.h index 78e8f679..fd9bf9e4 100644 --- a/src/KDChart/Cartesian/KDChartBarAttributes.h +++ b/src/KDChart/Cartesian/KDChartBarAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarDiagram.cpp b/src/KDChart/Cartesian/KDChartBarDiagram.cpp index 770d3081..94f9f76a 100644 --- a/src/KDChart/Cartesian/KDChartBarDiagram.cpp +++ b/src/KDChart/Cartesian/KDChartBarDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarDiagram.h b/src/KDChart/Cartesian/KDChartBarDiagram.h index e5867f5f..2aca50b8 100644 --- a/src/KDChart/Cartesian/KDChartBarDiagram.h +++ b/src/KDChart/Cartesian/KDChartBarDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarDiagram_p.cpp b/src/KDChart/Cartesian/KDChartBarDiagram_p.cpp index e3b323c8..05dc83c6 100644 --- a/src/KDChart/Cartesian/KDChartBarDiagram_p.cpp +++ b/src/KDChart/Cartesian/KDChartBarDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartBarDiagram_p.h b/src/KDChart/Cartesian/KDChartBarDiagram_p.h index 54f9302c..9b2067cb 100644 --- a/src/KDChart/Cartesian/KDChartBarDiagram_p.h +++ b/src/KDChart/Cartesian/KDChartBarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianAxis.cpp b/src/KDChart/Cartesian/KDChartCartesianAxis.cpp index 2c5d7769..15f79f36 100644 --- a/src/KDChart/Cartesian/KDChartCartesianAxis.cpp +++ b/src/KDChart/Cartesian/KDChartCartesianAxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianAxis.h b/src/KDChart/Cartesian/KDChartCartesianAxis.h index e249ddb1..bef16c0e 100644 --- a/src/KDChart/Cartesian/KDChartCartesianAxis.h +++ b/src/KDChart/Cartesian/KDChartCartesianAxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianAxis_p.h b/src/KDChart/Cartesian/KDChartCartesianAxis_p.h index 275e3907..56940061 100644 --- a/src/KDChart/Cartesian/KDChartCartesianAxis_p.h +++ b/src/KDChart/Cartesian/KDChartCartesianAxis_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.cpp b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.cpp index bde7cbb4..412ab39a 100644 --- a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.cpp +++ b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.h b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.h index 7b67000c..3e6ee180 100644 --- a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.h +++ b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane_p.h b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane_p.h index 3e1a78f9..aff166e3 100644 --- a/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane_p.h +++ b/src/KDChart/Cartesian/KDChartCartesianCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.cpp b/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.cpp index 133b20c8..8889f979 100644 --- a/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.cpp +++ b/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.h b/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.h index da886435..2b600ff3 100644 --- a/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.h +++ b/src/KDChart/Cartesian/KDChartCartesianDiagramDataCompressor_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianGrid.cpp b/src/KDChart/Cartesian/KDChartCartesianGrid.cpp index 4d678d75..cf249437 100644 --- a/src/KDChart/Cartesian/KDChartCartesianGrid.cpp +++ b/src/KDChart/Cartesian/KDChartCartesianGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartCartesianGrid.h b/src/KDChart/Cartesian/KDChartCartesianGrid.h index 59a26c72..b481712e 100644 --- a/src/KDChart/Cartesian/KDChartCartesianGrid.h +++ b/src/KDChart/Cartesian/KDChartCartesianGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.cpp index aef1b9f4..f04ae992 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.h b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.h index 1012b74e..c3d50771 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis_p.h b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis_p.h index 9fe2c425..95b8293f 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsAxis_p.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsAxis_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.cpp index 609817d4..c6db7f1e 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.h b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.h index 803f75c8..ef51ec31 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane_p.h b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane_p.h index 7d3cd0e9..fd812eef 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane_p.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.cpp index e2846bdb..0ec8d628 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.h b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.h index c8eae494..8989913e 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.cpp index e2980fc3..b8c5118a 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.h b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.h index c14ec2c0..e7e0e421 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.cpp index a0902a7f..6beb63b4 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.h b/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.h index 70fa2241..be005d4c 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.cpp b/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.cpp index d14cf3af..74595497 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.cpp +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.h b/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.h index 987c549a..9a925f5f 100644 --- a/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.h +++ b/src/KDChart/Cartesian/KDChartLeveyJenningsGridAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLineDiagram.cpp b/src/KDChart/Cartesian/KDChartLineDiagram.cpp index 6fb60bf4..d9f32810 100644 --- a/src/KDChart/Cartesian/KDChartLineDiagram.cpp +++ b/src/KDChart/Cartesian/KDChartLineDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLineDiagram.h b/src/KDChart/Cartesian/KDChartLineDiagram.h index 923ee1b7..5af6b73b 100644 --- a/src/KDChart/Cartesian/KDChartLineDiagram.h +++ b/src/KDChart/Cartesian/KDChartLineDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLineDiagram_p.cpp b/src/KDChart/Cartesian/KDChartLineDiagram_p.cpp index 1f95dbbe..628eacea 100644 --- a/src/KDChart/Cartesian/KDChartLineDiagram_p.cpp +++ b/src/KDChart/Cartesian/KDChartLineDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartLineDiagram_p.h b/src/KDChart/Cartesian/KDChartLineDiagram_p.h index bcdcf141..4fa43e34 100644 --- a/src/KDChart/Cartesian/KDChartLineDiagram_p.h +++ b/src/KDChart/Cartesian/KDChartLineDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotter.cpp b/src/KDChart/Cartesian/KDChartPlotter.cpp index 3774943d..35147b9a 100644 --- a/src/KDChart/Cartesian/KDChartPlotter.cpp +++ b/src/KDChart/Cartesian/KDChartPlotter.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotter.h b/src/KDChart/Cartesian/KDChartPlotter.h index 1b65a5b2..98065483 100644 --- a/src/KDChart/Cartesian/KDChartPlotter.h +++ b/src/KDChart/Cartesian/KDChartPlotter.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.cpp b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.cpp index d55cdb45..4f9cf832 100644 --- a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.cpp +++ b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.h b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.h index e33ca708..79b87eaa 100644 --- a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.h +++ b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor_p.h b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor_p.h index c2254844..eab7a263 100644 --- a/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor_p.h +++ b/src/KDChart/Cartesian/KDChartPlotterDiagramCompressor_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotter_p.cpp b/src/KDChart/Cartesian/KDChartPlotter_p.cpp index 68b75823..342b9afa 100644 --- a/src/KDChart/Cartesian/KDChartPlotter_p.cpp +++ b/src/KDChart/Cartesian/KDChartPlotter_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartPlotter_p.h b/src/KDChart/Cartesian/KDChartPlotter_p.h index 2cbe17bd..e02b53f9 100644 --- a/src/KDChart/Cartesian/KDChartPlotter_p.h +++ b/src/KDChart/Cartesian/KDChartPlotter_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockBarAttributes.cpp b/src/KDChart/Cartesian/KDChartStockBarAttributes.cpp index d75a513f..22708679 100644 --- a/src/KDChart/Cartesian/KDChartStockBarAttributes.cpp +++ b/src/KDChart/Cartesian/KDChartStockBarAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockBarAttributes.h b/src/KDChart/Cartesian/KDChartStockBarAttributes.h index 98572b12..cf516106 100644 --- a/src/KDChart/Cartesian/KDChartStockBarAttributes.h +++ b/src/KDChart/Cartesian/KDChartStockBarAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockDiagram.cpp b/src/KDChart/Cartesian/KDChartStockDiagram.cpp index b6614f8f..009b69e8 100644 --- a/src/KDChart/Cartesian/KDChartStockDiagram.cpp +++ b/src/KDChart/Cartesian/KDChartStockDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockDiagram.h b/src/KDChart/Cartesian/KDChartStockDiagram.h index 0d50ce9d..1deb2c55 100644 --- a/src/KDChart/Cartesian/KDChartStockDiagram.h +++ b/src/KDChart/Cartesian/KDChartStockDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockDiagram_p.cpp b/src/KDChart/Cartesian/KDChartStockDiagram_p.cpp index 61825d3c..fde8c59b 100644 --- a/src/KDChart/Cartesian/KDChartStockDiagram_p.cpp +++ b/src/KDChart/Cartesian/KDChartStockDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartStockDiagram_p.h b/src/KDChart/Cartesian/KDChartStockDiagram_p.h index de73345e..c9b8613a 100644 --- a/src/KDChart/Cartesian/KDChartStockDiagram_p.h +++ b/src/KDChart/Cartesian/KDChartStockDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartThreeDBarAttributes.cpp b/src/KDChart/Cartesian/KDChartThreeDBarAttributes.cpp index 647692fd..705dcc87 100644 --- a/src/KDChart/Cartesian/KDChartThreeDBarAttributes.cpp +++ b/src/KDChart/Cartesian/KDChartThreeDBarAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartThreeDBarAttributes.h b/src/KDChart/Cartesian/KDChartThreeDBarAttributes.h index 05afa8c4..ecf32185 100644 --- a/src/KDChart/Cartesian/KDChartThreeDBarAttributes.h +++ b/src/KDChart/Cartesian/KDChartThreeDBarAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/KDChartThreeDBarAttributes_p.h b/src/KDChart/Cartesian/KDChartThreeDBarAttributes_p.h index b2134674..65dfe567 100644 --- a/src/KDChart/Cartesian/KDChartThreeDBarAttributes_p.h +++ b/src/KDChart/Cartesian/KDChartThreeDBarAttributes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/PaintingHelpers_p.cpp b/src/KDChart/Cartesian/PaintingHelpers_p.cpp index f12f6395..f499c282 100644 --- a/src/KDChart/Cartesian/PaintingHelpers_p.cpp +++ b/src/KDChart/Cartesian/PaintingHelpers_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Cartesian/PaintingHelpers_p.h b/src/KDChart/Cartesian/PaintingHelpers_p.h index 2dedbbcb..bdba35cc 100644 --- a/src/KDChart/Cartesian/PaintingHelpers_p.h +++ b/src/KDChart/Cartesian/PaintingHelpers_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/ChartGraphicsItem.cpp b/src/KDChart/ChartGraphicsItem.cpp index 620cf415..9dee02c7 100644 --- a/src/KDChart/ChartGraphicsItem.cpp +++ b/src/KDChart/ChartGraphicsItem.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/ChartGraphicsItem.h b/src/KDChart/ChartGraphicsItem.h index 116c4a4c..62f00858 100644 --- a/src/KDChart/ChartGraphicsItem.h +++ b/src/KDChart/ChartGraphicsItem.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractArea.cpp b/src/KDChart/KDChartAbstractArea.cpp index 51576d45..3335ef4f 100644 --- a/src/KDChart/KDChartAbstractArea.cpp +++ b/src/KDChart/KDChartAbstractArea.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractArea.h b/src/KDChart/KDChartAbstractArea.h index 7a9a6664..42c7e369 100644 --- a/src/KDChart/KDChartAbstractArea.h +++ b/src/KDChart/KDChartAbstractArea.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaBase.cpp b/src/KDChart/KDChartAbstractAreaBase.cpp index 954056c5..aeadb83b 100644 --- a/src/KDChart/KDChartAbstractAreaBase.cpp +++ b/src/KDChart/KDChartAbstractAreaBase.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaBase.h b/src/KDChart/KDChartAbstractAreaBase.h index b9e874e4..833248a9 100644 --- a/src/KDChart/KDChartAbstractAreaBase.h +++ b/src/KDChart/KDChartAbstractAreaBase.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaBase_p.h b/src/KDChart/KDChartAbstractAreaBase_p.h index 3e849007..f9282bf2 100644 --- a/src/KDChart/KDChartAbstractAreaBase_p.h +++ b/src/KDChart/KDChartAbstractAreaBase_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaWidget.cpp b/src/KDChart/KDChartAbstractAreaWidget.cpp index b9f5f27b..805c493b 100644 --- a/src/KDChart/KDChartAbstractAreaWidget.cpp +++ b/src/KDChart/KDChartAbstractAreaWidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaWidget.h b/src/KDChart/KDChartAbstractAreaWidget.h index df169b67..eed0ccba 100644 --- a/src/KDChart/KDChartAbstractAreaWidget.h +++ b/src/KDChart/KDChartAbstractAreaWidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAreaWidget_p.h b/src/KDChart/KDChartAbstractAreaWidget_p.h index a6c6fc14..831e4754 100644 --- a/src/KDChart/KDChartAbstractAreaWidget_p.h +++ b/src/KDChart/KDChartAbstractAreaWidget_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractArea_p.h b/src/KDChart/KDChartAbstractArea_p.h index 7b717f37..b2c8bfe1 100644 --- a/src/KDChart/KDChartAbstractArea_p.h +++ b/src/KDChart/KDChartAbstractArea_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAxis.cpp b/src/KDChart/KDChartAbstractAxis.cpp index 665643c0..ce803a67 100644 --- a/src/KDChart/KDChartAbstractAxis.cpp +++ b/src/KDChart/KDChartAbstractAxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAxis.h b/src/KDChart/KDChartAbstractAxis.h index 7c1380c7..97ab82f9 100644 --- a/src/KDChart/KDChartAbstractAxis.h +++ b/src/KDChart/KDChartAbstractAxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractAxis_p.h b/src/KDChart/KDChartAbstractAxis_p.h index 4afd6a2a..7c381651 100644 --- a/src/KDChart/KDChartAbstractAxis_p.h +++ b/src/KDChart/KDChartAbstractAxis_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractCoordinatePlane.cpp b/src/KDChart/KDChartAbstractCoordinatePlane.cpp index 4c8f6666..5fe5fc41 100644 --- a/src/KDChart/KDChartAbstractCoordinatePlane.cpp +++ b/src/KDChart/KDChartAbstractCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractCoordinatePlane.h b/src/KDChart/KDChartAbstractCoordinatePlane.h index d3d14e4a..470fe6c9 100644 --- a/src/KDChart/KDChartAbstractCoordinatePlane.h +++ b/src/KDChart/KDChartAbstractCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractCoordinatePlane_p.h b/src/KDChart/KDChartAbstractCoordinatePlane_p.h index 55c37317..d203ffa9 100644 --- a/src/KDChart/KDChartAbstractCoordinatePlane_p.h +++ b/src/KDChart/KDChartAbstractCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractDiagram.cpp b/src/KDChart/KDChartAbstractDiagram.cpp index c02962eb..a9263560 100644 --- a/src/KDChart/KDChartAbstractDiagram.cpp +++ b/src/KDChart/KDChartAbstractDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractDiagram.h b/src/KDChart/KDChartAbstractDiagram.h index 97843028..5f29c605 100644 --- a/src/KDChart/KDChartAbstractDiagram.h +++ b/src/KDChart/KDChartAbstractDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractDiagram_p.cpp b/src/KDChart/KDChartAbstractDiagram_p.cpp index 122ca74c..b9a41891 100644 --- a/src/KDChart/KDChartAbstractDiagram_p.cpp +++ b/src/KDChart/KDChartAbstractDiagram_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractDiagram_p.h b/src/KDChart/KDChartAbstractDiagram_p.h index 89a509cb..a283921c 100644 --- a/src/KDChart/KDChartAbstractDiagram_p.h +++ b/src/KDChart/KDChartAbstractDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractGrid.cpp b/src/KDChart/KDChartAbstractGrid.cpp index 7c59d520..0dd114ee 100644 --- a/src/KDChart/KDChartAbstractGrid.cpp +++ b/src/KDChart/KDChartAbstractGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractGrid.h b/src/KDChart/KDChartAbstractGrid.h index 3f360b24..3e05b3df 100644 --- a/src/KDChart/KDChartAbstractGrid.h +++ b/src/KDChart/KDChartAbstractGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractProxyModel.cpp b/src/KDChart/KDChartAbstractProxyModel.cpp index 21ccf33e..967e11d4 100644 --- a/src/KDChart/KDChartAbstractProxyModel.cpp +++ b/src/KDChart/KDChartAbstractProxyModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractProxyModel.h b/src/KDChart/KDChartAbstractProxyModel.h index 4a8fc601..c88edbde 100644 --- a/src/KDChart/KDChartAbstractProxyModel.h +++ b/src/KDChart/KDChartAbstractProxyModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractThreeDAttributes.cpp b/src/KDChart/KDChartAbstractThreeDAttributes.cpp index 5a796439..1f4650e8 100644 --- a/src/KDChart/KDChartAbstractThreeDAttributes.cpp +++ b/src/KDChart/KDChartAbstractThreeDAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractThreeDAttributes.h b/src/KDChart/KDChartAbstractThreeDAttributes.h index 3a9c37d8..87281323 100644 --- a/src/KDChart/KDChartAbstractThreeDAttributes.h +++ b/src/KDChart/KDChartAbstractThreeDAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAbstractThreeDAttributes_p.h b/src/KDChart/KDChartAbstractThreeDAttributes_p.h index a96dc238..9a0de8ee 100644 --- a/src/KDChart/KDChartAbstractThreeDAttributes_p.h +++ b/src/KDChart/KDChartAbstractThreeDAttributes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAttributesModel.cpp b/src/KDChart/KDChartAttributesModel.cpp index ff5fbeeb..a3fe93c8 100644 --- a/src/KDChart/KDChartAttributesModel.cpp +++ b/src/KDChart/KDChartAttributesModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartAttributesModel.h b/src/KDChart/KDChartAttributesModel.h index 9387a58c..052d4cf4 100644 --- a/src/KDChart/KDChartAttributesModel.h +++ b/src/KDChart/KDChartAttributesModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartBackgroundAttributes.cpp b/src/KDChart/KDChartBackgroundAttributes.cpp index aae46d4a..b38d25db 100644 --- a/src/KDChart/KDChartBackgroundAttributes.cpp +++ b/src/KDChart/KDChartBackgroundAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartBackgroundAttributes.h b/src/KDChart/KDChartBackgroundAttributes.h index fa826a4e..5e58d2a6 100644 --- a/src/KDChart/KDChartBackgroundAttributes.h +++ b/src/KDChart/KDChartBackgroundAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartChart.cpp b/src/KDChart/KDChartChart.cpp index b5e7149d..e008a34b 100644 --- a/src/KDChart/KDChartChart.cpp +++ b/src/KDChart/KDChartChart.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartChart.h b/src/KDChart/KDChartChart.h index 2d0d7129..8b8bf0f9 100644 --- a/src/KDChart/KDChartChart.h +++ b/src/KDChart/KDChartChart.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartChart_p.h b/src/KDChart/KDChartChart_p.h index d84ad57b..ec81a10b 100644 --- a/src/KDChart/KDChartChart_p.h +++ b/src/KDChart/KDChartChart_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDataValueAttributes.cpp b/src/KDChart/KDChartDataValueAttributes.cpp index 4b4f07aa..6d65bc54 100644 --- a/src/KDChart/KDChartDataValueAttributes.cpp +++ b/src/KDChart/KDChartDataValueAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDataValueAttributes.h b/src/KDChart/KDChartDataValueAttributes.h index 8be897b8..0e691f40 100644 --- a/src/KDChart/KDChartDataValueAttributes.h +++ b/src/KDChart/KDChartDataValueAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDatasetProxyModel.cpp b/src/KDChart/KDChartDatasetProxyModel.cpp index aa5ba97b..1f0c9b06 100644 --- a/src/KDChart/KDChartDatasetProxyModel.cpp +++ b/src/KDChart/KDChartDatasetProxyModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDatasetProxyModel.h b/src/KDChart/KDChartDatasetProxyModel.h index 3badfec9..9eacb4ec 100644 --- a/src/KDChart/KDChartDatasetProxyModel.h +++ b/src/KDChart/KDChartDatasetProxyModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDatasetSelector.cpp b/src/KDChart/KDChartDatasetSelector.cpp index b2295988..2d9c0f97 100644 --- a/src/KDChart/KDChartDatasetSelector.cpp +++ b/src/KDChart/KDChartDatasetSelector.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDatasetSelector.h b/src/KDChart/KDChartDatasetSelector.h index c1a2cb85..37fa402d 100644 --- a/src/KDChart/KDChartDatasetSelector.h +++ b/src/KDChart/KDChartDatasetSelector.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDiagramObserver.cpp b/src/KDChart/KDChartDiagramObserver.cpp index 4e100ca3..92dd527c 100644 --- a/src/KDChart/KDChartDiagramObserver.cpp +++ b/src/KDChart/KDChartDiagramObserver.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartDiagramObserver.h b/src/KDChart/KDChartDiagramObserver.h index 4883fc93..6531f819 100644 --- a/src/KDChart/KDChartDiagramObserver.h +++ b/src/KDChart/KDChartDiagramObserver.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartEnums.h b/src/KDChart/KDChartEnums.h index 50a8d6fa..7700b20f 100644 --- a/src/KDChart/KDChartEnums.h +++ b/src/KDChart/KDChartEnums.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartFrameAttributes.cpp b/src/KDChart/KDChartFrameAttributes.cpp index a0bb8c21..ae38a0a5 100644 --- a/src/KDChart/KDChartFrameAttributes.cpp +++ b/src/KDChart/KDChartFrameAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartFrameAttributes.h b/src/KDChart/KDChartFrameAttributes.h index bac8ce75..ba962957 100644 --- a/src/KDChart/KDChartFrameAttributes.h +++ b/src/KDChart/KDChartFrameAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartGlobal.h b/src/KDChart/KDChartGlobal.h index 8233b3df..3dd11e77 100644 --- a/src/KDChart/KDChartGlobal.h +++ b/src/KDChart/KDChartGlobal.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartGridAttributes.cpp b/src/KDChart/KDChartGridAttributes.cpp index 14185c7c..5de2a309 100644 --- a/src/KDChart/KDChartGridAttributes.cpp +++ b/src/KDChart/KDChartGridAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartGridAttributes.h b/src/KDChart/KDChartGridAttributes.h index 79c4fd79..6645309b 100644 --- a/src/KDChart/KDChartGridAttributes.h +++ b/src/KDChart/KDChartGridAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartHeaderFooter.cpp b/src/KDChart/KDChartHeaderFooter.cpp index b35eb1fa..52471d34 100644 --- a/src/KDChart/KDChartHeaderFooter.cpp +++ b/src/KDChart/KDChartHeaderFooter.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartHeaderFooter.h b/src/KDChart/KDChartHeaderFooter.h index 3d1cf278..bbfe69f6 100644 --- a/src/KDChart/KDChartHeaderFooter.h +++ b/src/KDChart/KDChartHeaderFooter.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartHeaderFooter_p.h b/src/KDChart/KDChartHeaderFooter_p.h index 7c258587..aefe96e5 100644 --- a/src/KDChart/KDChartHeaderFooter_p.h +++ b/src/KDChart/KDChartHeaderFooter_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLayoutItems.cpp b/src/KDChart/KDChartLayoutItems.cpp index 7fab89a6..1df8a400 100644 --- a/src/KDChart/KDChartLayoutItems.cpp +++ b/src/KDChart/KDChartLayoutItems.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLayoutItems.h b/src/KDChart/KDChartLayoutItems.h index d0dc42da..e32ec338 100644 --- a/src/KDChart/KDChartLayoutItems.h +++ b/src/KDChart/KDChartLayoutItems.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLegend.cpp b/src/KDChart/KDChartLegend.cpp index 9c5286b0..12c53604 100644 --- a/src/KDChart/KDChartLegend.cpp +++ b/src/KDChart/KDChartLegend.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLegend.h b/src/KDChart/KDChartLegend.h index 237ae558..9d4c90e6 100644 --- a/src/KDChart/KDChartLegend.h +++ b/src/KDChart/KDChartLegend.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLegend_p.h b/src/KDChart/KDChartLegend_p.h index b5c2e21a..dd60f10b 100644 --- a/src/KDChart/KDChartLegend_p.h +++ b/src/KDChart/KDChartLegend_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLineAttributes.cpp b/src/KDChart/KDChartLineAttributes.cpp index 369c89ba..74085cd4 100644 --- a/src/KDChart/KDChartLineAttributes.cpp +++ b/src/KDChart/KDChartLineAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartLineAttributes.h b/src/KDChart/KDChartLineAttributes.h index 99f81591..dfa4764b 100644 --- a/src/KDChart/KDChartLineAttributes.h +++ b/src/KDChart/KDChartLineAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartMarkerAttributes.cpp b/src/KDChart/KDChartMarkerAttributes.cpp index b186e5b1..9a814d92 100644 --- a/src/KDChart/KDChartMarkerAttributes.cpp +++ b/src/KDChart/KDChartMarkerAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartMarkerAttributes.h b/src/KDChart/KDChartMarkerAttributes.h index d03717d0..ef7e6445 100644 --- a/src/KDChart/KDChartMarkerAttributes.h +++ b/src/KDChart/KDChartMarkerAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartMeasure.cpp b/src/KDChart/KDChartMeasure.cpp index 6605b60f..1fdba4e4 100644 --- a/src/KDChart/KDChartMeasure.cpp +++ b/src/KDChart/KDChartMeasure.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartMeasure.h b/src/KDChart/KDChartMeasure.h index 9c46df10..e1e2647a 100644 --- a/src/KDChart/KDChartMeasure.h +++ b/src/KDChart/KDChartMeasure.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartModelDataCache_p.cpp b/src/KDChart/KDChartModelDataCache_p.cpp index ba699c98..02c84997 100644 --- a/src/KDChart/KDChartModelDataCache_p.cpp +++ b/src/KDChart/KDChartModelDataCache_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartModelDataCache_p.h b/src/KDChart/KDChartModelDataCache_p.h index 15fae247..cd7a7fec 100644 --- a/src/KDChart/KDChartModelDataCache_p.h +++ b/src/KDChart/KDChartModelDataCache_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartNullPaintDevice.h b/src/KDChart/KDChartNullPaintDevice.h index 1cffff71..09a55013 100644 --- a/src/KDChart/KDChartNullPaintDevice.h +++ b/src/KDChart/KDChartNullPaintDevice.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPaintContext.cpp b/src/KDChart/KDChartPaintContext.cpp index c0c01a77..0ef6bd1a 100644 --- a/src/KDChart/KDChartPaintContext.cpp +++ b/src/KDChart/KDChartPaintContext.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPaintContext.h b/src/KDChart/KDChartPaintContext.h index bb75af78..76d2dbfa 100644 --- a/src/KDChart/KDChartPaintContext.h +++ b/src/KDChart/KDChartPaintContext.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPainterSaver_p.h b/src/KDChart/KDChartPainterSaver_p.h index ddd72e03..10008ea8 100644 --- a/src/KDChart/KDChartPainterSaver_p.h +++ b/src/KDChart/KDChartPainterSaver_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPalette.cpp b/src/KDChart/KDChartPalette.cpp index d1a0f8a4..4a8bfbe6 100644 --- a/src/KDChart/KDChartPalette.cpp +++ b/src/KDChart/KDChartPalette.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPalette.h b/src/KDChart/KDChartPalette.h index 32c09a06..10e9d6c8 100644 --- a/src/KDChart/KDChartPalette.h +++ b/src/KDChart/KDChartPalette.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPosition.cpp b/src/KDChart/KDChartPosition.cpp index 7e5d099d..cb4fbe8c 100644 --- a/src/KDChart/KDChartPosition.cpp +++ b/src/KDChart/KDChartPosition.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPosition.h b/src/KDChart/KDChartPosition.h index aa9095a8..5b2d7e4b 100644 --- a/src/KDChart/KDChartPosition.h +++ b/src/KDChart/KDChartPosition.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPrintingParameters.cpp b/src/KDChart/KDChartPrintingParameters.cpp index db67cae9..7a0819a9 100644 --- a/src/KDChart/KDChartPrintingParameters.cpp +++ b/src/KDChart/KDChartPrintingParameters.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartPrintingParameters.h b/src/KDChart/KDChartPrintingParameters.h index 770b1943..1fa5c510 100644 --- a/src/KDChart/KDChartPrintingParameters.h +++ b/src/KDChart/KDChartPrintingParameters.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartRelativePosition.cpp b/src/KDChart/KDChartRelativePosition.cpp index 8adbe823..ba79a6a1 100644 --- a/src/KDChart/KDChartRelativePosition.cpp +++ b/src/KDChart/KDChartRelativePosition.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartRelativePosition.h b/src/KDChart/KDChartRelativePosition.h index 00532af6..6635e2be 100644 --- a/src/KDChart/KDChartRelativePosition.h +++ b/src/KDChart/KDChartRelativePosition.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartRulerAttributes.cpp b/src/KDChart/KDChartRulerAttributes.cpp index 2401eef3..76fdef22 100644 --- a/src/KDChart/KDChartRulerAttributes.cpp +++ b/src/KDChart/KDChartRulerAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartRulerAttributes.h b/src/KDChart/KDChartRulerAttributes.h index a6ea033b..15988980 100644 --- a/src/KDChart/KDChartRulerAttributes.h +++ b/src/KDChart/KDChartRulerAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextArea.cpp b/src/KDChart/KDChartTextArea.cpp index 7683917c..a3d3cfe9 100644 --- a/src/KDChart/KDChartTextArea.cpp +++ b/src/KDChart/KDChartTextArea.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextArea.h b/src/KDChart/KDChartTextArea.h index a6e653e0..a899cc8c 100644 --- a/src/KDChart/KDChartTextArea.h +++ b/src/KDChart/KDChartTextArea.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextArea_p.h b/src/KDChart/KDChartTextArea_p.h index cd196b3c..66abbf1c 100644 --- a/src/KDChart/KDChartTextArea_p.h +++ b/src/KDChart/KDChartTextArea_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextAttributes.cpp b/src/KDChart/KDChartTextAttributes.cpp index a3d6e56f..8e419e83 100644 --- a/src/KDChart/KDChartTextAttributes.cpp +++ b/src/KDChart/KDChartTextAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextAttributes.h b/src/KDChart/KDChartTextAttributes.h index c69daf5b..d9bc8484 100644 --- a/src/KDChart/KDChartTextAttributes.h +++ b/src/KDChart/KDChartTextAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextLabelCache.cpp b/src/KDChart/KDChartTextLabelCache.cpp index 217b5599..099d5ba7 100644 --- a/src/KDChart/KDChartTextLabelCache.cpp +++ b/src/KDChart/KDChartTextLabelCache.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartTextLabelCache.h b/src/KDChart/KDChartTextLabelCache.h index 88bc10c6..cc90ce23 100644 --- a/src/KDChart/KDChartTextLabelCache.h +++ b/src/KDChart/KDChartTextLabelCache.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartThreeDLineAttributes.cpp b/src/KDChart/KDChartThreeDLineAttributes.cpp index 7a64401f..a5c1ed11 100644 --- a/src/KDChart/KDChartThreeDLineAttributes.cpp +++ b/src/KDChart/KDChartThreeDLineAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartThreeDLineAttributes.h b/src/KDChart/KDChartThreeDLineAttributes.h index 02a5a654..aaddfe3f 100644 --- a/src/KDChart/KDChartThreeDLineAttributes.h +++ b/src/KDChart/KDChartThreeDLineAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartThreeDLineAttributes_p.h b/src/KDChart/KDChartThreeDLineAttributes_p.h index 8d462197..611b8ea2 100644 --- a/src/KDChart/KDChartThreeDLineAttributes_p.h +++ b/src/KDChart/KDChartThreeDLineAttributes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartValueTrackerAttributes.cpp b/src/KDChart/KDChartValueTrackerAttributes.cpp index 3cc1f1bf..dbf79a44 100644 --- a/src/KDChart/KDChartValueTrackerAttributes.cpp +++ b/src/KDChart/KDChartValueTrackerAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartValueTrackerAttributes.h b/src/KDChart/KDChartValueTrackerAttributes.h index dbf9fc3c..19b734fb 100644 --- a/src/KDChart/KDChartValueTrackerAttributes.h +++ b/src/KDChart/KDChartValueTrackerAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartWidget.cpp b/src/KDChart/KDChartWidget.cpp index 260602ca..3214d677 100644 --- a/src/KDChart/KDChartWidget.cpp +++ b/src/KDChart/KDChartWidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartWidget.h b/src/KDChart/KDChartWidget.h index 0ebd3bd7..f90a0409 100644 --- a/src/KDChart/KDChartWidget.h +++ b/src/KDChart/KDChartWidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartWidget_p.h b/src/KDChart/KDChartWidget_p.h index b96a2afc..1cddc654 100644 --- a/src/KDChart/KDChartWidget_p.h +++ b/src/KDChart/KDChartWidget_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDChartZoomParameters.h b/src/KDChart/KDChartZoomParameters.h index b9d3eee5..9585ff76 100644 --- a/src/KDChart/KDChartZoomParameters.h +++ b/src/KDChart/KDChartZoomParameters.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDTextDocument.cpp b/src/KDChart/KDTextDocument.cpp index b9410925..36b865a4 100644 --- a/src/KDChart/KDTextDocument.cpp +++ b/src/KDChart/KDTextDocument.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/KDTextDocument.h b/src/KDChart/KDTextDocument.h index 8f1c8e67..2dff4e94 100644 --- a/src/KDChart/KDTextDocument.h +++ b/src/KDChart/KDTextDocument.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPieDiagram.cpp b/src/KDChart/Polar/KDChartAbstractPieDiagram.cpp index 57db08e8..6afdd39f 100644 --- a/src/KDChart/Polar/KDChartAbstractPieDiagram.cpp +++ b/src/KDChart/Polar/KDChartAbstractPieDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPieDiagram.h b/src/KDChart/Polar/KDChartAbstractPieDiagram.h index 2c2f4062..3925f071 100644 --- a/src/KDChart/Polar/KDChartAbstractPieDiagram.h +++ b/src/KDChart/Polar/KDChartAbstractPieDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPieDiagram_p.h b/src/KDChart/Polar/KDChartAbstractPieDiagram_p.h index 96d3c050..ce66b9a4 100644 --- a/src/KDChart/Polar/KDChartAbstractPieDiagram_p.h +++ b/src/KDChart/Polar/KDChartAbstractPieDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPolarDiagram.cpp b/src/KDChart/Polar/KDChartAbstractPolarDiagram.cpp index 693eff2a..c9656bb0 100644 --- a/src/KDChart/Polar/KDChartAbstractPolarDiagram.cpp +++ b/src/KDChart/Polar/KDChartAbstractPolarDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPolarDiagram.h b/src/KDChart/Polar/KDChartAbstractPolarDiagram.h index 4ee375df..56258087 100644 --- a/src/KDChart/Polar/KDChartAbstractPolarDiagram.h +++ b/src/KDChart/Polar/KDChartAbstractPolarDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartAbstractPolarDiagram_p.h b/src/KDChart/Polar/KDChartAbstractPolarDiagram_p.h index d50e4fa9..f6b99e35 100644 --- a/src/KDChart/Polar/KDChartAbstractPolarDiagram_p.h +++ b/src/KDChart/Polar/KDChartAbstractPolarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieAttributes.cpp b/src/KDChart/Polar/KDChartPieAttributes.cpp index dee08901..033abd73 100644 --- a/src/KDChart/Polar/KDChartPieAttributes.cpp +++ b/src/KDChart/Polar/KDChartPieAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieAttributes.h b/src/KDChart/Polar/KDChartPieAttributes.h index 1257cded..89e713aa 100644 --- a/src/KDChart/Polar/KDChartPieAttributes.h +++ b/src/KDChart/Polar/KDChartPieAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieAttributes_p.h b/src/KDChart/Polar/KDChartPieAttributes_p.h index 31bf9b41..856d1bce 100644 --- a/src/KDChart/Polar/KDChartPieAttributes_p.h +++ b/src/KDChart/Polar/KDChartPieAttributes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieDiagram.cpp b/src/KDChart/Polar/KDChartPieDiagram.cpp index 803c9d22..f64b4c05 100644 --- a/src/KDChart/Polar/KDChartPieDiagram.cpp +++ b/src/KDChart/Polar/KDChartPieDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieDiagram.h b/src/KDChart/Polar/KDChartPieDiagram.h index 5809fcec..7f49e942 100644 --- a/src/KDChart/Polar/KDChartPieDiagram.h +++ b/src/KDChart/Polar/KDChartPieDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPieDiagram_p.h b/src/KDChart/Polar/KDChartPieDiagram_p.h index cd5f05c4..35ca5403 100644 --- a/src/KDChart/Polar/KDChartPieDiagram_p.h +++ b/src/KDChart/Polar/KDChartPieDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarCoordinatePlane.cpp b/src/KDChart/Polar/KDChartPolarCoordinatePlane.cpp index 2dd1e9d3..72c58d69 100644 --- a/src/KDChart/Polar/KDChartPolarCoordinatePlane.cpp +++ b/src/KDChart/Polar/KDChartPolarCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarCoordinatePlane.h b/src/KDChart/Polar/KDChartPolarCoordinatePlane.h index ce6a760f..b95acda1 100644 --- a/src/KDChart/Polar/KDChartPolarCoordinatePlane.h +++ b/src/KDChart/Polar/KDChartPolarCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarCoordinatePlane_p.h b/src/KDChart/Polar/KDChartPolarCoordinatePlane_p.h index 5936b4cd..e15fb6e4 100644 --- a/src/KDChart/Polar/KDChartPolarCoordinatePlane_p.h +++ b/src/KDChart/Polar/KDChartPolarCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarDiagram.cpp b/src/KDChart/Polar/KDChartPolarDiagram.cpp index bde9dccd..9d713658 100644 --- a/src/KDChart/Polar/KDChartPolarDiagram.cpp +++ b/src/KDChart/Polar/KDChartPolarDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarDiagram.h b/src/KDChart/Polar/KDChartPolarDiagram.h index 78882a3c..cf9942cb 100644 --- a/src/KDChart/Polar/KDChartPolarDiagram.h +++ b/src/KDChart/Polar/KDChartPolarDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarDiagram_p.h b/src/KDChart/Polar/KDChartPolarDiagram_p.h index 528f37b5..44f7a187 100644 --- a/src/KDChart/Polar/KDChartPolarDiagram_p.h +++ b/src/KDChart/Polar/KDChartPolarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarGrid.cpp b/src/KDChart/Polar/KDChartPolarGrid.cpp index 43d27649..11d5ce25 100644 --- a/src/KDChart/Polar/KDChartPolarGrid.cpp +++ b/src/KDChart/Polar/KDChartPolarGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartPolarGrid.h b/src/KDChart/Polar/KDChartPolarGrid.h index 33928ca9..71e0ecdc 100644 --- a/src/KDChart/Polar/KDChartPolarGrid.h +++ b/src/KDChart/Polar/KDChartPolarGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarCoordinatePlane.cpp b/src/KDChart/Polar/KDChartRadarCoordinatePlane.cpp index 91862a2f..4554b812 100644 --- a/src/KDChart/Polar/KDChartRadarCoordinatePlane.cpp +++ b/src/KDChart/Polar/KDChartRadarCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarCoordinatePlane.h b/src/KDChart/Polar/KDChartRadarCoordinatePlane.h index 440c3f52..d91ee525 100644 --- a/src/KDChart/Polar/KDChartRadarCoordinatePlane.h +++ b/src/KDChart/Polar/KDChartRadarCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarCoordinatePlane_p.h b/src/KDChart/Polar/KDChartRadarCoordinatePlane_p.h index da201d7d..a91a484b 100644 --- a/src/KDChart/Polar/KDChartRadarCoordinatePlane_p.h +++ b/src/KDChart/Polar/KDChartRadarCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarDiagram.cpp b/src/KDChart/Polar/KDChartRadarDiagram.cpp index 9bdbe97f..2aca9786 100644 --- a/src/KDChart/Polar/KDChartRadarDiagram.cpp +++ b/src/KDChart/Polar/KDChartRadarDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarDiagram.h b/src/KDChart/Polar/KDChartRadarDiagram.h index be931c1e..593885fe 100644 --- a/src/KDChart/Polar/KDChartRadarDiagram.h +++ b/src/KDChart/Polar/KDChartRadarDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarDiagram_p.h b/src/KDChart/Polar/KDChartRadarDiagram_p.h index dc083508..8ce46fc7 100644 --- a/src/KDChart/Polar/KDChartRadarDiagram_p.h +++ b/src/KDChart/Polar/KDChartRadarDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarGrid.cpp b/src/KDChart/Polar/KDChartRadarGrid.cpp index 8b1317d5..c47442ab 100644 --- a/src/KDChart/Polar/KDChartRadarGrid.cpp +++ b/src/KDChart/Polar/KDChartRadarGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRadarGrid.h b/src/KDChart/Polar/KDChartRadarGrid.h index 41c6e0cb..76690d07 100644 --- a/src/KDChart/Polar/KDChartRadarGrid.h +++ b/src/KDChart/Polar/KDChartRadarGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRingDiagram.cpp b/src/KDChart/Polar/KDChartRingDiagram.cpp index 567d3873..4f4eee99 100644 --- a/src/KDChart/Polar/KDChartRingDiagram.cpp +++ b/src/KDChart/Polar/KDChartRingDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRingDiagram.h b/src/KDChart/Polar/KDChartRingDiagram.h index 9440ef20..80144d13 100644 --- a/src/KDChart/Polar/KDChartRingDiagram.h +++ b/src/KDChart/Polar/KDChartRingDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartRingDiagram_p.h b/src/KDChart/Polar/KDChartRingDiagram_p.h index a0ea3444..1b068292 100644 --- a/src/KDChart/Polar/KDChartRingDiagram_p.h +++ b/src/KDChart/Polar/KDChartRingDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartThreeDPieAttributes.cpp b/src/KDChart/Polar/KDChartThreeDPieAttributes.cpp index 61a18b69..181df91e 100644 --- a/src/KDChart/Polar/KDChartThreeDPieAttributes.cpp +++ b/src/KDChart/Polar/KDChartThreeDPieAttributes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartThreeDPieAttributes.h b/src/KDChart/Polar/KDChartThreeDPieAttributes.h index e5b61100..a5cc61ee 100644 --- a/src/KDChart/Polar/KDChartThreeDPieAttributes.h +++ b/src/KDChart/Polar/KDChartThreeDPieAttributes.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Polar/KDChartThreeDPieAttributes_p.h b/src/KDChart/Polar/KDChartThreeDPieAttributes_p.h index aaec4b7c..0495ac0a 100644 --- a/src/KDChart/Polar/KDChartThreeDPieAttributes_p.h +++ b/src/KDChart/Polar/KDChartThreeDPieAttributes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/ReverseMapper.cpp b/src/KDChart/ReverseMapper.cpp index 85158c16..78456902 100644 --- a/src/KDChart/ReverseMapper.cpp +++ b/src/KDChart/ReverseMapper.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/ReverseMapper.h b/src/KDChart/ReverseMapper.h index eb53c1bd..5928b3d5 100644 --- a/src/KDChart/ReverseMapper.h +++ b/src/KDChart/ReverseMapper.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.cpp b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.cpp index 0f19e98c..33a526ef 100644 --- a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.cpp +++ b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.h b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.h index e3e0f9cb..229891b9 100644 --- a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.h +++ b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram_p.h b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram_p.h index 6ada7151..6af6427b 100644 --- a/src/KDChart/Ternary/KDChartAbstractTernaryDiagram_p.h +++ b/src/KDChart/Ternary/KDChartAbstractTernaryDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryAxis.cpp b/src/KDChart/Ternary/KDChartTernaryAxis.cpp index e6803709..44020601 100644 --- a/src/KDChart/Ternary/KDChartTernaryAxis.cpp +++ b/src/KDChart/Ternary/KDChartTernaryAxis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryAxis.h b/src/KDChart/Ternary/KDChartTernaryAxis.h index 31152582..181b9453 100644 --- a/src/KDChart/Ternary/KDChartTernaryAxis.h +++ b/src/KDChart/Ternary/KDChartTernaryAxis.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.cpp b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.cpp index 5c2db595..4a895d58 100644 --- a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.cpp +++ b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.h b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.h index 62fb6c7b..d9bd662a 100644 --- a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.h +++ b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane_p.h b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane_p.h index a44b2988..e5b917f7 100644 --- a/src/KDChart/Ternary/KDChartTernaryCoordinatePlane_p.h +++ b/src/KDChart/Ternary/KDChartTernaryCoordinatePlane_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryGrid.cpp b/src/KDChart/Ternary/KDChartTernaryGrid.cpp index 114f52a2..e2d8c1b5 100644 --- a/src/KDChart/Ternary/KDChartTernaryGrid.cpp +++ b/src/KDChart/Ternary/KDChartTernaryGrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryGrid.h b/src/KDChart/Ternary/KDChartTernaryGrid.h index c814e524..03b0ec75 100644 --- a/src/KDChart/Ternary/KDChartTernaryGrid.h +++ b/src/KDChart/Ternary/KDChartTernaryGrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryLineDiagram.cpp b/src/KDChart/Ternary/KDChartTernaryLineDiagram.cpp index e9784fb3..39380480 100644 --- a/src/KDChart/Ternary/KDChartTernaryLineDiagram.cpp +++ b/src/KDChart/Ternary/KDChartTernaryLineDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryLineDiagram.h b/src/KDChart/Ternary/KDChartTernaryLineDiagram.h index e180b24f..7b9d974b 100644 --- a/src/KDChart/Ternary/KDChartTernaryLineDiagram.h +++ b/src/KDChart/Ternary/KDChartTernaryLineDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryLineDiagram_p.h b/src/KDChart/Ternary/KDChartTernaryLineDiagram_p.h index 662e0efc..493c209f 100644 --- a/src/KDChart/Ternary/KDChartTernaryLineDiagram_p.h +++ b/src/KDChart/Ternary/KDChartTernaryLineDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryPointDiagram.cpp b/src/KDChart/Ternary/KDChartTernaryPointDiagram.cpp index 1a57108e..6aa09fcd 100644 --- a/src/KDChart/Ternary/KDChartTernaryPointDiagram.cpp +++ b/src/KDChart/Ternary/KDChartTernaryPointDiagram.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryPointDiagram.h b/src/KDChart/Ternary/KDChartTernaryPointDiagram.h index fa920354..c0c8f0fe 100644 --- a/src/KDChart/Ternary/KDChartTernaryPointDiagram.h +++ b/src/KDChart/Ternary/KDChartTernaryPointDiagram.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/KDChartTernaryPointDiagram_p.h b/src/KDChart/Ternary/KDChartTernaryPointDiagram_p.h index ca688bb8..6b7490b2 100644 --- a/src/KDChart/Ternary/KDChartTernaryPointDiagram_p.h +++ b/src/KDChart/Ternary/KDChartTernaryPointDiagram_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/TernaryConstants.cpp b/src/KDChart/Ternary/TernaryConstants.cpp index 5ff4ca68..1abe082f 100644 --- a/src/KDChart/Ternary/TernaryConstants.cpp +++ b/src/KDChart/Ternary/TernaryConstants.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/TernaryConstants.h b/src/KDChart/Ternary/TernaryConstants.h index 398da175..b78a376a 100644 --- a/src/KDChart/Ternary/TernaryConstants.h +++ b/src/KDChart/Ternary/TernaryConstants.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/TernaryPoint.cpp b/src/KDChart/Ternary/TernaryPoint.cpp index 8072c7ca..e27888bc 100644 --- a/src/KDChart/Ternary/TernaryPoint.cpp +++ b/src/KDChart/Ternary/TernaryPoint.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/Ternary/TernaryPoint.h b/src/KDChart/Ternary/TernaryPoint.h index a6e3c562..cc5677b2 100644 --- a/src/KDChart/Ternary/TernaryPoint.h +++ b/src/KDChart/Ternary/TernaryPoint.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChart/kdchart_export.h b/src/KDChart/kdchart_export.h index f538d301..8ed73af1 100644 --- a/src/KDChart/kdchart_export.h +++ b/src/KDChart/kdchart_export.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDChartConfig.cmake.in b/src/KDChartConfig.cmake.in index da07745c..bb53a242 100644 --- a/src/KDChartConfig.cmake.in +++ b/src/KDChartConfig.cmake.in @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDGantt/kdganttabstractgrid.cpp b/src/KDGantt/kdganttabstractgrid.cpp index f460a184..fb499028 100644 --- a/src/KDGantt/kdganttabstractgrid.cpp +++ b/src/KDGantt/kdganttabstractgrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttabstractgrid.h b/src/KDGantt/kdganttabstractgrid.h index a08ec6c1..3f501355 100644 --- a/src/KDGantt/kdganttabstractgrid.h +++ b/src/KDGantt/kdganttabstractgrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttabstractgrid_p.h b/src/KDGantt/kdganttabstractgrid_p.h index 758d7876..28f77eda 100644 --- a/src/KDGantt/kdganttabstractgrid_p.h +++ b/src/KDGantt/kdganttabstractgrid_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttabstractrowcontroller.cpp b/src/KDGantt/kdganttabstractrowcontroller.cpp index 1a43b26d..78346d06 100644 --- a/src/KDGantt/kdganttabstractrowcontroller.cpp +++ b/src/KDGantt/kdganttabstractrowcontroller.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttabstractrowcontroller.h b/src/KDGantt/kdganttabstractrowcontroller.h index c4da0fc5..79a89fb6 100644 --- a/src/KDGantt/kdganttabstractrowcontroller.h +++ b/src/KDGantt/kdganttabstractrowcontroller.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraint.cpp b/src/KDGantt/kdganttconstraint.cpp index 5d483611..d4aa5bf8 100644 --- a/src/KDGantt/kdganttconstraint.cpp +++ b/src/KDGantt/kdganttconstraint.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraint.h b/src/KDGantt/kdganttconstraint.h index 88782106..946628d6 100644 --- a/src/KDGantt/kdganttconstraint.h +++ b/src/KDGantt/kdganttconstraint.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraint_p.h b/src/KDGantt/kdganttconstraint_p.h index 769a9bf9..de7d2470 100644 --- a/src/KDGantt/kdganttconstraint_p.h +++ b/src/KDGantt/kdganttconstraint_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintgraphicsitem.cpp b/src/KDGantt/kdganttconstraintgraphicsitem.cpp index b6dfad02..b873630e 100644 --- a/src/KDGantt/kdganttconstraintgraphicsitem.cpp +++ b/src/KDGantt/kdganttconstraintgraphicsitem.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintgraphicsitem.h b/src/KDGantt/kdganttconstraintgraphicsitem.h index c5ce5292..73821f6b 100644 --- a/src/KDGantt/kdganttconstraintgraphicsitem.h +++ b/src/KDGantt/kdganttconstraintgraphicsitem.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintmodel.cpp b/src/KDGantt/kdganttconstraintmodel.cpp index cd364c22..25644401 100644 --- a/src/KDGantt/kdganttconstraintmodel.cpp +++ b/src/KDGantt/kdganttconstraintmodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintmodel.h b/src/KDGantt/kdganttconstraintmodel.h index 8831fced..19cbb551 100644 --- a/src/KDGantt/kdganttconstraintmodel.h +++ b/src/KDGantt/kdganttconstraintmodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintmodel_p.h b/src/KDGantt/kdganttconstraintmodel_p.h index b4ad4f76..e810f899 100644 --- a/src/KDGantt/kdganttconstraintmodel_p.h +++ b/src/KDGantt/kdganttconstraintmodel_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintproxy.cpp b/src/KDGantt/kdganttconstraintproxy.cpp index 7956d512..db3eba39 100644 --- a/src/KDGantt/kdganttconstraintproxy.cpp +++ b/src/KDGantt/kdganttconstraintproxy.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttconstraintproxy.h b/src/KDGantt/kdganttconstraintproxy.h index 22685d5d..c6a4b6ab 100644 --- a/src/KDGantt/kdganttconstraintproxy.h +++ b/src/KDGantt/kdganttconstraintproxy.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttdatetimegrid.cpp b/src/KDGantt/kdganttdatetimegrid.cpp index 98c461f7..83d0acf2 100644 --- a/src/KDGantt/kdganttdatetimegrid.cpp +++ b/src/KDGantt/kdganttdatetimegrid.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttdatetimegrid.h b/src/KDGantt/kdganttdatetimegrid.h index 2fc1a240..ccedf138 100644 --- a/src/KDGantt/kdganttdatetimegrid.h +++ b/src/KDGantt/kdganttdatetimegrid.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttdatetimegrid_p.h b/src/KDGantt/kdganttdatetimegrid_p.h index f9a521be..278e400b 100644 --- a/src/KDGantt/kdganttdatetimegrid_p.h +++ b/src/KDGantt/kdganttdatetimegrid_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttforwardingproxymodel.cpp b/src/KDGantt/kdganttforwardingproxymodel.cpp index b1c6eafd..c40b41b2 100644 --- a/src/KDGantt/kdganttforwardingproxymodel.cpp +++ b/src/KDGantt/kdganttforwardingproxymodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttforwardingproxymodel.h b/src/KDGantt/kdganttforwardingproxymodel.h index af306239..7c30c375 100644 --- a/src/KDGantt/kdganttforwardingproxymodel.h +++ b/src/KDGantt/kdganttforwardingproxymodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttglobal.cpp b/src/KDGantt/kdganttglobal.cpp index 3d3bcb8b..b6d71a12 100644 --- a/src/KDGantt/kdganttglobal.cpp +++ b/src/KDGantt/kdganttglobal.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttglobal.h b/src/KDGantt/kdganttglobal.h index f54307a0..36fbd134 100644 --- a/src/KDGantt/kdganttglobal.h +++ b/src/KDGantt/kdganttglobal.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsitem.cpp b/src/KDGantt/kdganttgraphicsitem.cpp index c6dee4df..ce662bb4 100644 --- a/src/KDGantt/kdganttgraphicsitem.cpp +++ b/src/KDGantt/kdganttgraphicsitem.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsitem.h b/src/KDGantt/kdganttgraphicsitem.h index bb172339..511e244f 100644 --- a/src/KDGantt/kdganttgraphicsitem.h +++ b/src/KDGantt/kdganttgraphicsitem.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsscene.cpp b/src/KDGantt/kdganttgraphicsscene.cpp index 2cb76419..5e013bcf 100644 --- a/src/KDGantt/kdganttgraphicsscene.cpp +++ b/src/KDGantt/kdganttgraphicsscene.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsscene.h b/src/KDGantt/kdganttgraphicsscene.h index fbfe8b9b..8da23a6d 100644 --- a/src/KDGantt/kdganttgraphicsscene.h +++ b/src/KDGantt/kdganttgraphicsscene.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsscene_p.h b/src/KDGantt/kdganttgraphicsscene_p.h index 4050ccc6..df314e3c 100644 --- a/src/KDGantt/kdganttgraphicsscene_p.h +++ b/src/KDGantt/kdganttgraphicsscene_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsview.cpp b/src/KDGantt/kdganttgraphicsview.cpp index 16ab4568..88771634 100644 --- a/src/KDGantt/kdganttgraphicsview.cpp +++ b/src/KDGantt/kdganttgraphicsview.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsview.h b/src/KDGantt/kdganttgraphicsview.h index 0e1561f0..b945c213 100644 --- a/src/KDGantt/kdganttgraphicsview.h +++ b/src/KDGantt/kdganttgraphicsview.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttgraphicsview_p.h b/src/KDGantt/kdganttgraphicsview_p.h index 6431c4ca..6e8dd9f8 100644 --- a/src/KDGantt/kdganttgraphicsview_p.h +++ b/src/KDGantt/kdganttgraphicsview_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttitemdelegate.cpp b/src/KDGantt/kdganttitemdelegate.cpp index 2be520d9..4b180804 100644 --- a/src/KDGantt/kdganttitemdelegate.cpp +++ b/src/KDGantt/kdganttitemdelegate.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttitemdelegate.h b/src/KDGantt/kdganttitemdelegate.h index 2bf55e03..6bbd2e10 100644 --- a/src/KDGantt/kdganttitemdelegate.h +++ b/src/KDGantt/kdganttitemdelegate.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttitemdelegate_p.h b/src/KDGantt/kdganttitemdelegate_p.h index 9b4d04fe..f8381a47 100644 --- a/src/KDGantt/kdganttitemdelegate_p.h +++ b/src/KDGantt/kdganttitemdelegate_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlegend.cpp b/src/KDGantt/kdganttlegend.cpp index d5782a7c..369cbefc 100644 --- a/src/KDGantt/kdganttlegend.cpp +++ b/src/KDGantt/kdganttlegend.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlegend.h b/src/KDGantt/kdganttlegend.h index 787a49bd..3e011bbb 100644 --- a/src/KDGantt/kdganttlegend.h +++ b/src/KDGantt/kdganttlegend.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlegend_p.h b/src/KDGantt/kdganttlegend_p.h index 91d01b0e..37c4b09c 100644 --- a/src/KDGantt/kdganttlegend_p.h +++ b/src/KDGantt/kdganttlegend_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlistviewrowcontroller.cpp b/src/KDGantt/kdganttlistviewrowcontroller.cpp index 0ace8933..24526432 100644 --- a/src/KDGantt/kdganttlistviewrowcontroller.cpp +++ b/src/KDGantt/kdganttlistviewrowcontroller.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlistviewrowcontroller.h b/src/KDGantt/kdganttlistviewrowcontroller.h index b04eb946..b165d9c4 100644 --- a/src/KDGantt/kdganttlistviewrowcontroller.h +++ b/src/KDGantt/kdganttlistviewrowcontroller.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttlistviewrowcontroller_p.h b/src/KDGantt/kdganttlistviewrowcontroller_p.h index ed39cabd..60c6cd42 100644 --- a/src/KDGantt/kdganttlistviewrowcontroller_p.h +++ b/src/KDGantt/kdganttlistviewrowcontroller_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttproxymodel.cpp b/src/KDGantt/kdganttproxymodel.cpp index ff5f7d8a..3dff7c95 100644 --- a/src/KDGantt/kdganttproxymodel.cpp +++ b/src/KDGantt/kdganttproxymodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttproxymodel.h b/src/KDGantt/kdganttproxymodel.h index e062f24c..31ccef62 100644 --- a/src/KDGantt/kdganttproxymodel.h +++ b/src/KDGantt/kdganttproxymodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttproxymodel_p.h b/src/KDGantt/kdganttproxymodel_p.h index ed1d05f6..0faa7832 100644 --- a/src/KDGantt/kdganttproxymodel_p.h +++ b/src/KDGantt/kdganttproxymodel_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttstyleoptionganttitem.cpp b/src/KDGantt/kdganttstyleoptionganttitem.cpp index e1511715..003b3c7c 100644 --- a/src/KDGantt/kdganttstyleoptionganttitem.cpp +++ b/src/KDGantt/kdganttstyleoptionganttitem.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttstyleoptionganttitem.h b/src/KDGantt/kdganttstyleoptionganttitem.h index a6b85ecd..ca7bee29 100644 --- a/src/KDGantt/kdganttstyleoptionganttitem.h +++ b/src/KDGantt/kdganttstyleoptionganttitem.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttsummaryhandlingproxymodel.cpp b/src/KDGantt/kdganttsummaryhandlingproxymodel.cpp index 6de06e9f..54dcdcd4 100644 --- a/src/KDGantt/kdganttsummaryhandlingproxymodel.cpp +++ b/src/KDGantt/kdganttsummaryhandlingproxymodel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttsummaryhandlingproxymodel.h b/src/KDGantt/kdganttsummaryhandlingproxymodel.h index 429002dd..a333a49c 100644 --- a/src/KDGantt/kdganttsummaryhandlingproxymodel.h +++ b/src/KDGantt/kdganttsummaryhandlingproxymodel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttsummaryhandlingproxymodel_p.h b/src/KDGantt/kdganttsummaryhandlingproxymodel_p.h index 3b110d10..18865d52 100644 --- a/src/KDGantt/kdganttsummaryhandlingproxymodel_p.h +++ b/src/KDGantt/kdganttsummaryhandlingproxymodel_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdgantttreeviewrowcontroller.cpp b/src/KDGantt/kdgantttreeviewrowcontroller.cpp index c3dd6362..06fd7515 100644 --- a/src/KDGantt/kdgantttreeviewrowcontroller.cpp +++ b/src/KDGantt/kdgantttreeviewrowcontroller.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdgantttreeviewrowcontroller.h b/src/KDGantt/kdgantttreeviewrowcontroller.h index eba310fd..95900f43 100644 --- a/src/KDGantt/kdgantttreeviewrowcontroller.h +++ b/src/KDGantt/kdgantttreeviewrowcontroller.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdgantttreeviewrowcontroller_p.h b/src/KDGantt/kdgantttreeviewrowcontroller_p.h index 94e157d1..3c4fdae1 100644 --- a/src/KDGantt/kdgantttreeviewrowcontroller_p.h +++ b/src/KDGantt/kdgantttreeviewrowcontroller_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttview.cpp b/src/KDGantt/kdganttview.cpp index ca15d827..79125e69 100644 --- a/src/KDGantt/kdganttview.cpp +++ b/src/KDGantt/kdganttview.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttview.h b/src/KDGantt/kdganttview.h index 815b555a..40921b56 100644 --- a/src/KDGantt/kdganttview.h +++ b/src/KDGantt/kdganttview.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/kdganttview_p.h b/src/KDGantt/kdganttview_p.h index feaf0359..b48896c6 100644 --- a/src/KDGantt/kdganttview_p.h +++ b/src/KDGantt/kdganttview_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/unittest/libutil.h b/src/KDGantt/unittest/libutil.h index 303b4895..0aee5d0a 100644 --- a/src/KDGantt/unittest/libutil.h +++ b/src/KDGantt/unittest/libutil.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/unittest/test.cpp b/src/KDGantt/unittest/test.cpp index 2c42565b..f5ec9518 100644 --- a/src/KDGantt/unittest/test.cpp +++ b/src/KDGantt/unittest/test.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/unittest/test.h b/src/KDGantt/unittest/test.h index 184c9134..747597b5 100644 --- a/src/KDGantt/unittest/test.h +++ b/src/KDGantt/unittest/test.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/unittest/testregistry.cpp b/src/KDGantt/unittest/testregistry.cpp index c97a5d70..d95e7f13 100644 --- a/src/KDGantt/unittest/testregistry.cpp +++ b/src/KDGantt/unittest/testregistry.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDGantt/unittest/testregistry.h b/src/KDGantt/unittest/testregistry.h index 50c03136..b394c4d7 100644 --- a/src/KDGantt/unittest/testregistry.h +++ b/src/KDGantt/unittest/testregistry.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 172c219c..e8419dd6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/DelayedData/CMakeLists.txt b/tests/DelayedData/CMakeLists.txt index 210f271a..c6eed029 100644 --- a/tests/DelayedData/CMakeLists.txt +++ b/tests/DelayedData/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/DelayedData/main.cpp b/tests/DelayedData/main.cpp index 721b8d76..74a7a624 100644 --- a/tests/DelayedData/main.cpp +++ b/tests/DelayedData/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/CMakeLists.txt b/tests/Gantt/apireview/CMakeLists.txt index 91099a75..03a72acc 100644 --- a/tests/Gantt/apireview/CMakeLists.txt +++ b/tests/Gantt/apireview/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/apireview/entrydelegate.cpp b/tests/Gantt/apireview/entrydelegate.cpp index 3ce17df6..a03c75d0 100644 --- a/tests/Gantt/apireview/entrydelegate.cpp +++ b/tests/Gantt/apireview/entrydelegate.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/entrydelegate.h b/tests/Gantt/apireview/entrydelegate.h index 1d1aed91..c896adf4 100644 --- a/tests/Gantt/apireview/entrydelegate.h +++ b/tests/Gantt/apireview/entrydelegate.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/entrydialog.cpp b/tests/Gantt/apireview/entrydialog.cpp index 94e1402b..582a793e 100644 --- a/tests/Gantt/apireview/entrydialog.cpp +++ b/tests/Gantt/apireview/entrydialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/entrydialog.h b/tests/Gantt/apireview/entrydialog.h index f1a04eb5..79fa8acb 100644 --- a/tests/Gantt/apireview/entrydialog.h +++ b/tests/Gantt/apireview/entrydialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/main.cpp b/tests/Gantt/apireview/main.cpp index 909617b9..963fe908 100644 --- a/tests/Gantt/apireview/main.cpp +++ b/tests/Gantt/apireview/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/mainwindow.cpp b/tests/Gantt/apireview/mainwindow.cpp index 08be2e9f..49307f2e 100644 --- a/tests/Gantt/apireview/mainwindow.cpp +++ b/tests/Gantt/apireview/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/apireview/mainwindow.h b/tests/Gantt/apireview/mainwindow.h index 141f9c37..57fac7b6 100644 --- a/tests/Gantt/apireview/mainwindow.h +++ b/tests/Gantt/apireview/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/customconstraints/CMakeLists.txt b/tests/Gantt/customconstraints/CMakeLists.txt index a07a564f..f0d882ff 100644 --- a/tests/Gantt/customconstraints/CMakeLists.txt +++ b/tests/Gantt/customconstraints/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/customconstraints/main.cpp b/tests/Gantt/customconstraints/main.cpp index 1d0d445f..57e4b205 100644 --- a/tests/Gantt/customconstraints/main.cpp +++ b/tests/Gantt/customconstraints/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/gfxview/CMakeLists.txt b/tests/Gantt/gfxview/CMakeLists.txt index 64ad42ea..93027774 100644 --- a/tests/Gantt/gfxview/CMakeLists.txt +++ b/tests/Gantt/gfxview/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/gfxview/main.cpp b/tests/Gantt/gfxview/main.cpp index fb4b8a4c..9076c691 100644 --- a/tests/Gantt/gfxview/main.cpp +++ b/tests/Gantt/gfxview/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/headers/CMakeLists.txt b/tests/Gantt/headers/CMakeLists.txt index f36bd165..b0de03cc 100644 --- a/tests/Gantt/headers/CMakeLists.txt +++ b/tests/Gantt/headers/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/headers/main.cpp b/tests/Gantt/headers/main.cpp index 370e54c7..ec7143ed 100644 --- a/tests/Gantt/headers/main.cpp +++ b/tests/Gantt/headers/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/listview/CMakeLists.txt b/tests/Gantt/listview/CMakeLists.txt index 2ef5e9bc..07d19da7 100644 --- a/tests/Gantt/listview/CMakeLists.txt +++ b/tests/Gantt/listview/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/listview/main.cpp b/tests/Gantt/listview/main.cpp index fe27331f..1d2a562a 100644 --- a/tests/Gantt/listview/main.cpp +++ b/tests/Gantt/listview/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/reorder/CMakeLists.txt b/tests/Gantt/reorder/CMakeLists.txt index 44b93bd6..1a9d0ade 100644 --- a/tests/Gantt/reorder/CMakeLists.txt +++ b/tests/Gantt/reorder/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/reorder/main.cpp b/tests/Gantt/reorder/main.cpp index 24114b28..f6a896da 100644 --- a/tests/Gantt/reorder/main.cpp +++ b/tests/Gantt/reorder/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/unittest/CMakeLists.txt b/tests/Gantt/unittest/CMakeLists.txt index 9b2ec758..a51d5878 100644 --- a/tests/Gantt/unittest/CMakeLists.txt +++ b/tests/Gantt/unittest/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/unittest/main.cpp b/tests/Gantt/unittest/main.cpp index 5c108aac..23d3b5f3 100644 --- a/tests/Gantt/unittest/main.cpp +++ b/tests/Gantt/unittest/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/Gantt/view/CMakeLists.txt b/tests/Gantt/view/CMakeLists.txt index 51bb699f..82efaaac 100644 --- a/tests/Gantt/view/CMakeLists.txt +++ b/tests/Gantt/view/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/Gantt/view/main.cpp b/tests/Gantt/view/main.cpp index 83eaa88f..2a13b0bf 100644 --- a/tests/Gantt/view/main.cpp +++ b/tests/Gantt/view/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/RootIndex/CMakeLists.txt b/tests/RootIndex/CMakeLists.txt index 39aef29c..49b04638 100644 --- a/tests/RootIndex/CMakeLists.txt +++ b/tests/RootIndex/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Chart library. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/tests/RootIndex/main.cpp b/tests/RootIndex/main.cpp index 00ac1eb2..192312fa 100644 --- a/tests/RootIndex/main.cpp +++ b/tests/RootIndex/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/RootIndex/mainwindow.cpp b/tests/RootIndex/mainwindow.cpp index d205bf88..49fe3508 100644 --- a/tests/RootIndex/mainwindow.cpp +++ b/tests/RootIndex/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/tests/RootIndex/mainwindow.h b/tests/RootIndex/mainwindow.h index 0b74c2e3..63b578b4 100644 --- a/tests/RootIndex/mainwindow.h +++ b/tests/RootIndex/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Chart library. ** -** SPDX-FileCopyrightText: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT **