Skip to content

Commit 215611a

Browse files
authored
Housekeeping Update copyright year to 2026 (#361)
Updated copyright notices from 2025 to 2026 across source files, test files, and generated code to reflect the new year. No functional code changes were made.
1 parent 5ad3136 commit 215611a

File tree

157 files changed

+189
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+189
-189
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) ReactiveUI and contributors 2023-2025
3+
Copyright (c) ReactiveUI and contributors 2023-2026
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/ReactiveUI.SourceGenerator.Tests/AssemblyInfo.Parallel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2025 ReactiveUI and contributors. All rights reserved.
1+
// Copyright (c) 2026 ReactiveUI and contributors. All rights reserved.
22
// Licensed to the ReactiveUI and contributors under one or more agreements.
33
// The ReactiveUI and contributors licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/DERIVEDLIST/BindableDerivedListGeneratorTests.FromReactiveProperties#ReactiveUI.SourceGenerators.BindableDerivedListAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.BindableDerivedListAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.
@@ -16,4 +16,4 @@ namespace ReactiveUI.SourceGenerators;
1616
[global::System.AttributeUsage(global::System.AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
1717
internal sealed class BindableDerivedListAttribute : global::System.Attribute;
1818
#nullable restore
19-
#pragma warning restore
19+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/DERIVEDLIST/ReactiveCollectionGeneratorTests.FromReactiveCollectionField#ReactiveUI.SourceGenerators.BindableDerivedListAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.BindableDerivedListAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.
@@ -18,4 +18,4 @@ namespace ReactiveUI.SourceGenerators;
1818
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
1919
internal sealed class BindableDerivedListAttribute : Attribute;
2020
#nullable restore
21-
#pragma warning restore
21+
#pragma warning restore

src/ReactiveUI.SourceGenerator.Tests/IVIEWFOR/IViewForGeneratorTests.FromIViewFor#ReactiveUI.SourceGenerators.IViewForAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.IViewForAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/ModuleInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2025 ReactiveUI and contributors. All rights reserved.
1+
// Copyright (c) 2026 ReactiveUI and contributors. All rights reserved.
22
// Licensed to the ReactiveUI and contributors under one or more agreements.
33
// The ReactiveUI and contributors licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromField#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethods#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethodsWithName#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.

src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableProp#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//HintName: ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.cs
2-
// Copyright (c) 2025 .NET Foundation and Contributors. All rights reserved.
2+
// Copyright (c) 2026 .NET Foundation and Contributors. All rights reserved.
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55
// See the LICENSE file in the project root for full license information.
@@ -49,4 +49,4 @@ internal sealed class ObservableAsPropertyAttribute : global::System.Attribute
4949
public string? InitialValue { get; init; }
5050
}
5151
#nullable restore
52-
#pragma warning restore
52+
#pragma warning restore

0 commit comments

Comments
 (0)