Skip to content

Commit

Permalink
Update file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Sep 9, 2024
1 parent d2050a7 commit c526a3a
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/Context/AuthenticationFailedContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using Microsoft.AspNetCore.Authentication;
Expand Down
3 changes: 3 additions & 0 deletions src/Context/SendingRequestContext.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using IdentityModel.Client;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Http;
Expand Down
2 changes: 1 addition & 1 deletion src/Context/TokenValidatedContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using Microsoft.AspNetCore.Authentication;
Expand Down
2 changes: 1 addition & 1 deletion src/Context/UpdateClientAssertionContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/AsyncLazy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/CacheExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using Microsoft.Extensions.Caching.Distributed;
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/CacheUtils.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
3 changes: 1 addition & 2 deletions src/Infrastructure/ClaimConverter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.

// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
using System.Security.Claims;
Expand Down
3 changes: 1 addition & 2 deletions src/Infrastructure/ClaimLite.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.

// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

#pragma warning disable 1591

Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/StringExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/TokenRetrieval.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using Microsoft.AspNetCore.Http;
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2IntrospectionDefaults.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

namespace IdentityModel.AspNetCore.OAuth2Introspection
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2IntrospectionEvents.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2IntrospectionExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2IntrospectionHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2IntrospectionOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using IdentityModel.AspNetCore.OAuth2Introspection.Infrastructure;
Expand Down
2 changes: 1 addition & 1 deletion src/PostConfigureOAuth2IntrospectionOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
3 changes: 1 addition & 2 deletions test/Tests/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using FluentAssertions;
using IdentityModel.AspNetCore.OAuth2Introspection;
using IdentityModel.Client;
Expand Down
2 changes: 1 addition & 1 deletion test/Tests/Introspection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using FluentAssertions;
Expand Down
2 changes: 1 addition & 1 deletion test/Tests/Util/IntrospectionEndpointHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System;
Expand Down
3 changes: 1 addition & 2 deletions test/Tests/Util/PipelineFactory.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved.
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using System.Net.Http;
Expand Down
20 changes: 2 additions & 18 deletions test/Tests/Util/SimpleJson.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
//-----------------------------------------------------------------------
// <copyright file="SimpleJson.cs" company="The Outercurve Foundation">
// Copyright (c) 2011, The Outercurve Foundation.
//
// Licensed under the MIT License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.opensource.org/licenses/mit-license.php
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// </copyright>
// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>
// <website>https://github.com/facebook-csharp-sdk/simple-json</website>
//-----------------------------------------------------------------------
// Copyright (c) Duende Software. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

// VERSION:

Expand Down

0 comments on commit c526a3a

Please sign in to comment.