Skip to content

Commit

Permalink
housekeeping: Update copyright year (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater authored Feb 24, 2021
1 parent af08c39 commit 8006d34
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Punchclock.Tests/API/ApiApprovalTests.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Punchclock.Tests/OperationQueueTests.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/Punchclock/KeyedOperation.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -72,4 +72,4 @@ public override IObservable<Unit> EvaluateFunc()
return ret.Select(_ => Unit.Default);
}
}
}
}
4 changes: 2 additions & 2 deletions src/Punchclock/OperationQueue.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -254,4 +254,4 @@ private static IObservable<KeyedOperation> ProcessOperation(KeyedOperation opera
.Catch(Observable.Return(operation));
}
}
}
}
4 changes: 2 additions & 2 deletions src/Punchclock/OperationQueueExtensions.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -155,4 +155,4 @@ private static IObservable<Unit> ConvertTokenToObservable(CancellationToken toke
return cancel;
}
}
}
}
2 changes: 1 addition & 1 deletion src/Punchclock/PriorityQueue.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Punchclock/PrioritySemaphoreSubject.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/Punchclock/ScheduledSubject.cs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -109,4 +109,4 @@ protected virtual void Dispose(bool isDisposing)
_isDisposed = true;
}
}
}
}
2 changes: 1 addition & 1 deletion src/stylecop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8006d34

Please sign in to comment.