diff --git a/SiemensIXBlazor.Tests/AGGrid/AGGridTests.cs b/SiemensIXBlazor.Tests/AGGrid/AGGridTests.cs index fd8e435..591c9e6 100644 --- a/SiemensIXBlazor.Tests/AGGrid/AGGridTests.cs +++ b/SiemensIXBlazor.Tests/AGGrid/AGGridTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using System.Diagnostics; using Bunit; using Microsoft.AspNetCore.Components; diff --git a/SiemensIXBlazor.Tests/About/AboutMenuItemTest.cs b/SiemensIXBlazor.Tests/About/AboutMenuItemTest.cs index 51db3e9..31928ba 100644 --- a/SiemensIXBlazor.Tests/About/AboutMenuItemTest.cs +++ b/SiemensIXBlazor.Tests/About/AboutMenuItemTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components.About; diff --git a/SiemensIXBlazor.Tests/About/AboutMenuNewsTest.cs b/SiemensIXBlazor.Tests/About/AboutMenuNewsTest.cs index 81ce005..4f08269 100644 --- a/SiemensIXBlazor.Tests/About/AboutMenuNewsTest.cs +++ b/SiemensIXBlazor.Tests/About/AboutMenuNewsTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Web; using SiemensIXBlazor.Components.About; diff --git a/SiemensIXBlazor.Tests/About/AboutMenuTest.cs b/SiemensIXBlazor.Tests/About/AboutMenuTest.cs index e7209fa..871af0e 100644 --- a/SiemensIXBlazor.Tests/About/AboutMenuTest.cs +++ b/SiemensIXBlazor.Tests/About/AboutMenuTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Web; using SiemensIXBlazor.Components.About; diff --git a/SiemensIXBlazor.Tests/ActionCardTests.cs b/SiemensIXBlazor.Tests/ActionCardTests.cs index 3f2edf6..8f5673d 100644 --- a/SiemensIXBlazor.Tests/ActionCardTests.cs +++ b/SiemensIXBlazor.Tests/ActionCardTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components; using SiemensIXBlazor.Enums.PushCard; diff --git a/SiemensIXBlazor.Tests/ApplicationHeaderTests.cs b/SiemensIXBlazor.Tests/ApplicationHeaderTests.cs index a147014..17b269e 100644 --- a/SiemensIXBlazor.Tests/ApplicationHeaderTests.cs +++ b/SiemensIXBlazor.Tests/ApplicationHeaderTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/ApplicationTests.cs b/SiemensIXBlazor.Tests/ApplicationTests.cs index 4abd085..b228aa1 100644 --- a/SiemensIXBlazor.Tests/ApplicationTests.cs +++ b/SiemensIXBlazor.Tests/ApplicationTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components; using SiemensIXBlazor.Objects.Application; diff --git a/SiemensIXBlazor.Tests/AvatarTests.cs b/SiemensIXBlazor.Tests/AvatarTests.cs index 3c3be0c..a56696d 100644 --- a/SiemensIXBlazor.Tests/AvatarTests.cs +++ b/SiemensIXBlazor.Tests/AvatarTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components.Avatar; diff --git a/SiemensIXBlazor.Tests/BasicNavigationTests.cs b/SiemensIXBlazor.Tests/BasicNavigationTests.cs index b508922..9a1f208 100644 --- a/SiemensIXBlazor.Tests/BasicNavigationTests.cs +++ b/SiemensIXBlazor.Tests/BasicNavigationTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components.BasicNavigation; using SiemensIXBlazor.Enums.BasicNavigation; diff --git a/SiemensIXBlazor.Tests/BlindTests.cs b/SiemensIXBlazor.Tests/BlindTests.cs index b3410cd..b13f7be 100644 --- a/SiemensIXBlazor.Tests/BlindTests.cs +++ b/SiemensIXBlazor.Tests/BlindTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using SiemensIXBlazor.Components; using SiemensIXBlazor.Enums.Blind; using Bunit; diff --git a/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbItemTests.cs b/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbItemTests.cs index 1f69087..c0db7db 100644 --- a/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbItemTests.cs +++ b/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbItemTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbTests.cs b/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbTests.cs index 409f400..ff5d1c6 100644 --- a/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbTests.cs +++ b/SiemensIXBlazor.Tests/Breadcrumb/BreadcrumbTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + namespace SiemensIXBlazor.Tests { using Bunit; diff --git a/SiemensIXBlazor.Tests/Button/ButtonTests.cs b/SiemensIXBlazor.Tests/Button/ButtonTests.cs index f7409a7..a9c722b 100644 --- a/SiemensIXBlazor.Tests/Button/ButtonTests.cs +++ b/SiemensIXBlazor.Tests/Button/ButtonTests.cs @@ -1,3 +1,12 @@ +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/Button/IconButtonTests.cs b/SiemensIXBlazor.Tests/Button/IconButtonTests.cs index 4bd5c04..abf68de 100644 --- a/SiemensIXBlazor.Tests/Button/IconButtonTests.cs +++ b/SiemensIXBlazor.Tests/Button/IconButtonTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; using SiemensIXBlazor.Enums.Button; diff --git a/SiemensIXBlazor.Tests/CardListTests.cs b/SiemensIXBlazor.Tests/CardListTests.cs index a81769f..264c642 100644 --- a/SiemensIXBlazor.Tests/CardListTests.cs +++ b/SiemensIXBlazor.Tests/CardListTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/CardTests.cs b/SiemensIXBlazor.Tests/CardTests.cs index 8d3b12b..30509fc 100644 --- a/SiemensIXBlazor.Tests/CardTests.cs +++ b/SiemensIXBlazor.Tests/CardTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using SiemensIXBlazor.Components; using SiemensIXBlazor.Components.BasicNavigation; diff --git a/SiemensIXBlazor.Tests/CategoryFilterTests.cs b/SiemensIXBlazor.Tests/CategoryFilterTests.cs index f07ab32..2aeba2c 100644 --- a/SiemensIXBlazor.Tests/CategoryFilterTests.cs +++ b/SiemensIXBlazor.Tests/CategoryFilterTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; using SiemensIXBlazor.Components.CategoryFilter; diff --git a/SiemensIXBlazor.Tests/ChipTests.cs b/SiemensIXBlazor.Tests/ChipTests.cs index ebbf05b..0944937 100644 --- a/SiemensIXBlazor.Tests/ChipTests.cs +++ b/SiemensIXBlazor.Tests/ChipTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using SiemensIXBlazor.Components; namespace SiemensIXBlazor.Tests diff --git a/SiemensIXBlazor.Tests/ContentHeaderTests.cs b/SiemensIXBlazor.Tests/ContentHeaderTests.cs index 46ead73..f2b02b8 100644 --- a/SiemensIXBlazor.Tests/ContentHeaderTests.cs +++ b/SiemensIXBlazor.Tests/ContentHeaderTests.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; using SiemensIXBlazor.Components.Avatar; diff --git a/SiemensIXBlazor.Tests/ContentTests.cs b/SiemensIXBlazor.Tests/ContentTests.cs index cdcf5e2..84da613 100644 --- a/SiemensIXBlazor.Tests/ContentTests.cs +++ b/SiemensIXBlazor.Tests/ContentTests.cs @@ -1,4 +1,13 @@ -using SiemensIXBlazor.Components; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using SiemensIXBlazor.Components; namespace SiemensIXBlazor.Tests { diff --git a/SiemensIXBlazor.Tests/DateDropdownTest.cs b/SiemensIXBlazor.Tests/DateDropdownTest.cs index 39b2d4f..37dcc8f 100644 --- a/SiemensIXBlazor.Tests/DateDropdownTest.cs +++ b/SiemensIXBlazor.Tests/DateDropdownTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/DatePickerTest.cs b/SiemensIXBlazor.Tests/DatePickerTest.cs index 02f969f..acbbda5 100644 --- a/SiemensIXBlazor.Tests/DatePickerTest.cs +++ b/SiemensIXBlazor.Tests/DatePickerTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/DateTimePickerTest.cs b/SiemensIXBlazor.Tests/DateTimePickerTest.cs index f48fc26..d2e7e26 100644 --- a/SiemensIXBlazor.Tests/DateTimePickerTest.cs +++ b/SiemensIXBlazor.Tests/DateTimePickerTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/DividerTest.cs b/SiemensIXBlazor.Tests/DividerTest.cs index cc0ef3a..e327afc 100644 --- a/SiemensIXBlazor.Tests/DividerTest.cs +++ b/SiemensIXBlazor.Tests/DividerTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Dropdown/DropdownItemTest.cs b/SiemensIXBlazor.Tests/Dropdown/DropdownItemTest.cs index b65e033..b200ddf 100644 --- a/SiemensIXBlazor.Tests/Dropdown/DropdownItemTest.cs +++ b/SiemensIXBlazor.Tests/Dropdown/DropdownItemTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Dropdown/DropdownTest.cs b/SiemensIXBlazor.Tests/Dropdown/DropdownTest.cs index daa3c71..7c6b1f3 100644 --- a/SiemensIXBlazor.Tests/Dropdown/DropdownTest.cs +++ b/SiemensIXBlazor.Tests/Dropdown/DropdownTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/DropdownButtonTest.cs b/SiemensIXBlazor.Tests/DropdownButtonTest.cs index 0ec99f8..f5ca7c9 100644 --- a/SiemensIXBlazor.Tests/DropdownButtonTest.cs +++ b/SiemensIXBlazor.Tests/DropdownButtonTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/EChartsTest.cs b/SiemensIXBlazor.Tests/EChartsTest.cs index 642d195..e5292be 100644 --- a/SiemensIXBlazor.Tests/EChartsTest.cs +++ b/SiemensIXBlazor.Tests/EChartsTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/EmptyStateTest.cs b/SiemensIXBlazor.Tests/EmptyStateTest.cs index 6e841b1..8245ff9 100644 --- a/SiemensIXBlazor.Tests/EmptyStateTest.cs +++ b/SiemensIXBlazor.Tests/EmptyStateTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/EventList/EventListItemTest.cs b/SiemensIXBlazor.Tests/EventList/EventListItemTest.cs index a066573..800a771 100644 --- a/SiemensIXBlazor.Tests/EventList/EventListItemTest.cs +++ b/SiemensIXBlazor.Tests/EventList/EventListItemTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/EventList/EventListTest.cs b/SiemensIXBlazor.Tests/EventList/EventListTest.cs index 438c1d5..3ba7ee7 100644 --- a/SiemensIXBlazor.Tests/EventList/EventListTest.cs +++ b/SiemensIXBlazor.Tests/EventList/EventListTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/ExpandingSearchTest.cs b/SiemensIXBlazor.Tests/ExpandingSearchTest.cs index c7fd37b..a0a55e9 100644 --- a/SiemensIXBlazor.Tests/ExpandingSearchTest.cs +++ b/SiemensIXBlazor.Tests/ExpandingSearchTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Flip/FlipTileContentTest.cs b/SiemensIXBlazor.Tests/Flip/FlipTileContentTest.cs index a4573b7..2d6dab4 100644 --- a/SiemensIXBlazor.Tests/Flip/FlipTileContentTest.cs +++ b/SiemensIXBlazor.Tests/Flip/FlipTileContentTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Flip/FlipTileTest.cs b/SiemensIXBlazor.Tests/Flip/FlipTileTest.cs index 95eb421..abda0fb 100644 --- a/SiemensIXBlazor.Tests/Flip/FlipTileTest.cs +++ b/SiemensIXBlazor.Tests/Flip/FlipTileTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Group/GroupItemTest.cs b/SiemensIXBlazor.Tests/Group/GroupItemTest.cs index adaeed8..c1ced36 100644 --- a/SiemensIXBlazor.Tests/Group/GroupItemTest.cs +++ b/SiemensIXBlazor.Tests/Group/GroupItemTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/Group/GroupTest.cs b/SiemensIXBlazor.Tests/Group/GroupTest.cs index f1f4a21..f35f988 100644 --- a/SiemensIXBlazor.Tests/Group/GroupTest.cs +++ b/SiemensIXBlazor.Tests/Group/GroupTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/KPITest.cs b/SiemensIXBlazor.Tests/KPITest.cs index 21fd689..325c796 100644 --- a/SiemensIXBlazor.Tests/KPITest.cs +++ b/SiemensIXBlazor.Tests/KPITest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/KeyValueListTest.cs b/SiemensIXBlazor.Tests/KeyValueListTest.cs index 421dbc5..feef6a0 100644 --- a/SiemensIXBlazor.Tests/KeyValueListTest.cs +++ b/SiemensIXBlazor.Tests/KeyValueListTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/KeyValueTest.cs b/SiemensIXBlazor.Tests/KeyValueTest.cs index 728f4cd..6900f90 100644 --- a/SiemensIXBlazor.Tests/KeyValueTest.cs +++ b/SiemensIXBlazor.Tests/KeyValueTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/LayoutGrid/ColTest.cs b/SiemensIXBlazor.Tests/LayoutGrid/ColTest.cs index 02d4f39..d7034a1 100644 --- a/SiemensIXBlazor.Tests/LayoutGrid/ColTest.cs +++ b/SiemensIXBlazor.Tests/LayoutGrid/ColTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/LayoutGrid/LayoutGridTest.cs b/SiemensIXBlazor.Tests/LayoutGrid/LayoutGridTest.cs index 9bfbc0b..8ad93f9 100644 --- a/SiemensIXBlazor.Tests/LayoutGrid/LayoutGridTest.cs +++ b/SiemensIXBlazor.Tests/LayoutGrid/LayoutGridTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/LayoutGrid/RowTest.cs b/SiemensIXBlazor.Tests/LayoutGrid/RowTest.cs index 590b362..f92c270 100644 --- a/SiemensIXBlazor.Tests/LayoutGrid/RowTest.cs +++ b/SiemensIXBlazor.Tests/LayoutGrid/RowTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/LinkButtonTest.cs b/SiemensIXBlazor.Tests/LinkButtonTest.cs index b1d5787..78963c2 100644 --- a/SiemensIXBlazor.Tests/LinkButtonTest.cs +++ b/SiemensIXBlazor.Tests/LinkButtonTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/MapNavigationTest.cs b/SiemensIXBlazor.Tests/MapNavigationTest.cs index 5ba9889..35b162c 100644 --- a/SiemensIXBlazor.Tests/MapNavigationTest.cs +++ b/SiemensIXBlazor.Tests/MapNavigationTest.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsItemTest.cs b/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsItemTest.cs index b5ecd96..06026aa 100644 --- a/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsItemTest.cs +++ b/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsItemTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components.MenuSettings; diff --git a/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsTest.cs b/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsTest.cs index e865ee1..33cc2b5 100644 --- a/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsTest.cs +++ b/SiemensIXBlazor.Tests/MenuSettings/MenuSettingsTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using SiemensIXBlazor.Components; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components.MenuSettings; diff --git a/SiemensIXBlazor.Tests/MessageBarTest.cs b/SiemensIXBlazor.Tests/MessageBarTest.cs index 628ddbf..b9f9039 100644 --- a/SiemensIXBlazor.Tests/MessageBarTest.cs +++ b/SiemensIXBlazor.Tests/MessageBarTest.cs @@ -1,4 +1,13 @@ - +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + + using Bunit; using Microsoft.AspNetCore.Components; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarItemTest.cs b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarItemTest.cs index 51d5955..7cf39af 100644 --- a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarItemTest.cs +++ b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarItemTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Xunit; using SiemensIXBlazor.Components.NavigationMenu; using Microsoft.AspNetCore.Components.Web; diff --git a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarTest.cs b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarTest.cs index 785c703..b53f824 100644 --- a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarTest.cs +++ b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuAvatarTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Xunit; using SiemensIXBlazor.Components.NavigationMenu; diff --git a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuCategoryTest.cs b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuCategoryTest.cs index b6b499e..9ef4032 100644 --- a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuCategoryTest.cs +++ b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuCategoryTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Xunit; using SiemensIXBlazor.Components.NavigationMenu; diff --git a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuItemTest.cs b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuItemTest.cs index 874e4a4..6b067be 100644 --- a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuItemTest.cs +++ b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuItemTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Xunit; using SiemensIXBlazor.Components.NavigationMenu; diff --git a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuTest.cs b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuTest.cs index 29ada54..0a8abb1 100644 --- a/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuTest.cs +++ b/SiemensIXBlazor.Tests/NavigationMenu/NavigationMenuTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Xunit; using SiemensIXBlazor.Components.NavigationMenu; using Microsoft.AspNetCore.Components; diff --git a/SiemensIXBlazor.Tests/PaginationTest.cs b/SiemensIXBlazor.Tests/PaginationTest.cs index da1e0c3..3d9f497 100644 --- a/SiemensIXBlazor.Tests/PaginationTest.cs +++ b/SiemensIXBlazor.Tests/PaginationTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Xunit; using SiemensIXBlazor.Components.Pagination; diff --git a/SiemensIXBlazor.Tests/PillTest.cs b/SiemensIXBlazor.Tests/PillTest.cs index 07c6bc8..1b0ec6a 100644 --- a/SiemensIXBlazor.Tests/PillTest.cs +++ b/SiemensIXBlazor.Tests/PillTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Microsoft.AspNetCore.Components; using Xunit; using SiemensIXBlazor.Components; diff --git a/SiemensIXBlazor.Tests/PushCardTest.cs b/SiemensIXBlazor.Tests/PushCardTest.cs index c490228..8b75010 100644 --- a/SiemensIXBlazor.Tests/PushCardTest.cs +++ b/SiemensIXBlazor.Tests/PushCardTest.cs @@ -1,4 +1,13 @@ -using Bunit; +// ----------------------------------------------------------------------- +// SPDX-FileCopyrightText: 2024 Siemens AG +// +// SPDX-License-Identifier: MIT +// +// This source code is licensed under the MIT license found in the +// LICENSE file in the root directory of this source tree. +// ----------------------------------------------------------------------- + +using Bunit; using Xunit; using SiemensIXBlazor.Components; using SiemensIXBlazor.Enums.PushCard; diff --git a/SiemensIXBlazor.Tests/TestContextBase.cs b/SiemensIXBlazor.Tests/TestContextBase.cs index dea2a98..4cc05b9 100644 --- a/SiemensIXBlazor.Tests/TestContextBase.cs +++ b/SiemensIXBlazor.Tests/TestContextBase.cs @@ -1,8 +1,8 @@ // ----------------------------------------------------------------------- // SPDX-FileCopyrightText: 2024 Siemens AG -// +// // SPDX-License-Identifier: MIT -// +// // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. // ----------------------------------------------------------------------- diff --git a/SiemensIXBlazor/Components/About/AboutMenu.razor b/SiemensIXBlazor/Components/About/AboutMenu.razor index 43e2db4..486a3b7 100644 --- a/SiemensIXBlazor/Components/About/AboutMenu.razor +++ b/SiemensIXBlazor/Components/About/AboutMenu.razor @@ -8,7 +8,6 @@ // ----------------------------------------------------------------------- *@ - @using Microsoft.JSInterop; @inject IJSRuntime JSRuntime @inherits IXBaseComponent