Skip to content

Commit c526a3a

Browse files
Update file headers
1 parent d2050a7 commit c526a3a

22 files changed

+25
-42
lines changed

src/Context/AuthenticationFailedContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using Microsoft.AspNetCore.Authentication;

src/Context/SendingRequestContext.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Duende Software. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3+
14
using IdentityModel.Client;
25
using Microsoft.AspNetCore.Authentication;
36
using Microsoft.AspNetCore.Http;

src/Context/TokenValidatedContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using Microsoft.AspNetCore.Authentication;

src/Context/UpdateClientAssertionContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using System;

src/Infrastructure/AsyncLazy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using System;

src/Infrastructure/CacheExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using Microsoft.Extensions.Caching.Distributed;

src/Infrastructure/CacheUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using System;

src/Infrastructure/ClaimConverter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright (c) Duende Software. All rights reserved.
2-
// See LICENSE in the project root for license information.
3-
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
43

54
using System;
65
using System.Security.Claims;

src/Infrastructure/ClaimLite.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright (c) Duende Software. All rights reserved.
2-
// See LICENSE in the project root for license information.
3-
2+
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
43

54
#pragma warning disable 1591
65

src/Infrastructure/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
1+
// Copyright (c) Duende Software. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
using System;

0 commit comments

Comments
 (0)