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

+1-1
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

+3
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-2
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

+1-2
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

+1-1
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/TokenRetrieval.cs

+1-1
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.Http;

src/OAuth2IntrospectionDefaults.cs

+1-1
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
namespace IdentityModel.AspNetCore.OAuth2Introspection

src/OAuth2IntrospectionEvents.cs

+1-1
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/OAuth2IntrospectionExtensions.cs

+1-1
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/OAuth2IntrospectionHandler.cs

+1-1
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/OAuth2IntrospectionOptions.cs

+1-1
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 IdentityModel.AspNetCore.OAuth2Introspection.Infrastructure;

src/PostConfigureOAuth2IntrospectionOptions.cs

+1-1
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;

test/Tests/Configuration.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

4-
54
using FluentAssertions;
65
using IdentityModel.AspNetCore.OAuth2Introspection;
76
using IdentityModel.Client;

test/Tests/Introspection.cs

+1-1
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 FluentAssertions;

test/Tests/Util/IntrospectionEndpointHandler.cs

+1-1
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;

test/Tests/Util/PipelineFactory.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

4-
54
using Microsoft.AspNetCore.Builder;
65
using Microsoft.Extensions.DependencyInjection;
76
using System.Net.Http;

test/Tests/Util/SimpleJson.cs

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
1-
//-----------------------------------------------------------------------
2-
// <copyright file="SimpleJson.cs" company="The Outercurve Foundation">
3-
// Copyright (c) 2011, The Outercurve Foundation.
4-
//
5-
// Licensed under the MIT License (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
8-
// http://www.opensource.org/licenses/mit-license.php
9-
//
10-
// Unless required by applicable law or agreed to in writing, software
11-
// distributed under the License is distributed on an "AS IS" BASIS,
12-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
// See the License for the specific language governing permissions and
14-
// limitations under the License.
15-
// </copyright>
16-
// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>
17-
// <website>https://github.com/facebook-csharp-sdk/simple-json</website>
18-
//-----------------------------------------------------------------------
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.
193

204
// VERSION:
215

0 commit comments

Comments
 (0)