diff --git a/src/Punchclock.Tests/API/ApiApprovalTests.cs b/src/Punchclock.Tests/API/ApiApprovalTests.cs index 3a9523a..894d8fe 100644 --- a/src/Punchclock.Tests/API/ApiApprovalTests.cs +++ b/src/Punchclock.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Punchclock.Tests/OperationQueueTests.cs b/src/Punchclock.Tests/OperationQueueTests.cs index 6ceb445..c1b7a2d 100644 --- a/src/Punchclock.Tests/OperationQueueTests.cs +++ b/src/Punchclock.Tests/OperationQueueTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Punchclock/KeyedOperation.cs b/src/Punchclock/KeyedOperation.cs index 2715cd7..fd6a124 100644 --- a/src/Punchclock/KeyedOperation.cs +++ b/src/Punchclock/KeyedOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -72,4 +72,4 @@ public override IObservable EvaluateFunc() return ret.Select(_ => Unit.Default); } } -} \ No newline at end of file +} diff --git a/src/Punchclock/OperationQueue.cs b/src/Punchclock/OperationQueue.cs index 878a69f..ce34e4b 100644 --- a/src/Punchclock/OperationQueue.cs +++ b/src/Punchclock/OperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -254,4 +254,4 @@ private static IObservable ProcessOperation(KeyedOperation opera .Catch(Observable.Return(operation)); } } -} \ No newline at end of file +} diff --git a/src/Punchclock/OperationQueueExtensions.cs b/src/Punchclock/OperationQueueExtensions.cs index 411a10e..5ba6206 100644 --- a/src/Punchclock/OperationQueueExtensions.cs +++ b/src/Punchclock/OperationQueueExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -155,4 +155,4 @@ private static IObservable ConvertTokenToObservable(CancellationToken toke return cancel; } } -} \ No newline at end of file +} diff --git a/src/Punchclock/PriorityQueue.cs b/src/Punchclock/PriorityQueue.cs index 2a9b5ee..2c8831d 100644 --- a/src/Punchclock/PriorityQueue.cs +++ b/src/Punchclock/PriorityQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Punchclock/PrioritySemaphoreSubject.cs b/src/Punchclock/PrioritySemaphoreSubject.cs index 965f128..7a67045 100644 --- a/src/Punchclock/PrioritySemaphoreSubject.cs +++ b/src/Punchclock/PrioritySemaphoreSubject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Punchclock/ScheduledSubject.cs b/src/Punchclock/ScheduledSubject.cs index 3128fc7..90dbf75 100644 --- a/src/Punchclock/ScheduledSubject.cs +++ b/src/Punchclock/ScheduledSubject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -109,4 +109,4 @@ protected virtual void Dispose(bool isDisposing) _isDisposed = true; } } -} \ No newline at end of file +} diff --git a/src/stylecop.json b/src/stylecop.json index 3d6be44..ba9d238 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) 2020 {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) 2021 {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"