diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd850f0fb4..197b31387b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: configuration: Release productNamespacePrefix: "ReactiveUI" dotNetBuild: true - useVisualStudioPreview: true + useVisualStudioPreview: false useMauiCheckDotNetTool: false solutionFile: "reactiveui.sln" secrets: diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 1c8af049a7..919cbe1e1e 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -5,9 +5,10 @@ 6.8.0 - 14.8.12 + 15.0.1 28.0.0.3 2.6.6 + 23.2.0 @@ -39,7 +40,7 @@ - + @@ -96,4 +97,4 @@ - \ No newline at end of file + diff --git a/src/ReactiveUI.Blazor/GlobalUsings.cs b/src/ReactiveUI.Blazor/GlobalUsings.cs index 613df22133..1815b0e5ba 100644 --- a/src/ReactiveUI.Blazor/GlobalUsings.cs +++ b/src/ReactiveUI.Blazor/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blazor/PlatformOperations.cs b/src/ReactiveUI.Blazor/PlatformOperations.cs index 0c3079d7e3..5520730e7e 100644 --- a/src/ReactiveUI.Blazor/PlatformOperations.cs +++ b/src/ReactiveUI.Blazor/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blazor/ReactiveComponentBase.cs b/src/ReactiveUI.Blazor/ReactiveComponentBase.cs index bff1589919..a25966494f 100644 --- a/src/ReactiveUI.Blazor/ReactiveComponentBase.cs +++ b/src/ReactiveUI.Blazor/ReactiveComponentBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs b/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs index 128bbca42d..0f70aab40f 100644 --- a/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs +++ b/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blazor/ReactiveLayoutComponentBase.cs b/src/ReactiveUI.Blazor/ReactiveLayoutComponentBase.cs index 81c9796ae7..bf38817193 100644 --- a/src/ReactiveUI.Blazor/ReactiveLayoutComponentBase.cs +++ b/src/ReactiveUI.Blazor/ReactiveLayoutComponentBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blazor/Registrations.cs b/src/ReactiveUI.Blazor/Registrations.cs index 971762469c..9cfa99b790 100644 --- a/src/ReactiveUI.Blazor/Registrations.cs +++ b/src/ReactiveUI.Blazor/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blend/FollowObservableStateBehavior.cs b/src/ReactiveUI.Blend/FollowObservableStateBehavior.cs index fa8538a6ec..a74795d67b 100644 --- a/src/ReactiveUI.Blend/FollowObservableStateBehavior.cs +++ b/src/ReactiveUI.Blend/FollowObservableStateBehavior.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blend/GlobalUsings.cs b/src/ReactiveUI.Blend/GlobalUsings.cs index edf779595e..f8756cd429 100644 --- a/src/ReactiveUI.Blend/GlobalUsings.cs +++ b/src/ReactiveUI.Blend/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Blend/Platforms/net4/ObservableTrigger.cs b/src/ReactiveUI.Blend/Platforms/net4/ObservableTrigger.cs index 38d40c6d55..0da12caaf5 100644 --- a/src/ReactiveUI.Blend/Platforms/net4/ObservableTrigger.cs +++ b/src/ReactiveUI.Blend/Platforms/net4/ObservableTrigger.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Drawing/GlobalUsings.cs b/src/ReactiveUI.Drawing/GlobalUsings.cs index 12d0eacf69..600161b17a 100644 --- a/src/ReactiveUI.Drawing/GlobalUsings.cs +++ b/src/ReactiveUI.Drawing/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Drawing/Registrations.cs b/src/ReactiveUI.Drawing/Registrations.cs index 455ef120b5..2393bd7be3 100644 --- a/src/ReactiveUI.Drawing/Registrations.cs +++ b/src/ReactiveUI.Drawing/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ActivationForViewFetcher.cs b/src/ReactiveUI.Maui/ActivationForViewFetcher.cs index 831643f606..6f840347e6 100644 --- a/src/ReactiveUI.Maui/ActivationForViewFetcher.cs +++ b/src/ReactiveUI.Maui/ActivationForViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/AutoSuspendHelper.cs b/src/ReactiveUI.Maui/AutoSuspendHelper.cs index 163acdd6c8..9f420471d8 100644 --- a/src/ReactiveUI.Maui/AutoSuspendHelper.cs +++ b/src/ReactiveUI.Maui/AutoSuspendHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/AutoDataTemplateBindingHook.cs b/src/ReactiveUI.Maui/Common/AutoDataTemplateBindingHook.cs index ec4d0c90f9..28a8facc68 100644 --- a/src/ReactiveUI.Maui/Common/AutoDataTemplateBindingHook.cs +++ b/src/ReactiveUI.Maui/Common/AutoDataTemplateBindingHook.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/BooleanToVisibilityHint.cs b/src/ReactiveUI.Maui/Common/BooleanToVisibilityHint.cs index 12b0fccad8..1e7635d922 100644 --- a/src/ReactiveUI.Maui/Common/BooleanToVisibilityHint.cs +++ b/src/ReactiveUI.Maui/Common/BooleanToVisibilityHint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/BooleanToVisibilityTypeConverter.cs b/src/ReactiveUI.Maui/Common/BooleanToVisibilityTypeConverter.cs index 3065c3effc..dc7cc28054 100644 --- a/src/ReactiveUI.Maui/Common/BooleanToVisibilityTypeConverter.cs +++ b/src/ReactiveUI.Maui/Common/BooleanToVisibilityTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/PlatformOperations.cs b/src/ReactiveUI.Maui/Common/PlatformOperations.cs index e88c72a658..d7f6bbd2f0 100644 --- a/src/ReactiveUI.Maui/Common/PlatformOperations.cs +++ b/src/ReactiveUI.Maui/Common/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/ReactivePage.cs b/src/ReactiveUI.Maui/Common/ReactivePage.cs index ec6259d626..84f86831de 100644 --- a/src/ReactiveUI.Maui/Common/ReactivePage.cs +++ b/src/ReactiveUI.Maui/Common/ReactivePage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/ReactiveUserControl.cs b/src/ReactiveUI.Maui/Common/ReactiveUserControl.cs index ee7824a397..5f344394e8 100644 --- a/src/ReactiveUI.Maui/Common/ReactiveUserControl.cs +++ b/src/ReactiveUI.Maui/Common/ReactiveUserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/RoutedViewHost.cs b/src/ReactiveUI.Maui/Common/RoutedViewHost.cs index 16d6c1c210..55629b97cb 100644 --- a/src/ReactiveUI.Maui/Common/RoutedViewHost.cs +++ b/src/ReactiveUI.Maui/Common/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Common/ViewModelViewHost.cs b/src/ReactiveUI.Maui/Common/ViewModelViewHost.cs index 0aca1350ce..e9ada6e1e9 100644 --- a/src/ReactiveUI.Maui/Common/ViewModelViewHost.cs +++ b/src/ReactiveUI.Maui/Common/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/DisableAnimationAttribute.cs b/src/ReactiveUI.Maui/DisableAnimationAttribute.cs index f71a3eefeb..25c6657363 100644 --- a/src/ReactiveUI.Maui/DisableAnimationAttribute.cs +++ b/src/ReactiveUI.Maui/DisableAnimationAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/GlobalUsings.cs b/src/ReactiveUI.Maui/GlobalUsings.cs index 2ee3871028..5fd95e1a79 100644 --- a/src/ReactiveUI.Maui/GlobalUsings.cs +++ b/src/ReactiveUI.Maui/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Properties/AssemblyInfo.cs b/src/ReactiveUI.Maui/Properties/AssemblyInfo.cs index f253fbfe1e..6602e05674 100644 --- a/src/ReactiveUI.Maui/Properties/AssemblyInfo.cs +++ b/src/ReactiveUI.Maui/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveCarouselView.cs b/src/ReactiveUI.Maui/ReactiveCarouselView.cs index 5e4f607d7a..ceb626b1a0 100644 --- a/src/ReactiveUI.Maui/ReactiveCarouselView.cs +++ b/src/ReactiveUI.Maui/ReactiveCarouselView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveContentPage.cs b/src/ReactiveUI.Maui/ReactiveContentPage.cs index 6f63235e66..e32f1a760c 100644 --- a/src/ReactiveUI.Maui/ReactiveContentPage.cs +++ b/src/ReactiveUI.Maui/ReactiveContentPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveContentView.cs b/src/ReactiveUI.Maui/ReactiveContentView.cs index 5e172f35ed..58b305d8ef 100644 --- a/src/ReactiveUI.Maui/ReactiveContentView.cs +++ b/src/ReactiveUI.Maui/ReactiveContentView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveEntryCell.cs b/src/ReactiveUI.Maui/ReactiveEntryCell.cs index a19f12c803..7bafb61c7f 100644 --- a/src/ReactiveUI.Maui/ReactiveEntryCell.cs +++ b/src/ReactiveUI.Maui/ReactiveEntryCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveFlyoutPage.cs b/src/ReactiveUI.Maui/ReactiveFlyoutPage.cs index 6989cbc49b..c0e39aefcb 100644 --- a/src/ReactiveUI.Maui/ReactiveFlyoutPage.cs +++ b/src/ReactiveUI.Maui/ReactiveFlyoutPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveImageCell.cs b/src/ReactiveUI.Maui/ReactiveImageCell.cs index e092807a81..c2891061b8 100644 --- a/src/ReactiveUI.Maui/ReactiveImageCell.cs +++ b/src/ReactiveUI.Maui/ReactiveImageCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveMasterDetailPage.cs b/src/ReactiveUI.Maui/ReactiveMasterDetailPage.cs index fe51a158e6..4432387579 100644 --- a/src/ReactiveUI.Maui/ReactiveMasterDetailPage.cs +++ b/src/ReactiveUI.Maui/ReactiveMasterDetailPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveMultiPage.cs b/src/ReactiveUI.Maui/ReactiveMultiPage.cs index 465adfdd32..5c0a9d9e77 100644 --- a/src/ReactiveUI.Maui/ReactiveMultiPage.cs +++ b/src/ReactiveUI.Maui/ReactiveMultiPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveNavigationPage.cs b/src/ReactiveUI.Maui/ReactiveNavigationPage.cs index d221fc96fb..465982a05e 100644 --- a/src/ReactiveUI.Maui/ReactiveNavigationPage.cs +++ b/src/ReactiveUI.Maui/ReactiveNavigationPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveShell.cs b/src/ReactiveUI.Maui/ReactiveShell.cs index c8713668fa..d56a71948d 100644 --- a/src/ReactiveUI.Maui/ReactiveShell.cs +++ b/src/ReactiveUI.Maui/ReactiveShell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveShellContent.cs b/src/ReactiveUI.Maui/ReactiveShellContent.cs index 9d4d40b7ea..9f7c03373f 100644 --- a/src/ReactiveUI.Maui/ReactiveShellContent.cs +++ b/src/ReactiveUI.Maui/ReactiveShellContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveSwitchCell.cs b/src/ReactiveUI.Maui/ReactiveSwitchCell.cs index 8bd99c1ff4..7127506af5 100644 --- a/src/ReactiveUI.Maui/ReactiveSwitchCell.cs +++ b/src/ReactiveUI.Maui/ReactiveSwitchCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveTabbedPage.cs b/src/ReactiveUI.Maui/ReactiveTabbedPage.cs index 6ff25842bd..2301f7e625 100644 --- a/src/ReactiveUI.Maui/ReactiveTabbedPage.cs +++ b/src/ReactiveUI.Maui/ReactiveTabbedPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveTextCell.cs b/src/ReactiveUI.Maui/ReactiveTextCell.cs index 1c44517ca2..c527c0b4f6 100644 --- a/src/ReactiveUI.Maui/ReactiveTextCell.cs +++ b/src/ReactiveUI.Maui/ReactiveTextCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ReactiveViewCell.cs b/src/ReactiveUI.Maui/ReactiveViewCell.cs index 7e880d402b..faf3e69e3b 100644 --- a/src/ReactiveUI.Maui/ReactiveViewCell.cs +++ b/src/ReactiveUI.Maui/ReactiveViewCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/Registrations.cs b/src/ReactiveUI.Maui/Registrations.cs index 5273a21f3a..bf08a99aeb 100644 --- a/src/ReactiveUI.Maui/Registrations.cs +++ b/src/ReactiveUI.Maui/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/RoutedViewHost.cs b/src/ReactiveUI.Maui/RoutedViewHost.cs index 0c5951b8c7..97c808d225 100644 --- a/src/ReactiveUI.Maui/RoutedViewHost.cs +++ b/src/ReactiveUI.Maui/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/ViewModelViewHost.cs b/src/ReactiveUI.Maui/ViewModelViewHost.cs index 7cad2102be..b917a5a827 100644 --- a/src/ReactiveUI.Maui/ViewModelViewHost.cs +++ b/src/ReactiveUI.Maui/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/WinUI/DependencyObjectObservableForProperty.cs b/src/ReactiveUI.Maui/WinUI/DependencyObjectObservableForProperty.cs index 0a29bc9d5c..0d524849cb 100644 --- a/src/ReactiveUI.Maui/WinUI/DependencyObjectObservableForProperty.cs +++ b/src/ReactiveUI.Maui/WinUI/DependencyObjectObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Maui/WinUI/TransitioningContentControl.Empty.cs b/src/ReactiveUI.Maui/WinUI/TransitioningContentControl.Empty.cs index 5098f02a76..1203de528f 100644 --- a/src/ReactiveUI.Maui/WinUI/TransitioningContentControl.Empty.cs +++ b/src/ReactiveUI.Maui/WinUI/TransitioningContentControl.Empty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Splat.Tests/GlobalUsings.cs b/src/ReactiveUI.Splat.Tests/GlobalUsings.cs index 1bf201126a..df03683e11 100644 --- a/src/ReactiveUI.Splat.Tests/GlobalUsings.cs +++ b/src/ReactiveUI.Splat.Tests/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs b/src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs index aab40eb030..68d791855d 100644 --- a/src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs +++ b/src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing.Tests/GlobalUsings.cs b/src/ReactiveUI.Testing.Tests/GlobalUsings.cs index 4522100c3f..93eef33ac9 100644 --- a/src/ReactiveUI.Testing.Tests/GlobalUsings.cs +++ b/src/ReactiveUI.Testing.Tests/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing.Tests/TestFixture.cs b/src/ReactiveUI.Testing.Tests/TestFixture.cs index 63fadbd84a..23c7f3e189 100644 --- a/src/ReactiveUI.Testing.Tests/TestFixture.cs +++ b/src/ReactiveUI.Testing.Tests/TestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing.Tests/TestFixtureBuilder.cs b/src/ReactiveUI.Testing.Tests/TestFixtureBuilder.cs index c2867f5ea9..5321e39efe 100644 --- a/src/ReactiveUI.Testing.Tests/TestFixtureBuilder.cs +++ b/src/ReactiveUI.Testing.Tests/TestFixtureBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing.Tests/TestFixtureBuilderExtensionTests.cs b/src/ReactiveUI.Testing.Tests/TestFixtureBuilderExtensionTests.cs index 27a8375889..0ec67bec6b 100644 --- a/src/ReactiveUI.Testing.Tests/TestFixtureBuilderExtensionTests.cs +++ b/src/ReactiveUI.Testing.Tests/TestFixtureBuilderExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing.Tests/TestSequencerTests.cs b/src/ReactiveUI.Testing.Tests/TestSequencerTests.cs index 18fa15f4dc..a080006417 100644 --- a/src/ReactiveUI.Testing.Tests/TestSequencerTests.cs +++ b/src/ReactiveUI.Testing.Tests/TestSequencerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing/GlobalUsings.cs b/src/ReactiveUI.Testing/GlobalUsings.cs index 4627f0b2a9..ad55bfdac8 100644 --- a/src/ReactiveUI.Testing/GlobalUsings.cs +++ b/src/ReactiveUI.Testing/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing/IBuilderExtensions.cs b/src/ReactiveUI.Testing/IBuilderExtensions.cs index a5b2a9e177..bc26e4506a 100644 --- a/src/ReactiveUI.Testing/IBuilderExtensions.cs +++ b/src/ReactiveUI.Testing/IBuilderExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing/MessageBusExtensions.cs b/src/ReactiveUI.Testing/MessageBusExtensions.cs index 9daad3016d..963bfcf458 100644 --- a/src/ReactiveUI.Testing/MessageBusExtensions.cs +++ b/src/ReactiveUI.Testing/MessageBusExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing/SchedulerExtensions.cs b/src/ReactiveUI.Testing/SchedulerExtensions.cs index 527c0448bb..38c0e743d9 100644 --- a/src/ReactiveUI.Testing/SchedulerExtensions.cs +++ b/src/ReactiveUI.Testing/SchedulerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Testing/TestSequencer.cs b/src/ReactiveUI.Testing/TestSequencer.cs index c6968f074f..f8b446825f 100644 --- a/src/ReactiveUI.Testing/TestSequencer.cs +++ b/src/ReactiveUI.Testing/TestSequencer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/API/ApiApprovalTests.cs b/src/ReactiveUI.Tests/API/ApiApprovalTests.cs index 4b349a0533..18bf45cf1b 100644 --- a/src/ReactiveUI.Tests/API/ApiApprovalTests.cs +++ b/src/ReactiveUI.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ActivatingView.cs b/src/ReactiveUI.Tests/Activation/ActivatingView.cs index ee0f421ad8..297750aabe 100644 --- a/src/ReactiveUI.Tests/Activation/ActivatingView.cs +++ b/src/ReactiveUI.Tests/Activation/ActivatingView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ActivatingViewFetcher.cs b/src/ReactiveUI.Tests/Activation/ActivatingViewFetcher.cs index d57679bcec..16db896e4d 100644 --- a/src/ReactiveUI.Tests/Activation/ActivatingViewFetcher.cs +++ b/src/ReactiveUI.Tests/Activation/ActivatingViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ActivatingViewModel.cs b/src/ReactiveUI.Tests/Activation/ActivatingViewModel.cs index fb038e09e3..7c13aca52c 100644 --- a/src/ReactiveUI.Tests/Activation/ActivatingViewModel.cs +++ b/src/ReactiveUI.Tests/Activation/ActivatingViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ActivatingViewModelTests.cs b/src/ReactiveUI.Tests/Activation/ActivatingViewModelTests.cs index d4ad6e5b68..676aceb7bb 100644 --- a/src/ReactiveUI.Tests/Activation/ActivatingViewModelTests.cs +++ b/src/ReactiveUI.Tests/Activation/ActivatingViewModelTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ActivatingViewTests.cs b/src/ReactiveUI.Tests/Activation/ActivatingViewTests.cs index 7021cd3f2e..2a1f5e5ab7 100644 --- a/src/ReactiveUI.Tests/Activation/ActivatingViewTests.cs +++ b/src/ReactiveUI.Tests/Activation/ActivatingViewTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/CanActivateViewFetcherTests.cs b/src/ReactiveUI.Tests/Activation/CanActivateViewFetcherTests.cs index 3a20931bcc..7bebcfc23c 100644 --- a/src/ReactiveUI.Tests/Activation/CanActivateViewFetcherTests.cs +++ b/src/ReactiveUI.Tests/Activation/CanActivateViewFetcherTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/DerivedActivatingViewModel.cs b/src/ReactiveUI.Tests/Activation/DerivedActivatingViewModel.cs index 8953d54912..607819f3f1 100644 --- a/src/ReactiveUI.Tests/Activation/DerivedActivatingViewModel.cs +++ b/src/ReactiveUI.Tests/Activation/DerivedActivatingViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Activation/ViewModelActivatorTests.cs b/src/ReactiveUI.Tests/Activation/ViewModelActivatorTests.cs index 97377f7cc5..c92b26d217 100644 --- a/src/ReactiveUI.Tests/Activation/ViewModelActivatorTests.cs +++ b/src/ReactiveUI.Tests/Activation/ViewModelActivatorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/AutoPersist/AutoPersistCollectionTests.cs b/src/ReactiveUI.Tests/AutoPersist/AutoPersistCollectionTests.cs index 017255b5ba..2604a76b3c 100644 --- a/src/ReactiveUI.Tests/AutoPersist/AutoPersistCollectionTests.cs +++ b/src/ReactiveUI.Tests/AutoPersist/AutoPersistCollectionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/AutoPersist/AutoPersistHelperTest.cs b/src/ReactiveUI.Tests/AutoPersist/AutoPersistHelperTest.cs index 271c55a508..9da731470b 100644 --- a/src/ReactiveUI.Tests/AutoPersist/AutoPersistHelperTest.cs +++ b/src/ReactiveUI.Tests/AutoPersist/AutoPersistHelperTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/AwaiterTest.cs b/src/ReactiveUI.Tests/AwaiterTest.cs index 54a3628a5c..f127ceb251 100644 --- a/src/ReactiveUI.Tests/AwaiterTest.cs +++ b/src/ReactiveUI.Tests/AwaiterTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/BindingTypeConvertersTest.cs b/src/ReactiveUI.Tests/BindingTypeConvertersTest.cs index 4c84e8ba37..9fb6a79803 100644 --- a/src/ReactiveUI.Tests/BindingTypeConvertersTest.cs +++ b/src/ReactiveUI.Tests/BindingTypeConvertersTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/CombinedReactiveCommandTest.cs b/src/ReactiveUI.Tests/Commands/CombinedReactiveCommandTest.cs index b51d3a4453..f5f6686233 100644 --- a/src/ReactiveUI.Tests/Commands/CombinedReactiveCommandTest.cs +++ b/src/ReactiveUI.Tests/Commands/CombinedReactiveCommandTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/CreatesCommandBindingTests.cs b/src/ReactiveUI.Tests/Commands/CreatesCommandBindingTests.cs index ad68d1d243..80c4f21ead 100644 --- a/src/ReactiveUI.Tests/Commands/CreatesCommandBindingTests.cs +++ b/src/ReactiveUI.Tests/Commands/CreatesCommandBindingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/Mocks/FakeCommand.cs b/src/ReactiveUI.Tests/Commands/Mocks/FakeCommand.cs index 05859fe443..bc4080523e 100644 --- a/src/ReactiveUI.Tests/Commands/Mocks/FakeCommand.cs +++ b/src/ReactiveUI.Tests/Commands/Mocks/FakeCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/Mocks/ICommandHolder.cs b/src/ReactiveUI.Tests/Commands/Mocks/ICommandHolder.cs index 548e3c47ee..c039bbc6fb 100644 --- a/src/ReactiveUI.Tests/Commands/Mocks/ICommandHolder.cs +++ b/src/ReactiveUI.Tests/Commands/Mocks/ICommandHolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/Mocks/ReactiveCommandHolder.cs b/src/ReactiveUI.Tests/Commands/Mocks/ReactiveCommandHolder.cs index 7de1aa10a7..02ea99d32d 100644 --- a/src/ReactiveUI.Tests/Commands/Mocks/ReactiveCommandHolder.cs +++ b/src/ReactiveUI.Tests/Commands/Mocks/ReactiveCommandHolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs b/src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs index e3fa8380cd..b7e99ae1a4 100644 --- a/src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs +++ b/src/ReactiveUI.Tests/Commands/ReactiveCommandTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Comparers/OrderedComparerTests.cs b/src/ReactiveUI.Tests/Comparers/OrderedComparerTests.cs index ddba70983f..2e99c300d0 100644 --- a/src/ReactiveUI.Tests/Comparers/OrderedComparerTests.cs +++ b/src/ReactiveUI.Tests/Comparers/OrderedComparerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/GlobalUsings.cs b/src/ReactiveUI.Tests/GlobalUsings.cs index ac143d76b4..bf3d340cec 100644 --- a/src/ReactiveUI.Tests/GlobalUsings.cs +++ b/src/ReactiveUI.Tests/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/InteractionBinding/InteractionBinderImplementationTests.cs b/src/ReactiveUI.Tests/InteractionBinding/InteractionBinderImplementationTests.cs index a3846f3992..301f3ddc04 100644 --- a/src/ReactiveUI.Tests/InteractionBinding/InteractionBinderImplementationTests.cs +++ b/src/ReactiveUI.Tests/InteractionBinding/InteractionBinderImplementationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/InteractionsTest.cs b/src/ReactiveUI.Tests/InteractionsTest.cs index 95c3a36d90..8480884c1c 100644 --- a/src/ReactiveUI.Tests/InteractionsTest.cs +++ b/src/ReactiveUI.Tests/InteractionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs b/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs index efdb251c8f..9747d0775f 100644 --- a/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs +++ b/src/ReactiveUI.Tests/Locator/DefaultViewLocatorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/BarView.cs b/src/ReactiveUI.Tests/Locator/Mocks/BarView.cs index 1c62d87ea6..4ec9e0376b 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/BarView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/BarView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/BarViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/BarViewModel.cs index f9a22d8f0f..a0cf09a638 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/BarViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/BarViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/FooThatThrowsView.cs b/src/ReactiveUI.Tests/Locator/Mocks/FooThatThrowsView.cs index 151bf9e3b4..d34e0a9a9d 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/FooThatThrowsView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/FooThatThrowsView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/FooView.cs b/src/ReactiveUI.Tests/Locator/Mocks/FooView.cs index 05ece3e683..2d9675441e 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/FooView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/FooView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/FooViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/FooViewModel.cs index 9a1a28f928..1b6464655e 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/FooViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/FooViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/FooViewModelWithWeirdName.cs b/src/ReactiveUI.Tests/Locator/Mocks/FooViewModelWithWeirdName.cs index 5b096ba22b..6405b41e4f 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/FooViewModelWithWeirdName.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/FooViewModelWithWeirdName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/FooWithWeirdConvention.cs b/src/ReactiveUI.Tests/Locator/Mocks/FooWithWeirdConvention.cs index f8afe6fa6b..bc2f44b9f2 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/FooWithWeirdConvention.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/FooWithWeirdConvention.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/IBarViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/IBarViewModel.cs index 110af9f7f3..7b7766b201 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/IBarViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/IBarViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/IFooView.cs b/src/ReactiveUI.Tests/Locator/Mocks/IFooView.cs index 57a568ae15..346c7130b5 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/IFooView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/IFooView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/IFooViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/IFooViewModel.cs index af98725a75..9f3f494234 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/IFooViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/IFooViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/IRoutableFooViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/IRoutableFooViewModel.cs index 3e6c17ea94..f706839fb7 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/IRoutableFooViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/IRoutableFooViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/IStrangeInterfaceNotFollowingConvention.cs b/src/ReactiveUI.Tests/Locator/Mocks/IStrangeInterfaceNotFollowingConvention.cs index cbdbc9f1f4..1162ff5421 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/IStrangeInterfaceNotFollowingConvention.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/IStrangeInterfaceNotFollowingConvention.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooCustomView.cs b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooCustomView.cs index b1adedcf45..786de42901 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooCustomView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooCustomView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooView.cs b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooView.cs index 5771c5e90f..d97c6bd970 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooView.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooViewModel.cs b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooViewModel.cs index 9a87ee9a0d..39791c3ec6 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooViewModel.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/RoutableFooViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Locator/Mocks/StrangeClassNotFollowingConvention.cs b/src/ReactiveUI.Tests/Locator/Mocks/StrangeClassNotFollowingConvention.cs index 8df09db215..433e712871 100644 --- a/src/ReactiveUI.Tests/Locator/Mocks/StrangeClassNotFollowingConvention.cs +++ b/src/ReactiveUI.Tests/Locator/Mocks/StrangeClassNotFollowingConvention.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/MessageBusTest.cs b/src/ReactiveUI.Tests/MessageBusTest.cs index 053d5365f9..d1b8c8f0f6 100644 --- a/src/ReactiveUI.Tests/MessageBusTest.cs +++ b/src/ReactiveUI.Tests/MessageBusTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/AnotherViewModel.cs b/src/ReactiveUI.Tests/Mocks/AnotherViewModel.cs index 25606cfe83..deff722bbb 100644 --- a/src/ReactiveUI.Tests/Mocks/AnotherViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/AnotherViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/CommandBindViewModel.cs b/src/ReactiveUI.Tests/Mocks/CommandBindViewModel.cs index 77e656ce16..16ebc594ec 100644 --- a/src/ReactiveUI.Tests/Mocks/CommandBindViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/CommandBindViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/ExampleViewModel.cs b/src/ReactiveUI.Tests/Mocks/ExampleViewModel.cs index be93656565..9bb29061d2 100644 --- a/src/ReactiveUI.Tests/Mocks/ExampleViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/ExampleViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/ExampleWindowViewModel.cs b/src/ReactiveUI.Tests/Mocks/ExampleWindowViewModel.cs index d3aca9b6a1..2d040eb135 100644 --- a/src/ReactiveUI.Tests/Mocks/ExampleWindowViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/ExampleWindowViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/FakeCollectionModel.cs b/src/ReactiveUI.Tests/Mocks/FakeCollectionModel.cs index 1685e523f8..7d8137b30c 100644 --- a/src/ReactiveUI.Tests/Mocks/FakeCollectionModel.cs +++ b/src/ReactiveUI.Tests/Mocks/FakeCollectionModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/FakeCollectionViewModel.cs b/src/ReactiveUI.Tests/Mocks/FakeCollectionViewModel.cs index ebf19fc820..ff6b647fc2 100644 --- a/src/ReactiveUI.Tests/Mocks/FakeCollectionViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/FakeCollectionViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/FakeNestedViewModel.cs b/src/ReactiveUI.Tests/Mocks/FakeNestedViewModel.cs index ac9a65f124..7900733966 100644 --- a/src/ReactiveUI.Tests/Mocks/FakeNestedViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/FakeNestedViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/FakeViewModel.cs b/src/ReactiveUI.Tests/Mocks/FakeViewModel.cs index 6085ecaeba..d05eeab83f 100644 --- a/src/ReactiveUI.Tests/Mocks/FakeViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/FakeViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/Foo.cs b/src/ReactiveUI.Tests/Mocks/Foo.cs index c36d20603e..d5231df64f 100644 --- a/src/ReactiveUI.Tests/Mocks/Foo.cs +++ b/src/ReactiveUI.Tests/Mocks/Foo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/FooViewModel.cs b/src/ReactiveUI.Tests/Mocks/FooViewModel.cs index cf65ec1bd0..460c02f05f 100644 --- a/src/ReactiveUI.Tests/Mocks/FooViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/FooViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/InteractionAncestorView.cs b/src/ReactiveUI.Tests/Mocks/InteractionAncestorView.cs index 3d248e0683..35dadfef35 100644 --- a/src/ReactiveUI.Tests/Mocks/InteractionAncestorView.cs +++ b/src/ReactiveUI.Tests/Mocks/InteractionAncestorView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/InteractionAncestorViewModel.cs b/src/ReactiveUI.Tests/Mocks/InteractionAncestorViewModel.cs index 66f952545f..fbdc39e79d 100644 --- a/src/ReactiveUI.Tests/Mocks/InteractionAncestorViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/InteractionAncestorViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/InteractionBindView.cs b/src/ReactiveUI.Tests/Mocks/InteractionBindView.cs index 591eebedc8..370335f84f 100644 --- a/src/ReactiveUI.Tests/Mocks/InteractionBindView.cs +++ b/src/ReactiveUI.Tests/Mocks/InteractionBindView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/InteractionBindViewModel.cs b/src/ReactiveUI.Tests/Mocks/InteractionBindViewModel.cs index 2e87b58fc1..13f08e8500 100644 --- a/src/ReactiveUI.Tests/Mocks/InteractionBindViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/InteractionBindViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/MockBindListItemViewModel.cs b/src/ReactiveUI.Tests/Mocks/MockBindListItemViewModel.cs index 3a4e7ed213..1afa92183c 100644 --- a/src/ReactiveUI.Tests/Mocks/MockBindListItemViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/MockBindListItemViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/MockBindListView.cs b/src/ReactiveUI.Tests/Mocks/MockBindListView.cs index ef03921e68..1f993498d6 100644 --- a/src/ReactiveUI.Tests/Mocks/MockBindListView.cs +++ b/src/ReactiveUI.Tests/Mocks/MockBindListView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/MockBindListViewModel.cs b/src/ReactiveUI.Tests/Mocks/MockBindListViewModel.cs index 3df9345f40..b2e5de0059 100644 --- a/src/ReactiveUI.Tests/Mocks/MockBindListViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/MockBindListViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/MockWindow.xaml.cs b/src/ReactiveUI.Tests/Mocks/MockWindow.xaml.cs index d0208b1282..f666374667 100644 --- a/src/ReactiveUI.Tests/Mocks/MockWindow.xaml.cs +++ b/src/ReactiveUI.Tests/Mocks/MockWindow.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/NeverUsedViewModel.cs b/src/ReactiveUI.Tests/Mocks/NeverUsedViewModel.cs index 822fae94d5..310f8d9522 100644 --- a/src/ReactiveUI.Tests/Mocks/NeverUsedViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/NeverUsedViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/PropertyBindModel.cs b/src/ReactiveUI.Tests/Mocks/PropertyBindModel.cs index 164d1b1224..9b5fefa894 100644 --- a/src/ReactiveUI.Tests/Mocks/PropertyBindModel.cs +++ b/src/ReactiveUI.Tests/Mocks/PropertyBindModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/PropertyBindViewModel.cs b/src/ReactiveUI.Tests/Mocks/PropertyBindViewModel.cs index b3294664b4..d9e068d009 100644 --- a/src/ReactiveUI.Tests/Mocks/PropertyBindViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/PropertyBindViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/SingleInstanceExampleViewModel.cs b/src/ReactiveUI.Tests/Mocks/SingleInstanceExampleViewModel.cs index 18f4dbb46d..d51159cdbf 100644 --- a/src/ReactiveUI.Tests/Mocks/SingleInstanceExampleViewModel.cs +++ b/src/ReactiveUI.Tests/Mocks/SingleInstanceExampleViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/View1.xaml.cs b/src/ReactiveUI.Tests/Mocks/View1.xaml.cs index 4e979783f0..28a75d9576 100644 --- a/src/ReactiveUI.Tests/Mocks/View1.xaml.cs +++ b/src/ReactiveUI.Tests/Mocks/View1.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/View2.xaml.cs b/src/ReactiveUI.Tests/Mocks/View2.xaml.cs index 35c0098915..bf1249896a 100644 --- a/src/ReactiveUI.Tests/Mocks/View2.xaml.cs +++ b/src/ReactiveUI.Tests/Mocks/View2.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Mocks/ViewModelWithWeirdName.cs b/src/ReactiveUI.Tests/Mocks/ViewModelWithWeirdName.cs index 6fa21df3c3..8dfdbbc3f8 100644 --- a/src/ReactiveUI.Tests/Mocks/ViewModelWithWeirdName.cs +++ b/src/ReactiveUI.Tests/Mocks/ViewModelWithWeirdName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ObservableAsPropertyHelper/Mocks/OAPHIndexerTestFixture.cs b/src/ReactiveUI.Tests/ObservableAsPropertyHelper/Mocks/OAPHIndexerTestFixture.cs index 6c322b84be..f17b24275c 100644 --- a/src/ReactiveUI.Tests/ObservableAsPropertyHelper/Mocks/OAPHIndexerTestFixture.cs +++ b/src/ReactiveUI.Tests/ObservableAsPropertyHelper/Mocks/OAPHIndexerTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ObservableAsPropertyHelper/ObservableAsPropertyHelperTest.cs b/src/ReactiveUI.Tests/ObservableAsPropertyHelper/ObservableAsPropertyHelperTest.cs index f29e1c302a..946eee3c23 100644 --- a/src/ReactiveUI.Tests/ObservableAsPropertyHelper/ObservableAsPropertyHelperTest.cs +++ b/src/ReactiveUI.Tests/ObservableAsPropertyHelper/ObservableAsPropertyHelperTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ObservedChanged/Mocks/NewGameViewModel.cs b/src/ReactiveUI.Tests/ObservedChanged/Mocks/NewGameViewModel.cs index ccaeed37d0..09c6c2e7bb 100644 --- a/src/ReactiveUI.Tests/ObservedChanged/Mocks/NewGameViewModel.cs +++ b/src/ReactiveUI.Tests/ObservedChanged/Mocks/NewGameViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ObservedChanged/NewGameViewModelTests.cs b/src/ReactiveUI.Tests/ObservedChanged/NewGameViewModelTests.cs index 79dd31c6b5..9d300295ed 100644 --- a/src/ReactiveUI.Tests/ObservedChanged/NewGameViewModelTests.cs +++ b/src/ReactiveUI.Tests/ObservedChanged/NewGameViewModelTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ObservedChanged/ObservedChangedMixinTest.cs b/src/ReactiveUI.Tests/ObservedChanged/ObservedChangedMixinTest.cs index 3ba5c67877..e0b9fe5f84 100644 --- a/src/ReactiveUI.Tests/ObservedChanged/ObservedChangedMixinTest.cs +++ b/src/ReactiveUI.Tests/ObservedChanged/ObservedChangedMixinTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionFixture.cs b/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionFixture.cs index 2085925df7..9897525d95 100644 --- a/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionFixture.cs +++ b/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionNameOfFixture.cs b/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionNameOfFixture.cs index 9d6a51964b..086fa3c790 100644 --- a/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionNameOfFixture.cs +++ b/src/ReactiveUI.Tests/Platforms/common-gui/Mocks/RaceConditionNameOfFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/common-gui/ObservableAsPropertyHelperModeTests.cs b/src/ReactiveUI.Tests/Platforms/common-gui/ObservableAsPropertyHelperModeTests.cs index e7a97319dd..46e6e3e662 100644 --- a/src/ReactiveUI.Tests/Platforms/common-gui/ObservableAsPropertyHelperModeTests.cs +++ b/src/ReactiveUI.Tests/Platforms/common-gui/ObservableAsPropertyHelperModeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/common-gui/ProductionMode.cs b/src/ReactiveUI.Tests/Platforms/common-gui/ProductionMode.cs index 413ee0f615..27ca4b8285 100644 --- a/src/ReactiveUI.Tests/Platforms/common-gui/ProductionMode.cs +++ b/src/ReactiveUI.Tests/Platforms/common-gui/ProductionMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Api/XamlApiApprovalTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Api/XamlApiApprovalTests.cs index e60aa7954e..edbfdc8d51 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Api/XamlApiApprovalTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Api/XamlApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/CommandBindingImplementationTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/CommandBindingImplementationTests.cs index aea228ad1b..eae54364cc 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/CommandBindingImplementationTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/CommandBindingImplementationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/DependencyObjectObservableForPropertyTest.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/DependencyObjectObservableForPropertyTest.cs index 58c732601a..5ae43fa96e 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/DependencyObjectObservableForPropertyTest.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/DependencyObjectObservableForPropertyTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CommandBindView.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CommandBindView.cs index 32346db412..1c55e77db1 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CommandBindView.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CommandBindView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CustomClickButton.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CustomClickButton.cs index 853685f011..3679544ce4 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CustomClickButton.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/CustomClickButton.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DepObjFixture.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DepObjFixture.cs index f269f9ee57..95ad862e6e 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DepObjFixture.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DepObjFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DerivedDepObjFixture.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DerivedDepObjFixture.cs index 96686860c4..c94e45c6d9 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DerivedDepObjFixture.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/DerivedDepObjFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/FakeView.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/FakeView.cs index 20416794c8..4bace5d341 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/FakeView.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/FakeView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/HostTestView.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/HostTestView.cs index e0555e8362..8d53bf3a19 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/HostTestView.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/HostTestView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindFakeControl.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindFakeControl.cs index 40f1241c0c..b796f6dca1 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindFakeControl.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindFakeControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindView.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindView.cs index 9439c5919d..bdf79ce5c3 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindView.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/PropertyBindView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/ReactiveObjectCommandBindView.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/ReactiveObjectCommandBindView.cs index abf9c8da9b..79a5be35c7 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/ReactiveObjectCommandBindView.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Mocks/ReactiveObjectCommandBindView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/PropertyBindingTest.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/PropertyBindingTest.cs index 037f0d5013..f6d2f7238a 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/PropertyBindingTest.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/PropertyBindingTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/RxAppDependencyObjectTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/RxAppDependencyObjectTests.cs index 03dbe7ef2f..54efb33878 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/RxAppDependencyObjectTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/RxAppDependencyObjectTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/Utilities/DispatcherUtilities.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/Utilities/DispatcherUtilities.cs index dc8f032780..6705d26875 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/Utilities/DispatcherUtilities.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/Utilities/DispatcherUtilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/WhenAnyThroughDependencyObjectTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/WhenAnyThroughDependencyObjectTests.cs index c77273ca27..c48cedc3e2 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/WhenAnyThroughDependencyObjectTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/WhenAnyThroughDependencyObjectTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewCommandTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewCommandTests.cs index d5358c9475..0b8f96e4ef 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewCommandTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewCommandTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewDependencyResolverTests.cs b/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewDependencyResolverTests.cs index c1154a06f5..91102937e3 100644 --- a/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewDependencyResolverTests.cs +++ b/src/ReactiveUI.Tests/Platforms/windows-xaml/XamlViewDependencyResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.cs index ad8e6482fc..767cdea09f 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/ActivationTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/ActivationTests.cs index 2a69d3f3c8..0ab540d4aa 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/ActivationTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/ActivationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingImplementationTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingImplementationTests.cs index ebf261da2d..2529b98ad1 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingImplementationTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingImplementationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingTests.cs index a558d79327..479f3b4c88 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/CommandBindingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/DefaultPropertyBindingTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/DefaultPropertyBindingTests.cs index 5285e50c08..21c63d1468 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/DefaultPropertyBindingTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/DefaultPropertyBindingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/AnotherView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/AnotherView.cs index fa182f10f9..2b854c1174 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/AnotherView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/AnotherView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ContractExampleView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ContractExampleView.cs index d76370297c..590c9ac593 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ContractExampleView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ContractExampleView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableComponent.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableComponent.cs index 37309ce41b..c67e4fe0cc 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableComponent.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableComponent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableControl.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableControl.cs index 7a9ec3f892..6a298a309b 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableControl.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/CustomClickableControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ExampleView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ExampleView.cs index 52083d313e..9e40c626fe 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ExampleView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ExampleView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeView.cs index 6b42f4039e..78c9f9b634 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewLocator.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewLocator.cs index 8e1c8407e2..faaad407b7 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewLocator.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewModel.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewModel.cs index e56befa1e2..455916bc3a 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewModel.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformViewModel.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformViewModel.cs index 0ce603c312..2c486120bb 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformViewModel.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformsView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformsView.cs index 4a2bcd434b..c578fde19c 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformsView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/FakeWinformsView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/NeverUsedView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/NeverUsedView.cs index 25b08dffde..41ab94771b 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/NeverUsedView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/NeverUsedView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceExampleView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceExampleView.cs index 65e53ff416..98fc37ad73 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceExampleView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceExampleView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceWithContractExampleView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceWithContractExampleView.cs index e4a468d0ca..82fed20f95 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceWithContractExampleView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/SingleInstanceWithContractExampleView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestControl.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestControl.cs index 44cdd0d56c..be8e7eb5e2 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestControl.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestForm.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestForm.cs index 81d0d5f668..1deceb4263 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestForm.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestForm.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestFormNotCanActivate.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestFormNotCanActivate.cs index c6322916f1..9198d890f3 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestFormNotCanActivate.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/TestFormNotCanActivate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ThirdPartyControl.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ThirdPartyControl.cs index a04157af00..deea26e90e 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ThirdPartyControl.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ThirdPartyControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ViewWithoutMatchingName.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ViewWithoutMatchingName.cs index ce6bbabec3..e1641e758e 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ViewWithoutMatchingName.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/ViewWithoutMatchingName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindView.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindView.cs index 6183702bdc..71f6844477 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindView.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindViewModel.cs b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindViewModel.cs index 630f6e39f0..f779eaed17 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindViewModel.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/Mocks/WinformCommandBindViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsRoutedViewHostTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsRoutedViewHostTests.cs index 3a30130cde..d41f6d410d 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsRoutedViewHostTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsRoutedViewHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewDependencyResolverTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewDependencyResolverTests.cs index ea94f59464..3c7f13b619 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewDependencyResolverTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewDependencyResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewModelViewHostTests.cs b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewModelViewHostTests.cs index 7576782e43..01e3bdc289 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewModelViewHostTests.cs +++ b/src/ReactiveUI.Tests/Platforms/winforms/WinFormsViewModelViewHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/API/WpfApiApprovalTests.cs b/src/ReactiveUI.Tests/Platforms/wpf/API/WpfApiApprovalTests.cs index 17c9b0192a..88c1eae614 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/API/WpfApiApprovalTests.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/API/WpfApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/AlwaysFalseModeDetector.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/AlwaysFalseModeDetector.cs index 564222f160..4a925d38b0 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/AlwaysFalseModeDetector.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/AlwaysFalseModeDetector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/CanExecuteExecutingView.xaml.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/CanExecuteExecutingView.xaml.cs index 53d15dcac1..a83bbd5942 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/CanExecuteExecutingView.xaml.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/CanExecuteExecutingView.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/LiveModeDetector.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/LiveModeDetector.cs index fbdad0d720..c415195a65 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/LiveModeDetector.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CanExecuteMock/LiveModeDetector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingView.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingView.cs index d6da1afb9e..55b7e2d677 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingView.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingViewModel.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingViewModel.cs index 7c53fa4282..43d966944f 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingViewModel.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/CommandBindingViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ExampleWindowView.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ExampleWindowView.cs index 077a23dceb..ce3b6f4144 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ExampleWindowView.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ExampleWindowView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/FakeXamlCommandBindingView.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/FakeXamlCommandBindingView.cs index 24e2d41ead..b32ad4372d 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/FakeXamlCommandBindingView.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/FakeXamlCommandBindingView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/FirstView.xaml.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/FirstView.xaml.cs index 6125e97edd..8228da64b7 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/FirstView.xaml.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/FirstView.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/SecondView.xaml.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/SecondView.xaml.cs index 71fd4d891e..8c2f189c60 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/SecondView.xaml.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/SecondView.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindow.xaml.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindow.xaml.cs index 5ca2d234de..f6a615b868 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindow.xaml.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindow.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindowViewModel.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindowViewModel.cs index 29f1337969..40ae16d346 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindowViewModel.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/TransitionMock/TCMockWindowViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ViewModelViewHosts/FakeViewWithContract.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ViewModelViewHosts/FakeViewWithContract.cs index f66f08fee6..49dfcc8177 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ViewModelViewHosts/FakeViewWithContract.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/ViewModelViewHosts/FakeViewWithContract.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentApp.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentApp.cs index ac6bbda161..76ffe865bf 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentApp.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentApp.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentFixture.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentFixture.cs index af36c983ec..158932e678 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentFixture.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfActiveContentFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestUserControl.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestUserControl.cs index 3c1585b16e..3f5661c216 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestUserControl.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestUserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestWindow.cs b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestWindow.cs index 123d91bf6e..ef24ac122c 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestWindow.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/Mocks/WpfTestWindow.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/WpfActivationForViewFetcherTest.cs b/src/ReactiveUI.Tests/Platforms/wpf/WpfActivationForViewFetcherTest.cs index fc1ec1460e..ef3b76ce40 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/WpfActivationForViewFetcherTest.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/WpfActivationForViewFetcherTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/WpfActiveContentTests.cs b/src/ReactiveUI.Tests/Platforms/wpf/WpfActiveContentTests.cs index 079bf18f0b..72a4cf36b3 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/WpfActiveContentTests.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/WpfActiveContentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/WpfCommandBindingImplementationTests.cs b/src/ReactiveUI.Tests/Platforms/wpf/WpfCommandBindingImplementationTests.cs index 19f14cfbfc..15790337c0 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/WpfCommandBindingImplementationTests.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/WpfCommandBindingImplementationTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Platforms/wpf/WpfViewDependencyResolverTests.cs b/src/ReactiveUI.Tests/Platforms/wpf/WpfViewDependencyResolverTests.cs index 2d5ac98437..1af171e9d2 100644 --- a/src/ReactiveUI.Tests/Platforms/wpf/WpfViewDependencyResolverTests.cs +++ b/src/ReactiveUI.Tests/Platforms/wpf/WpfViewDependencyResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/RandomTests.cs b/src/ReactiveUI.Tests/RandomTests.cs index 5bbc1931fd..23fa0c73e3 100644 --- a/src/ReactiveUI.Tests/RandomTests.cs +++ b/src/ReactiveUI.Tests/RandomTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountService.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountService.cs index 25871c4646..30ff53605d 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountService.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountUser.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountUser.cs index 387f2df2ca..8b61470f83 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountUser.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/AccountUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphNameOfTestFixture.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphNameOfTestFixture.cs index 60b80bb3ce..8c437cb8f8 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphNameOfTestFixture.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphNameOfTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphTestFixture.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphTestFixture.cs index 3138e59a24..7ceff1aacb 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphTestFixture.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/OaphTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/Project.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/Project.cs index f5275f725c..c83cc6b343 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/Project.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/Project.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/ProjectService.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/ProjectService.cs index ad5c438cc0..556cdf9bcc 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/ProjectService.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/ProjectService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/TestFixture.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/TestFixture.cs index 0355b259c1..a0dfebfa51 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/TestFixture.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/TestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/Mocks/WhenAnyTestFixture.cs b/src/ReactiveUI.Tests/ReactiveObject/Mocks/WhenAnyTestFixture.cs index 10a1ec3308..78d4a27ddc 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/Mocks/WhenAnyTestFixture.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/Mocks/WhenAnyTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveObject/ReactiveObjectTests.cs b/src/ReactiveUI.Tests/ReactiveObject/ReactiveObjectTests.cs index 2260828d8d..5b05fca96e 100644 --- a/src/ReactiveUI.Tests/ReactiveObject/ReactiveObjectTests.cs +++ b/src/ReactiveUI.Tests/ReactiveObject/ReactiveObjectTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveProperty/Mocks/ReactivePropertyVM.cs b/src/ReactiveUI.Tests/ReactiveProperty/Mocks/ReactivePropertyVM.cs index 3cb46bd8b8..3bc4ed45dd 100644 --- a/src/ReactiveUI.Tests/ReactiveProperty/Mocks/ReactivePropertyVM.cs +++ b/src/ReactiveUI.Tests/ReactiveProperty/Mocks/ReactivePropertyVM.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveProperty/ReactivePropertyTest.cs b/src/ReactiveUI.Tests/ReactiveProperty/ReactivePropertyTest.cs index 90eda295f9..0f1549bdcd 100644 --- a/src/ReactiveUI.Tests/ReactiveProperty/ReactivePropertyTest.cs +++ b/src/ReactiveUI.Tests/ReactiveProperty/ReactivePropertyTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/ReactiveProperty/TestEnum.cs b/src/ReactiveUI.Tests/ReactiveProperty/TestEnum.cs index 6ced78b84a..f4851169a1 100644 --- a/src/ReactiveUI.Tests/ReactiveProperty/TestEnum.cs +++ b/src/ReactiveUI.Tests/ReactiveProperty/TestEnum.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Resolvers/DependencyResolverTests.cs b/src/ReactiveUI.Tests/Resolvers/DependencyResolverTests.cs index f6079d19d4..840385e987 100644 --- a/src/ReactiveUI.Tests/Resolvers/DependencyResolverTests.cs +++ b/src/ReactiveUI.Tests/Resolvers/DependencyResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Resolvers/INPCObservableForPropertyTests.cs b/src/ReactiveUI.Tests/Resolvers/INPCObservableForPropertyTests.cs index 7455cadb80..2da99abc4e 100644 --- a/src/ReactiveUI.Tests/Resolvers/INPCObservableForPropertyTests.cs +++ b/src/ReactiveUI.Tests/Resolvers/INPCObservableForPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Resolvers/PocoObservableForPropertyTests.cs b/src/ReactiveUI.Tests/Resolvers/PocoObservableForPropertyTests.cs index aea862fd34..0436b6abd5 100644 --- a/src/ReactiveUI.Tests/Resolvers/PocoObservableForPropertyTests.cs +++ b/src/ReactiveUI.Tests/Resolvers/PocoObservableForPropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/Mocks/TestScreen.cs b/src/ReactiveUI.Tests/Routing/Mocks/TestScreen.cs index aa8490fd53..d7420bcd87 100644 --- a/src/ReactiveUI.Tests/Routing/Mocks/TestScreen.cs +++ b/src/ReactiveUI.Tests/Routing/Mocks/TestScreen.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/Mocks/TestView.cs b/src/ReactiveUI.Tests/Routing/Mocks/TestView.cs index 7895705c1a..95c210ef22 100644 --- a/src/ReactiveUI.Tests/Routing/Mocks/TestView.cs +++ b/src/ReactiveUI.Tests/Routing/Mocks/TestView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/Mocks/TestViewModel.cs b/src/ReactiveUI.Tests/Routing/Mocks/TestViewModel.cs index 90a9755f8b..f1fb8e73de 100644 --- a/src/ReactiveUI.Tests/Routing/Mocks/TestViewModel.cs +++ b/src/ReactiveUI.Tests/Routing/Mocks/TestViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/RoutableViewModelMixinTests.cs b/src/ReactiveUI.Tests/Routing/RoutableViewModelMixinTests.cs index 4cb057ffa8..3ca020ff8d 100644 --- a/src/ReactiveUI.Tests/Routing/RoutableViewModelMixinTests.cs +++ b/src/ReactiveUI.Tests/Routing/RoutableViewModelMixinTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/RoutedViewHostTests.cs b/src/ReactiveUI.Tests/Routing/RoutedViewHostTests.cs index 065915cd01..53c89c09a2 100644 --- a/src/ReactiveUI.Tests/Routing/RoutedViewHostTests.cs +++ b/src/ReactiveUI.Tests/Routing/RoutedViewHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/RoutingStateTests.cs b/src/ReactiveUI.Tests/Routing/RoutingStateTests.cs index 7291e2577d..d13912ee73 100644 --- a/src/ReactiveUI.Tests/Routing/RoutingStateTests.cs +++ b/src/ReactiveUI.Tests/Routing/RoutingStateTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Routing/ViewModelViewHostTests.cs b/src/ReactiveUI.Tests/Routing/ViewModelViewHostTests.cs index 6f20157bcb..c045fe75d6 100644 --- a/src/ReactiveUI.Tests/Routing/ViewModelViewHostTests.cs +++ b/src/ReactiveUI.Tests/Routing/ViewModelViewHostTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/RxAppTest.cs b/src/ReactiveUI.Tests/RxAppTest.cs index 146d28ff2e..7fd54bc760 100644 --- a/src/ReactiveUI.Tests/RxAppTest.cs +++ b/src/ReactiveUI.Tests/RxAppTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Suspension/DummyAppState.cs b/src/ReactiveUI.Tests/Suspension/DummyAppState.cs index 2b4dbf747c..36bf7e6955 100644 --- a/src/ReactiveUI.Tests/Suspension/DummyAppState.cs +++ b/src/ReactiveUI.Tests/Suspension/DummyAppState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Suspension/SuspensionHostExtensionsTests.cs b/src/ReactiveUI.Tests/Suspension/SuspensionHostExtensionsTests.cs index 413a996fbd..fc1fa7c951 100644 --- a/src/ReactiveUI.Tests/Suspension/SuspensionHostExtensionsTests.cs +++ b/src/ReactiveUI.Tests/Suspension/SuspensionHostExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/TestConfiguration.cs b/src/ReactiveUI.Tests/TestConfiguration.cs index cf7f8128a3..2c091b6252 100644 --- a/src/ReactiveUI.Tests/TestConfiguration.cs +++ b/src/ReactiveUI.Tests/TestConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/ApiExtensions.cs b/src/ReactiveUI.Tests/Utilities/ApiExtensions.cs index 9a5147048c..c2009ce160 100644 --- a/src/ReactiveUI.Tests/Utilities/ApiExtensions.cs +++ b/src/ReactiveUI.Tests/Utilities/ApiExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/CompatMixins.cs b/src/ReactiveUI.Tests/Utilities/CompatMixins.cs index d6127c12b7..9686c728fd 100644 --- a/src/ReactiveUI.Tests/Utilities/CompatMixins.cs +++ b/src/ReactiveUI.Tests/Utilities/CompatMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/CountingTestScheduler.cs b/src/ReactiveUI.Tests/Utilities/CountingTestScheduler.cs index 0760c7b394..f126ad5a0e 100644 --- a/src/ReactiveUI.Tests/Utilities/CountingTestScheduler.cs +++ b/src/ReactiveUI.Tests/Utilities/CountingTestScheduler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/EnumerableTestMixin.cs b/src/ReactiveUI.Tests/Utilities/EnumerableTestMixin.cs index 3334836b94..c1bcf675de 100644 --- a/src/ReactiveUI.Tests/Utilities/EnumerableTestMixin.cs +++ b/src/ReactiveUI.Tests/Utilities/EnumerableTestMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/JsonHelper.cs b/src/ReactiveUI.Tests/Utilities/JsonHelper.cs index 47fcb64393..64df98c194 100644 --- a/src/ReactiveUI.Tests/Utilities/JsonHelper.cs +++ b/src/ReactiveUI.Tests/Utilities/JsonHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/TestLogger.cs b/src/ReactiveUI.Tests/Utilities/TestLogger.cs index 649b301e0d..44cf33a98a 100644 --- a/src/ReactiveUI.Tests/Utilities/TestLogger.cs +++ b/src/ReactiveUI.Tests/Utilities/TestLogger.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/Utilities/UseInvariantCulture.cs b/src/ReactiveUI.Tests/Utilities/UseInvariantCulture.cs index 7af7ce7813..48edd18e0c 100644 --- a/src/ReactiveUI.Tests/Utilities/UseInvariantCulture.cs +++ b/src/ReactiveUI.Tests/Utilities/UseInvariantCulture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WaitForDispatcherSchedulerTests.cs b/src/ReactiveUI.Tests/WaitForDispatcherSchedulerTests.cs index 9240b27869..94a80b8deb 100644 --- a/src/ReactiveUI.Tests/WaitForDispatcherSchedulerTests.cs +++ b/src/ReactiveUI.Tests/WaitForDispatcherSchedulerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/HostTestFixture.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/HostTestFixture.cs index 24027f41ac..23029c7094 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/HostTestFixture.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/HostTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/NonObservableTestFixture.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/NonObservableTestFixture.cs index 66d1080474..7e7e5f05e4 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/NonObservableTestFixture.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/NonObservableTestFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/NonReactiveINPCObject.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/NonReactiveINPCObject.cs index 766766bcb3..f063e67188 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/NonReactiveINPCObject.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/NonReactiveINPCObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain1.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain1.cs index cdc7ee6902..a075271cc1 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain1.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain1.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain2.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain2.cs index effbd150c2..57a05a7b9a 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain2.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain2.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain3.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain3.cs index 49838993d2..6f9abed74a 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain3.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/ObjChain3.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/Mockups/OwnerClass.cs b/src/ReactiveUI.Tests/WhenAny/Mockups/OwnerClass.cs index ff7500d212..ce7ee94fe8 100644 --- a/src/ReactiveUI.Tests/WhenAny/Mockups/OwnerClass.cs +++ b/src/ReactiveUI.Tests/WhenAny/Mockups/OwnerClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/ReactiveNotifyPropertyChangedMixinTest.cs b/src/ReactiveUI.Tests/WhenAny/ReactiveNotifyPropertyChangedMixinTest.cs index dfb21d27f3..fbccf2141d 100644 --- a/src/ReactiveUI.Tests/WhenAny/ReactiveNotifyPropertyChangedMixinTest.cs +++ b/src/ReactiveUI.Tests/WhenAny/ReactiveNotifyPropertyChangedMixinTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/TestWhenAnyObsViewModel.cs b/src/ReactiveUI.Tests/WhenAny/TestWhenAnyObsViewModel.cs index 1729fac88d..04a32e43c1 100644 --- a/src/ReactiveUI.Tests/WhenAny/TestWhenAnyObsViewModel.cs +++ b/src/ReactiveUI.Tests/WhenAny/TestWhenAnyObsViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Tests/WhenAny/WhenAnyObservableTests.cs b/src/ReactiveUI.Tests/WhenAny/WhenAnyObservableTests.cs index 6e5b3ed0d5..1ae81fdaec 100644 --- a/src/ReactiveUI.Tests/WhenAny/WhenAnyObservableTests.cs +++ b/src/ReactiveUI.Tests/WhenAny/WhenAnyObservableTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.WinUI/GlobalUsings.cs b/src/ReactiveUI.WinUI/GlobalUsings.cs index a0f4dbb84c..7f5db0c3fb 100644 --- a/src/ReactiveUI.WinUI/GlobalUsings.cs +++ b/src/ReactiveUI.WinUI/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ActivationForViewFetcher.cs b/src/ReactiveUI.Winforms/ActivationForViewFetcher.cs index c0bf2df220..3aaed781cf 100644 --- a/src/ReactiveUI.Winforms/ActivationForViewFetcher.cs +++ b/src/ReactiveUI.Winforms/ActivationForViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ContentControlBindingHook.cs b/src/ReactiveUI.Winforms/ContentControlBindingHook.cs index a772ee2339..abb739970f 100644 --- a/src/ReactiveUI.Winforms/ContentControlBindingHook.cs +++ b/src/ReactiveUI.Winforms/ContentControlBindingHook.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/CreatesWinformsCommandBinding.cs b/src/ReactiveUI.Winforms/CreatesWinformsCommandBinding.cs index ab3fb5b229..3ce281f460 100644 --- a/src/ReactiveUI.Winforms/CreatesWinformsCommandBinding.cs +++ b/src/ReactiveUI.Winforms/CreatesWinformsCommandBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/GlobalUsings.cs b/src/ReactiveUI.Winforms/GlobalUsings.cs index 60730ac58a..a71022cd8f 100644 --- a/src/ReactiveUI.Winforms/GlobalUsings.cs +++ b/src/ReactiveUI.Winforms/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ObservableCollectionChangedToListChangedTransformer.cs b/src/ReactiveUI.Winforms/ObservableCollectionChangedToListChangedTransformer.cs index c3702360e7..67cd0dabc3 100644 --- a/src/ReactiveUI.Winforms/ObservableCollectionChangedToListChangedTransformer.cs +++ b/src/ReactiveUI.Winforms/ObservableCollectionChangedToListChangedTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/PanelSetMethodBindingConverter.cs b/src/ReactiveUI.Winforms/PanelSetMethodBindingConverter.cs index e161423c59..25ff4d9d35 100644 --- a/src/ReactiveUI.Winforms/PanelSetMethodBindingConverter.cs +++ b/src/ReactiveUI.Winforms/PanelSetMethodBindingConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/PlatformOperations.cs b/src/ReactiveUI.Winforms/PlatformOperations.cs index 0bef7b33b2..9bcfad1510 100644 --- a/src/ReactiveUI.Winforms/PlatformOperations.cs +++ b/src/ReactiveUI.Winforms/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ReactiveUserControl.cs b/src/ReactiveUI.Winforms/ReactiveUserControl.cs index 77feae66bb..b3ffbbe3f8 100644 --- a/src/ReactiveUI.Winforms/ReactiveUserControl.cs +++ b/src/ReactiveUI.Winforms/ReactiveUserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ReactiveUserControlNonGeneric.cs b/src/ReactiveUI.Winforms/ReactiveUserControlNonGeneric.cs index cad20b5cda..18bcf2e269 100644 --- a/src/ReactiveUI.Winforms/ReactiveUserControlNonGeneric.cs +++ b/src/ReactiveUI.Winforms/ReactiveUserControlNonGeneric.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/Registrations.cs b/src/ReactiveUI.Winforms/Registrations.cs index f8e3406e73..85e3e4cdae 100644 --- a/src/ReactiveUI.Winforms/Registrations.cs +++ b/src/ReactiveUI.Winforms/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/RoutedViewHost.cs b/src/ReactiveUI.Winforms/RoutedViewHost.cs index bb7aa8f291..e4dc0fd436 100644 --- a/src/ReactiveUI.Winforms/RoutedViewHost.cs +++ b/src/ReactiveUI.Winforms/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/TableContentSetMethodBindingConverter.cs b/src/ReactiveUI.Winforms/TableContentSetMethodBindingConverter.cs index 35506a1f1f..8f476ed9a1 100644 --- a/src/ReactiveUI.Winforms/TableContentSetMethodBindingConverter.cs +++ b/src/ReactiveUI.Winforms/TableContentSetMethodBindingConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/ViewModelViewHost.cs b/src/ReactiveUI.Winforms/ViewModelViewHost.cs index ee3f052d52..a21ec2b726 100644 --- a/src/ReactiveUI.Winforms/ViewModelViewHost.cs +++ b/src/ReactiveUI.Winforms/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Winforms/WinformsCreatesObservableForProperty.cs b/src/ReactiveUI.Winforms/WinformsCreatesObservableForProperty.cs index a49ba81a50..eb8598e623 100644 --- a/src/ReactiveUI.Winforms/WinformsCreatesObservableForProperty.cs +++ b/src/ReactiveUI.Winforms/WinformsCreatesObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/ActivationForViewFetcher.cs b/src/ReactiveUI.Wpf/ActivationForViewFetcher.cs index 434021102a..2e946c6fc6 100644 --- a/src/ReactiveUI.Wpf/ActivationForViewFetcher.cs +++ b/src/ReactiveUI.Wpf/ActivationForViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Attributes.cs b/src/ReactiveUI.Wpf/Attributes.cs index 6b5db39e6f..d67f629de2 100644 --- a/src/ReactiveUI.Wpf/Attributes.cs +++ b/src/ReactiveUI.Wpf/Attributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/AutoSuspendHelper.cs b/src/ReactiveUI.Wpf/AutoSuspendHelper.cs index e83513be41..c1abd2149c 100644 --- a/src/ReactiveUI.Wpf/AutoSuspendHelper.cs +++ b/src/ReactiveUI.Wpf/AutoSuspendHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/AutoDataTemplateBindingHook.cs b/src/ReactiveUI.Wpf/Common/AutoDataTemplateBindingHook.cs index a27bc7a156..e89722326f 100644 --- a/src/ReactiveUI.Wpf/Common/AutoDataTemplateBindingHook.cs +++ b/src/ReactiveUI.Wpf/Common/AutoDataTemplateBindingHook.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/BooleanToVisibilityHint.cs b/src/ReactiveUI.Wpf/Common/BooleanToVisibilityHint.cs index f8a1fed81e..6e61055277 100644 --- a/src/ReactiveUI.Wpf/Common/BooleanToVisibilityHint.cs +++ b/src/ReactiveUI.Wpf/Common/BooleanToVisibilityHint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/BooleanToVisibilityTypeConverter.cs b/src/ReactiveUI.Wpf/Common/BooleanToVisibilityTypeConverter.cs index ce220e57f0..43d90bcb4d 100644 --- a/src/ReactiveUI.Wpf/Common/BooleanToVisibilityTypeConverter.cs +++ b/src/ReactiveUI.Wpf/Common/BooleanToVisibilityTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/PlatformOperations.cs b/src/ReactiveUI.Wpf/Common/PlatformOperations.cs index e08d299d8d..aa61aeaeb4 100644 --- a/src/ReactiveUI.Wpf/Common/PlatformOperations.cs +++ b/src/ReactiveUI.Wpf/Common/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/ReactivePage.cs b/src/ReactiveUI.Wpf/Common/ReactivePage.cs index 475a8e96bd..7f97b3349d 100644 --- a/src/ReactiveUI.Wpf/Common/ReactivePage.cs +++ b/src/ReactiveUI.Wpf/Common/ReactivePage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/ReactiveUserControl.cs b/src/ReactiveUI.Wpf/Common/ReactiveUserControl.cs index 9e4fd871c4..14d3fab8b7 100644 --- a/src/ReactiveUI.Wpf/Common/ReactiveUserControl.cs +++ b/src/ReactiveUI.Wpf/Common/ReactiveUserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/RoutedViewHost.cs b/src/ReactiveUI.Wpf/Common/RoutedViewHost.cs index a42e15711d..5e39eb4049 100644 --- a/src/ReactiveUI.Wpf/Common/RoutedViewHost.cs +++ b/src/ReactiveUI.Wpf/Common/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Common/ViewModelViewHost.cs b/src/ReactiveUI.Wpf/Common/ViewModelViewHost.cs index 9b4cdc9934..22f1483a76 100644 --- a/src/ReactiveUI.Wpf/Common/ViewModelViewHost.cs +++ b/src/ReactiveUI.Wpf/Common/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/DependencyObjectObservableForProperty.cs b/src/ReactiveUI.Wpf/DependencyObjectObservableForProperty.cs index ce174f535f..77e398b82f 100644 --- a/src/ReactiveUI.Wpf/DependencyObjectObservableForProperty.cs +++ b/src/ReactiveUI.Wpf/DependencyObjectObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/GlobalUsings.cs b/src/ReactiveUI.Wpf/GlobalUsings.cs index c5b3f36fe6..a900236503 100644 --- a/src/ReactiveUI.Wpf/GlobalUsings.cs +++ b/src/ReactiveUI.Wpf/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/ReactiveWindow.cs b/src/ReactiveUI.Wpf/ReactiveWindow.cs index 1388b9b6b9..31d6a23af3 100644 --- a/src/ReactiveUI.Wpf/ReactiveWindow.cs +++ b/src/ReactiveUI.Wpf/ReactiveWindow.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/Registrations.cs b/src/ReactiveUI.Wpf/Registrations.cs index 895b4a33b3..a825c67704 100644 --- a/src/ReactiveUI.Wpf/Registrations.cs +++ b/src/ReactiveUI.Wpf/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.Wpf/TransitioningContentControl.cs b/src/ReactiveUI.Wpf/TransitioningContentControl.cs index 3122d63d62..927f0cef6e 100644 --- a/src/ReactiveUI.Wpf/TransitioningContentControl.cs +++ b/src/ReactiveUI.Wpf/TransitioningContentControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI.sln b/src/ReactiveUI.sln index 25ae29c792..b6484b67a4 100644 --- a/src/ReactiveUI.sln +++ b/src/ReactiveUI.sln @@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.build.targets = Directory.build.targets Directory.Packages.props = Directory.Packages.props global.json = global.json - GlobalUsings.cs = GlobalUsings.cs stylecop.json = stylecop.json ..\version.json = ..\version.json EndProjectSection diff --git a/src/ReactiveUI/Activation/CanActivateViewFetcher.cs b/src/ReactiveUI/Activation/CanActivateViewFetcher.cs index 2089e2f498..f7860dbe8c 100644 --- a/src/ReactiveUI/Activation/CanActivateViewFetcher.cs +++ b/src/ReactiveUI/Activation/CanActivateViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Activation/IActivationForViewFetcher.cs b/src/ReactiveUI/Activation/IActivationForViewFetcher.cs index 71654ea6f7..1c84351668 100644 --- a/src/ReactiveUI/Activation/IActivationForViewFetcher.cs +++ b/src/ReactiveUI/Activation/IActivationForViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Activation/ViewForMixins.cs b/src/ReactiveUI/Activation/ViewForMixins.cs index df095378bc..5e550d39b0 100644 --- a/src/ReactiveUI/Activation/ViewForMixins.cs +++ b/src/ReactiveUI/Activation/ViewForMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Activation/ViewModelActivator.cs b/src/ReactiveUI/Activation/ViewModelActivator.cs index 21d47add9f..216be3e16b 100644 --- a/src/ReactiveUI/Activation/ViewModelActivator.cs +++ b/src/ReactiveUI/Activation/ViewModelActivator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/BindingDirection.cs b/src/ReactiveUI/Bindings/BindingDirection.cs index 78beb34956..7f366d6b54 100644 --- a/src/ReactiveUI/Bindings/BindingDirection.cs +++ b/src/ReactiveUI/Bindings/BindingDirection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CommandBinder.cs b/src/ReactiveUI/Bindings/Command/CommandBinder.cs index 1b1841e666..c116e5c3ab 100644 --- a/src/ReactiveUI/Bindings/Command/CommandBinder.cs +++ b/src/ReactiveUI/Bindings/Command/CommandBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CommandBinderImplementation.cs b/src/ReactiveUI/Bindings/Command/CommandBinderImplementation.cs index 9518543c41..181c27ec79 100644 --- a/src/ReactiveUI/Bindings/Command/CommandBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Command/CommandBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CommandBinderImplementationMixins.cs b/src/ReactiveUI/Bindings/Command/CommandBinderImplementationMixins.cs index e49f19821e..2e27d3de8d 100644 --- a/src/ReactiveUI/Bindings/Command/CommandBinderImplementationMixins.cs +++ b/src/ReactiveUI/Bindings/Command/CommandBinderImplementationMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CreatesCommandBinding.cs b/src/ReactiveUI/Bindings/Command/CreatesCommandBinding.cs index 15f7cb04b8..2a7d324716 100644 --- a/src/ReactiveUI/Bindings/Command/CreatesCommandBinding.cs +++ b/src/ReactiveUI/Bindings/Command/CreatesCommandBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaCommandParameter.cs b/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaCommandParameter.cs index 42ac15706a..591c73569c 100644 --- a/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaCommandParameter.cs +++ b/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaCommandParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaEvent.cs b/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaEvent.cs index def4d4a47b..82ce0ac385 100644 --- a/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaEvent.cs +++ b/src/ReactiveUI/Bindings/Command/CreatesCommandBindingViaEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Command/ICommandBinderImplementation.cs b/src/ReactiveUI/Bindings/Command/ICommandBinderImplementation.cs index db1c8f074d..51e2277848 100644 --- a/src/ReactiveUI/Bindings/Command/ICommandBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Command/ICommandBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/ByteToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/ByteToStringTypeConverter.cs index 206e3197d6..99c5cb652d 100644 --- a/src/ReactiveUI/Bindings/Converter/ByteToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/ByteToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/DecimalToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/DecimalToStringTypeConverter.cs index 3dbd778ccc..404d44158f 100644 --- a/src/ReactiveUI/Bindings/Converter/DecimalToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/DecimalToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/DoubleToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/DoubleToStringTypeConverter.cs index 9101fdb6e5..5f623ba4ba 100644 --- a/src/ReactiveUI/Bindings/Converter/DoubleToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/DoubleToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/EqualityTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/EqualityTypeConverter.cs index 4fc033a3aa..318e3c2e38 100644 --- a/src/ReactiveUI/Bindings/Converter/EqualityTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/EqualityTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/IntegerToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/IntegerToStringTypeConverter.cs index 7d18c00dee..06a9017e9e 100644 --- a/src/ReactiveUI/Bindings/Converter/IntegerToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/IntegerToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/LongToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/LongToStringTypeConverter.cs index 63049d78d2..51eb215710 100644 --- a/src/ReactiveUI/Bindings/Converter/LongToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/LongToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableByteToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableByteToStringTypeConverter.cs index 60763959cb..9fdbf082c8 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableByteToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableByteToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableDecimalToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableDecimalToStringTypeConverter.cs index 8dbe106852..7f60289d36 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableDecimalToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableDecimalToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableDoubleToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableDoubleToStringTypeConverter.cs index c0f53a53be..e48c3b6b8c 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableDoubleToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableDoubleToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableIntegerToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableIntegerToStringTypeConverter.cs index 131ced088c..322ca86729 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableIntegerToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableIntegerToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableLongToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableLongToStringTypeConverter.cs index 886fc53845..8b175a7529 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableLongToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableLongToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableShortToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableShortToStringTypeConverter.cs index b3a08234e6..c5b6e2c8e4 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableShortToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableShortToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/NullableSingleToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/NullableSingleToStringTypeConverter.cs index 70fa62a5f0..d850e3c349 100644 --- a/src/ReactiveUI/Bindings/Converter/NullableSingleToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/NullableSingleToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/ShortToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/ShortToStringTypeConverter.cs index bff8e3da42..f7bed44ada 100644 --- a/src/ReactiveUI/Bindings/Converter/ShortToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/ShortToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/SingleToStringTypeConverter.cs b/src/ReactiveUI/Bindings/Converter/SingleToStringTypeConverter.cs index 65b637209e..15e29610a2 100644 --- a/src/ReactiveUI/Bindings/Converter/SingleToStringTypeConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/SingleToStringTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Converter/StringConverter.cs b/src/ReactiveUI/Bindings/Converter/StringConverter.cs index 7b7c0bca86..bd44bcf3b6 100644 --- a/src/ReactiveUI/Bindings/Converter/StringConverter.cs +++ b/src/ReactiveUI/Bindings/Converter/StringConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/IBindingTypeConverter.cs b/src/ReactiveUI/Bindings/IBindingTypeConverter.cs index 9a7d24990f..edb1fdade6 100644 --- a/src/ReactiveUI/Bindings/IBindingTypeConverter.cs +++ b/src/ReactiveUI/Bindings/IBindingTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/ISetMethodBindingConverter.cs b/src/ReactiveUI/Bindings/ISetMethodBindingConverter.cs index dee4defc11..a043ea2ce5 100644 --- a/src/ReactiveUI/Bindings/ISetMethodBindingConverter.cs +++ b/src/ReactiveUI/Bindings/ISetMethodBindingConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Interaction/IInteractionBinderImplementation.cs b/src/ReactiveUI/Bindings/Interaction/IInteractionBinderImplementation.cs index da494a9982..1592ca21ae 100644 --- a/src/ReactiveUI/Bindings/Interaction/IInteractionBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Interaction/IInteractionBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Interaction/InteractionBinderImplementation.cs b/src/ReactiveUI/Bindings/Interaction/InteractionBinderImplementation.cs index 10da9fe797..b5d1e51095 100644 --- a/src/ReactiveUI/Bindings/Interaction/InteractionBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Interaction/InteractionBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Interaction/InteractionBindingMixins.cs b/src/ReactiveUI/Bindings/Interaction/InteractionBindingMixins.cs index 89d25bc3bd..53e21db8b8 100644 --- a/src/ReactiveUI/Bindings/Interaction/InteractionBindingMixins.cs +++ b/src/ReactiveUI/Bindings/Interaction/InteractionBindingMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Property/IPropertyBinderImplementation.cs b/src/ReactiveUI/Bindings/Property/IPropertyBinderImplementation.cs index fd740954e2..34bea0cf10 100644 --- a/src/ReactiveUI/Bindings/Property/IPropertyBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Property/IPropertyBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Property/PropertyBinderImplementation.cs b/src/ReactiveUI/Bindings/Property/PropertyBinderImplementation.cs index b1372a4ec7..12ad64f474 100644 --- a/src/ReactiveUI/Bindings/Property/PropertyBinderImplementation.cs +++ b/src/ReactiveUI/Bindings/Property/PropertyBinderImplementation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Property/PropertyBindingMixins.cs b/src/ReactiveUI/Bindings/Property/PropertyBindingMixins.cs index fea5b5f595..b24a03796d 100644 --- a/src/ReactiveUI/Bindings/Property/PropertyBindingMixins.cs +++ b/src/ReactiveUI/Bindings/Property/PropertyBindingMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Property/TriggerUpdate.cs b/src/ReactiveUI/Bindings/Property/TriggerUpdate.cs index 8b61e64e12..f4a8b7e8ae 100644 --- a/src/ReactiveUI/Bindings/Property/TriggerUpdate.cs +++ b/src/ReactiveUI/Bindings/Property/TriggerUpdate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Reactive/IReactiveBinding.cs b/src/ReactiveUI/Bindings/Reactive/IReactiveBinding.cs index a25029daae..c6dd000dca 100644 --- a/src/ReactiveUI/Bindings/Reactive/IReactiveBinding.cs +++ b/src/ReactiveUI/Bindings/Reactive/IReactiveBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Bindings/Reactive/ReactiveBinding.cs b/src/ReactiveUI/Bindings/Reactive/ReactiveBinding.cs index 154e01b5c3..4e7527b681 100644 --- a/src/ReactiveUI/Bindings/Reactive/ReactiveBinding.cs +++ b/src/ReactiveUI/Bindings/Reactive/ReactiveBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Comparers/ChainedComparer.cs b/src/ReactiveUI/Comparers/ChainedComparer.cs index 21b778b831..3cf82789fe 100644 --- a/src/ReactiveUI/Comparers/ChainedComparer.cs +++ b/src/ReactiveUI/Comparers/ChainedComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Comparers/ComparerChainingExtensions.cs b/src/ReactiveUI/Comparers/ComparerChainingExtensions.cs index 5c1ec7bfc9..df5598be66 100644 --- a/src/ReactiveUI/Comparers/ComparerChainingExtensions.cs +++ b/src/ReactiveUI/Comparers/ComparerChainingExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Comparers/IComparerBuilder.cs b/src/ReactiveUI/Comparers/IComparerBuilder.cs index e87ad58430..61b6460350 100644 --- a/src/ReactiveUI/Comparers/IComparerBuilder.cs +++ b/src/ReactiveUI/Comparers/IComparerBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Comparers/OrderedComparer.cs b/src/ReactiveUI/Comparers/OrderedComparer.cs index f55b157b4f..8ba8c60645 100644 --- a/src/ReactiveUI/Comparers/OrderedComparer.cs +++ b/src/ReactiveUI/Comparers/OrderedComparer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/EventHandlers/LocalizableAttribute.cs b/src/ReactiveUI/EventHandlers/LocalizableAttribute.cs index 15bdd28c0a..9c00bd639b 100644 --- a/src/ReactiveUI/EventHandlers/LocalizableAttribute.cs +++ b/src/ReactiveUI/EventHandlers/LocalizableAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Expression/ExpressionRewriter.cs b/src/ReactiveUI/Expression/ExpressionRewriter.cs index 7c6975940c..abf4132de7 100644 --- a/src/ReactiveUI/Expression/ExpressionRewriter.cs +++ b/src/ReactiveUI/Expression/ExpressionRewriter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Expression/Reflection.cs b/src/ReactiveUI/Expression/Reflection.cs index 481bb92237..4f308d956e 100644 --- a/src/ReactiveUI/Expression/Reflection.cs +++ b/src/ReactiveUI/Expression/Reflection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/GlobalUsings.cs b/src/ReactiveUI/GlobalUsings.cs index 2d2d031e21..05a945bfd6 100644 --- a/src/ReactiveUI/GlobalUsings.cs +++ b/src/ReactiveUI/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/IInteraction.cs b/src/ReactiveUI/Interactions/IInteraction.cs index b1b6303271..ae2843547f 100644 --- a/src/ReactiveUI/Interactions/IInteraction.cs +++ b/src/ReactiveUI/Interactions/IInteraction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/IInteractionContext.cs b/src/ReactiveUI/Interactions/IInteractionContext.cs index 9a3ad93515..4559987332 100644 --- a/src/ReactiveUI/Interactions/IInteractionContext.cs +++ b/src/ReactiveUI/Interactions/IInteractionContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/IOutputContext.cs b/src/ReactiveUI/Interactions/IOutputContext.cs index 25665e7ead..47597e9091 100644 --- a/src/ReactiveUI/Interactions/IOutputContext.cs +++ b/src/ReactiveUI/Interactions/IOutputContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/Interaction.cs b/src/ReactiveUI/Interactions/Interaction.cs index a2dbf9cb37..db3ee1a9ee 100644 --- a/src/ReactiveUI/Interactions/Interaction.cs +++ b/src/ReactiveUI/Interactions/Interaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/InteractionContext.cs b/src/ReactiveUI/Interactions/InteractionContext.cs index 8dfbddbdf3..0f1fc706dc 100644 --- a/src/ReactiveUI/Interactions/InteractionContext.cs +++ b/src/ReactiveUI/Interactions/InteractionContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interactions/UnhandledInteractionException.cs b/src/ReactiveUI/Interactions/UnhandledInteractionException.cs index dfd26d26a3..ec65a667ce 100644 --- a/src/ReactiveUI/Interactions/UnhandledInteractionException.cs +++ b/src/ReactiveUI/Interactions/UnhandledInteractionException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IActivatableView.cs b/src/ReactiveUI/Interfaces/IActivatableView.cs index ac979bbc49..600121f8bb 100644 --- a/src/ReactiveUI/Interfaces/IActivatableView.cs +++ b/src/ReactiveUI/Interfaces/IActivatableView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IActivatableViewModel.cs b/src/ReactiveUI/Interfaces/IActivatableViewModel.cs index b7b1b0e0a4..2255ea50da 100644 --- a/src/ReactiveUI/Interfaces/IActivatableViewModel.cs +++ b/src/ReactiveUI/Interfaces/IActivatableViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ICanActivate.cs b/src/ReactiveUI/Interfaces/ICanActivate.cs index 39d62dd453..7235e7d65f 100644 --- a/src/ReactiveUI/Interfaces/ICanActivate.cs +++ b/src/ReactiveUI/Interfaces/ICanActivate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ICanForceManualActivation.cs b/src/ReactiveUI/Interfaces/ICanForceManualActivation.cs index 99befe30a1..3aee210850 100644 --- a/src/ReactiveUI/Interfaces/ICanForceManualActivation.cs +++ b/src/ReactiveUI/Interfaces/ICanForceManualActivation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ICreatesCommandBinding.cs b/src/ReactiveUI/Interfaces/ICreatesCommandBinding.cs index 90e33ccf6e..87d1a19643 100644 --- a/src/ReactiveUI/Interfaces/ICreatesCommandBinding.cs +++ b/src/ReactiveUI/Interfaces/ICreatesCommandBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ICreatesObservableForProperty.cs b/src/ReactiveUI/Interfaces/ICreatesObservableForProperty.cs index 918c1fb1eb..3ef1464175 100644 --- a/src/ReactiveUI/Interfaces/ICreatesObservableForProperty.cs +++ b/src/ReactiveUI/Interfaces/ICreatesObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IHandleObservableErrors.cs b/src/ReactiveUI/Interfaces/IHandleObservableErrors.cs index 737864d519..8cfd98fe41 100644 --- a/src/ReactiveUI/Interfaces/IHandleObservableErrors.cs +++ b/src/ReactiveUI/Interfaces/IHandleObservableErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IMessageBus.cs b/src/ReactiveUI/Interfaces/IMessageBus.cs index fd9316b669..754b22edf4 100644 --- a/src/ReactiveUI/Interfaces/IMessageBus.cs +++ b/src/ReactiveUI/Interfaces/IMessageBus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IObservedChange.cs b/src/ReactiveUI/Interfaces/IObservedChange.cs index 392887a32e..3a125f3ac2 100644 --- a/src/ReactiveUI/Interfaces/IObservedChange.cs +++ b/src/ReactiveUI/Interfaces/IObservedChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IPlatformOperations.cs b/src/ReactiveUI/Interfaces/IPlatformOperations.cs index b0f9a11baa..50e8c3922b 100644 --- a/src/ReactiveUI/Interfaces/IPlatformOperations.cs +++ b/src/ReactiveUI/Interfaces/IPlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IPropertyBindingHook.cs b/src/ReactiveUI/Interfaces/IPropertyBindingHook.cs index 00749e4c6b..d258920387 100644 --- a/src/ReactiveUI/Interfaces/IPropertyBindingHook.cs +++ b/src/ReactiveUI/Interfaces/IPropertyBindingHook.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IReactiveNotifyPropertyChanged.cs b/src/ReactiveUI/Interfaces/IReactiveNotifyPropertyChanged.cs index 119746ab47..4f83a7eeae 100644 --- a/src/ReactiveUI/Interfaces/IReactiveNotifyPropertyChanged.cs +++ b/src/ReactiveUI/Interfaces/IReactiveNotifyPropertyChanged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IReactivePropertyChangedEventArgs.cs b/src/ReactiveUI/Interfaces/IReactivePropertyChangedEventArgs.cs index 3216d2d7e7..54c26eacfe 100644 --- a/src/ReactiveUI/Interfaces/IReactivePropertyChangedEventArgs.cs +++ b/src/ReactiveUI/Interfaces/IReactivePropertyChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IRoutableViewModel.cs b/src/ReactiveUI/Interfaces/IRoutableViewModel.cs index 63acb20fb1..b7da2ceeae 100644 --- a/src/ReactiveUI/Interfaces/IRoutableViewModel.cs +++ b/src/ReactiveUI/Interfaces/IRoutableViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IScreen.cs b/src/ReactiveUI/Interfaces/IScreen.cs index 293f4664ad..f5d5406d84 100644 --- a/src/ReactiveUI/Interfaces/IScreen.cs +++ b/src/ReactiveUI/Interfaces/IScreen.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ISuspensionDriver.cs b/src/ReactiveUI/Interfaces/ISuspensionDriver.cs index 2d3543ad88..76a211ebad 100644 --- a/src/ReactiveUI/Interfaces/ISuspensionDriver.cs +++ b/src/ReactiveUI/Interfaces/ISuspensionDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ISuspensionHost.cs b/src/ReactiveUI/Interfaces/ISuspensionHost.cs index 83b9815fbf..7a68068c3d 100644 --- a/src/ReactiveUI/Interfaces/ISuspensionHost.cs +++ b/src/ReactiveUI/Interfaces/ISuspensionHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IViewFor.cs b/src/ReactiveUI/Interfaces/IViewFor.cs index 5d1325f92d..09dd9e3702 100644 --- a/src/ReactiveUI/Interfaces/IViewFor.cs +++ b/src/ReactiveUI/Interfaces/IViewFor.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IViewLocator.cs b/src/ReactiveUI/Interfaces/IViewLocator.cs index d8a00a990e..2da38adcb1 100644 --- a/src/ReactiveUI/Interfaces/IViewLocator.cs +++ b/src/ReactiveUI/Interfaces/IViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/IWantsToRegisterStuff.cs b/src/ReactiveUI/Interfaces/IWantsToRegisterStuff.cs index 529988894a..5c1b88337d 100644 --- a/src/ReactiveUI/Interfaces/IWantsToRegisterStuff.cs +++ b/src/ReactiveUI/Interfaces/IWantsToRegisterStuff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ObservedChange.cs b/src/ReactiveUI/Interfaces/ObservedChange.cs index b80ea91cf4..68dc2ec0e9 100644 --- a/src/ReactiveUI/Interfaces/ObservedChange.cs +++ b/src/ReactiveUI/Interfaces/ObservedChange.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ReactivePropertyChangedEventArgs.cs b/src/ReactiveUI/Interfaces/ReactivePropertyChangedEventArgs.cs index c9635d0334..5428eea9a5 100644 --- a/src/ReactiveUI/Interfaces/ReactivePropertyChangedEventArgs.cs +++ b/src/ReactiveUI/Interfaces/ReactivePropertyChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Interfaces/ReactivePropertyChangingEventArgs.cs b/src/ReactiveUI/Interfaces/ReactivePropertyChangingEventArgs.cs index da55d94375..a3518d8977 100644 --- a/src/ReactiveUI/Interfaces/ReactivePropertyChangingEventArgs.cs +++ b/src/ReactiveUI/Interfaces/ReactivePropertyChangingEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/IsExternalInit.cs b/src/ReactiveUI/IsExternalInit.cs index 00511b71bd..d8e192ab8e 100644 --- a/src/ReactiveUI/IsExternalInit.cs +++ b/src/ReactiveUI/IsExternalInit.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Legacy/CollectionDebugView.cs b/src/ReactiveUI/Legacy/CollectionDebugView.cs index dc99a2e11c..671f2f9a7f 100644 --- a/src/ReactiveUI/Legacy/CollectionDebugView.cs +++ b/src/ReactiveUI/Legacy/CollectionDebugView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Legacy/RefcountDisposeWrapper.cs b/src/ReactiveUI/Legacy/RefcountDisposeWrapper.cs index ae18d13b48..653b736c0b 100644 --- a/src/ReactiveUI/Legacy/RefcountDisposeWrapper.cs +++ b/src/ReactiveUI/Legacy/RefcountDisposeWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/AutoPersistHelper.cs b/src/ReactiveUI/Mixins/AutoPersistHelper.cs index 1e3f68dce2..53f1ef2f19 100644 --- a/src/ReactiveUI/Mixins/AutoPersistHelper.cs +++ b/src/ReactiveUI/Mixins/AutoPersistHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ChangeSetMixin.cs b/src/ReactiveUI/Mixins/ChangeSetMixin.cs index 00a34b1468..26baa465c7 100644 --- a/src/ReactiveUI/Mixins/ChangeSetMixin.cs +++ b/src/ReactiveUI/Mixins/ChangeSetMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/CompatMixins.cs b/src/ReactiveUI/Mixins/CompatMixins.cs index b99316b445..da9c5fd396 100644 --- a/src/ReactiveUI/Mixins/CompatMixins.cs +++ b/src/ReactiveUI/Mixins/CompatMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/DependencyResolverMixins.cs b/src/ReactiveUI/Mixins/DependencyResolverMixins.cs index 0496d90369..831fd4d549 100644 --- a/src/ReactiveUI/Mixins/DependencyResolverMixins.cs +++ b/src/ReactiveUI/Mixins/DependencyResolverMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/DisposableMixins.cs b/src/ReactiveUI/Mixins/DisposableMixins.cs index 68a26fe98e..fabaa28c7e 100644 --- a/src/ReactiveUI/Mixins/DisposableMixins.cs +++ b/src/ReactiveUI/Mixins/DisposableMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ExceptionMixins.cs b/src/ReactiveUI/Mixins/ExceptionMixins.cs index f659f7a24e..506a3b984c 100644 --- a/src/ReactiveUI/Mixins/ExceptionMixins.cs +++ b/src/ReactiveUI/Mixins/ExceptionMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ExpressionMixins.cs b/src/ReactiveUI/Mixins/ExpressionMixins.cs index 7c75ebc9e7..eda285658e 100644 --- a/src/ReactiveUI/Mixins/ExpressionMixins.cs +++ b/src/ReactiveUI/Mixins/ExpressionMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ObservableLoggingMixin.cs b/src/ReactiveUI/Mixins/ObservableLoggingMixin.cs index a361c42644..99893e783c 100644 --- a/src/ReactiveUI/Mixins/ObservableLoggingMixin.cs +++ b/src/ReactiveUI/Mixins/ObservableLoggingMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ObservableMixins.cs b/src/ReactiveUI/Mixins/ObservableMixins.cs index 38aa8cd41f..6c4daca180 100644 --- a/src/ReactiveUI/Mixins/ObservableMixins.cs +++ b/src/ReactiveUI/Mixins/ObservableMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ObservedChangedMixin.cs b/src/ReactiveUI/Mixins/ObservedChangedMixin.cs index 3e86954656..24fc7699c4 100644 --- a/src/ReactiveUI/Mixins/ObservedChangedMixin.cs +++ b/src/ReactiveUI/Mixins/ObservedChangedMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/PreserveAttribute.cs b/src/ReactiveUI/Mixins/PreserveAttribute.cs index 8896461880..88fe5bc3bc 100644 --- a/src/ReactiveUI/Mixins/PreserveAttribute.cs +++ b/src/ReactiveUI/Mixins/PreserveAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Mixins/ReactiveNotifyPropertyChangedMixin.cs b/src/ReactiveUI/Mixins/ReactiveNotifyPropertyChangedMixin.cs index a174897d84..d5c696eb3c 100644 --- a/src/ReactiveUI/Mixins/ReactiveNotifyPropertyChangedMixin.cs +++ b/src/ReactiveUI/Mixins/ReactiveNotifyPropertyChangedMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Observable.cs b/src/ReactiveUI/Observable.cs index d267b334ba..b6561bf0a7 100644 --- a/src/ReactiveUI/Observable.cs +++ b/src/ReactiveUI/Observable.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableForProperty/INPCObservableForProperty.cs b/src/ReactiveUI/ObservableForProperty/INPCObservableForProperty.cs index b19472d005..7f6bd71760 100644 --- a/src/ReactiveUI/ObservableForProperty/INPCObservableForProperty.cs +++ b/src/ReactiveUI/ObservableForProperty/INPCObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableForProperty/IROObservableForProperty.cs b/src/ReactiveUI/ObservableForProperty/IROObservableForProperty.cs index 0a5863f487..4cd2098680 100644 --- a/src/ReactiveUI/ObservableForProperty/IROObservableForProperty.cs +++ b/src/ReactiveUI/ObservableForProperty/IROObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableForProperty/OAPHCreationHelperMixin.cs b/src/ReactiveUI/ObservableForProperty/OAPHCreationHelperMixin.cs index 99c5a2266d..094f340264 100644 --- a/src/ReactiveUI/ObservableForProperty/OAPHCreationHelperMixin.cs +++ b/src/ReactiveUI/ObservableForProperty/OAPHCreationHelperMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableForProperty/ObservableAsPropertyHelper.cs b/src/ReactiveUI/ObservableForProperty/ObservableAsPropertyHelper.cs index 7562b2d842..824d274557 100644 --- a/src/ReactiveUI/ObservableForProperty/ObservableAsPropertyHelper.cs +++ b/src/ReactiveUI/ObservableForProperty/ObservableAsPropertyHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableForProperty/POCOObservableForProperty.cs b/src/ReactiveUI/ObservableForProperty/POCOObservableForProperty.cs index c76350c82d..a475c8da17 100644 --- a/src/ReactiveUI/ObservableForProperty/POCOObservableForProperty.cs +++ b/src/ReactiveUI/ObservableForProperty/POCOObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ObservableFuncMixins.cs b/src/ReactiveUI/ObservableFuncMixins.cs index e9f2b65258..622496ca9a 100644 --- a/src/ReactiveUI/ObservableFuncMixins.cs +++ b/src/ReactiveUI/ObservableFuncMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Observables.cs b/src/ReactiveUI/Observables.cs index 948a0a981c..784539d982 100644 --- a/src/ReactiveUI/Observables.cs +++ b/src/ReactiveUI/Observables.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/PlatformRegistrationManager.cs b/src/ReactiveUI/PlatformRegistrationManager.cs index cbf85333a6..c5a4045b06 100644 --- a/src/ReactiveUI/PlatformRegistrationManager.cs +++ b/src/ReactiveUI/PlatformRegistrationManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/AndroidCommandBinders.cs b/src/ReactiveUI/Platforms/android/AndroidCommandBinders.cs index 527b406c23..a9fb811fc8 100644 --- a/src/ReactiveUI/Platforms/android/AndroidCommandBinders.cs +++ b/src/ReactiveUI/Platforms/android/AndroidCommandBinders.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/AndroidObservableForWidgets.cs b/src/ReactiveUI/Platforms/android/AndroidObservableForWidgets.cs index d8ce09ff2f..afbb241d34 100644 --- a/src/ReactiveUI/Platforms/android/AndroidObservableForWidgets.cs +++ b/src/ReactiveUI/Platforms/android/AndroidObservableForWidgets.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/AutoSuspendHelper.cs b/src/ReactiveUI/Platforms/android/AutoSuspendHelper.cs index 5f67c52b15..529989a694 100644 --- a/src/ReactiveUI/Platforms/android/AutoSuspendHelper.cs +++ b/src/ReactiveUI/Platforms/android/AutoSuspendHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/BundleSuspensionDriver.cs b/src/ReactiveUI/Platforms/android/BundleSuspensionDriver.cs index b122b78c82..0b421bc096 100644 --- a/src/ReactiveUI/Platforms/android/BundleSuspensionDriver.cs +++ b/src/ReactiveUI/Platforms/android/BundleSuspensionDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ContextExtensions.cs b/src/ReactiveUI/Platforms/android/ContextExtensions.cs index 0bf64055ea..fac1a9937d 100644 --- a/src/ReactiveUI/Platforms/android/ContextExtensions.cs +++ b/src/ReactiveUI/Platforms/android/ContextExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ControlFetcherMixin.cs b/src/ReactiveUI/Platforms/android/ControlFetcherMixin.cs index 704fc77eb7..a9549df826 100644 --- a/src/ReactiveUI/Platforms/android/ControlFetcherMixin.cs +++ b/src/ReactiveUI/Platforms/android/ControlFetcherMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/FlexibleCommandBinder.cs b/src/ReactiveUI/Platforms/android/FlexibleCommandBinder.cs index 009cfd3380..2edc651b4f 100644 --- a/src/ReactiveUI/Platforms/android/FlexibleCommandBinder.cs +++ b/src/ReactiveUI/Platforms/android/FlexibleCommandBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/HandlerScheduler.cs b/src/ReactiveUI/Platforms/android/HandlerScheduler.cs index d542b1bf6b..132c2db03b 100644 --- a/src/ReactiveUI/Platforms/android/HandlerScheduler.cs +++ b/src/ReactiveUI/Platforms/android/HandlerScheduler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ILayoutViewHost.cs b/src/ReactiveUI/Platforms/android/ILayoutViewHost.cs index 0281db7860..0995c886c6 100644 --- a/src/ReactiveUI/Platforms/android/ILayoutViewHost.cs +++ b/src/ReactiveUI/Platforms/android/ILayoutViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/IgnoreResourceAttribute.cs b/src/ReactiveUI/Platforms/android/IgnoreResourceAttribute.cs index 806d99f439..73e996a841 100644 --- a/src/ReactiveUI/Platforms/android/IgnoreResourceAttribute.cs +++ b/src/ReactiveUI/Platforms/android/IgnoreResourceAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/JavaHolder.cs b/src/ReactiveUI/Platforms/android/JavaHolder.cs index 1d73f26209..46856edaee 100644 --- a/src/ReactiveUI/Platforms/android/JavaHolder.cs +++ b/src/ReactiveUI/Platforms/android/JavaHolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/LayoutViewHost.cs b/src/ReactiveUI/Platforms/android/LayoutViewHost.cs index 91eea7ff36..c3d6e6e913 100644 --- a/src/ReactiveUI/Platforms/android/LayoutViewHost.cs +++ b/src/ReactiveUI/Platforms/android/LayoutViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/LinkerOverrides.cs b/src/ReactiveUI/Platforms/android/LinkerOverrides.cs index 0270402457..0e1efd7645 100644 --- a/src/ReactiveUI/Platforms/android/LinkerOverrides.cs +++ b/src/ReactiveUI/Platforms/android/LinkerOverrides.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ObjectExtension.cs b/src/ReactiveUI/Platforms/android/ObjectExtension.cs index 400a977592..d4ba01e258 100644 --- a/src/ReactiveUI/Platforms/android/ObjectExtension.cs +++ b/src/ReactiveUI/Platforms/android/ObjectExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/PlatformOperations.cs b/src/ReactiveUI/Platforms/android/PlatformOperations.cs index 9e7e8afb25..47266da13f 100644 --- a/src/ReactiveUI/Platforms/android/PlatformOperations.cs +++ b/src/ReactiveUI/Platforms/android/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/PlatformRegistrations.cs b/src/ReactiveUI/Platforms/android/PlatformRegistrations.cs index e9fe09353b..b1601e6f9e 100644 --- a/src/ReactiveUI/Platforms/android/PlatformRegistrations.cs +++ b/src/ReactiveUI/Platforms/android/PlatformRegistrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactiveActivity.cs b/src/ReactiveUI/Platforms/android/ReactiveActivity.cs index 656929046a..2529ddaf29 100644 --- a/src/ReactiveUI/Platforms/android/ReactiveActivity.cs +++ b/src/ReactiveUI/Platforms/android/ReactiveActivity.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactiveActivity{TViewModel}.cs b/src/ReactiveUI/Platforms/android/ReactiveActivity{TViewModel}.cs index f852072844..2ef6b10964 100644 --- a/src/ReactiveUI/Platforms/android/ReactiveActivity{TViewModel}.cs +++ b/src/ReactiveUI/Platforms/android/ReactiveActivity{TViewModel}.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactiveFragment.cs b/src/ReactiveUI/Platforms/android/ReactiveFragment.cs index 786d681a1b..d1c539606f 100644 --- a/src/ReactiveUI/Platforms/android/ReactiveFragment.cs +++ b/src/ReactiveUI/Platforms/android/ReactiveFragment.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactiveFragment{TViewModel}.cs b/src/ReactiveUI/Platforms/android/ReactiveFragment{TViewModel}.cs index d0e13148a0..9500cb04b3 100644 --- a/src/ReactiveUI/Platforms/android/ReactiveFragment{TViewModel}.cs +++ b/src/ReactiveUI/Platforms/android/ReactiveFragment{TViewModel}.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity.cs b/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity.cs index 101b1d0abb..eeba4258cc 100644 --- a/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity.cs +++ b/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity{TViewModel}.cs b/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity{TViewModel}.cs index ddfed9e78a..9c68973b8d 100644 --- a/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity{TViewModel}.cs +++ b/src/ReactiveUI/Platforms/android/ReactivePreferenceActivity{TViewModel}.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment.cs b/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment.cs index eafdcbb899..e0f0fdff85 100644 --- a/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment.cs +++ b/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment{TViewModel}.cs b/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment{TViewModel}.cs index e0bbe54372..4ca651efec 100644 --- a/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment{TViewModel}.cs +++ b/src/ReactiveUI/Platforms/android/ReactivePreferenceFragment{TViewModel}.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ReactiveViewHost.cs b/src/ReactiveUI/Platforms/android/ReactiveViewHost.cs index 8880ccbda6..cbba39ee62 100644 --- a/src/ReactiveUI/Platforms/android/ReactiveViewHost.cs +++ b/src/ReactiveUI/Platforms/android/ReactiveViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ResolveStrategy.cs b/src/ReactiveUI/Platforms/android/ResolveStrategy.cs index 34395bc83d..0f86070dd1 100644 --- a/src/ReactiveUI/Platforms/android/ResolveStrategy.cs +++ b/src/ReactiveUI/Platforms/android/ResolveStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/SharedPreferencesExtensions.cs b/src/ReactiveUI/Platforms/android/SharedPreferencesExtensions.cs index 8a0dbb0440..dd93fc6895 100644 --- a/src/ReactiveUI/Platforms/android/SharedPreferencesExtensions.cs +++ b/src/ReactiveUI/Platforms/android/SharedPreferencesExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/UsbManagerExtensions.cs b/src/ReactiveUI/Platforms/android/UsbManagerExtensions.cs index 7a63f8bcea..e68db67352 100644 --- a/src/ReactiveUI/Platforms/android/UsbManagerExtensions.cs +++ b/src/ReactiveUI/Platforms/android/UsbManagerExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ViewCommandExtensions.cs b/src/ReactiveUI/Platforms/android/ViewCommandExtensions.cs index f8899ea1d0..1a6374e6bf 100644 --- a/src/ReactiveUI/Platforms/android/ViewCommandExtensions.cs +++ b/src/ReactiveUI/Platforms/android/ViewCommandExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/ViewMixins.cs b/src/ReactiveUI/Platforms/android/ViewMixins.cs index 5f3c90e6cb..0a3182f80f 100644 --- a/src/ReactiveUI/Platforms/android/ViewMixins.cs +++ b/src/ReactiveUI/Platforms/android/ViewMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/android/WireUpResourceAttribute.cs b/src/ReactiveUI/Platforms/android/WireUpResourceAttribute.cs index 0992dd101a..f5c7d3faa3 100644 --- a/src/ReactiveUI/Platforms/android/WireUpResourceAttribute.cs +++ b/src/ReactiveUI/Platforms/android/WireUpResourceAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/AppSupportJsonSuspensionDriver.cs b/src/ReactiveUI/Platforms/apple-common/AppSupportJsonSuspensionDriver.cs index 0c6db0502e..fe75dd94a5 100644 --- a/src/ReactiveUI/Platforms/apple-common/AppSupportJsonSuspensionDriver.cs +++ b/src/ReactiveUI/Platforms/apple-common/AppSupportJsonSuspensionDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/BlockObserveValueDelegate.cs b/src/ReactiveUI/Platforms/apple-common/BlockObserveValueDelegate.cs index a2b96b3f7f..179ae47a6e 100644 --- a/src/ReactiveUI/Platforms/apple-common/BlockObserveValueDelegate.cs +++ b/src/ReactiveUI/Platforms/apple-common/BlockObserveValueDelegate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/Converters/DateTimeNSDateConverter.cs b/src/ReactiveUI/Platforms/apple-common/Converters/DateTimeNSDateConverter.cs index 5f2df5c441..c7b65c0df5 100644 --- a/src/ReactiveUI/Platforms/apple-common/Converters/DateTimeNSDateConverter.cs +++ b/src/ReactiveUI/Platforms/apple-common/Converters/DateTimeNSDateConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/IndexNormalizer.cs b/src/ReactiveUI/Platforms/apple-common/IndexNormalizer.cs index 452d4ad0dd..75e19eba4d 100644 --- a/src/ReactiveUI/Platforms/apple-common/IndexNormalizer.cs +++ b/src/ReactiveUI/Platforms/apple-common/IndexNormalizer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/KVOObservableForProperty.cs b/src/ReactiveUI/Platforms/apple-common/KVOObservableForProperty.cs index eeb5ad89a3..e1bdb580c4 100644 --- a/src/ReactiveUI/Platforms/apple-common/KVOObservableForProperty.cs +++ b/src/ReactiveUI/Platforms/apple-common/KVOObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/NSRunloopScheduler.cs b/src/ReactiveUI/Platforms/apple-common/NSRunloopScheduler.cs index 9d55fb5cb3..0dc91cd322 100644 --- a/src/ReactiveUI/Platforms/apple-common/NSRunloopScheduler.cs +++ b/src/ReactiveUI/Platforms/apple-common/NSRunloopScheduler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ObservableForPropertyBase.cs b/src/ReactiveUI/Platforms/apple-common/ObservableForPropertyBase.cs index d29ab4f955..974a4b68b3 100644 --- a/src/ReactiveUI/Platforms/apple-common/ObservableForPropertyBase.cs +++ b/src/ReactiveUI/Platforms/apple-common/ObservableForPropertyBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/PlatformOperations.cs b/src/ReactiveUI/Platforms/apple-common/PlatformOperations.cs index 577c3c3dcc..9ce14f919f 100644 --- a/src/ReactiveUI/Platforms/apple-common/PlatformOperations.cs +++ b/src/ReactiveUI/Platforms/apple-common/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ReactiveControl.cs b/src/ReactiveUI/Platforms/apple-common/ReactiveControl.cs index fbfde73059..0fca278e04 100644 --- a/src/ReactiveUI/Platforms/apple-common/ReactiveControl.cs +++ b/src/ReactiveUI/Platforms/apple-common/ReactiveControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ReactiveImageView.cs b/src/ReactiveUI/Platforms/apple-common/ReactiveImageView.cs index d2ad9dcefd..4b9cbbcc6d 100644 --- a/src/ReactiveUI/Platforms/apple-common/ReactiveImageView.cs +++ b/src/ReactiveUI/Platforms/apple-common/ReactiveImageView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ReactiveSplitViewController.cs b/src/ReactiveUI/Platforms/apple-common/ReactiveSplitViewController.cs index e9d7bf7773..36c09450b6 100644 --- a/src/ReactiveUI/Platforms/apple-common/ReactiveSplitViewController.cs +++ b/src/ReactiveUI/Platforms/apple-common/ReactiveSplitViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ReactiveView.cs b/src/ReactiveUI/Platforms/apple-common/ReactiveView.cs index f4a975e870..3529e181f0 100644 --- a/src/ReactiveUI/Platforms/apple-common/ReactiveView.cs +++ b/src/ReactiveUI/Platforms/apple-common/ReactiveView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ReactiveViewController.cs b/src/ReactiveUI/Platforms/apple-common/ReactiveViewController.cs index 768375c92c..5b29de0968 100644 --- a/src/ReactiveUI/Platforms/apple-common/ReactiveViewController.cs +++ b/src/ReactiveUI/Platforms/apple-common/ReactiveViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/TargetActionCommandBinder.cs b/src/ReactiveUI/Platforms/apple-common/TargetActionCommandBinder.cs index ecf0311709..340194bee6 100644 --- a/src/ReactiveUI/Platforms/apple-common/TargetActionCommandBinder.cs +++ b/src/ReactiveUI/Platforms/apple-common/TargetActionCommandBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/UIViewControllerMixins.cs b/src/ReactiveUI/Platforms/apple-common/UIViewControllerMixins.cs index 59b99d88f4..0dc2e1bf06 100644 --- a/src/ReactiveUI/Platforms/apple-common/UIViewControllerMixins.cs +++ b/src/ReactiveUI/Platforms/apple-common/UIViewControllerMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/Update.cs b/src/ReactiveUI/Platforms/apple-common/Update.cs index c3d7320f40..304e3eafcd 100644 --- a/src/ReactiveUI/Platforms/apple-common/Update.cs +++ b/src/ReactiveUI/Platforms/apple-common/Update.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/UpdateType.cs b/src/ReactiveUI/Platforms/apple-common/UpdateType.cs index 302914feb9..2096f96b95 100644 --- a/src/ReactiveUI/Platforms/apple-common/UpdateType.cs +++ b/src/ReactiveUI/Platforms/apple-common/UpdateType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/apple-common/ViewModelViewHost.cs b/src/ReactiveUI/Platforms/apple-common/ViewModelViewHost.cs index 252fdd47e2..8c2b97e8e4 100644 --- a/src/ReactiveUI/Platforms/apple-common/ViewModelViewHost.cs +++ b/src/ReactiveUI/Platforms/apple-common/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/ios/LinkerOverrides.cs b/src/ReactiveUI/Platforms/ios/LinkerOverrides.cs index d67ba47f28..ca013dc15f 100644 --- a/src/ReactiveUI/Platforms/ios/LinkerOverrides.cs +++ b/src/ReactiveUI/Platforms/ios/LinkerOverrides.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/ios/UIKitCommandBinders.cs b/src/ReactiveUI/Platforms/ios/UIKitCommandBinders.cs index 7d71934b46..a0c974f2d1 100644 --- a/src/ReactiveUI/Platforms/ios/UIKitCommandBinders.cs +++ b/src/ReactiveUI/Platforms/ios/UIKitCommandBinders.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/ios/UIKitObservableForProperty.cs b/src/ReactiveUI/Platforms/ios/UIKitObservableForProperty.cs index 488390cafd..f32e3601b7 100644 --- a/src/ReactiveUI/Platforms/ios/UIKitObservableForProperty.cs +++ b/src/ReactiveUI/Platforms/ios/UIKitObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/mac/AppKitObservableForProperty.cs b/src/ReactiveUI/Platforms/mac/AppKitObservableForProperty.cs index 6b1607cf0c..f9d6b9802b 100644 --- a/src/ReactiveUI/Platforms/mac/AppKitObservableForProperty.cs +++ b/src/ReactiveUI/Platforms/mac/AppKitObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/mac/AutoSuspendHelper.cs b/src/ReactiveUI/Platforms/mac/AutoSuspendHelper.cs index 8fa934af93..05ba94eb96 100644 --- a/src/ReactiveUI/Platforms/mac/AutoSuspendHelper.cs +++ b/src/ReactiveUI/Platforms/mac/AutoSuspendHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/mac/PlatformRegistrations.cs b/src/ReactiveUI/Platforms/mac/PlatformRegistrations.cs index aab4b9f488..46cacf5369 100644 --- a/src/ReactiveUI/Platforms/mac/PlatformRegistrations.cs +++ b/src/ReactiveUI/Platforms/mac/PlatformRegistrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/mac/ReactiveWindowController.cs b/src/ReactiveUI/Platforms/mac/ReactiveWindowController.cs index 2ce9e4bcaf..e8e4475979 100644 --- a/src/ReactiveUI/Platforms/mac/ReactiveWindowController.cs +++ b/src/ReactiveUI/Platforms/mac/ReactiveWindowController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/mobile-common/ComponentModelTypeConverter.cs b/src/ReactiveUI/Platforms/mobile-common/ComponentModelTypeConverter.cs index fca1bb2e03..61435e140d 100644 --- a/src/ReactiveUI/Platforms/mobile-common/ComponentModelTypeConverter.cs +++ b/src/ReactiveUI/Platforms/mobile-common/ComponentModelTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/netstandard2.0/PlatformRegistrations.cs b/src/ReactiveUI/Platforms/netstandard2.0/PlatformRegistrations.cs index 0900294cb2..73dd56796e 100644 --- a/src/ReactiveUI/Platforms/netstandard2.0/PlatformRegistrations.cs +++ b/src/ReactiveUI/Platforms/netstandard2.0/PlatformRegistrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/tvos/LinkerOverrides.cs b/src/ReactiveUI/Platforms/tvos/LinkerOverrides.cs index 01e7ff1db7..b7ec69addf 100644 --- a/src/ReactiveUI/Platforms/tvos/LinkerOverrides.cs +++ b/src/ReactiveUI/Platforms/tvos/LinkerOverrides.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/tvos/UIKitCommandBinders.cs b/src/ReactiveUI/Platforms/tvos/UIKitCommandBinders.cs index 29cbc603fa..d59451d929 100644 --- a/src/ReactiveUI/Platforms/tvos/UIKitCommandBinders.cs +++ b/src/ReactiveUI/Platforms/tvos/UIKitCommandBinders.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/tvos/UIKitObservableForProperty.cs b/src/ReactiveUI/Platforms/tvos/UIKitObservableForProperty.cs index 4c6d4e7c13..52d94e6946 100644 --- a/src/ReactiveUI/Platforms/tvos/UIKitObservableForProperty.cs +++ b/src/ReactiveUI/Platforms/tvos/UIKitObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/AutoSuspendHelper.cs b/src/ReactiveUI/Platforms/uikit-common/AutoSuspendHelper.cs index 8caf81a862..432cd5cc7c 100644 --- a/src/ReactiveUI/Platforms/uikit-common/AutoSuspendHelper.cs +++ b/src/ReactiveUI/Platforms/uikit-common/AutoSuspendHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/CollectionViewSectionInformation.cs b/src/ReactiveUI/Platforms/uikit-common/CollectionViewSectionInformation.cs index 292a418ea8..a7b7bfb241 100644 --- a/src/ReactiveUI/Platforms/uikit-common/CollectionViewSectionInformation.cs +++ b/src/ReactiveUI/Platforms/uikit-common/CollectionViewSectionInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/CommonReactiveSource.cs b/src/ReactiveUI/Platforms/uikit-common/CommonReactiveSource.cs index 0519a00a36..8d500045d7 100644 --- a/src/ReactiveUI/Platforms/uikit-common/CommonReactiveSource.cs +++ b/src/ReactiveUI/Platforms/uikit-common/CommonReactiveSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/FlexibleCommandBinder.cs b/src/ReactiveUI/Platforms/uikit-common/FlexibleCommandBinder.cs index 7795d8a5fa..a379e5c233 100644 --- a/src/ReactiveUI/Platforms/uikit-common/FlexibleCommandBinder.cs +++ b/src/ReactiveUI/Platforms/uikit-common/FlexibleCommandBinder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ISectionInformation.cs b/src/ReactiveUI/Platforms/uikit-common/ISectionInformation.cs index b827473486..6ed87d0047 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ISectionInformation.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ISectionInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/IUICollViewAdapter.cs b/src/ReactiveUI/Platforms/uikit-common/IUICollViewAdapter.cs index 759489de58..3e980ef26b 100644 --- a/src/ReactiveUI/Platforms/uikit-common/IUICollViewAdapter.cs +++ b/src/ReactiveUI/Platforms/uikit-common/IUICollViewAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/PlatformRegistrations.cs b/src/ReactiveUI/Platforms/uikit-common/PlatformRegistrations.cs index 1eb3e93f12..dbd3099564 100644 --- a/src/ReactiveUI/Platforms/uikit-common/PlatformRegistrations.cs +++ b/src/ReactiveUI/Platforms/uikit-common/PlatformRegistrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionReusableView.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionReusableView.cs index be467220fe..03e2717149 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionReusableView.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionReusableView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionView.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionView.cs index 3c08f58bad..a7a07d5f5f 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionView.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewCell.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewCell.cs index 9f60d89645..2a2fb2a1d3 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewCell.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewController.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewController.cs index caabfd05c6..1ef51beb4e 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewController.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSource.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSource.cs index 00736bbd62..cb92e329e6 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSource.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSourceExtensions.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSourceExtensions.cs index 494b4deb97..a037f719ec 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSourceExtensions.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveCollectionViewSourceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveNavigationController.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveNavigationController.cs index 2f9d8ea8ae..2f546204ff 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveNavigationController.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveNavigationController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactivePageViewController.cs b/src/ReactiveUI/Platforms/uikit-common/ReactivePageViewController.cs index ff29bd0072..658230fb98 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactivePageViewController.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactivePageViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTabBarController.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTabBarController.cs index 6844e9b7ea..4089150978 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTabBarController.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTabBarController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableView.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableView.cs index 16006c57bc..53c6f059f0 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableView.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewCell.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewCell.cs index 92ac87e8fe..d03d2ab457 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewCell.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewCell.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewController.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewController.cs index f1e9dd3caa..d1e75d997e 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewController.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSource.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSource.cs index f71c9b7995..85461762b0 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSource.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSource.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSourceExtensions.cs b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSourceExtensions.cs index 8b37bc1361..1cc0ca2aa2 100644 --- a/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSourceExtensions.cs +++ b/src/ReactiveUI/Platforms/uikit-common/ReactiveTableViewSourceExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/RoutedViewHost.cs b/src/ReactiveUI/Platforms/uikit-common/RoutedViewHost.cs index 6a007f4ada..a14911bfd6 100644 --- a/src/ReactiveUI/Platforms/uikit-common/RoutedViewHost.cs +++ b/src/ReactiveUI/Platforms/uikit-common/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/SectionInfoIdGenerator.cs b/src/ReactiveUI/Platforms/uikit-common/SectionInfoIdGenerator.cs index bcf4b289ba..34a4792e66 100644 --- a/src/ReactiveUI/Platforms/uikit-common/SectionInfoIdGenerator.cs +++ b/src/ReactiveUI/Platforms/uikit-common/SectionInfoIdGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/TableSectionHeader.cs b/src/ReactiveUI/Platforms/uikit-common/TableSectionHeader.cs index f95733258f..bcd4f83e7f 100644 --- a/src/ReactiveUI/Platforms/uikit-common/TableSectionHeader.cs +++ b/src/ReactiveUI/Platforms/uikit-common/TableSectionHeader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/TableSectionInformation.cs b/src/ReactiveUI/Platforms/uikit-common/TableSectionInformation.cs index a10fd3cee7..639e68ac5d 100644 --- a/src/ReactiveUI/Platforms/uikit-common/TableSectionInformation.cs +++ b/src/ReactiveUI/Platforms/uikit-common/TableSectionInformation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/UICollectionViewAdapter.cs b/src/ReactiveUI/Platforms/uikit-common/UICollectionViewAdapter.cs index c8133dec20..2f82eb1bfd 100644 --- a/src/ReactiveUI/Platforms/uikit-common/UICollectionViewAdapter.cs +++ b/src/ReactiveUI/Platforms/uikit-common/UICollectionViewAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/UIControlCommandExtensions.cs b/src/ReactiveUI/Platforms/uikit-common/UIControlCommandExtensions.cs index 4c848bb9c5..3193c1e1f7 100644 --- a/src/ReactiveUI/Platforms/uikit-common/UIControlCommandExtensions.cs +++ b/src/ReactiveUI/Platforms/uikit-common/UIControlCommandExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Platforms/uikit-common/UITableViewAdapter.cs b/src/ReactiveUI/Platforms/uikit-common/UITableViewAdapter.cs index 1da5bcea01..e10ebb0110 100644 --- a/src/ReactiveUI/Platforms/uikit-common/UITableViewAdapter.cs +++ b/src/ReactiveUI/Platforms/uikit-common/UITableViewAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Properties/AssemblyInfo.cs b/src/ReactiveUI/Properties/AssemblyInfo.cs index 5a1593f2d1..21cb45aab7 100644 --- a/src/ReactiveUI/Properties/AssemblyInfo.cs +++ b/src/ReactiveUI/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveCommand/CombinedReactiveCommand.cs b/src/ReactiveUI/ReactiveCommand/CombinedReactiveCommand.cs index bae2a09dd4..2446813c5a 100644 --- a/src/ReactiveUI/ReactiveCommand/CombinedReactiveCommand.cs +++ b/src/ReactiveUI/ReactiveCommand/CombinedReactiveCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveCommand/IReactiveCommand.cs b/src/ReactiveUI/ReactiveCommand/IReactiveCommand.cs index 70558ee4b7..11ecdc4740 100644 --- a/src/ReactiveUI/ReactiveCommand/IReactiveCommand.cs +++ b/src/ReactiveUI/ReactiveCommand/IReactiveCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs b/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs index 300ca51a89..3dcf712ce8 100644 --- a/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs +++ b/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveCommand/ReactiveCommandBase.cs b/src/ReactiveUI/ReactiveCommand/ReactiveCommandBase.cs index 25b1ecbede..5041b4b1ca 100644 --- a/src/ReactiveUI/ReactiveCommand/ReactiveCommandBase.cs +++ b/src/ReactiveUI/ReactiveCommand/ReactiveCommandBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveCommand/ReactiveCommandMixins.cs b/src/ReactiveUI/ReactiveCommand/ReactiveCommandMixins.cs index 2a4f0af1b1..8ba244f61a 100644 --- a/src/ReactiveUI/ReactiveCommand/ReactiveCommandMixins.cs +++ b/src/ReactiveUI/ReactiveCommand/ReactiveCommandMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveObject/IReactiveObject.cs b/src/ReactiveUI/ReactiveObject/IReactiveObject.cs index bd4c078200..2e1a52dd69 100644 --- a/src/ReactiveUI/ReactiveObject/IReactiveObject.cs +++ b/src/ReactiveUI/ReactiveObject/IReactiveObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs b/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs index cf66e27f03..6563ada668 100644 --- a/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs +++ b/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveObject/ReactiveObject.cs b/src/ReactiveUI/ReactiveObject/ReactiveObject.cs index 352062d0d9..0af0665417 100644 --- a/src/ReactiveUI/ReactiveObject/ReactiveObject.cs +++ b/src/ReactiveUI/ReactiveObject/ReactiveObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveObject/ReactiveRecord.cs b/src/ReactiveUI/ReactiveObject/ReactiveRecord.cs index 051e332bf8..8181dfc0ef 100644 --- a/src/ReactiveUI/ReactiveObject/ReactiveRecord.cs +++ b/src/ReactiveUI/ReactiveObject/ReactiveRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveProperty/IReactiveProperty.cs b/src/ReactiveUI/ReactiveProperty/IReactiveProperty.cs index b2d6cae722..ab3da614fd 100644 --- a/src/ReactiveUI/ReactiveProperty/IReactiveProperty.cs +++ b/src/ReactiveUI/ReactiveProperty/IReactiveProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveProperty/ReactiveProperty.cs b/src/ReactiveUI/ReactiveProperty/ReactiveProperty.cs index 8740e0c182..415c265698 100644 --- a/src/ReactiveUI/ReactiveProperty/ReactiveProperty.cs +++ b/src/ReactiveUI/ReactiveProperty/ReactiveProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveProperty/ReactivePropertyMixins.cs b/src/ReactiveUI/ReactiveProperty/ReactivePropertyMixins.cs index 475dab9aac..0036f27925 100644 --- a/src/ReactiveUI/ReactiveProperty/ReactivePropertyMixins.cs +++ b/src/ReactiveUI/ReactiveProperty/ReactivePropertyMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveProperty/SingletonDataErrorsChangedEventArgs.cs b/src/ReactiveUI/ReactiveProperty/SingletonDataErrorsChangedEventArgs.cs index 130f4bfab3..6a9261d12d 100644 --- a/src/ReactiveUI/ReactiveProperty/SingletonDataErrorsChangedEventArgs.cs +++ b/src/ReactiveUI/ReactiveProperty/SingletonDataErrorsChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/ReactiveProperty/SingletonPropertyChangedEventArgs.cs b/src/ReactiveUI/ReactiveProperty/SingletonPropertyChangedEventArgs.cs index 446b0100a9..e6bc595a4f 100644 --- a/src/ReactiveUI/ReactiveProperty/SingletonPropertyChangedEventArgs.cs +++ b/src/ReactiveUI/ReactiveProperty/SingletonPropertyChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Registration/Registrations.cs b/src/ReactiveUI/Registration/Registrations.cs index 38455268ca..08ba1edbb4 100644 --- a/src/ReactiveUI/Registration/Registrations.cs +++ b/src/ReactiveUI/Registration/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/RegistrationNamespace.cs b/src/ReactiveUI/RegistrationNamespace.cs index 9ebd9b51dc..4839924e26 100644 --- a/src/ReactiveUI/RegistrationNamespace.cs +++ b/src/ReactiveUI/RegistrationNamespace.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Routing/MessageBus.cs b/src/ReactiveUI/Routing/MessageBus.cs index 3d1f35515a..82b27ad093 100644 --- a/src/ReactiveUI/Routing/MessageBus.cs +++ b/src/ReactiveUI/Routing/MessageBus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Routing/NotAWeakReference.cs b/src/ReactiveUI/Routing/NotAWeakReference.cs index beb217f699..d59de7b9db 100644 --- a/src/ReactiveUI/Routing/NotAWeakReference.cs +++ b/src/ReactiveUI/Routing/NotAWeakReference.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Routing/RoutableViewModelMixin.cs b/src/ReactiveUI/Routing/RoutableViewModelMixin.cs index c207301ec2..4741037fef 100644 --- a/src/ReactiveUI/Routing/RoutableViewModelMixin.cs +++ b/src/ReactiveUI/Routing/RoutableViewModelMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Routing/RoutingState.cs b/src/ReactiveUI/Routing/RoutingState.cs index b8ebe3f5e8..d318868ffa 100644 --- a/src/ReactiveUI/Routing/RoutingState.cs +++ b/src/ReactiveUI/Routing/RoutingState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Routing/RoutingStateMixins.cs b/src/ReactiveUI/Routing/RoutingStateMixins.cs index dc808aa5df..2d0f866b54 100644 --- a/src/ReactiveUI/Routing/RoutingStateMixins.cs +++ b/src/ReactiveUI/Routing/RoutingStateMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/RxApp.cs b/src/ReactiveUI/RxApp.cs index cc952cf311..5ddb0c4507 100644 --- a/src/ReactiveUI/RxApp.cs +++ b/src/ReactiveUI/RxApp.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Scheduler/ScheduledSubject.cs b/src/ReactiveUI/Scheduler/ScheduledSubject.cs index 3b74102766..4811bb535d 100644 --- a/src/ReactiveUI/Scheduler/ScheduledSubject.cs +++ b/src/ReactiveUI/Scheduler/ScheduledSubject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Scheduler/WaitForDispatcherScheduler.cs b/src/ReactiveUI/Scheduler/WaitForDispatcherScheduler.cs index eb86c2fba6..24cbd70ed8 100644 --- a/src/ReactiveUI/Scheduler/WaitForDispatcherScheduler.cs +++ b/src/ReactiveUI/Scheduler/WaitForDispatcherScheduler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Suspension/DummySuspensionDriver.cs b/src/ReactiveUI/Suspension/DummySuspensionDriver.cs index 7141991d13..f91affcb19 100644 --- a/src/ReactiveUI/Suspension/DummySuspensionDriver.cs +++ b/src/ReactiveUI/Suspension/DummySuspensionDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Suspension/SuspensionHost.cs b/src/ReactiveUI/Suspension/SuspensionHost.cs index b9c660fd6d..5d59afadbd 100644 --- a/src/ReactiveUI/Suspension/SuspensionHost.cs +++ b/src/ReactiveUI/Suspension/SuspensionHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/Suspension/SuspensionHostExtensions.cs b/src/ReactiveUI/Suspension/SuspensionHostExtensions.cs index 42af1e25b4..cea6f79c95 100644 --- a/src/ReactiveUI/Suspension/SuspensionHostExtensions.cs +++ b/src/ReactiveUI/Suspension/SuspensionHostExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/UnhandledErrorException.cs b/src/ReactiveUI/UnhandledErrorException.cs index ed9ed5ab44..4288379d18 100644 --- a/src/ReactiveUI/UnhandledErrorException.cs +++ b/src/ReactiveUI/UnhandledErrorException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/View/DefaultViewLocator.cs b/src/ReactiveUI/View/DefaultViewLocator.cs index 0c393e8bdd..3289cd89c5 100644 --- a/src/ReactiveUI/View/DefaultViewLocator.cs +++ b/src/ReactiveUI/View/DefaultViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/View/SingleInstanceViewAttribute.cs b/src/ReactiveUI/View/SingleInstanceViewAttribute.cs index a468e69d61..55b51b7b9d 100644 --- a/src/ReactiveUI/View/SingleInstanceViewAttribute.cs +++ b/src/ReactiveUI/View/SingleInstanceViewAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/View/ViewContractAttribute.cs b/src/ReactiveUI/View/ViewContractAttribute.cs index c66e518e98..4ee0e444c5 100644 --- a/src/ReactiveUI/View/ViewContractAttribute.cs +++ b/src/ReactiveUI/View/ViewContractAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/View/ViewLocator.cs b/src/ReactiveUI/View/ViewLocator.cs index ca3c5ab263..fad087d48c 100644 --- a/src/ReactiveUI/View/ViewLocator.cs +++ b/src/ReactiveUI/View/ViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/ReactiveUI/View/ViewLocatorNotFoundException.cs b/src/ReactiveUI/View/ViewLocatorNotFoundException.cs index 928d29ff49..5ce308c460 100644 --- a/src/ReactiveUI/View/ViewLocatorNotFoundException.cs +++ b/src/ReactiveUI/View/ViewLocatorNotFoundException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/global.json b/src/global.json index cdf9c33356..4c31281415 100644 --- a/src/global.json +++ b/src/global.json @@ -2,8 +2,5 @@ "sdk": { "version": "8.0.10", "rollForward": "latestMinor" - }, - "msbuild-sdks": { - "MSBuild.Sdk.Extras": "3.0.44" } } diff --git a/src/stylecop.json b/src/stylecop.json index f0ada961a4..d312166beb 100644 --- a/src/stylecop.json +++ b/src/stylecop.json @@ -13,7 +13,7 @@ "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", - "copyrightText": "Copyright (c) 2023 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", + "copyrightText": "Copyright (c) 2024 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": { "licenseName": "MIT", "licenseFile": "LICENSE" diff --git a/version.json b/version.json index 1ad9f48dc6..2651f23ccf 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "19.6", + "version": "20.0", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/main$",