diff --git a/examples/iotdashboard/Box.cpp b/examples/iotdashboard/Box.cpp index 6f1e460b..5ce0c9a8 100644 --- a/examples/iotdashboard/Box.cpp +++ b/examples/iotdashboard/Box.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Box.h" diff --git a/examples/iotdashboard/Box.h b/examples/iotdashboard/Box.h index ad2d1a93..056ba7a7 100644 --- a/examples/iotdashboard/Box.h +++ b/examples/iotdashboard/Box.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/BoxWithButtons.cpp b/examples/iotdashboard/BoxWithButtons.cpp index c5fb0193..3ad42e90 100644 --- a/examples/iotdashboard/BoxWithButtons.cpp +++ b/examples/iotdashboard/BoxWithButtons.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "BoxWithButtons.h" diff --git a/examples/iotdashboard/BoxWithButtons.h b/examples/iotdashboard/BoxWithButtons.h index 0880f94f..fe4e43fa 100644 --- a/examples/iotdashboard/BoxWithButtons.h +++ b/examples/iotdashboard/BoxWithButtons.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/CircularProgressBar.cpp b/examples/iotdashboard/CircularProgressBar.cpp index 13703b5d..479c5668 100644 --- a/examples/iotdashboard/CircularProgressBar.cpp +++ b/examples/iotdashboard/CircularProgressBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "CircularProgressBar.h" diff --git a/examples/iotdashboard/CircularProgressBar.h b/examples/iotdashboard/CircularProgressBar.h index 503296a8..9cd84898 100644 --- a/examples/iotdashboard/CircularProgressBar.h +++ b/examples/iotdashboard/CircularProgressBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/DashboardPage.cpp b/examples/iotdashboard/DashboardPage.cpp index 997ed370..a91291bf 100644 --- a/examples/iotdashboard/DashboardPage.cpp +++ b/examples/iotdashboard/DashboardPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DashboardPage.h" diff --git a/examples/iotdashboard/DashboardPage.h b/examples/iotdashboard/DashboardPage.h index cf21b1c7..038ccc66 100644 --- a/examples/iotdashboard/DashboardPage.h +++ b/examples/iotdashboard/DashboardPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/DevicesPage.cpp b/examples/iotdashboard/DevicesPage.cpp index 18293471..811840bc 100644 --- a/examples/iotdashboard/DevicesPage.cpp +++ b/examples/iotdashboard/DevicesPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DevicesPage.h" diff --git a/examples/iotdashboard/DevicesPage.h b/examples/iotdashboard/DevicesPage.h index 3afa2ac1..44199d7b 100644 --- a/examples/iotdashboard/DevicesPage.h +++ b/examples/iotdashboard/DevicesPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/EnergyMeter.cpp b/examples/iotdashboard/EnergyMeter.cpp index 068434fc..836dc977 100644 --- a/examples/iotdashboard/EnergyMeter.cpp +++ b/examples/iotdashboard/EnergyMeter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "EnergyMeter.h" diff --git a/examples/iotdashboard/EnergyMeter.h b/examples/iotdashboard/EnergyMeter.h index c83080f6..7780dd9e 100644 --- a/examples/iotdashboard/EnergyMeter.h +++ b/examples/iotdashboard/EnergyMeter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/GraphicProvider.cpp b/examples/iotdashboard/GraphicProvider.cpp index 93e86728..3dc397ec 100644 --- a/examples/iotdashboard/GraphicProvider.cpp +++ b/examples/iotdashboard/GraphicProvider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GraphicProvider.h" diff --git a/examples/iotdashboard/GraphicProvider.h b/examples/iotdashboard/GraphicProvider.h index 5eb80aa9..23924546 100644 --- a/examples/iotdashboard/GraphicProvider.h +++ b/examples/iotdashboard/GraphicProvider.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/GridBox.cpp b/examples/iotdashboard/GridBox.cpp index df5389a8..1b229253 100644 --- a/examples/iotdashboard/GridBox.cpp +++ b/examples/iotdashboard/GridBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridBox.h" diff --git a/examples/iotdashboard/GridBox.h b/examples/iotdashboard/GridBox.h index eee8eed7..d37a8d0e 100644 --- a/examples/iotdashboard/GridBox.h +++ b/examples/iotdashboard/GridBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/LightDisplay.cpp b/examples/iotdashboard/LightDisplay.cpp index b884e604..e25433ce 100644 --- a/examples/iotdashboard/LightDisplay.cpp +++ b/examples/iotdashboard/LightDisplay.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "LightDisplay.h" diff --git a/examples/iotdashboard/LightDisplay.h b/examples/iotdashboard/LightDisplay.h index 10a0ecfc..bddd5f47 100644 --- a/examples/iotdashboard/LightDisplay.h +++ b/examples/iotdashboard/LightDisplay.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/LightDisplaySkinlet.cpp b/examples/iotdashboard/LightDisplaySkinlet.cpp index ba2eceb5..33e4173c 100644 --- a/examples/iotdashboard/LightDisplaySkinlet.cpp +++ b/examples/iotdashboard/LightDisplaySkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "LightDisplaySkinlet.h" diff --git a/examples/iotdashboard/LightDisplaySkinlet.h b/examples/iotdashboard/LightDisplaySkinlet.h index ba0dd162..c2f90aa3 100644 --- a/examples/iotdashboard/LightDisplaySkinlet.h +++ b/examples/iotdashboard/LightDisplaySkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MainWindow.cpp b/examples/iotdashboard/MainWindow.cpp index 52f991d6..de00d590 100644 --- a/examples/iotdashboard/MainWindow.cpp +++ b/examples/iotdashboard/MainWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MainItem.h" diff --git a/examples/iotdashboard/MainWindow.h b/examples/iotdashboard/MainWindow.h index bb201754..d8cd1cc5 100644 --- a/examples/iotdashboard/MainWindow.h +++ b/examples/iotdashboard/MainWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MembersPage.cpp b/examples/iotdashboard/MembersPage.cpp index e7b4bd72..691d8731 100644 --- a/examples/iotdashboard/MembersPage.cpp +++ b/examples/iotdashboard/MembersPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MembersPage.h" diff --git a/examples/iotdashboard/MembersPage.h b/examples/iotdashboard/MembersPage.h index de297b9c..0eb99b63 100644 --- a/examples/iotdashboard/MembersPage.h +++ b/examples/iotdashboard/MembersPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MenuBar.cpp b/examples/iotdashboard/MenuBar.cpp index b4da935d..290411a7 100644 --- a/examples/iotdashboard/MenuBar.cpp +++ b/examples/iotdashboard/MenuBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MenuBar.h" diff --git a/examples/iotdashboard/MenuBar.h b/examples/iotdashboard/MenuBar.h index 07be9b92..dc0063d1 100644 --- a/examples/iotdashboard/MenuBar.h +++ b/examples/iotdashboard/MenuBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MyDevices.cpp b/examples/iotdashboard/MyDevices.cpp index 0c9ce93a..edeb7a5a 100644 --- a/examples/iotdashboard/MyDevices.cpp +++ b/examples/iotdashboard/MyDevices.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MyDevices.h" diff --git a/examples/iotdashboard/MyDevices.h b/examples/iotdashboard/MyDevices.h index b716c17b..6ed5e3d0 100644 --- a/examples/iotdashboard/MyDevices.h +++ b/examples/iotdashboard/MyDevices.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoomsPage.cpp b/examples/iotdashboard/RoomsPage.cpp index 85689dcf..077eee11 100644 --- a/examples/iotdashboard/RoomsPage.cpp +++ b/examples/iotdashboard/RoomsPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "RoomsPage.h" diff --git a/examples/iotdashboard/RoomsPage.h b/examples/iotdashboard/RoomsPage.h index 091731de..3ca54ee9 100644 --- a/examples/iotdashboard/RoomsPage.h +++ b/examples/iotdashboard/RoomsPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoundButton.cpp b/examples/iotdashboard/RoundButton.cpp index 6aa338b4..ccd05df1 100644 --- a/examples/iotdashboard/RoundButton.cpp +++ b/examples/iotdashboard/RoundButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "RoundButton.h" diff --git a/examples/iotdashboard/RoundButton.h b/examples/iotdashboard/RoundButton.h index feefdd4f..71e060a6 100644 --- a/examples/iotdashboard/RoundButton.h +++ b/examples/iotdashboard/RoundButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoundedIcon.cpp b/examples/iotdashboard/RoundedIcon.cpp index de393e82..4a922e22 100644 --- a/examples/iotdashboard/RoundedIcon.cpp +++ b/examples/iotdashboard/RoundedIcon.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "RoundedIcon.h" diff --git a/examples/iotdashboard/RoundedIcon.h b/examples/iotdashboard/RoundedIcon.h index b2c31b01..e12812bf 100644 --- a/examples/iotdashboard/RoundedIcon.h +++ b/examples/iotdashboard/RoundedIcon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/Skin.cpp b/examples/iotdashboard/Skin.cpp index f4bcadeb..3239a4bf 100644 --- a/examples/iotdashboard/Skin.cpp +++ b/examples/iotdashboard/Skin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Skin.h" diff --git a/examples/iotdashboard/Skin.h b/examples/iotdashboard/Skin.h index 2024f0a2..8761fd68 100644 --- a/examples/iotdashboard/Skin.h +++ b/examples/iotdashboard/Skin.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StatisticsPage.cpp b/examples/iotdashboard/StatisticsPage.cpp index 21dace6d..93427f39 100644 --- a/examples/iotdashboard/StatisticsPage.cpp +++ b/examples/iotdashboard/StatisticsPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StatisticsPage.h" diff --git a/examples/iotdashboard/StatisticsPage.h b/examples/iotdashboard/StatisticsPage.h index 1a9634ef..73563cff 100644 --- a/examples/iotdashboard/StatisticsPage.h +++ b/examples/iotdashboard/StatisticsPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageBar.cpp b/examples/iotdashboard/StorageBar.cpp index f5c58fa8..c717e1f7 100644 --- a/examples/iotdashboard/StorageBar.cpp +++ b/examples/iotdashboard/StorageBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StorageBar.h" diff --git a/examples/iotdashboard/StorageBar.h b/examples/iotdashboard/StorageBar.h index dcc50717..b8773b34 100644 --- a/examples/iotdashboard/StorageBar.h +++ b/examples/iotdashboard/StorageBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageBarSkinlet.cpp b/examples/iotdashboard/StorageBarSkinlet.cpp index e31cc31f..cfc2ceeb 100644 --- a/examples/iotdashboard/StorageBarSkinlet.cpp +++ b/examples/iotdashboard/StorageBarSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StorageBarSkinlet.h" diff --git a/examples/iotdashboard/StorageBarSkinlet.h b/examples/iotdashboard/StorageBarSkinlet.h index 34217ba4..c2445fb5 100644 --- a/examples/iotdashboard/StorageBarSkinlet.h +++ b/examples/iotdashboard/StorageBarSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageMeter.cpp b/examples/iotdashboard/StorageMeter.cpp index 2474124b..73bc39e8 100644 --- a/examples/iotdashboard/StorageMeter.cpp +++ b/examples/iotdashboard/StorageMeter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StorageMeter.h" diff --git a/examples/iotdashboard/StorageMeter.h b/examples/iotdashboard/StorageMeter.h index 7eff6885..16a8f454 100644 --- a/examples/iotdashboard/StorageMeter.h +++ b/examples/iotdashboard/StorageMeter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StoragePage.cpp b/examples/iotdashboard/StoragePage.cpp index d350008c..da2ca929 100644 --- a/examples/iotdashboard/StoragePage.cpp +++ b/examples/iotdashboard/StoragePage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StoragePage.h" diff --git a/examples/iotdashboard/StoragePage.h b/examples/iotdashboard/StoragePage.h index c8100030..efb09d41 100644 --- a/examples/iotdashboard/StoragePage.h +++ b/examples/iotdashboard/StoragePage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/TopBar.cpp b/examples/iotdashboard/TopBar.cpp index a9d3dedb..f869bb8c 100644 --- a/examples/iotdashboard/TopBar.cpp +++ b/examples/iotdashboard/TopBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "TopBar.h" diff --git a/examples/iotdashboard/TopBar.h b/examples/iotdashboard/TopBar.h index 76fa46f6..4948ca25 100644 --- a/examples/iotdashboard/TopBar.h +++ b/examples/iotdashboard/TopBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/UsageBox.cpp b/examples/iotdashboard/UsageBox.cpp index 1a9f05c4..5ade4bc2 100644 --- a/examples/iotdashboard/UsageBox.cpp +++ b/examples/iotdashboard/UsageBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "UsageBox.h" diff --git a/examples/iotdashboard/UsageBox.h b/examples/iotdashboard/UsageBox.h index c167437e..b9e044d4 100644 --- a/examples/iotdashboard/UsageBox.h +++ b/examples/iotdashboard/UsageBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/UsageDiagram.cpp b/examples/iotdashboard/UsageDiagram.cpp index 74f03b91..95f511cb 100644 --- a/examples/iotdashboard/UsageDiagram.cpp +++ b/examples/iotdashboard/UsageDiagram.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "UsageDiagram.h" diff --git a/examples/iotdashboard/UsageDiagram.h b/examples/iotdashboard/UsageDiagram.h index 68fa6d4b..8332bde7 100644 --- a/examples/iotdashboard/UsageDiagram.h +++ b/examples/iotdashboard/UsageDiagram.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/main.cpp b/examples/iotdashboard/main.cpp index 34d1ce17..e51259a7 100644 --- a/examples/iotdashboard/main.cpp +++ b/examples/iotdashboard/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MainWindow.h" diff --git a/examples/iotdashboard/nodes/RadialTickmarksNode.cpp b/examples/iotdashboard/nodes/RadialTickmarksNode.cpp index 019989bb..5cc9cb27 100644 --- a/examples/iotdashboard/nodes/RadialTickmarksNode.cpp +++ b/examples/iotdashboard/nodes/RadialTickmarksNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "RadialTickmarksNode.h" diff --git a/examples/iotdashboard/nodes/RadialTickmarksNode.h b/examples/iotdashboard/nodes/RadialTickmarksNode.h index 5daeae7b..ace3d20a 100644 --- a/examples/iotdashboard/nodes/RadialTickmarksNode.h +++ b/examples/iotdashboard/nodes/RadialTickmarksNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * SPDX-License-Identifier: BSD-3-Claus + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once