Skip to content

Commit

Permalink
Housekeeping Update Packages (#112)
Browse files Browse the repository at this point in the history
Update Copyright Headers
  • Loading branch information
ChrisPulman authored Mar 20, 2024
1 parent f39978a commit 13ee1a9
Show file tree
Hide file tree
Showing 50 changed files with 78 additions and 115 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
fetch-depth: 0
lfs: true

- name: Install .NET 6
- name: Install .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
include-prerelease: true
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: NBGV
id: nbgv
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
fetch-depth: 0
lfs: true

- name: Install .NET 6
- name: Install .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
include-prerelease: true
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: NBGV
id: nbgv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/AsLazyValueTestObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/AsValueExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/AsValueTestData.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/AsValueTestObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/ReactiveObjectFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/RxObjectTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/RxObjectTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/RxRecordTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/RxRecordTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/ScheduledSubjectTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm.Tests/TestObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/AsValueExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
17 changes: 5 additions & 12 deletions src/ReactiveMarbles.Mvvm/CoreRegistration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand All @@ -7,21 +7,14 @@

namespace ReactiveMarbles.Mvvm;

internal class CoreRegistration : ICoreRegistration
internal class CoreRegistration(IScheduler mainThreadScheduler, IScheduler taskPoolScheduler, IObserver<Exception> exceptionHandler) : ICoreRegistration
{
public CoreRegistration(IScheduler mainThreadScheduler, IScheduler taskPoolScheduler, IObserver<Exception> exceptionHandler)
{
MainThreadScheduler = mainThreadScheduler;
TaskPoolScheduler = taskPoolScheduler;
ExceptionHandler = exceptionHandler;
}

/// <inheritdoc />
public IScheduler MainThreadScheduler { get; }
public IScheduler MainThreadScheduler { get; } = mainThreadScheduler;

/// <inheritdoc />
public IScheduler TaskPoolScheduler { get; }
public IScheduler TaskPoolScheduler { get; } = taskPoolScheduler;

/// <inheritdoc />
public IObserver<Exception> ExceptionHandler { get; }
public IObserver<Exception> ExceptionHandler { get; } = exceptionHandler;
}
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/CoreRegistrationBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/DebugExceptionHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/ICoreRegistration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
9 changes: 4 additions & 5 deletions src/ReactiveMarbles.Mvvm/ILoggable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand All @@ -7,7 +7,6 @@ namespace ReactiveMarbles.Mvvm;
/// <summary>
/// Marker interface for classes that want access to the underlying framework logger.
/// </summary>
public interface ILoggable
{
// TODO: [rlittlesii: October 11, 2021] US MS Logging to log MVVM internals.
}
public interface ILoggable;

// TODO: [rlittlesii: October 11, 2021] US MS Logging to log MVVM internals.
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IRxObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IRxPropertyEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IRxPropertyEventArgsExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IStateHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IStateHost.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IThrownExceptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/IValueBinder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
6 changes: 2 additions & 4 deletions src/ReactiveMarbles.Mvvm/IsExternalInit.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand All @@ -12,6 +12,4 @@ namespace System.Runtime.CompilerServices;
/// This class should not be used by developers in source code.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
internal static class IsExternalInit
{
}
internal static class IsExternalInit;
4 changes: 2 additions & 2 deletions src/ReactiveMarbles.Mvvm/LazyValueBinder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand All @@ -19,7 +19,7 @@ namespace ReactiveMarbles.Mvvm;
/// <typeparam name="T">The value type.</typeparam>
internal sealed class LazyValueBinder<T> : IValueBinder<T>
{
private readonly CompositeDisposable _disposable = new();
private readonly CompositeDisposable _disposable = [];
private readonly Func<T> _initialValue;
private Action? _lazy;
private T? _value;
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/LocatorExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/Notifications.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
4 changes: 2 additions & 2 deletions src/ReactiveMarbles.Mvvm/ProxyScheduledSubject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand All @@ -18,7 +18,7 @@ namespace ReactiveMarbles.Mvvm;
/// <typeparam name="T">The type of item being dispatched by the Subject.</typeparam>
public class ProxyScheduledSubject<T> : ISubject<T>, IDisposable
{
private readonly CompositeDisposable _disposables = new();
private readonly CompositeDisposable _disposables = [];
private readonly IObserver<T> _defaultObserver;
private readonly IScheduler _scheduler;
private readonly ISubject<T> _subject;
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/ReactiveMarbles.Mvvm.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<PackageDescription>A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable MVVM components that run on any mobile or desktop platform. This is the base package with the base platform implementations</PackageDescription>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/RxDisposableObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
16 changes: 3 additions & 13 deletions src/ReactiveMarbles.Mvvm/RxObject.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down Expand Up @@ -129,13 +129,8 @@ protected void RaisePropertyChanging(PropertyChangingEventArgs args)
{
PropertyChanging?.Invoke(this, args);
}
catch (Exception e)
catch (Exception e) when (_thrownExceptions.IsValueCreated)
{
if (!_thrownExceptions.IsValueCreated)
{
throw;
}

_thrownExceptions.Value.OnNext(e);
}
}
Expand All @@ -161,13 +156,8 @@ protected void RaisePropertyChanged(PropertyChangedEventArgs args)
{
PropertyChanged?.Invoke(this, args);
}
catch (Exception e)
catch (Exception e) when (_thrownExceptions.IsValueCreated)
{
if (!_thrownExceptions.IsValueCreated)
{
throw;
}

_thrownExceptions.Value.OnNext(e);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/RxPropertyChangedEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
2 changes: 1 addition & 1 deletion src/ReactiveMarbles.Mvvm/RxPropertyChangingEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

Expand Down
Loading

0 comments on commit 13ee1a9

Please sign in to comment.